[102286] trunk/dports/textproc/liblrdf

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 29 16:19:06 PST 2013


Revision: 102286
          https://trac.macports.org/changeset/102286
Author:   jeremyhu at macports.org
Date:     2013-01-29 16:19:06 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
liblrdf: Fix configure errors

Modified Paths:
--------------
    trunk/dports/textproc/liblrdf/Portfile

Added Paths:
-----------
    trunk/dports/textproc/liblrdf/files/automake.patch

Removed Paths:
-------------
    trunk/dports/textproc/liblrdf/files/patch-lrdf.h.diff
    trunk/dports/textproc/liblrdf/files/patch-src-lrdf.c.diff

Modified: trunk/dports/textproc/liblrdf/Portfile
===================================================================
--- trunk/dports/textproc/liblrdf/Portfile	2013-01-30 00:08:20 UTC (rev 102285)
+++ trunk/dports/textproc/liblrdf/Portfile	2013-01-30 00:19:06 UTC (rev 102286)
@@ -24,5 +24,13 @@
 depends_lib         port:raptor2
 
 use_autoreconf      yes
+autoreconf.args     -fvi
 
+patchfiles automake.patch
+
+post-extract {
+    # Broken symlinks
+    eval delete [glob ${worksrcpath}/m4/*]
+}
+
 compiler.blacklist-append  llvm-gcc-4.2 macports-llvm-gcc-4.2

Added: trunk/dports/textproc/liblrdf/files/automake.patch
===================================================================
--- trunk/dports/textproc/liblrdf/files/automake.patch	                        (rev 0)
+++ trunk/dports/textproc/liblrdf/files/automake.patch	2013-01-30 00:19:06 UTC (rev 102286)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-29 16:15:22.000000000 -0800
++++ configure.ac	2013-01-29 16:15:33.000000000 -0800
+@@ -1,7 +1,7 @@
+ # Process this file with autoconf to produce a configure script.
+ AC_INIT(src/lrdf.c)
+ AC_CONFIG_MACRO_DIR([m4])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AM_INIT_AUTOMAKE(liblrdf, 0.5.0)
+ 
+ LRDF_LIBTOOL_VERSION=2:0:0

Deleted: trunk/dports/textproc/liblrdf/files/patch-lrdf.h.diff
===================================================================
--- trunk/dports/textproc/liblrdf/files/patch-lrdf.h.diff	2013-01-30 00:08:20 UTC (rev 102285)
+++ trunk/dports/textproc/liblrdf/files/patch-lrdf.h.diff	2013-01-30 00:19:06 UTC (rev 102286)
@@ -1,11 +0,0 @@
---- lrdf.h.orig	2011-08-29 18:11:39.000000000 -0700
-+++ lrdf.h	2011-08-29 18:12:36.000000000 -0700
-@@ -5,7 +5,7 @@
- extern "C" {
- #endif
- 
--#include <raptor.h>
-+#include <raptor2/raptor.h>
- #include <string.h>
- #include <sys/types.h>
- 

Deleted: trunk/dports/textproc/liblrdf/files/patch-src-lrdf.c.diff
===================================================================
--- trunk/dports/textproc/liblrdf/files/patch-src-lrdf.c.diff	2013-01-30 00:08:20 UTC (rev 102285)
+++ trunk/dports/textproc/liblrdf/files/patch-src-lrdf.c.diff	2013-01-30 00:19:06 UTC (rev 102286)
@@ -1,11 +0,0 @@
---- src/lrdf.c.orig	2011-08-29 18:12:06.000000000 -0700
-+++ src/lrdf.c	2011-08-29 18:13:01.000000000 -0700
-@@ -1,7 +1,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <raptor.h>
-+#include <raptor2/raptor.h>
- #include <ladspa.h>
- #include <time.h>
- #include <sys/types.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/11daecf8/attachment.html>


More information about the macports-changes mailing list