Date: Tue, 3 Sep 2002 13:27:32 +0200 (CEST) From: Tilman Linneweh <tilman@arved.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: trevor@FreeBSD.org Subject: ports/42365: Update port x11-wm/qlwm 2.6 -> 3.0 Message-ID: <200209031127.g83BRWrO075914@tl.kom.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 42365 >Category: ports >Synopsis: Update port x11-wm/qlwm 2.6 -> 3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 03 04:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-STABLE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: This Port now uses QT Version 3 This diff was sent to Trevor on 23.8.2002 >How-To-Repeat: >Fix: --- qlwm.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/qlwm/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 29 Jan 2002 12:14:16 -0000 1.5 +++ Makefile 23 Aug 2002 09:31:40 -0000 @@ -8,7 +8,7 @@ # PORTNAME= qlwm -PORTVERSION= 2.6 +PORTVERSION= 3.0 CATEGORIES= x11-wm MASTER_SITES= http://www.netcologne.de/~nc-lindenal/qlwm/ @@ -19,15 +19,16 @@ LIBDIR= lib/${PORTNAME} PLIST= ${WRKDIR}/pkg-plist MAN1= qlwm.1 -USE_QT_VER= 2 +USE_QT_VER= 3 USE_X_PREFIX= yes +USE_REINPLACE= yes MAKE_ENV= DEST="${PREFIX}/${LIBDIR}" INCPATH="${QTCPPFLAGS}" \ - LIBS="${QTCFGLIBS} -l${QTNAME}" LINK="${CXX}" MOC="${MOC}" + LIBS="${QTCFGLIBS} -lqt-mt -pthread" LINK="${CXX}" MOC="${MOC}" post-patch: - find ${WRKSRC} -name "Makefile" | xargs ${PERL} -pi -e \ - 's|/usr/local/qlwm|${PREFIX}/${LIBDIR}|g ; \ + find ${WRKSRC} -name "Makefile" | xargs ${REINPLACE_CMD} -e \ + 's|/usr/local/qlwm|${PREFIX}/${LIBDIR}|g ; \ s|^CXX|#CXX|g ; \ s|^INCPATH|#INCPATH|g ; \ s|^LFLAGS|#LFLAGS|g ; \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/qlwm/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 27 Aug 2001 22:37:51 -0000 1.3 +++ distinfo 23 Aug 2002 08:59:26 -0000 @@ -1 +1 @@ -MD5 (qlwm-2.6.tar.gz) = 535344b6c165679c77b6d9d45dbc6e31 +MD5 (qlwm-3.0.tar.gz) = a3b4f333116c9ca4451b8704767a86b3 --- qlwm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209031127.g83BRWrO075914>