Date: Wed, 21 Jul 2004 14:54:01 +0200 (CEST) From: Florent Thoumie <flz@xbsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69378: sysutils/progsreiserfs - make it build correctly with gcc 3.4.1 and drop maintainership Message-ID: <20040721125401.B8B7D789@gw.xbsd.org> Resent-Message-ID: <200407211300.i6LD0eah038554@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69378 >Category: ports >Synopsis: sysutils/progsreiserfs - make it build correctly with gcc 3.4.1 and drop maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 13:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 4.9-RC i386 >Organization: Xbsd.org >Environment: System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386 >Description: Build with GCC 3.4.1. I'm dropping maintainership since I'm not actually using reiserfs. >How-To-Repeat: N/A >Fix: --- progsreiserfs.diff begins here --- diff -ruN progsreiserfs/Makefile progsreiserfs.new/Makefile --- progsreiserfs/Makefile Sun Jul 18 19:19:43 2004 +++ progsreiserfs.new/Makefile Wed Jul 21 14:48:03 2004 @@ -11,7 +11,7 @@ MASTER_SITES= http://www.cgsecurity.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} -MAINTAINER= flz@xbsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt @@ -23,6 +23,7 @@ USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lgnugetopt" +CONFIGURE_ARGS= --disable-debug MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \ resizefs.reiserfs.8 tunefs.reiserfs.8 --- progsreiserfs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040721125401.B8B7D789>