Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 13:37:04 +0200
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58329: [patch] devel/libtifiles: change automake dependency
Message-ID:  <20031021133704.0d00a1e5.tijl@ulyssis.org>
Resent-Message-ID: <200310211140.h9LBeETq044958@freefall.freebsd.org>

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

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



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