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

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

>Number:         58330
>Category:       ports
>Synopsis:       [patch] devel/libticalcs: 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:15 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:

	

--- libticalcs begins here ---
diff -Nru libticalcs.orig/Makefile libticalcs/Makefile
--- libticalcs.orig/Makefile	Thu Oct 16 12:08:10 2003
+++ libticalcs/Makefile	Thu Oct 16 12:10:11 2003
@@ -21,11 +21,11 @@
 		intl.5:${PORTSDIR}/devel/gettext
 
 USE_GNOME=	glib20
+WANT_AUTOMAKE_VER=	15
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
-USE_AUTOMAKE=	yes
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"\
 		LDFLAGS="-L${LOCALBASE}/lib"
--- libticalcs ends here ---


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



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