Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2003 20:56:27 +0200
From:      Tijl Coosemans <tijl@10-4-5-217.kotnet.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57274: [PATCH] devel/libticalcs: fix unbuildable port
Message-ID:  <20030922205627.05c988ee.tijl@10-4-5-217.kotnet.org>
Resent-Message-ID: <200309270910.h8R9AKO9008336@freefall.freebsd.org>

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

>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@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@aclocal_DATA = ticalcs.m4
+ subdir = macros
--- patch ends here ---


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



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