From tijl@10-4-5-217.kotnet.org  Sat Sep 27 02:06:14 2003
Return-Path: <tijl@10-4-5-217.kotnet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7494E16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Sep 2003 02:06:14 -0700 (PDT)
Received: from 10-4-5-217.kotnet.org (215.43-201-80.adsl.skynet.be [80.201.43.215])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F0E8A44031
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Sep 2003 02:06:11 -0700 (PDT)
	(envelope-from tijl@10-4-5-217.kotnet.org)
Received: from localhost (localhost [127.0.0.1])
	by 10-4-5-217.kotnet.org (8.12.9/8.12.9) with SMTP id h8MIuRVk001028
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Sep 2003 20:56:28 +0200 (CEST)
	(envelope-from tijl@10-4-5-217.kotnet.org)
Message-Id: <20030922205627.05c988ee.tijl@10-4-5-217.kotnet.org>
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: [PATCH] devel/libticalcs: fix unbuildable port

>Number:         57274
>Category:       ports
>Synopsis:       [PATCH] devel/libticalcs: fix unbuildable port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 02:10:19 PDT 2003
>Closed-Date:    Sat Sep 27 06:22:05 PDT 2003
>Last-Modified:  Sat Sep 27 06:22:05 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Sep 27 06:21:59 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57274 
>Unformatted:
