Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2003 20:27:16 +0200
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57103: [PATCH] devel/libtifiles: fix unbuildable port
Message-ID:  <20030922202716.5ff1e117.tijl@ulyssis.org>
Resent-Message-ID: <200309221830.h8MIU6vp023283@freefall.freebsd.org>

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

>Number:         57103
>Category:       ports
>Synopsis:       [PATCH] devel/libtifiles: fix unbuildable port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 11:30:06 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:
Due to a file not respecting PREFIX, bento failed to build a package. The attached patch addresses the issue.
>How-To-Repeat:
	
>Fix:

	

--- patch begins here ---
diff -Nru libtifiles.orig/files/patch-macros-Makefile.in libtifiles/files/patch-macros-Makefile.in
--- libtifiles.orig/files/patch-macros-Makefile.in	Thu Jan  1 01:00:00 1970
+++ libtifiles/files/patch-macros-Makefile.in	Sat Sep 20 11:44:21 2003
@@ -0,0 +1,11 @@
+--- 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@aclocal_DATA = tifiles.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?20030922202716.5ff1e117.tijl>