[csw-devel] SF.net SVN: gar:[2898] csw/mgar/pkg/cvsps/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Jan 23 22:25:02 CET 2009


Revision: 2898
          http://gar.svn.sourceforge.net/gar/?rev=2898&view=rev
Author:   bdwalton
Date:     2009-01-23 21:24:59 +0000 (Fri, 23 Jan 2009)

Log Message:
-----------
- Fixed Makefile.am to include the man page
- Fixed configure args
- Cleaned old (now defunct) custom install stuff

Modified Paths:
--------------
    csw/mgar/pkg/cvsps/trunk/Makefile
    csw/mgar/pkg/cvsps/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/cvsps/trunk/files/0007-enable-installation-of-man-pages.patch

Modified: csw/mgar/pkg/cvsps/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cvsps/trunk/Makefile	2009-01-23 20:55:31 UTC (rev 2897)
+++ csw/mgar/pkg/cvsps/trunk/Makefile	2009-01-23 21:24:59 UTC (rev 2898)
@@ -17,6 +17,7 @@
 PATCHFILES += 0004-add-config.h-awareness-to-all-source-files.patch
 PATCHFILES += 0005-gnulib-import-of-missing-functions.patch
 PATCHFILES += 0006-enabled-imported-gnulib-functions.patch
+PATCHFILES += 0007-enable-installation-of-man-pages.patch
 
 PREREQUISITE_PKGS = CSWzlib CSWautomake CSWautoconf
 
@@ -27,7 +28,7 @@
 
 TEST_SCRIPTS =
 
-#INSTALL_SCRIPTS = custom
+CONFIGURE_ARGS = $(DIRPATHS) --with-zlib=/opt/csw
 
 include gar/category.mk
 
@@ -36,9 +37,5 @@
 	@(cd $(WORKSRC); chmod +x autoinit.sh; ./autoinit.sh)
 	@$(MAKECOOKIE)
 
-
-# install-custom:
-# 	ginstall -d $(DESTDIR)$(bindir)
-# 	ginstall -d $(DESTDIR)$(mandir)/man1
-# 	ginstall -m 755 $(WORKSRC)/cvsps $(DESTDIR)$(bindir)/
-# 	ginstall -m 644 $(WORKSRC)/cvsps.1 $(DESTDIR)$(mandir)/man1/
+pre-install:
+	@echo DESTDIR is $(DESTDIR)

Modified: csw/mgar/pkg/cvsps/trunk/checksums
===================================================================
--- csw/mgar/pkg/cvsps/trunk/checksums	2009-01-23 20:55:31 UTC (rev 2897)
+++ csw/mgar/pkg/cvsps/trunk/checksums	2009-01-23 21:24:59 UTC (rev 2898)
@@ -6,3 +6,4 @@
 78d2f5dc4b1aa496e4f4ea8d2db4bf17  download/0004-add-config.h-awareness-to-all-source-files.patch
 58cbd19160b6a98f3c5ff2a8786f0848  download/0005-gnulib-import-of-missing-functions.patch
 02c14b029fd57a61fa97cc8209f18d7d  download/0006-enabled-imported-gnulib-functions.patch
+2a729989bcafa6f533bcd6b33c9ceb09  download/0007-enable-installation-of-man-pages.patch

Added: csw/mgar/pkg/cvsps/trunk/files/0007-enable-installation-of-man-pages.patch
===================================================================
--- csw/mgar/pkg/cvsps/trunk/files/0007-enable-installation-of-man-pages.patch	                        (rev 0)
+++ csw/mgar/pkg/cvsps/trunk/files/0007-enable-installation-of-man-pages.patch	2009-01-23 21:24:59 UTC (rev 2898)
@@ -0,0 +1,21 @@
+From 588cc7cdd0795dd592674ad2c846b58e5ea884c4 Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Fri, 23 Jan 2009 22:04:10 +0100
+Subject: [PATCH] enable installation of man pages
+
+---
+ Makefile.am |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index a07bbda..84b2eb9 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -9,3 +9,4 @@ cvsps_SOURCES = cache.c cap.c cvs_direct.c cvsps.c list_sort.c stats.c util.c
+ cvsps_SOURCES += cbtcommon/debug.c cbtcommon/sio.c cbtcommon/text_util.c
+ cvsps_SOURCES += cbtcommon/hash.c cbtcommon/tcpsocket.c
+ 
++man1_MANS = cvsps.1
+-- 
+1.6.0.5
+


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