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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Feb 24 17:42:46 CET 2010


Revision: 8797
          http://gar.svn.sourceforge.net/gar/?rev=8797&view=rev
Author:   skayser
Date:     2010-02-24 16:42:46 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
tmpwatch: add info about gnulib, add bug report, add DEPS

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

Modified: csw/mgar/pkg/tmpwatch/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tmpwatch/trunk/Makefile	2010-02-24 16:33:21 UTC (rev 8796)
+++ csw/mgar/pkg/tmpwatch/trunk/Makefile	2010-02-24 16:42:46 UTC (rev 8797)
@@ -1,5 +1,9 @@
 # TODO 
-# ! strtoimax implementation missing on Solaris 8/9
+# ! strtoimax implementation missing on Solaris 8/9, gnulib provides
+#   a strtoimax implementation. Relevant bug against tmpwatch:
+#     https://fedorahosted.org/tmpwatch/ticket/5
+#   Any solutions will certainly also be appreciated by the people on the
+#   bug report.
 GARNAME = tmpwatch
 GARVERSION = 2.9.17
 CATEGORIES = apps
@@ -17,6 +21,9 @@
 DISTFILES    = $(GARNAME)-$(GARVERSION).tar.bz2
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
+BUILD_DEP_PKGS   = CSWlibgnugetopt
+RUNTIME_DEP_PKGS = CSWlibgnugetopt
+
 # Taken from libgcrypt's stringhelp.c
 DISTFILES    += stpcpy.c
 


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