ports/61532: [maintainer] mail/kshowmail: switch to Makefile.kde

Markus Brueffer brueffer at phoenix-systems.de
Sun Jan 18 14:40:34 UTC 2004


>Number:         61532
>Category:       ports
>Synopsis:       [maintainer] mail/kshowmail: switch to Makefile.kde
>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 at cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	Hand handling of 
	  - CONFIGURE_TARGET
	  - -pedantic
	  - PTHREAD_LIBS
	over to Makefile.kde

>How-To-Repeat:
>Fix:

--- kshowmail.diff begins here ---
diff -ruN kshowmail.orig/Makefile kshowmail/Makefile
--- kshowmail.orig/Makefile	Sun Jan 18 13:06:46 2004
+++ kshowmail/Makefile	Sun Jan 18 13:17:00 2004
@@ -20,11 +20,9 @@
 GNU_CONFIGURE=		yes
 USE_REINPLACE=		yes
 
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-
 post-patch:
-	@${REINPLACE_CMD} -e 's|-O2||g; s|-pedantic ||g; \
-		s|-lpthread|${PTHREAD_LIBS}|g' \
-		${WRKSRC}/${CONFIGURE_SCRIPT}
+	@${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>
--- kshowmail.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list