[csw-devel] SF.net SVN: gar:[9568] csw/mgar/pkg/tmpwatch/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Apr 8 23:22:35 CEST 2010


Revision: 9568
          http://gar.svn.sourceforge.net/gar/?rev=9568&view=rev
Author:   skayser
Date:     2010-04-08 21:22:34 +0000 (Thu, 08 Apr 2010)

Log Message:
-----------
tmpwatch: add changelog.CSW, cleanups for first pkg release

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

Added Paths:
-----------
    csw/mgar/pkg/tmpwatch/trunk/files/changelog.CSW

Removed Paths:
-------------
    csw/mgar/pkg/tmpwatch/trunk/files/stpcpy.c

Modified: csw/mgar/pkg/tmpwatch/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tmpwatch/trunk/Makefile	2010-04-08 17:54:05 UTC (rev 9567)
+++ csw/mgar/pkg/tmpwatch/trunk/Makefile	2010-04-08 21:22:34 UTC (rev 9568)
@@ -18,5 +18,13 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 TEST_SCRIPTS =
 
+NORUNPATH = 1
+
 include gar/category.mk
 
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+	ginstall -D $(FILEDIR)/changelog.CSW \
+		$(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/tmpwatch/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/tmpwatch/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/tmpwatch/trunk/files/changelog.CSW	2010-04-08 21:22:34 UTC (rev 9568)
@@ -0,0 +1,5 @@
+tmpwatch (2.10.1,REV=2010.04.08)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu,  8 Apr 2010 23:08:50 +0200

Deleted: csw/mgar/pkg/tmpwatch/trunk/files/stpcpy.c
===================================================================
--- csw/mgar/pkg/tmpwatch/trunk/files/stpcpy.c	2010-04-08 17:54:05 UTC (rev 9567)
+++ csw/mgar/pkg/tmpwatch/trunk/files/stpcpy.c	2010-04-08 21:22:34 UTC (rev 9568)
@@ -1,9 +0,0 @@
-char *                                                                                    
-stpcpy(char *a,const char *b)                                                             
-{                                                                                         
-    while( *b )                                                                           
-    *a++ = *b++;                                                                          
-    *a = 0;                                                                               
-                                                                                          
-    return (char*)a;                                                                      
-}                     


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