[csw-devel] SF.net SVN: gar:[20636] csw/mgar/pkg/lynx/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Apr 7 12:22:47 CEST 2013
Revision: 20636
http://gar.svn.sourceforge.net/gar/?rev=20636&view=rev
Author: dmichelsen
Date: 2013-04-07 10:22:47 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
lynx/trunk: Some cosmetical fixes
Modified Paths:
--------------
csw/mgar/pkg/lynx/trunk/Makefile
csw/mgar/pkg/lynx/trunk/checksums
Modified: csw/mgar/pkg/lynx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lynx/trunk/Makefile 2013-04-07 10:17:57 UTC (rev 20635)
+++ csw/mgar/pkg/lynx/trunk/Makefile 2013-04-07 10:22:47 UTC (rev 20636)
@@ -14,21 +14,26 @@
MASTER_SITES = http://lynx.isc.org/release/
DISTFILES = $(NAME)$(VERSION).tar.bz2
DISTFILES += COPYING
+DISTNAME = $(NAME)$(subst .,-,$(VERSION))
DEP_PKGS = CSWlibbz2-1-0 CSWlibncurses5 CSWlibssl1-0-0 CSWlibz1
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
+# This ensures that Lynx picks up its own entities.h, not the one installed
+# in one of the system directories, i. e. /opt/csw (that one's part of GD).
+EXTRA_CPP_FLAGS = -I./chrtrans
-WORKSRC = $(WORKDIR)/$(subst .,-,$(NAME)$(VERSION))
-
-sysconfdir = /etc/opt/csw
-
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --with-screen=ncurses --enable-default-colors
-CONFIGURE_ARGS += --with-ssl --with-bzlib --with-zlib
-CONFIGURE_ARGS += --disable-finger --disable-gopher --disable-news
-CONFIGURE_ARGS += --enable-cgi-links --enable-exec-links --enable-exec-scripts
+CONFIGURE_ARGS += --with-screen=ncurses
+CONFIGURE_ARGS += --enable-default-colors
+CONFIGURE_ARGS += --with-ssl
+CONFIGURE_ARGS += --with-bzlib
+CONFIGURE_ARGS += --with-zlib
+CONFIGURE_ARGS += --disable-finger
+CONFIGURE_ARGS += --disable-gopher
+CONFIGURE_ARGS += --disable-news
+CONFIGURE_ARGS += --enable-cgi-links
+CONFIGURE_ARGS += --enable-exec-links
+CONFIGURE_ARGS += --enable-exec-scripts
MIGRATE_FILES = lynx.lss lynx.cfg
PRESERVECONF = /etc/opt/csw/lynx.lss
@@ -42,7 +47,6 @@
SUN_CPP_FLAGS = -I./chrtrans
# --enable-prettysrc \
-# --with-zlib \
# --enable-gzip-help \
# --enable-nls
Modified: csw/mgar/pkg/lynx/trunk/checksums
===================================================================
--- csw/mgar/pkg/lynx/trunk/checksums 2013-04-07 10:17:57 UTC (rev 20635)
+++ csw/mgar/pkg/lynx/trunk/checksums 2013-04-07 10:22:47 UTC (rev 20636)
@@ -1,2 +1 @@
-8d3f03612be5f6b135124e4c06573e94 COPYING
493af4c77ef6761e3f0157cd1be033a0 lynx2.8.7.tar.bz2
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