[csw-devel] SF.net SVN: gar:[17468] csw/mgar/pkg/alpine/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Mar 19 18:49:51 CET 2012


Revision: 17468
          http://gar.svn.sourceforge.net/gar/?rev=17468&view=rev
Author:   bdwalton
Date:     2012-03-19 17:49:51 +0000 (Mon, 19 Mar 2012)
Log Message:
-----------
alpine/trunk: add a path correction patch

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

Added Paths:
-----------
    csw/mgar/pkg/alpine/trunk/files/0001-alter-default-pine.info-path-for-csw-location.patch

Modified: csw/mgar/pkg/alpine/trunk/Makefile
===================================================================
--- csw/mgar/pkg/alpine/trunk/Makefile	2012-03-19 17:39:13 UTC (rev 17467)
+++ csw/mgar/pkg/alpine/trunk/Makefile	2012-03-19 17:49:51 UTC (rev 17468)
@@ -44,6 +44,7 @@
 # Patch for solaris explained in the following thread
 # http://mailman2.u.washington.edu/pipermail/alpine-info/2007-December/000047.html
 PATCHFILES = pubcookie.diff
+PATCHFILES += 0001-alter-default-pine.info-path-for-csw-location.patch
 
 LICENSE = LICENSE
 

Added: csw/mgar/pkg/alpine/trunk/files/0001-alter-default-pine.info-path-for-csw-location.patch
===================================================================
--- csw/mgar/pkg/alpine/trunk/files/0001-alter-default-pine.info-path-for-csw-location.patch	                        (rev 0)
+++ csw/mgar/pkg/alpine/trunk/files/0001-alter-default-pine.info-path-for-csw-location.patch	2012-03-19 17:49:51 UTC (rev 17468)
@@ -0,0 +1,26 @@
+From c57d7ce0db92908089ca9ea4cc213a5192ccc79f Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Mon, 19 Mar 2012 18:46:54 +0100
+Subject: [PATCH] alter default pine.info path for csw location
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ pith/filter.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/pith/filter.c b/pith/filter.c
+index b471164..e17b8f3 100644
+--- a/pith/filter.c
++++ b/pith/filter.c
+@@ -3134,7 +3134,7 @@ typedef	struct _html_opts {
+ #endif
+ 
+ #ifndef SYSTEM_PINE_INFO_PATH
+-#define SYSTEM_PINE_INFO_PATH "/usr/local/lib/pine.info"
++#define SYSTEM_PINE_INFO_PATH "/opt/csw/lib/pine.info"
+ #endif
+ #define CHTML_VAR_EXPAND(S) (!strcmp(S, "PINE_INFO_PATH")   \
+ 			     ? SYSTEM_PINE_INFO_PATH : S)
+-- 
+1.7.9
+

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