[csw-devel] SF.net SVN: gar:[14993] csw/mgar/pkg/tcsh/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jul 6 15:25:34 CEST 2011


Revision: 14993
          http://gar.svn.sourceforge.net/gar/?rev=14993&view=rev
Author:   dmichelsen
Date:     2011-07-06 13:25:33 +0000 (Wed, 06 Jul 2011)

Log Message:
-----------
tcsh: Update to new CAS etcshells

Modified Paths:
--------------
    csw/mgar/pkg/tcsh/trunk/Makefile

Modified: csw/mgar/pkg/tcsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcsh/trunk/Makefile	2011-07-06 13:21:00 UTC (rev 14992)
+++ csw/mgar/pkg/tcsh/trunk/Makefile	2011-07-06 13:25:33 UTC (rev 14993)
@@ -11,29 +11,32 @@
 endef
 
 MASTER_SITES = ftp://ftp.astron.com/pub/tcsh/
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
-DISTFILES += CSWtcsh.postinstall
-DISTFILES += CSWtcsh.postremove
+DISTFILES  = $(DISTNAME).tar.gz
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
 LICENSE = Copyright
 
 RUNTIME_DEP_PKGS = CSWiconv
 
 VENDOR_URL = http://www.tcsh.org/
 
-EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
+EXTRA_CPPFLAGS += -D_FILE_OFFSET_BITS=64
+# As documented in README, this overrides the setting in pathnames.h
+EXTRA_CPPFLAGS += -D_PATH_LOCAL=\'\"$(bindir)\"\'
+# EXTRA_CPPFLAGS += -D_PATH_TCSHELL=\"$(bindir)/tcsh\"
 
-CONFIGURE_ARGS = $(DIRPATHS)
-
-TEST_TARGET = check
-
 # Skip tests until this one is fixed:
 #   http://bugs.gw.com/view.php?id=87
 SKIPTEST = 1
 
 INSTALL_ARGS = install.man
 
+ETCSHELLS = /opt/csw/bin/tcsh
+
+# These are examples only
+CHECKPKG_OVERRIDES_CSWtcsh += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/tcsh.1
+
+# This is from tw.h, possibly harmless.
+#   #define DEFAULTLIST ":/usr/man/cat1:/usr/man/cat8:/usr/man/cat6:/usr/local/man/cat1:/usr/local/man/cat8:/usr/local/man/cat6"    /* if no HPATH */
+CHECKPKG_OVERRIDES_CSWtcsh += file-with-bad-content|/usr/local|root/opt/csw/bin/tcsh
+
 include gar/category.mk


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