[43635] trunk/dports/x11/xterm
jeremyhu at macports.org
jeremyhu at macports.org
Fri Dec 12 11:30:09 PST 2008
Revision: 43635
http://trac.macports.org/changeset/43635
Author: jeremyhu at macports.org
Date: 2008-12-12 11:30:08 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
xterm: Take maintainership, updated dependencies, added --enable-logging --enable-256-color --enable-load-vt-fonts, removed patch-xterm.h.diff patch which isn't needed with updated xproto
Modified Paths:
--------------
trunk/dports/x11/xterm/Portfile
Removed Paths:
-------------
trunk/dports/x11/xterm/files/patch-xterm.h.diff
Modified: trunk/dports/x11/xterm/Portfile
===================================================================
--- trunk/dports/x11/xterm/Portfile 2008-12-12 19:24:39 UTC (rev 43634)
+++ trunk/dports/x11/xterm/Portfile 2008-12-12 19:30:08 UTC (rev 43635)
@@ -4,10 +4,10 @@
name xterm
version 237
-revision 1
+revision 2
categories x11
platforms darwin
-maintainers nomaintainer
+maintainers jeremyhu
description the ubiquitous X terminal emulator, stand-alone
long_description The xterm program is a terminal emulator for the X \
Window System. It supports a plethora of features, \
@@ -20,14 +20,24 @@
rmd160 3e64296f5526dc00024f68695078f90ea9b6550c
extract.suffix .tgz
-depends_lib lib:libX11.6:XFree86 port:ncurses port:Xft2 \
- port:xrender port:fontconfig port:expat port:freetype \
- port:zlib
+depends_build \
+ port:xorg-xproto
-patchfiles patch-configure.diff patch-xterm.h.diff
+depends_run \
+ bin:luit:luit
+depends_lib \
+ port:ncurses \
+ port:expat \
+ port:zlib \
+ lib:libXaw:xorg-libXaw \
+ lib:libXft.2:Xft2
+
+patchfiles patch-configure.diff
+
configure.args --mandir=${prefix}/share/man --enable-luit \
- --enable-wide-chars
+ --enable-logging --enable-wide-chars \
+ --enable-256-color --enable-load-vt-fonts
# If -ltermcap stays in the LDFLAGS, xterm is linked against both
# /usr/lib's and ${prefix}/lib's libncurses.
@@ -43,4 +53,3 @@
(installs setgid daemon)} {
configure.args-append --with-utmp-setgid=daemon --with-utempter
}
-
Deleted: trunk/dports/x11/xterm/files/patch-xterm.h.diff
===================================================================
--- trunk/dports/x11/xterm/files/patch-xterm.h.diff 2008-12-12 19:24:39 UTC (rev 43634)
+++ trunk/dports/x11/xterm/files/patch-xterm.h.diff 2008-12-12 19:30:08 UTC (rev 43635)
@@ -1,11 +0,0 @@
---- xterm.h.orig 2007-07-22 22:14:48.000000000 +0200
-+++ xterm.h 2008-01-21 12:10:49.000000000 +0100
-@@ -280,7 +280,7 @@
- #include <proto.h>
- #include <ptyx.h>
-
--#if (XtSpecificationRelease >= 6) && !defined(NO_XPOLL_H) && !defined(sun)
-+#if (XtSpecificationRelease >= 6) && !defined(NO_XPOLL_H) && !defined(sun) && !defined(__APPLE__)
- #include <X11/Xpoll.h>
- #define USE_XPOLL_H 1
- #else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/79feaaeb/attachment.html>
More information about the macports-changes
mailing list