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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 2 19:25:42 CET 2011


Revision: 16056
          http://gar.svn.sourceforge.net/gar/?rev=16056&view=rev
Author:   dmichelsen
Date:     2011-11-02 18:25:41 +0000 (Wed, 02 Nov 2011)
Log Message:
-----------
remake/trunk: Add modified patch from Andrey

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

Modified: csw/mgar/pkg/remake/trunk/Makefile
===================================================================
--- csw/mgar/pkg/remake/trunk/Makefile	2011-11-01 03:03:29 UTC (rev 16055)
+++ csw/mgar/pkg/remake/trunk/Makefile	2011-11-02 18:25:41 UTC (rev 16056)
@@ -9,27 +9,34 @@
   way, and a debugger.
 endef
 
-MASTER_SITES   = http://downloads.sourceforge.net/project/bashdb/$(NAME)/$(VERSION)/
+MASTER_SITES   = http://github.com/downloads/rocky/remake/
 DISTFILES      = $(NAME)-$(VERSION).tar.gz
-SPKG_SOURCEURL = http://bashdb.sourceforge.net/remake/
+VENDOR_URL     = http://bashdb.sourceforge.net/remake/
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX   = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
-
 # FIXME: having errors while compiling with Solaris Studio
 # FIXME: looks like GCC4 is broken in testing (fallback to GCC3)
-GARCOMPILER       = GCC3
+#GARCOMPILER       = GCC3
+GARCOMPILER       = GNU
 BUILD_DEP_PKGS   += CSWgcc3core
 BUILD_DEP_PKGS   += CSWggettext-dev
 BUILD_DEP_PKGS   += CSWlibiconv-dev
 BUILD_DEP_PKGS   += CSWlibncurses-dev
 BUILD_DEP_PKGS   += CSWlibreadline-dev
 
-RUNTIME_DEP_PKGS += CSWlibiconv2
-RUNTIME_DEP_PKGS += CSWlibintl8
-RUNTIME_DEP_PKGS += CSWlibncurses5
-RUNTIME_DEP_PKGS += CSWlibreadline6
+# These are fallback pathes _after_ /opt/csw/include
+CHECKPKG_OVERRIDES_CSWremake += file-with-bad-content|/usr/local|root/opt/csw/share/info/remake.info
+CHECKPKG_OVERRIDES_CSWremake += file-with-bad-content|/usr/local|root/opt/csw/bin/remake
 
-CONFIGURE_ARGS    = $(DIRPATHS)
+RUNTIME_DEP_PKGS_CSWremake += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWremake += CSWlibreadline6
 
+CONFIGURE_ARGS += $(DIRPATHS)
+# Not done yet
+# CONFIGURE_ARGS += --with-customs=$(prefix)
+CONFIGURE_ARGS += --without-customs
+
 include gar/category.mk
+
+#post-extract-modulated:
+#	if test -d $(WORKSRC); then cd $(WORKSRC) && ./autogen.sh; fi
+#	@$(MAKECOOKIE)

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