[22067] trunk/dports/sysutils/man

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 16 12:53:26 PST 2007


Revision: 22067
          http://trac.macosforge.org/projects/macports/changeset/22067
Author:   mww at macports.org
Date:     2007-02-16 12:53:26 -0800 (Fri, 16 Feb 2007)

Log Message:
-----------
version 1.6e

Modified Paths:
--------------
    trunk/dports/sysutils/man/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/man/files/patch-configure
    trunk/dports/sysutils/man/files/patch-gencat-genlib.c

Modified: trunk/dports/sysutils/man/Portfile
===================================================================
--- trunk/dports/sysutils/man/Portfile	2007-02-16 20:52:16 UTC (rev 22066)
+++ trunk/dports/sysutils/man/Portfile	2007-02-16 20:53:26 UTC (rev 22067)
@@ -3,25 +3,31 @@
 PortSystem 1.0
 
 name			man
-version			1.5p
+version			1.6e
 categories		sysutils
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org
 description		The man page suite containing man, apropos, whatis, man2html
 long_description	The man page suite (man, apropos, and whatis) contains \
 				programs used to read most of the documentation on a Unix \
 				system. The whatis and apropos programs are used to find \
 				documentation related to a particular subject. 
 
+homepage		http://primates.ximian.com/~flucifredi/man/
+master_sites	${homepage}
+checksums		sha1 7264bda7dd7bf08bdb9dac6ec7734e755ec0a8d1 \
+				md5 d8187cd756398baefc48ba7d60ff6a8a
+patchfiles		patch-man2html_Makefile.in patch-gencat-genlib.c patch-configure
 
-homepage		http://directory.fsf.org/man.html
-master_sites	ftp://ftp.win.tue.nl/pub/linux-local/utils/man/
-checksums		md5 037d5644f8ef9ea0ef22b271bae0297d
-patchfiles		patch-man2html_Makefile.in
-
 depends_lib		bin:bzip2:bzip2 \
 				bin:gzip:gzip \
 				bin:zcat:gzip
 
 configure.args	--mandir=${prefix}/share/man \
-				-confdir=${prefix}/etc
+				-confdir=${prefix}/etc \
+				+lang all
+
+post-destroot {
+	file delete ${destroot}${prefix}/share/locale
+}
+

Added: trunk/dports/sysutils/man/files/patch-configure
===================================================================
--- trunk/dports/sysutils/man/files/patch-configure	                        (rev 0)
+++ trunk/dports/sysutils/man/files/patch-configure	2007-02-16 20:53:26 UTC (rev 22067)
@@ -0,0 +1,11 @@
+--- configure	2006-05-01 19:56:14.000000000 +0200
++++ configure	2007-02-16 21:44:36.000000000 +0100
+@@ -825,7 +825,7 @@
+ 
+ if [ "x$languages" != x -a "x$languages" != xen ]
+ then
+-  DEF_NLSPATH="/usr/share/locale/%L/%N:/usr/lib/locale/%N/%L"
++  DEF_NLSPATH="${prefix}/share/locale:/usr/share/locale/%L/%N:/usr/lib/locale/%N/%L"
+   deflocalepath=`echo $NLSPATH:$DEF_NLSPATH | sed 's/:/ /g'`
+   for i in $deflocalepath; do
+     if [ x$deflocale = x ]; then

Added: trunk/dports/sysutils/man/files/patch-gencat-genlib.c
===================================================================
--- trunk/dports/sysutils/man/files/patch-gencat-genlib.c	                        (rev 0)
+++ trunk/dports/sysutils/man/files/patch-gencat-genlib.c	2007-02-16 20:53:26 UTC (rev 22067)
@@ -0,0 +1,18 @@
+--- gencat/genlib.c	2006-08-02 20:11:44.000000000 +0200
++++ gencat/genlib.c	2007-02-16 21:38:35.000000000 +0100
+@@ -55,6 +55,7 @@
+ #endif
+ 
+ #ifndef __linux__
++#ifndef __APPLE__
+ #include <memory.h>
+ static int bcopy(src, dst, length)
+ char *src, *dst;
+@@ -71,6 +72,7 @@
+ #else
+ #include <string.h>
+ #endif
++#endif
+ 
+ #include <sys/file.h>
+ #include <ctype.h>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070216/2cba86ae/attachment.html


More information about the macports-changes mailing list