summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-09-04 06:24:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-09-04 06:24:12 +0000
commitf708b025f8c88de651f4678b57dff2d3981dc8c5 (patch)
tree8623ce154b8e7590f0dfbcbd0f1e693a004b863c /x11-wm
parentwhy have a patch, when we have a nob for this in bsd.port.mk (diff)
Upgrade to 0.19.1.
Submitted by: Brian Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=13003
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile8
-rw-r--r--x11-wm/windowmaker-i18n/distinfo2
-rw-r--r--x11-wm/windowmaker-i18n/files/patch-ad36
-rw-r--r--x11-wm/windowmaker-i18n/pkg-plist1
-rw-r--r--x11-wm/windowmaker/Makefile8
-rw-r--r--x11-wm/windowmaker/distinfo2
-rw-r--r--x11-wm/windowmaker/pkg-plist1
7 files changed, 32 insertions, 26 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile
index 337d9e46ca66..c558e5b69824 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.0
+# Version required: 0.19.1
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.21 1998/08/19 07:01:52 tg Exp $
+# $Id: Makefile,v 1.22 1998/09/02 06:14:50 tg Exp $
-DISTNAME= WindowMaker-0.19.0
-PKGNAME= windowmaker-0.19.0
+DISTNAME= WindowMaker-0.19.1
+PKGNAME= windowmaker-0.19.1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \
diff --git a/x11-wm/windowmaker-i18n/distinfo b/x11-wm/windowmaker-i18n/distinfo
index a9412941901d..35a0d18b8eb6 100644
--- a/x11-wm/windowmaker-i18n/distinfo
+++ b/x11-wm/windowmaker-i18n/distinfo
@@ -1 +1 @@
-MD5 (WindowMaker-0.19.0.tar.gz) = 4e5bb29b7f30543ea8d5dd3f5d3d5cdc
+MD5 (WindowMaker-0.19.1.tar.gz) = 555099e8c701db407d2d2f79cf6d5b43
diff --git a/x11-wm/windowmaker-i18n/files/patch-ad b/x11-wm/windowmaker-i18n/files/patch-ad
index 4e6fcdc19cb2..05483b1752fd 100644
--- a/x11-wm/windowmaker-i18n/files/patch-ad
+++ b/x11-wm/windowmaker-i18n/files/patch-ad
@@ -1,11 +1,11 @@
---- configure.orig Sun Aug 30 04:01:52 1998
-+++ configure Tue Sep 1 09:42:43 1998
-@@ -3523,44 +3523,6 @@
- ICONEXT="xpm"
+--- configure.orig Thu Sep 3 03:46:35 1998
++++ configure Thu Sep 3 17:53:27 1998
+@@ -3525,49 +3525,6 @@
#
+
if test "$tif" = yes; then
- echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
--echo "configure:3528: checking for TIFFGetVersion in -ltiff" >&5
+-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
@@ -13,7 +13,7 @@
- ac_save_LIBS="$LIBS"
-LIBS="-ltiff $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS"
-cat > conftest.$ac_ext <<EOF
--#line 3536 "configure"
+-#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
@@ -24,7 +24,7 @@
-TIFFGetVersion()
-; return 0; }
-EOF
--if { (eval echo configure:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-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
@@ -39,22 +39,26 @@
-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"
+- GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff $GFXLIBS"
+- ICONEXT="tiff"
-else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for TIFFGetVersion in -ltiff34""... $ac_c" 1>&6
- echo "configure:3566: checking for TIFFGetVersion in -ltiff34" >&5
- ac_lib_var=`echo tiff34'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
-@@ -3603,8 +3565,6 @@
-
- fi
-
-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 @@
+ echo "$ac_t""no" 1>&6
+ fi
+- fi
+ fi
-@@ -3806,7 +3766,7 @@
+@@ -3778,7 +3734,7 @@
diff --git a/x11-wm/windowmaker-i18n/pkg-plist b/x11-wm/windowmaker-i18n/pkg-plist
index c4a0a8c33941..2d1cc4d3f4d8 100644
--- a/x11-wm/windowmaker-i18n/pkg-plist
+++ b/x11-wm/windowmaker-i18n/pkg-plist
@@ -216,6 +216,7 @@ share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.tr
+share/WindowMaker/plmenu
share/WindowMaker/wmmacros
@dirrm share/WindowMaker/Themes
@dirrm share/WindowMaker/Styles
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 337d9e46ca66..c558e5b69824 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.0
+# Version required: 0.19.1
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
-# $Id: Makefile,v 1.21 1998/08/19 07:01:52 tg Exp $
+# $Id: Makefile,v 1.22 1998/09/02 06:14:50 tg Exp $
-DISTNAME= WindowMaker-0.19.0
-PKGNAME= windowmaker-0.19.0
+DISTNAME= WindowMaker-0.19.1
+PKGNAME= windowmaker-0.19.1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \
diff --git a/x11-wm/windowmaker/distinfo b/x11-wm/windowmaker/distinfo
index a9412941901d..35a0d18b8eb6 100644
--- a/x11-wm/windowmaker/distinfo
+++ b/x11-wm/windowmaker/distinfo
@@ -1 +1 @@
-MD5 (WindowMaker-0.19.0.tar.gz) = 4e5bb29b7f30543ea8d5dd3f5d3d5cdc
+MD5 (WindowMaker-0.19.1.tar.gz) = 555099e8c701db407d2d2f79cf6d5b43
diff --git a/x11-wm/windowmaker/pkg-plist b/x11-wm/windowmaker/pkg-plist
index c4a0a8c33941..2d1cc4d3f4d8 100644
--- a/x11-wm/windowmaker/pkg-plist
+++ b/x11-wm/windowmaker/pkg-plist
@@ -216,6 +216,7 @@ share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.tr
+share/WindowMaker/plmenu
share/WindowMaker/wmmacros
@dirrm share/WindowMaker/Themes
@dirrm share/WindowMaker/Styles