Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 15:21:17 +0100 (CET)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61531: [maintainer] irc/konversation: respect CFLAGS
Message-ID:  <20040118142117.D9AB2213@maquis.hitnet.rwth-aachen.de>
Resent-Message-ID: <200401181440.i0IEeAGx091356@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61531
>Category:       ports
>Synopsis:       [maintainer] irc/konversation: respect 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:   Sun Jan 18 06:40:10 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:
	irc/konversation:
	  - respect CFLAGS
	  - remove CONFIGURE_TARGET which is already covered by Makefile.kde

>How-To-Repeat:
>Fix:

--- konversation.diff begins here ---
diff -ruN konversation.orig/Makefile konversation/Makefile
--- konversation.orig/Makefile	Sun Jan 18 14:49:16 2004
+++ konversation/Makefile	Sun Jan 18 14:50:04 2004
@@ -20,7 +20,9 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+post-patch:
+	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
--- konversation.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?20040118142117.D9AB2213>