summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-09-09 05:57:18 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-09-09 05:57:18 +0000
commit1eed982b162d7fa7edb80253272d8b16c9d50925 (patch)
treec7410148c870ac95d5a752d29b37cd3bbb42e06a /x11-wm
parentObtained from: The Arla Project http://www.stacken.kth.se/projekt/arla/ (diff)
Upgrade to 0.19.2.
Reviewed by: Brian Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=13066
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile11
-rw-r--r--x11-wm/windowmaker-i18n/distinfo2
-rw-r--r--x11-wm/windowmaker-i18n/files/patch-ad140
-rw-r--r--x11-wm/windowmaker/Makefile11
-rw-r--r--x11-wm/windowmaker/distinfo2
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