[107655] trunk/dports/security/policykit

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 3 16:07:19 PDT 2013


Revision: 107655
          https://trac.macports.org/changeset/107655
Author:   jeremyhu at macports.org
Date:     2013-07-03 16:07:19 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
policykit: autoreconf to skip the INTLTOOL_PERL nonsense

Modified Paths:
--------------
    trunk/dports/security/policykit/Portfile
    trunk/dports/security/policykit/files/patch-configure.diff
    trunk/dports/security/policykit/files/patch-no-tests.diff

Modified: trunk/dports/security/policykit/Portfile
===================================================================
--- trunk/dports/security/policykit/Portfile	2013-07-03 22:51:59 UTC (rev 107654)
+++ trunk/dports/security/policykit/Portfile	2013-07-03 23:07:19 UTC (rev 107655)
@@ -36,8 +36,9 @@
     }
 }
 
-# The perl executable should be the one explicitly required by intltool
-configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl5.12
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
 
 configure.cflags-append -I/usr/include
 configure.ldflags-append -L/usr/lib

Modified: trunk/dports/security/policykit/files/patch-configure.diff
===================================================================
--- trunk/dports/security/policykit/files/patch-configure.diff	2013-07-03 22:51:59 UTC (rev 107654)
+++ trunk/dports/security/policykit/files/patch-configure.diff	2013-07-03 23:07:19 UTC (rev 107655)
@@ -1,15 +1,13 @@
---- configure.orig	2013-02-18 19:45:58.000000000 -0800
-+++ configure	2013-02-18 19:47:27.000000000 -0800
-@@ -13962,9 +13962,9 @@
- done
+--- configure.ac.orig	2013-07-03 15:53:53.000000000 -0700
++++ configure.ac	2013-07-03 15:54:05.000000000 -0700
+@@ -143,10 +143,6 @@ AC_SUBST(EXPAT_LIBS)
  
+ AC_CHECK_FUNCS(clearenv)
  
 -if test "x$GCC" = "xyes"; then
 -  LDFLAGS="-Wl,--as-needed $LDFLAGS"
 -fi
-+#if test "x$GCC" = "xyes"; then
-+#  LDFLAGS="-Wl,--as-needed $LDFLAGS"
-+#fi
- 
- 
- have_systemd=no
+-
+ dnl ---------------------------------------------------------------------------
+ dnl - Select wether to use systemd or ConsoleKit for session tracking
+ dnl ---------------------------------------------------------------------------

Modified: trunk/dports/security/policykit/files/patch-no-tests.diff
===================================================================
--- trunk/dports/security/policykit/files/patch-no-tests.diff	2013-07-03 22:51:59 UTC (rev 107654)
+++ trunk/dports/security/policykit/files/patch-no-tests.diff	2013-07-03 23:07:19 UTC (rev 107655)
@@ -1,11 +1,10 @@
---- Makefile.in.orig	2013-03-26 15:15:12.000000000 -0700
-+++ Makefile.in	2013-03-26 15:15:55.000000000 -0700
-@@ -282,7 +282,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
+--- Makefile.am.orig	2013-07-03 15:57:38.000000000 -0700
++++ Makefile.am	2013-07-03 15:57:45.000000000 -0700
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+ 
 -SUBDIRS = actions data src docs po test
 +SUBDIRS = actions data src docs po
- NULL = 
- EXTRA_DIST = \
- 	HACKING 		\
+ 
+ NULL =
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/b9de7e5b/attachment.html>


More information about the macports-changes mailing list