Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2003 10:29:46 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55654: www/tidy-devel: upgrading to 030815 + fixing build-depends for www/tidy-lib (bis).
Message-ID:  <20030817082946.7A9E4750E@graf.pompo.net>
Resent-Message-ID: <200308170840.h7H8eBwD001608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030817082946.7A9E4750E>