ports/58329: [patch] devel/libtifiles: change automake dependency

Tijl Coosemans tijl at ulyssis.org
Tue Oct 21 11:40:20 UTC 2003


>Number:         58329
>Category:       ports
>Synopsis:       [patch] devel/libtifiles: change automake dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 21 04:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD kalimero.kotnet.org 4.9-RC FreeBSD 4.9-RC #4: Wed Oct 15 23:57:25 CEST 2003 root@:/usr/obj/usr/src/sys/TIJL i386


	
>Description:
USE_AUTOCONF breaks build. Should be replaced with a plain dependency on automake using WANT_AUTOMAKE_VER.
>How-To-Repeat:
	
>Fix:

	

--- libtifiles begins here ---
diff -Nru libtifiles.orig/Makefile libtifiles/Makefile
--- libtifiles.orig/Makefile	Thu Oct 16 12:06:24 2003
+++ libtifiles/Makefile	Thu Oct 16 12:06:53 2003
@@ -18,11 +18,11 @@
 RUN_DEPENDS=    pkg-config:${PORTSDIR}/devel/pkgconfig
 LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
 
+WANT_AUTOMAKE_VER=	15
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
-USE_AUTOCONF=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"\
 		LDFLAGS="-L${LOCALBASE}/lib"
--- libtifiles ends here ---


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



More information about the freebsd-ports-bugs mailing list