ports/64630: [update] devel/libtifiles: fix broken build

Tijl Coosemans tijl at ulyssis.org
Tue Mar 23 19:40:14 UTC 2004


>Number:         64630
>Category:       ports
>Synopsis:       [update] devel/libtifiles: fix broken build
>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 Mar 23 11:40:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD kalimero.kotnet.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Mar 1 17:42:40 CET 2004 root at kalimero.kotnet.org:/usr/obj/usr/src/sys/TIJL i386


	
>Description:
Recent changes to the port regarding its dependency on automake
(http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010330.html)
broke it. This dependency was quite a hack actually, which is why it broke,
so I got rid of it all now.
>How-To-Repeat:
	
>Fix:

"files/patch-macros-Makefile.in" can be deleted.

--- patch begins here ---
diff -urN libtifiles.orig/Makefile libtifiles/Makefile
--- libtifiles.orig/Makefile	Sun Mar 14 07:16:20 2004
+++ libtifiles/Makefile	Tue Mar 23 16:48:00 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	libtifiles
 PORTVERSION=	0.5.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	tilp
@@ -18,7 +18,6 @@
 BUILD_DEPENDS=  pkg-config:${PORTSDIR}/devel/pkgconfig
 RUN_DEPENDS=    pkg-config:${PORTSDIR}/devel/pkgconfig
 
-USE_AUTOMAKE_VER=	15
 GNU_CONFIGURE=	yes
 USE_GETTEXT=	yes
 USE_LIBTOOL_VER=	13
diff -urN libtifiles.orig/files/patch-configure libtifiles/files/patch-configure
--- libtifiles.orig/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ libtifiles/files/patch-configure	Tue Mar 23 16:48:00 2004
@@ -0,0 +1,10 @@
+--- configure.orig	Tue Mar 23 16:43:40 2004
++++ configure	Tue Mar 23 16:44:02 2004
+@@ -1934,6 +1934,7 @@
+     ACLOCALDIR=`aclocal --print-ac-dir`
+ 
+ fi
++ACLOCALDIR=""
+ 
+ 
+ if test x$ACLOCALDIR != x ; then
diff -urN libtifiles.orig/files/patch-macros-Makefile.in libtifiles/files/patch-macros-Makefile.in
--- libtifiles.orig/files/patch-macros-Makefile.in	Thu Sep 25 12:57:35 2003
+++ libtifiles/files/patch-macros-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- macros/Makefile.in.orig	Wed Aug 27 12:04:45 2003
-+++ macros/Makefile.in	Sat Sep 20 11:44:08 2003
-@@ -186,7 +186,7 @@
-         done
- 
- 
--aclocaldir = @ACLOCALDIR@
-+aclocaldir = ${datadir}/aclocal
- 
- @Aclocal_TRUE at aclocal_DATA = tifiles.m4
- subdir = macros
diff -urN libtifiles.orig/pkg-plist libtifiles/pkg-plist
--- libtifiles.orig/pkg-plist	Mon Sep  8 12:55:05 2003
+++ libtifiles/pkg-plist	Tue Mar 23 16:48:00 2004
@@ -25,6 +25,5 @@
 lib/libtifiles.so
 lib/libtifiles.so.5
 libdata/pkgconfig/tifiles.pc
-share/aclocal/tifiles.m4
 share/locale/fr/LC_MESSAGES/libtifiles.mo
 @unexec rmdir %D/include/tilp 2>/dev/null || true
--- patch ends here ---


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



More information about the freebsd-ports-bugs mailing list