ports/55654: www/tidy-devel: upgrading to 030815 + fixing build-depends for www/tidy-lib (bis).

Thierry Thomas thierry at pompo.net
Sun Aug 17 08:40:13 UTC 2003


>Number:         55654
>Category:       ports
>Synopsis:       www/tidy-devel: upgrading to 030815 + fixing build-depends for www/tidy-lib (bis).
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 01:40:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Aug 9 10:46:23 CEST 2003 thierry at graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	1) Upgrading tidy-devel to its latest release;

	2) Fixing a build-depends problem against aclocal for tidy-lib
	(see PR ports/55183 and
<http://groups.google.com/groups?selm=20030728200250.GC3905%40graf.pompo.net.lucky.freebsd.ports>
	)
	Since overwriting configure-message breaks INDEX, trying with
	patch-libtool.

>How-To-Repeat:
	N/A.

>Fix:
	Please apply the following patch:

--- tidy-devel.diff begins here ---
diff -urN www/tidy-devel.orig/Makefile www/tidy-devel/Makefile
--- www/tidy-devel.orig/Makefile	Sun Aug  3 17:47:23 2003
+++ www/tidy-devel/Makefile	Sun Aug 17 00:25:56 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	tidy
-PORTVERSION=	030801
+PORTVERSION=	030815
 CATEGORIES=	www
 MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
 		http://tidy.sourceforge.net/docs/:docs
@@ -55,9 +55,20 @@
 	@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
 .else
 	@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
-	(cd ${WRKSRC}   \
-        && ${LIBTOOLIZE} --force --copy \
-        && ${ACLOCAL})
+.endif
+
+patch-libtool:
+.if defined(WITH_SHLIB)
+	@(cd ${WRKSRC}				\
+	&& ${LIBTOOLIZE} --force --copy		\
+	&& ${ACLOCAL})
+	@(cd ${PATCH_WRKSRC};			\
+	for file in ${LIBTOOLFILES}; do		\
+		${CP} $$file $$file.tmp;	\
+		${SED} -e "s^\$$ac_aux_dir/ltconfig^${LIBTOOL_SHAREDIR}/ltconfig${LIBTOOL_VERSION}^g" \
+			-e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LIBTOOL_SHAREDIR}/ltmain.sh^g" \
+			$$file.tmp > $$file;	\
+	 done);
 .endif
 
 pre-install:
diff -urN www/tidy-devel.orig/distinfo www/tidy-devel/distinfo
--- www/tidy-devel.orig/distinfo	Sat Aug  2 11:41:46 2003
+++ www/tidy-devel/distinfo	Sun Aug 17 00:08:32 2003
@@ -1,2 +1,2 @@
-MD5 (tidy_src_030801.tgz) = 25a23c4adad32db81f3b9153f1863d3c
+MD5 (tidy_src_030815.tgz) = 7536335d0553a4d5371c0646eb9a4dad
 MD5 (tidy_docs_030610.tgz) = 54ab968e177bc92495fce324c18f8b52
--- tidy-devel.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list