diff options
author | tg <tg@FreeBSD.org> | 1998-09-09 13:57:18 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-09 13:57:18 +0800 |
commit | 64115e20ee567bc34758c9a968d01d0acc551dd8 (patch) | |
tree | 734eb098688ce49c3c5ae95575bf253c9eab4690 /x11-wm | |
parent | 7ed40c4ac5e5389f6b13da76f3dd9eca7b7a130a (diff) | |
download | freebsd-ports-gnome-64115e20ee567bc34758c9a968d01d0acc551dd8.tar.gz freebsd-ports-gnome-64115e20ee567bc34758c9a968d01d0acc551dd8.tar.zst freebsd-ports-gnome-64115e20ee567bc34758c9a968d01d0acc551dd8.zip |
Upgrade to 0.19.2.
Reviewed by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/files/patch-ad | 140 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/windowmaker/distinfo | 2 |
5 files changed, 109 insertions, 57 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index c558e5b69824..63c407080b47 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.19.1 +# Version required: 0.19.2 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.22 1998/09/02 06:14:50 tg Exp $ +# $Id: Makefile,v 1.23 1998/09/04 06:24:11 tg Exp $ -DISTNAME= WindowMaker-0.19.1 -PKGNAME= windowmaker-0.19.1 +DISTNAME= WindowMaker-0.19.2 +PKGNAME= windowmaker-0.19.2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ @@ -28,6 +28,9 @@ 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 \ + wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x + post-extract: cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} libPropList.tar.gz diff --git a/x11-wm/windowmaker-i18n/distinfo b/x11-wm/windowmaker-i18n/distinfo index 35a0d18b8eb6..40120d98726e 100644 --- a/x11-wm/windowmaker-i18n/distinfo +++ b/x11-wm/windowmaker-i18n/distinfo @@ -1 +1 @@ -MD5 (WindowMaker-0.19.1.tar.gz) = 555099e8c701db407d2d2f79cf6d5b43 +MD5 (WindowMaker-0.19.2.tar.gz) = 5f0412c818f04af39db41babdfdfff84 diff --git a/x11-wm/windowmaker-i18n/files/patch-ad b/x11-wm/windowmaker-i18n/files/patch-ad index 05483b1752fd..0d3282492542 100644 --- a/x11-wm/windowmaker-i18n/files/patch-ad +++ b/x11-wm/windowmaker-i18n/files/patch-ad @@ -1,64 +1,110 @@ ---- configure.orig Thu Sep 3 03:46:35 1998 -+++ configure Thu Sep 3 17:53:27 1998 -@@ -3525,49 +3525,6 @@ +--- configure.orig Sun Sep 6 16:29:01 1998 ++++ configure Tue Sep 8 08:02:03 1998 +@@ -3525,14 +3525,14 @@ # if test "$tif" = yes; then - echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 -echo "configure:3530: checking for TIFFGetVersion in -ltiff" >&5 -ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_save_LIBS="$LIBS" ++ echo $ac_n "checking for TIFFGetVersion in -ltiff34""... $ac_c" 1>&6 ++echo "configure:3530: checking for TIFFGetVersion in -ltiff34" >&5 ++ac_lib_var=`echo tiff34'_'TIFFGetVersion | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" -LIBS="-ltiff $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" --cat > conftest.$ac_ext <<EOF --#line 3538 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char TIFFGetVersion(); -- --int main() { --TIFFGetVersion() --; return 0; } --EOF --if { (eval echo configure:3549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" --fi --rm -f conftest* --LIBS="$ac_save_LIBS" -- --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 ++LIBS="-ltiff34 $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3538 "configure" + #include "confdefs.h" +@@ -3560,22 +3560,22 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 - GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff $GFXLIBS" -- ICONEXT="tiff" --else -- echo "$ac_t""no" 1>&6 --fi -- -- -- if ! test "$ICONEXT" = "tiff"; then - echo $ac_n "checking for TIFFGetVersion in -ltiff34""... $ac_c" 1>&6 - echo "configure:3573: checking for TIFFGetVersion in -ltiff34" >&5 - ac_lib_var=`echo tiff34'_'TIFFGetVersion | sed 'y%./+-%__p_%'` -@@ -3609,7 +3566,6 @@ ++ GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff34 $GFXLIBS" + ICONEXT="tiff" + else + echo "$ac_t""no" 1>&6 + fi + ++ + if test ! "$ICONEXT" = "tiff"; then +- if test "$zlib" = "yes"; then +- echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 ++ echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 + echo "configure:3573: checking for TIFFGetVersion in -ltiff" >&5 + ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lz -lm $LIBS" ++LIBS="-ltiff $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3581 "configure" + #include "confdefs.h" +@@ -3603,26 +3603,25 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff -lz $GFXLIBS" ++ GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff $GFXLIBS" + ICONEXT="tiff" + else echo "$ac_t""no" 1>&6 fi -- fi +- fi + fi +- + if test ! "$ICONEXT" = "tiff"; then +- echo $ac_n "checking for TIFFGetVersion in -ltiff34""... $ac_c" 1>&6 +-echo "configure:3618: checking for TIFFGetVersion in -ltiff34" >&5 +-ac_lib_var=`echo tiff34'_'TIFFGetVersion | sed 'y%./+-%__p_%'` ++ if test "$zlib" = "yes"; then ++ echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 ++echo "configure:3617: checking for TIFFGetVersion in -ltiff" >&5 ++ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff34 $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" ++LIBS="-ltiff $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lz -lm $LIBS" + cat > conftest.$ac_ext <<EOF +-#line 3626 "configure" ++#line 3625 "configure" + #include "confdefs.h" + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 +@@ -3633,7 +3632,7 @@ + TIFFGetVersion() + ; return 0; } + EOF +-if { (eval echo configure:3637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then ++if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3648,12 +3647,13 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff34 $GFXLIBS" ++ GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff -lz $GFXLIBS" + ICONEXT="tiff" + else + echo "$ac_t""no" 1>&6 fi ++ fi + fi + fi -@@ -3778,7 +3734,7 @@ +@@ -3823,7 +3823,7 @@ diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index c558e5b69824..63c407080b47 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.19.1 +# Version required: 0.19.2 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.22 1998/09/02 06:14:50 tg Exp $ +# $Id: Makefile,v 1.23 1998/09/04 06:24:11 tg Exp $ -DISTNAME= WindowMaker-0.19.1 -PKGNAME= windowmaker-0.19.1 +DISTNAME= WindowMaker-0.19.2 +PKGNAME= windowmaker-0.19.2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ @@ -28,6 +28,9 @@ 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 \ + wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x + post-extract: cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} libPropList.tar.gz diff --git a/x11-wm/windowmaker/distinfo b/x11-wm/windowmaker/distinfo index 35a0d18b8eb6..40120d98726e 100644 --- a/x11-wm/windowmaker/distinfo +++ b/x11-wm/windowmaker/distinfo @@ -1 +1 @@ -MD5 (WindowMaker-0.19.1.tar.gz) = 555099e8c701db407d2d2f79cf6d5b43 +MD5 (WindowMaker-0.19.2.tar.gz) = 5f0412c818f04af39db41babdfdfff84 |