[41917] trunk/dports/net/whois

ryandesign at macports.org ryandesign at macports.org
Tue Nov 11 23:17:41 PST 2008


Revision: 41917
          http://trac.macports.org/changeset/41917
Author:   ryandesign at macports.org
Date:     2008-11-11 23:17:41 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
whois: build and install the message catalogs again; this has been broken since 4.7.27_0 in r38566

Modified Paths:
--------------
    trunk/dports/net/whois/Portfile
    trunk/dports/net/whois/files/patch-Makefile.diff

Added Paths:
-----------
    trunk/dports/net/whois/files/patch-nls.diff

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2008-11-12 07:08:32 UTC (rev 41916)
+++ trunk/dports/net/whois/Portfile	2008-11-12 07:17:41 UTC (rev 41917)
@@ -12,6 +12,7 @@
 
 name                    whois
 version                 4.7.28
+revision                1
 categories              net
 maintainers             ryandesign
 homepage                http://www.linux.it/~md/software/
@@ -39,6 +40,9 @@
 depends_lib \
     port:gettext
 
+patchfiles \
+    patch-nls.diff
+
 platform darwin {
     # -lcrypt cannot be used (and is unnecessary) on Mac OS X
     patchfiles-append \

Modified: trunk/dports/net/whois/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/whois/files/patch-Makefile.diff	2008-11-12 07:08:32 UTC (rev 41916)
+++ trunk/dports/net/whois/files/patch-Makefile.diff	2008-11-12 07:17:41 UTC (rev 41917)
@@ -9,12 +9,3 @@
  endif
  
  all: Makefile.depend whois mkpasswd #pos
-@@ -63,7 +61,7 @@
- 	$(PERL) -w make_tld_serv.pl < tld_serv_list > $@
- 
- ##############################################################################
--install: install-whois install-mkpasswd install-pos
-+install: install-whois install-mkpasswd #install-pos
- 
- install-whois: whois
- 	install -d $(BASEDIR)$(prefix)/bin/

Added: trunk/dports/net/whois/files/patch-nls.diff
===================================================================
--- trunk/dports/net/whois/files/patch-nls.diff	                        (rev 0)
+++ trunk/dports/net/whois/files/patch-nls.diff	2008-11-12 07:17:41 UTC (rev 41917)
@@ -0,0 +1,22 @@
+--- Makefile	2008-05-06 04:41:16.000000000 -0500
++++ Makefile	2008-11-12 00:53:51.000000000 -0600
+@@ -31,7 +31,7 @@
+ mkpasswd_LDADD += -lcrypt
+ endif
+ 
+-all: Makefile.depend whois mkpasswd #pos
++all: Makefile.depend whois mkpasswd pos
+ 
+ whois_OBJECTS := whois.o utils.o
+ mkpasswd_OBJECTS := mkpasswd.o utils.o
+--- po/Makefile	2008-11-12 00:57:45.000000000 -0600
++++ po/Makefile	2008-11-12 00:58:46.000000000 -0600
+@@ -40,7 +40,7 @@
+ distclean: clean
+ 	rm -f whois.pot
+ 
+-install: $(CATALOGS)
++install-pos: $(CATALOGS)
+ 	for n in $(CATALOGS); do \
+ 	    l=`basename $$n .mo`; \
+ 	    $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/13171b4b/attachment-0001.html>


More information about the macports-changes mailing list