Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2003 17:21:22 +0100 (CET)
From:      Markus Brueffer <brueffer@phoenix-systems.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/59794: [non maintainer] finance/kexchange: take maintainership
Message-ID:  <20031129162122.6A3351C1@maquis.hitnet.rwth-aachen.de>
Resent-Message-ID: <200311291630.hATGUIrJ068068@freefall.freebsd.org>

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

>Number:         59794
>Category:       ports
>Synopsis:       [non maintainer] finance/kexchange: take maintainership
>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:   Sat Nov 29 08:30:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #11: Thu Nov 13 12:26:36 CET 2003 brueffer@cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	- give orphaned port finance/kexchange a new home :)
	- respect CFLAGS and PTHREAD_LIBS

>How-To-Repeat:
>Fix:

--- kexchange.diff begins here ---
diff -ruN kexchange.orig/Makefile kexchange/Makefile
--- kexchange.orig/Makefile	Sat Nov 29 16:52:18 2003
+++ kexchange/Makefile	Sat Nov 29 16:56:43 2003
@@ -10,13 +10,18 @@
 CATEGORIES=	finance kde
 MASTER_SITES=	http://ftp.kde.com/Financial_Investment/Currency_Tools/KExchange/ \
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	brueffer@phoenix-systems.de
 COMMENT=	KDE currency converter
 
 USE_KDELIBS_VER=	3
 GNU_CONFIGURE=		yes
+USE_REINPLACE=		yes
+
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
 
-.include <bsd.port.mk>
+post-patch:
+	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
--- kexchange.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?20031129162122.6A3351C1>