[105021] trunk/dports/devel/pkgconfig
ryandesign at macports.org
ryandesign at macports.org
Sun Apr 7 15:31:25 PDT 2013
Revision: 105021
https://trac.macports.org/changeset/105021
Author: ryandesign at macports.org
Date: 2013-04-07 15:31:25 -0700 (Sun, 07 Apr 2013)
Log Message:
-----------
pkgconfig: update to 0.28
Modified Paths:
--------------
trunk/dports/devel/pkgconfig/Portfile
trunk/dports/devel/pkgconfig/files/patch-glib-configure.diff
Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile 2013-04-07 22:24:29 UTC (rev 105020)
+++ trunk/dports/devel/pkgconfig/Portfile 2013-04-07 22:31:25 UTC (rev 105021)
@@ -4,8 +4,7 @@
PortSystem 1.0
name pkgconfig
-version 0.27.1
-revision 2
+version 0.28
categories devel
maintainers ryandesign
license GPL-2+
@@ -23,8 +22,8 @@
about installed libraries in the system. It is typically \
used to compile and link against one or more libraries.
-checksums rmd160 ea01357dd1bcd40766123581c7f43fe59e41f4ac \
- sha256 4f63d0df3035101b12949250da5231af49e3c3afcd8fb18554fa7c3cb92d8c17
+checksums rmd160 233f0b667cfb8f2e6a5647984d6389a770132173 \
+ sha256 6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845
depends_lib port:libiconv
@@ -33,6 +32,7 @@
set docdir ${prefix}/share/doc/${name}
configure.args --disable-silent-rules \
+ --disable-host-tool \
--with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig \
--with-internal-glib \
--docdir=${docdir}
Modified: trunk/dports/devel/pkgconfig/files/patch-glib-configure.diff
===================================================================
--- trunk/dports/devel/pkgconfig/files/patch-glib-configure.diff 2013-04-07 22:24:29 UTC (rev 105020)
+++ trunk/dports/devel/pkgconfig/files/patch-glib-configure.diff 2013-04-07 22:31:25 UTC (rev 105021)
@@ -1,6 +1,6 @@
---- glib/configure.orig 2012-08-24 07:34:14.000000000 -0500
-+++ glib/configure 2012-09-09 17:10:58.000000000 -0500
-@@ -5360,7 +5360,7 @@
+--- glib/configure.orig 2013-01-22 07:13:56.000000000 -0600
++++ glib/configure 2013-01-27 14:33:51.000000000 -0600
+@@ -5434,7 +5434,7 @@
fi
GLIB_RUNTIME_LIBDIR="$with_runtime_libdir"
@@ -9,7 +9,7 @@
if test "x$with_runtime_libdir" != "x"; then
-@@ -27590,10 +27590,10 @@
+@@ -27651,10 +27651,10 @@
*) glib_vacopy=''
esac
@@ -23,7 +23,7 @@
if test x$glib_cv_hasinline = xyes; then
glib_inline='#define G_HAVE_INLINE 1'
-@@ -29292,18 +29292,32 @@
+@@ -29351,18 +29351,32 @@
cat >>$outfile <<_______EOF
#define G_HAVE_GINT64 1 /* deprecated, always true */
@@ -63,7 +63,7 @@
_______EOF
else
cat >>$outfile <<_______EOF
-@@ -29315,9 +29329,15 @@
+@@ -29374,9 +29388,15 @@
cat >>$outfile <<_______EOF
@@ -82,7 +82,7 @@
_______EOF
-@@ -29345,18 +29365,33 @@
+@@ -29404,18 +29424,33 @@
if test -z "$glib_unknown_void_p"; then
cat >>$outfile <<_______EOF
@@ -125,7 +125,7 @@
_______EOF
else
echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile
-@@ -29469,7 +29504,9 @@
+@@ -29528,7 +29563,9 @@
if test x"$g_memory_barrier_needed" != xno; then
echo >>$outfile
@@ -135,7 +135,7 @@
fi
if test x"$g_atomic_lock_free" = xyes; then
echo >>$outfile
-@@ -29479,27 +29516,52 @@
+@@ -29538,27 +29575,52 @@
g_bit_sizes="16 32 64"
for bits in $g_bit_sizes; do
cat >>$outfile <<_______EOF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130407/e8601115/attachment.html>
More information about the macports-changes
mailing list