diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-09 16:06:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-09 16:06:56 +0000 |
commit | 517dd2ae7f0b884ee43d9a1f7bb75d1007dffcc8 (patch) | |
tree | d32de15294f0cb9bfaaca7216a630a1e5f1d22d4 /x11/wterm | |
parent | Update checksum. Unfortunately it seems that previously committed version was (diff) |
Update to 6.2.8a2.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=37005
Diffstat (limited to 'x11/wterm')
-rw-r--r-- | x11/wterm/Makefile | 9 | ||||
-rw-r--r-- | x11/wterm/distinfo | 2 | ||||
-rw-r--r-- | x11/wterm/files/patch-aa | 12 | ||||
-rw-r--r-- | x11/wterm/pkg-plist | 1 |
4 files changed, 17 insertions, 7 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 3e65a14e5f3d..3f0206ced946 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wterm -PORTVERSION= 6.2.7a1 +PORTVERSION= 6.2.8a2 CATEGORIES= x11 MASTER_SITES= http://wm.current.nu/files/ \ ftp://ftp.sunsite.auc.dk/disk1/linuxberg.com/files/x11/system/ \ @@ -17,18 +17,21 @@ MAINTAINER= treif@mayn.de BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker -WRKSRC= ${WRKDIR}/wterm-6.2.7 +WRKSRC= ${WRKDIR}/wterm-6.2.8 USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ --disable-delete-key --disable-backspace-key \ --enable-next-scrollbar --enable-utmp --enable-wtmp \ -# --enable-menubar --enable-graphics + --enable-menubar --enable-graphics CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN1= wterm.1 +post-extract: + ${RM} -f ${WRKSRC}/config.cache + post-install: @${CHMOD} 4711 ${PREFIX}/bin/wterm diff --git a/x11/wterm/distinfo b/x11/wterm/distinfo index db1af30125ff..9c831134d47b 100644 --- a/x11/wterm/distinfo +++ b/x11/wterm/distinfo @@ -1 +1 @@ -MD5 (wterm-6.2.7a1.tar.gz) = f34ccbcfe8d2ca67fb334157ea870a45 +MD5 (wterm-6.2.8a2.tar.gz) = 26c496f1bdfc2bcfd42a29a433160fc2 diff --git a/x11/wterm/files/patch-aa b/x11/wterm/files/patch-aa index 266d0e305a64..c7c658278386 100644 --- a/x11/wterm/files/patch-aa +++ b/x11/wterm/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Sat Apr 8 14:33:32 2000 -+++ configure Sat Apr 8 14:35:05 2000 +--- configure.orig Tue Feb 2 13:07:34 1999 ++++ configure Sun Jan 7 23:30:51 2001 @@ -9,7 +9,7 @@ # Defaults: @@ -9,3 +9,11 @@ # Any additions from configure.in: ac_help="$ac_help --enable-utmp enable utmp/utmpx support" +@@ -3552,6 +3552,7 @@ + + fi + ++wterm_cv_path_wtmp=/var/log/wtmp + echo "$ac_t""$wterm_cv_path_wtmp" 1>&6 + if test "${wterm_cv_path_wtmp+set}" = set; then + cat >> confdefs.h <<EOF diff --git a/x11/wterm/pkg-plist b/x11/wterm/pkg-plist index 38c1e148b447..b3b338866352 100644 --- a/x11/wterm/pkg-plist +++ b/x11/wterm/pkg-plist @@ -1,2 +1 @@ bin/wterm -@exec chmod 4711 %D/bin/wterm |