ports/57274: [PATCH] devel/libticalcs: fix unbuildable port

Tijl Coosemans tijl at 10-4-5-217.kotnet.org
Sat Sep 27 09:10:22 UTC 2003


>Number:         57274
>Category:       ports
>Synopsis:       [PATCH] devel/libticalcs: fix unbuildable port
>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:   Sat Sep 27 02:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD 10-4-5-217.kotnet.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jun 28 17:44:16 CEST 2003 root at 10-4-5-217.kotnet.org:/usr/obj/usr/src/sys/TIJL i386


	
>Description:
Though this port hasn't been built yet by bento due to problems with dependencies, it will fail without this patch applied.
- dependency update: intl.4 -> intl.5
- fix file that doesn't respect PREFIX
>How-To-Repeat:
	
>Fix:

	

--- patch begins here ---
diff -Nru libticalcs.orig/Makefile libticalcs/Makefile
--- libticalcs.orig/Makefile	Mon Sep 15 10:36:33 2003
+++ libticalcs/Makefile	Sat Sep 20 13:55:51 2003
@@ -18,7 +18,7 @@
 RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 LIB_DEPENDS=	ticables.10:${PORTSDIR}/comms/libticables \
 		tifiles.5:${PORTSDIR}/devel/libtifiles \
-		intl.4:${PORTSDIR}/devel/gettext
+		intl.5:${PORTSDIR}/devel/gettext
 
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
diff -Nru libticalcs.orig/files/patch-macros-Makefile.in libticalcs/files/patch-macros-Makefile.in
--- libticalcs.orig/files/patch-macros-Makefile.in	Thu Jan  1 01:00:00 1970
+++ libticalcs/files/patch-macros-Makefile.in	Sat Sep 20 13:35:29 2003
@@ -0,0 +1,11 @@
+--- macros/Makefile.in.orig	Sat Sep 20 13:34:57 2003
++++ macros/Makefile.in	Sat Sep 20 13:35:18 2003
+@@ -194,7 +194,7 @@
+         done
+ 
+ 
+-aclocaldir = @ACLOCALDIR@
++aclocaldir = ${datadir}/aclocal
+ 
+ @Aclocal_TRUE at aclocal_DATA = ticalcs.m4
+ subdir = macros
--- patch ends here ---


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



More information about the freebsd-ports-bugs mailing list