From tkato@prontomail.com  Mon Sep 29 06:46:22 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E95E916A4BF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 29 Sep 2003 06:45:58 -0700 (PDT)
Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CDECF43FF2
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 29 Sep 2003 06:45:57 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([219.108.124.155]) by hfep02.dion.ne.jp with SMTP
          id <20030929134554756.WBTC@hfep02.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Mon, 29 Sep 2003 22:45:54 +0900
Message-Id: <20030929224510.2ea374a1.tkato@prontomail.com>
Date: Mon, 29 Sep 2003 22:45:10 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: devel/physfs

>Number:         57352
>Category:       ports
>Synopsis:       Update port: devel/physfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 29 06:50:09 PDT 2003
>Closed-Date:    Mon Sep 29 12:38:56 PDT 2003
>Last-Modified:  Mon Sep 29 12:38:56 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Support CFLAGS properly
- Do not install useless .la file

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/physfs/Makefile devel/physfs/Makefile
--- /usr/ports/devel/physfs/Makefile	Mon Sep 29 16:45:30 2003
+++ devel/physfs/Makefile	Mon Sep 29 18:38:17 2003
@@ -7,16 +7,15 @@
 
 PORTNAME=	physfs
 PORTVERSION=	0.1.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://icculus.org/${PORTNAME}/downloads/
 
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	A library to provide abstract access to various archives
 
+USE_GNOME=	gnometarget
 USE_LIBTOOL=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-CONFIGURE_ARGS=	--program-transform-name=''
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/physfs/files/patch-configure devel/physfs/files/patch-configure
--- /usr/ports/devel/physfs/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ devel/physfs/files/patch-configure	Mon Sep 29 18:37:52 2003
@@ -0,0 +1,19 @@
+--- configure.orig	Sat Sep 13 11:29:31 2003
++++ configure	Mon Sep 29 18:37:43 2003
+@@ -7357,6 +7357,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -7420,7 +7421,7 @@
+ EOF
+ 
+ else
+-  PHYSFSCFLAGS="-O2"
++  PHYSFSCFLAGS=""
+ 
+ cat >>confdefs.h <<\EOF
+ #define NDEBUG 1
diff -urN /usr/ports/devel/physfs/pkg-plist devel/physfs/pkg-plist
--- /usr/ports/devel/physfs/pkg-plist	Mon Sep 29 16:45:30 2003
+++ devel/physfs/pkg-plist	Mon Sep 29 18:37:06 2003
@@ -3,5 +3,4 @@
 lib/libphysfs-0.1.so.9
 lib/libphysfs-0.1.so
 lib/libphysfs.so
-lib/libphysfs.la
 lib/libphysfs.a
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->oliver  
Responsible-Changed-By: krion 
Responsible-Changed-When: Mon Sep 29 06:53:03 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57352 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Mon Sep 29 12:38:40 PDT 2003 
State-Changed-Why:  
Committed, Thanks! 

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