Date: Tue, 23 Sep 2003 01:23:49 +0200 From: Tijl Coosemans <tijl@ulyssis.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57116: [PATCH] devel/libticalcs: fix unbuildable port Message-ID: <20030923012349.4264f0b9.tijl@ulyssis.org> Resent-Message-ID: <200309222330.h8MNUKCo018394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57116 >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: Mon Sep 22 16:30:20 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?20030923012349.4264f0b9.tijl>