Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Aug 2003 15:35:37 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55183: www/tidy-devel: upgrading to 030801 + fixing build-depends.
Message-ID:  <20030802133537.D8B71750E@graf.pompo.net>
Resent-Message-ID: <200308021340.h72DeI2p086130@freefall.freebsd.org>

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

>Number:         55183
>Category:       ports
>Synopsis:       www/tidy-devel: upgrading to 030801 + fixing build-depends.
>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:   Sat Aug 02 06:40:18 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 2 13:35:08 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	- Upgrading tidy-devel to its latest release;
	- Fixing a build-depends problem against aclocal for tidy-lib
	(see <http://www.freebsd.org/cgi/getmsg.cgi?fetch=290786+0+current/freebsd-ports>).

>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	Tue Jul 22 12:04:59 2003
+++ www/tidy-devel/Makefile	Sat Aug  2 11:50:47 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	tidy
-PORTVERSION=	030716
+PORTVERSION=	030801
 CATEGORIES=	www
 MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
 		http://tidy.sourceforge.net/docs/:docs
@@ -55,9 +55,15 @@
 	@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
 .else
 	@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
+.endif
+
+configure-message:
+# Ugly hack to insert libtoolize + aclocal after build-depends and before patch-libtool
+.if defined(WITH_SHLIB)
 	(cd ${WRKSRC}	\
 	&& ${LIBTOOLIZE} --force --copy	\
 	&& ${ACLOCAL})
+	@${ECHO_MSG} "===>  Configuring for ${PKGNAME}"
 .endif
 
 pre-install:
diff -urN www/tidy-devel.orig/distinfo www/tidy-devel/distinfo
--- www/tidy-devel.orig/distinfo	Fri Jul 25 21:26:03 2003
+++ www/tidy-devel/distinfo	Sat Aug  2 11:41:46 2003
@@ -1,2 +1,2 @@
-MD5 (tidy_src_030716.tgz) = 49ff2210bc964642caf518e298016e29
+MD5 (tidy_src_030801.tgz) = 25a23c4adad32db81f3b9153f1863d3c
 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?20030802133537.D8B71750E>