Date: Wed, 14 Jan 2004 02:39:00 +0100 (CET) From: Markus Brueffer <brueffer@phoenix-systems.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61344: [maintainer] graphics/kalbum: respect PTHREAD_LIBS and CFLAGS Message-ID: <20040114013900.DC97522C@maquis.hitnet.rwth-aachen.de> Resent-Message-ID: <200401140140.i0E1eGM7074250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61344 >Category: ports >Synopsis: [maintainer] graphics/kalbum: respect PTHREAD_LIBS and CFLAGS >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: Tue Jan 13 17:40:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Markus Brueffer >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD cheops.phoenix 5.2-CURRENT FreeBSD 5.2-CURRENT #16: Mon Dec 22 00:35:14 CET 2003 root@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386 >Description: graphics/kalbum: - respect PTHREAD_LIBS and CFLAGS - fix typo >How-To-Repeat: >Fix: --- kalbum.diff begins here --- diff -ruN kalbum.orig/Makefile kalbum/Makefile --- kalbum.orig/Makefile Wed Jan 14 01:51:56 2004 +++ kalbum/Makefile Wed Jan 14 01:53:15 2004 @@ -1,4 +1,4 @@ -# New ports collection makefile for: platero +# New ports collection makefile for: kalbum # Date created: Tue Jul 1 18:03:44 CEST 2003 # Whom: Markus Brueffer <brueffer@phoenix-systems.de> # @@ -16,7 +16,11 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +post-patch: + @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> --- kalbum.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?20040114013900.DC97522C>