summaryrefslogtreecommitdiff
path: root/x11/wterm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-11-30 22:44:28 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-11-30 22:44:28 +0000
commit979b173f4059c1f7c769232159502e8c9a6f1355 (patch)
tree131a31163b32930d5ce45e54b5092057f09e41a6 /x11/wterm
parentAdd USE_XLIB to fix other ports build when X11BASE is changed. (diff)
Add --with-xpm-* to CONFIGURE_ARGS to make this port X11BASE-clean.
While I'm here, add --with-term=xterm-color to eliminate the need for patch-ab, and delete the now irrelevant patch-aa.
Notes
Notes: svn path=/head/; revision=178390
Diffstat (limited to 'x11/wterm')
-rw-r--r--x11/wterm/Makefile3
-rw-r--r--x11/wterm/files/patch-aa19
-rw-r--r--x11/wterm/files/patch-ab17
3 files changed, 2 insertions, 37 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile
index 0bcfdbb060f1..cc404a76fbea 100644
--- a/x11/wterm/Makefile
+++ b/x11/wterm/Makefile
@@ -23,7 +23,8 @@ 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 --with-term=xterm-color \
+ --with-xpm-includes=${X11BASE} --with-xpm-library=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/WINGs"
MAN1= wterm.1
diff --git a/x11/wterm/files/patch-aa b/x11/wterm/files/patch-aa
deleted file mode 100644
index c7c658278386..000000000000
--- a/x11/wterm/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Tue Feb 2 13:07:34 1999
-+++ configure Sun Jan 7 23:30:51 2001
-@@ -9,7 +9,7 @@
-
- # Defaults:
- ac_help=
--ac_default_prefix=/usr/local
-+ac_default_prefix=/usr/X11R6
- # 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/files/patch-ab b/x11/wterm/files/patch-ab
deleted file mode 100644
index 96aba37b8ecb..000000000000
--- a/x11/wterm/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/wterm.h.orig Thu Aug 10 03:12:22 2000
-+++ src/wterm.h Thu Aug 10 03:12:47 2000
-@@ -408,11 +408,13 @@
- #else
- # define COLORTERMENVFULL COLORTERMENV
- #endif
-+
-+#undef TERMENV
- #ifndef TERMENV
- # ifdef KANJI
- # define TERMENV "kterm"
- # else
--# define TERMENV "xterm"
-+# define TERMENV "xterm-color"
- # endif
- #endif
-