From cdad0218577838b8f0c2392a3a931f97ff5241d6 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 30 Sep 1998 13:24:40 +0000 Subject: [PATCH] Upgrade to 0.20.1. Make compilable on -current. Fixes submitted by: Jeremy Lea --- x11-wm/windowmaker-i18n/Makefile | 16 ++++-- x11-wm/windowmaker-i18n/distinfo | 3 +- x11-wm/windowmaker-i18n/files/patch-ad | 11 ++++- x11-wm/windowmaker-i18n/pkg-plist | 68 ++++++++++++++++++++++++-- x11-wm/windowmaker/Makefile | 16 ++++-- x11-wm/windowmaker/distinfo | 3 +- x11-wm/windowmaker/pkg-plist | 68 ++++++++++++++++++++++++-- 7 files changed, 164 insertions(+), 21 deletions(-) diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 53fc8155b64c..4d064aac3910 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.20.0 +# Version required: 0.20.1 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.32 1998/09/24 15:13:35 tg Exp $ +# $Id: Makefile,v 1.33 1998/09/27 20:59:11 steve Exp $ -DISTNAME= WindowMaker-0.20.0 -PKGNAME= windowmaker-0.20.0 +DISTNAME= WindowMaker-0.20.1 +PKGNAME= windowmaker-0.20.1 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ http://jgo.local.net/cool_downloads/wm/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= handy@physics.montana.edu @@ -29,9 +30,11 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-gfx-libs="-L${LOCALBASE}/lib" \ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" -MAN1= convertstyle.1 geticonset.1x getstyle.1x seticons.1x setstyle.1x \ +MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x +DATAFILES= WindowMaker-data.tar.gz + post-extract: cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} libPropList.tar.gz @@ -49,6 +52,9 @@ pre-install: @(cd ${WRKSRC}/libPropList; ${MAKE} ${MAKE_ENV} install) post-install: + ${MKDIR} ${PREFIX}/share/WindowMaker/Pixmaps/ + ${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \ + ${PREFIX}/share/WindowMaker/Pixmaps/ if [ "${PORTOBJFORMAT}" = "elf" ]; then \ ${LN} -sf libPropList.so.0 ${PREFIX}/lib/libPropList.so; \ else \ diff --git a/x11-wm/windowmaker-i18n/distinfo b/x11-wm/windowmaker-i18n/distinfo index b6d6c73193be..f5508fc3ee05 100644 --- a/x11-wm/windowmaker-i18n/distinfo +++ b/x11-wm/windowmaker-i18n/distinfo @@ -1 +1,2 @@ -MD5 (WindowMaker-0.20.0.tar.gz) = f34b20bd15f7636b197e52fa1b16dada +MD5 (WindowMaker-0.20.1.tar.gz) = 6ed696ff93b3ecaf155dacbaa32fcfda +MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82 diff --git a/x11-wm/windowmaker-i18n/files/patch-ad b/x11-wm/windowmaker-i18n/files/patch-ad index 102409029f35..d630e21ea8fe 100644 --- a/x11-wm/windowmaker-i18n/files/patch-ad +++ b/x11-wm/windowmaker-i18n/files/patch-ad @@ -1,5 +1,14 @@ --- configure.orig Wed Sep 23 10:48:39 1998 -+++ configure Thu Sep 24 09:08:10 1998 ++++ configure Sat Sep 26 01:50:28 1998 +@@ -3570,7 +3570,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgif $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $LIBS" ++LIBS="-lgif $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $LIBS" + cat > conftest.$ac_ext <