[96151] trunk/dports/devel/libconfig

ryandesign at macports.org ryandesign at macports.org
Wed Aug 1 20:43:14 PDT 2012


Revision: 96151
          https://trac.macports.org/changeset/96151
Author:   ryandesign at macports.org
Date:     2012-08-01 20:43:14 -0700 (Wed, 01 Aug 2012)
Log Message:
-----------
libconfig: update to 0.2.6 and disable parallel build because #35488

Modified Paths:
--------------
    trunk/dports/devel/libconfig/Portfile
    trunk/dports/devel/libconfig/files/patch-Makefile.in.diff

Modified: trunk/dports/devel/libconfig/Portfile
===================================================================
--- trunk/dports/devel/libconfig/Portfile	2012-08-02 03:36:46 UTC (rev 96150)
+++ trunk/dports/devel/libconfig/Portfile	2012-08-02 03:43:14 UTC (rev 96151)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			libconfig
-version			0.2.3
+version			0.2.6
 categories		devel
 platforms		darwin
 maintainers		nomaintainer
@@ -20,9 +20,8 @@
 homepage		http://www.rkeene.org/oss/libconfig/
 master_sites	http://www.rkeene.org/files/oss/libconfig/devel/
 
-checksums               md5     1f1a06f12bcfd4fb7f5c021efb8d2821 \
-                        sha1    514b691ab0a269eb40c143d4f655f4218e68819f \
-                        rmd160  cdb50fb68df6b046e2cb4f94f9a8a29c04bb3c0e
+checksums               rmd160  88bbd0c5c43d314996c844df9875117b6b84575a \
+                        sha256  7413f6a377c899c2c598aa60d8e2c798aa032d21000c81fb8b4e1602649534b2
 
 patchfiles		patch-Makefile.in.diff
 
@@ -30,6 +29,9 @@
 
 configure.args	--mandir=\\\${prefix}/share/man
 
+# error: unknown type name 'lc_err_t'
+use_parallel_build      no
+
 destroot.destdir	prefix=${destroot}${prefix}
 
 livecheck.type  regex

Modified: trunk/dports/devel/libconfig/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/libconfig/files/patch-Makefile.in.diff	2012-08-02 03:36:46 UTC (rev 96150)
+++ trunk/dports/devel/libconfig/files/patch-Makefile.in.diff	2012-08-02 03:43:14 UTC (rev 96151)
@@ -1,8 +1,8 @@
---- Makefile.in.orig	2008-11-19 09:44:48.000000000 -0800
-+++ Makefile.in	2008-11-19 09:48:24.000000000 -0800
-@@ -28,15 +28,15 @@
- libdir = @libdir@
+--- Makefile.in.orig	2011-09-05 14:05:47.000000000 -0500
++++ Makefile.in	2012-08-01 22:38:23.000000000 -0500
+@@ -29,15 +29,15 @@
  includedir = @includedir@
+ srcdir = @srcdir@
  
 -LIBS = libconfig.$(AREXT) libconfig.$(SHOBJEXT)
 +LIBS = libconfig.$(AREXT) libconfig.$(PKGVERS).$(SHOBJEXT)
@@ -19,7 +19,7 @@
  
  libconfig.$(AREXT): $(OBJS)
  	$(AR) rcu $@ $^
-@@ -67,9 +67,7 @@
+@@ -70,9 +70,7 @@
  	-$(INSTALL) -d "$(mandir)/man3"
  	-$(INSTALL) -d "$(libdir)"
  	-$(INSTALL) -d "$(includedir)"
@@ -30,7 +30,7 @@
  	$(INSTALL) -m 644 libconfig.$(AREXT) "$(libdir)/libconfig.$(AREXT)"
  	$(INSTALL) -m 644 lc_register_callback.3 "$(mandir)/man3/lc_register_callback.3"
  	$(INSTALL) -m 644 lc_register_var.3 "$(mandir)/man3/lc_register_var.3"
-@@ -82,5 +80,5 @@
+@@ -85,5 +83,5 @@
  	$(INSTALL) -m 644 lc_cleanup.3 "$(mandir)/man3/lc_cleanup.3"
  	$(INSTALL) -m 644 libconfig.3 "$(mandir)/man3/libconfig.3"
  	$(INSTALL) -m 644 libconfig.h "$(includedir)/libconfig.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120801/941f5bb8/attachment.html>


More information about the macports-changes mailing list