[csw-devel] SF.net SVN: gar:[4114] csw/mgar/pkg/xterm/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Mar 31 19:25:07 CEST 2009
Revision: 4114
http://gar.svn.sourceforge.net/gar/?rev=4114&view=rev
Author: skayser
Date: 2009-03-31 17:25:07 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
xterm: adjusted configure options, bumped version
Modified Paths:
--------------
csw/mgar/pkg/xterm/trunk/Makefile
csw/mgar/pkg/xterm/trunk/checksums
Modified: csw/mgar/pkg/xterm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xterm/trunk/Makefile 2009-03-31 16:22:06 UTC (rev 4113)
+++ csw/mgar/pkg/xterm/trunk/Makefile 2009-03-31 17:25:07 UTC (rev 4114)
@@ -1,6 +1,6 @@
GARNAME = xterm
-GARVERSION = 242
-CATEGORIES = x11
+GARVERSION = 243
+CATEGORIES = apps
DESCRIPTION = Terminal emulator for the X Window System
define BLURB
@@ -14,15 +14,36 @@
MASTER_SITES = ftp://invisible-island.net/xterm/
DISTFILES = $(GARNAME)-$(GARVERSION).tgz
+REQUIRED_PKGS = CSWfconfig CSWlibxft2
+
+
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+TEST_SCRIPTS =
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --disable-setuid
+CONFIGURE_ARGS += --disable-setgid
+CONFIGURE_ARGS += --enable-broken-osc
+CONFIGURE_ARGS += --enable-broken-st
+CONFIGURE_ARGS += --enable-dabbrev
+CONFIGURE_ARGS += --enable-exec-term
+CONFIGURE_ARGS += --enable-load-vt-fonts
+CONFIGURE_ARGS += --enable-logfile-exec
CONFIGURE_ARGS += --enable-logging
-CONFIGURE_ARGS += --enable-luit
CONFIGURE_ARGS += --enable-sun-fkeys
+CONFIGURE_ARGS += --enable-warnings
CONFIGURE_ARGS += --enable-wide-chars
-CONFIGURE_ARGS += --with-utempter
+# luit comes with snv_85
+# http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6662431
+#CONFIGURE_ARGS += --enable-luit
+
+#GARFLAVOR = DBG
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
+CONFIGURE_ARGS_DBG = --enable-trace --enable-warnings
+
+EXTRA_INC = $(includedir)/freetype2
+
include gar/category.mk
Modified: csw/mgar/pkg/xterm/trunk/checksums
===================================================================
--- csw/mgar/pkg/xterm/trunk/checksums 2009-03-31 16:22:06 UTC (rev 4113)
+++ csw/mgar/pkg/xterm/trunk/checksums 2009-03-31 17:25:07 UTC (rev 4114)
@@ -1 +1 @@
-663fa3aac8e30e4c2d4bf07c0aee4dca download/xterm-242.tgz
+be25d2d3661d0bb77fc66e1bcbb3caba download/xterm-243.tgz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list