[84981] trunk/dports/devel/libedit

ryandesign at macports.org ryandesign at macports.org
Thu Oct 6 05:32:18 PDT 2011


Revision: 84981
          http://trac.macports.org/changeset/84981
Author:   ryandesign at macports.org
Date:     2011-10-06 05:32:15 -0700 (Thu, 06 Oct 2011)
Log Message:
-----------
libedit: don't build examples, which don't get installed anyway, and which fail to build on some systems; see #31479

Modified Paths:
--------------
    trunk/dports/devel/libedit/Portfile

Added Paths:
-----------
    trunk/dports/devel/libedit/files/patch-Makefile.in.diff

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2011-10-06 11:55:50 UTC (rev 84980)
+++ trunk/dports/devel/libedit/Portfile	2011-10-06 12:32:15 UTC (rev 84981)
@@ -25,7 +25,8 @@
 
 depends_lib         port:ncurses
 
-patchfiles          src_sys.h.patch
+patchfiles          patch-Makefile.in.diff \
+                    src_sys.h.patch
 
 configure.args      --enable-widec
 

Added: trunk/dports/devel/libedit/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/libedit/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/libedit/files/patch-Makefile.in.diff	2011-10-06 12:32:15 UTC (rev 84981)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2011-08-02 03:09:40.000000000 -0500
++++ Makefile.in	2011-10-06 05:51:07.000000000 -0500
+@@ -197,7 +197,7 @@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = src examples doc
++SUBDIRS = src doc
+ EXTRA_DIST = libedit.pc.in
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = libedit.pc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111006/e4201d6d/attachment.html>


More information about the macports-changes mailing list