From nobody@FreeBSD.org  Tue Oct 25 04:11:14 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 39F6516A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Oct 2005 04:11:14 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEC043D46
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Oct 2005 04:11:14 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9P4BDoc033819
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Oct 2005 04:11:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j9P4BDFU033817;
	Tue, 25 Oct 2005 04:11:13 GMT
	(envelope-from nobody)
Message-Id: <200510250411.j9P4BDFU033817@www.freebsd.org>
Date: Tue, 25 Oct 2005 04:11:13 GMT
From: Masanori OZAWA <ozawa@ongs.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] textproc/iiimf-gtk: Fix non-standard LOCALBASE/PREFIX
X-Send-Pr-Version: www-2.3

>Number:         87965
>Category:       ports
>Synopsis:       [PATCH] textproc/iiimf-gtk: Fix non-standard LOCALBASE/PREFIX
>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:   Tue Oct 25 04:20:14 GMT 2005
>Closed-Date:    Tue Oct 25 11:52:09 GMT 2005
>Last-Modified:  Tue Oct 25 11:52:09 GMT 2005
>Originator:     Masanori OZAWA
>Release:        FreeBSD 5.4-RELEASE-p6
>Organization:
ONGS Inc.
>Environment:
FreeBSD mithos.ongs.co.jp 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:44:26 JST 2005     root@mithos.ongs.co.jp:/usr/obj/usr/src/sys/MITHOS  i386
>Description:
Fix non-standard LOCALBASE/PREFIX
>How-To-Repeat:
              
>Fix:
diff -urN iiimf-gtk.orig/files/patch-iiimgcf_Makefile.am iiimf-gtk/files/patch-iiimgcf_Makefile.am
--- iiimf-gtk.orig/files/patch-iiimgcf_Makefile.am	Tue May 24 22:06:58 2005
+++ iiimf-gtk/files/patch-iiimgcf_Makefile.am	Tue Oct 25 13:03:00 2005
@@ -5,7 +5,7 @@
  
  AUTOMAKE_OPTIONS = foreign
 -ACLOCAL_AMFLAGS = -I ../acfiles
-+ACLOCAL_AMFLAGS = -I /usr/local/share/aclocal -I /usr/X11R6/share/aclocal -I ../acfiles
++ACLOCAL_AMFLAGS = -I %%LOCALBASE%%/share/aclocal -I %%PREFIX%%/share/aclocal -I ../acfiles
  
  moduledir = $(GTK2_LIBDIR)/gtk-2.0/$(GTK2_BINARY_VERSION)/immodules
  

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Tue Oct 25 11:51:58 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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