Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2003 22:45:10 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57352: Update port: devel/physfs
Message-ID:  <20030929224510.2ea374a1.tkato@prontomail.com>
Resent-Message-ID: <200309291350.h8TDoAWi067647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         57352
>Category:       ports
>Synopsis:       Update port: devel/physfs
>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 29 06:50:09 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030929224510.2ea374a1.tkato>