Date: Thu, 16 Feb 2006 23:05:16 -0700 From: "Greg J." <xcas@cox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/93463: [maintainer] x11-wm/pekwm: update to 20060216 snapshot Message-ID: <1140156316.19581@localhost.bsd-unix.org> Resent-Message-ID: <200602170610.k1H6A66m096866@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93463 >Category: ports >Synopsis: [maintainer] x11-wm/pekwm: update to 20060216 snapshot >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: Fri Feb 17 06:10:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Greg J. >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.1-PRERELEASE #0: Sat Feb 11 01:14:46 MST 2006 root@localhost.bsd-unix.org:/usr/obj/usr/src/sys/CASX32 >Description: -update to 20060216 snapshot -remove imlib2 & pcre dependencies -add jpeg, png & xpm dependencies -use autotools for this version >How-To-Repeat: patch -d /usr/ports < pekwm-20060216.diff >Fix: --- pekwm-20060216.diff begins here --- diff -u x11-wm/pekwm/Makefile.orig x11-wm/pekwm/Makefile --- x11-wm/pekwm/Makefile.orig Thu Feb 16 22:50:52 2006 +++ x11-wm/pekwm/Makefile Thu Feb 16 22:51:03 2006 @@ -6,29 +6,33 @@ # PORTNAME= pekwm -PORTVERSION= 20050515 +PORTVERSION= 20060216 CATEGORIES= x11-wm MASTER_SITES= http://bsd-unix.org/downloads/ \ http://pekwm.org/files/ -DISTNAME= ${PORTNAME}-0.1.4pre2 +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= xcas@cox.net COMMENT= A windowmanager based on aewm++ -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ - Xft.2:${PORTSDIR}/x11-fonts/libXft \ - pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png + +USE_AUTOTOOLS= autoconf:259 autoheader:259 automake:19 aclocal:19 USE_BZIP2= yes USE_GCC= 3.4 USE_GMAKE= yes USE_X_PREFIX= yes +USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ - --enable-xft --enable-pcre --enable-imlib2 --disable-debug \ - --enable-menus --enable-harbour + --enable-xft --disable-pcre --enable-image-xpm \ + --enable-image-jpeg --enable-image-png --disable-debug \ + --disable-pedantic --enable-menus --enable-harbour post-install: @${STRIP_CMD} ${PREFIX}/bin/pekwm diff -u x11-wm/pekwm/distinfo.orig x11-wm/pekwm/distinfo --- x11-wm/pekwm/distinfo.orig Thu Feb 16 22:50:52 2006 +++ x11-wm/pekwm/distinfo Thu Feb 16 22:51:21 2006 @@ -1,3 +1,3 @@ -MD5 (pekwm-0.1.4pre2.tar.bz2) = a5aae71550cb8ace2bc4db423d67532a -SHA256 (pekwm-0.1.4pre2.tar.bz2) = 16b75f4a44a5f8cd433cfc21a91eab3065890d0bc6944659a21680a2ca4e121a -SIZE (pekwm-0.1.4pre2.tar.bz2) = 226873 +MD5 (pekwm-20060216.tar.bz2) = 3bc76ee5245346f829f3787956e997a9 +SHA256 (pekwm-20060216.tar.bz2) = 83201fcbb09e8eeeeb97fe64e15838d496b93354609bf835136f48819ee1d2d5 +SIZE (pekwm-20060216.tar.bz2) = 276201 diff -u x11-wm/pekwm/pkg-plist.orig x11-wm/pekwm/pkg-plist --- x11-wm/pekwm/pkg-plist.orig Thu Feb 16 22:50:52 2006 +++ x11-wm/pekwm/pkg-plist Thu Feb 16 22:51:03 2006 @@ -8,6 +8,7 @@ etc/pekwm/vars %%DATADIR%%/scripts/pekwm_themeset.pl %%DATADIR%%/scripts/pekwm_themeset.sh +%%DATADIR%%/scripts/pekwm_window_info.sh %%DATADIR%%/scripts/pekwm_ws_menu.pl %%DATADIR%%/themes/default/theme @dirrm %%DATADIR%%/scripts --- pekwm-20060216.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?1140156316.19581>