ports/58328: [patch] comms/libticables: change automake dependency

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


>Number:         58328
>Category:       ports
>Synopsis:       [patch] comms/libticables: 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_AUTOMAKE breaks build. Should be replaced with a plain dependency on automake using WANT_AUTOMAKE_VER
>How-To-Repeat:
	
>Fix:

	

--- libticables begins here ---
diff -Nru libticables.orig/Makefile libticables/Makefile
--- libticables.orig/Makefile	Thu Oct 16 11:01:38 2003
+++ libticables/Makefile	Thu Oct 16 11:02:42 2003
@@ -18,10 +18,10 @@
 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
-USE_AUTOMAKE=	yes
 INSTALLS_SHLIB=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"\
--- libticables ends here ---


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



More information about the freebsd-ports-bugs mailing list