ports/55144: [patch] unbreak net/kopete on -CURRENT

Markus Brueffer brueffer at phoenix-systems.de
Fri Aug 1 11:40:17 UTC 2003


>Number:         55144
>Category:       ports
>Synopsis:       [patch] unbreak net/kopete on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 01 04:40:13 PDT 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 #1: Fri Jul 18 18:16:37 CEST 2003 brueffer at cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	- fix build on -CURRENT
	- small Makefile cleanup

	Maintainer CC'd
	
>How-To-Repeat:
>Fix:

--- kopete.diff begins here ---
diff -ruN kopete.orig/Makefile kopete/Makefile
--- kopete.orig/Makefile	Sun May 18 00:26:44 2003
+++ kopete/Makefile	Fri Aug  1 12:23:55 2003
@@ -17,16 +17,20 @@
 USE_KDELIBS_VER=3
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_REINPLACE=  yes
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 
+CONFIGURE_TARGET=       --build=${ARCH}-portbld-freebsd${OSREL}
+
 CONFIGURE_ENV=	LDFLAGS="-lcrypto"
 
+post-extract:
+	@${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
+
 post-install:
 	${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/kopete.mo
 	-${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES/
 	-${RMDIR} ${PREFIX}/share/locale/xx/
 
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- kopete.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list