[115119] trunk/dports/graphics/gimp-gap
devans at macports.org
devans at macports.org
Wed Dec 25 01:39:50 PST 2013
Revision: 115119
https://trac.macports.org/changeset/115119
Author: devans at macports.org
Date: 2013-12-25 01:39:50 -0800 (Wed, 25 Dec 2013)
Log Message:
-----------
gimp-gap: fix destroot build problem, rebuild to remove references to libpng15.
Modified Paths:
--------------
trunk/dports/graphics/gimp-gap/Portfile
Added Paths:
-----------
trunk/dports/graphics/gimp-gap/files/patch-extern_libs-Makefile.in.diff
Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile 2013-12-25 09:31:10 UTC (rev 115118)
+++ trunk/dports/graphics/gimp-gap/Portfile 2013-12-25 09:39:50 UTC (rev 115119)
@@ -6,7 +6,7 @@
name gimp-gap
conflicts gimp-gap-devel
version 2.6.0
-revision 6
+revision 7
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
set ffmpeg-vers 0.5.6
@@ -45,6 +45,7 @@
patch.dir ${workpath}
patchfiles patch-extern_libs-configure_options_ffmpeg.txt.diff \
+ patch-extern_libs-Makefile.in.diff \
patch-ffmpeg-Makefile.diff \
patch-configure-ccache.diff
Added: trunk/dports/graphics/gimp-gap/files/patch-extern_libs-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/gimp-gap/files/patch-extern_libs-Makefile.in.diff (rev 0)
+++ trunk/dports/graphics/gimp-gap/files/patch-extern_libs-Makefile.in.diff 2013-12-25 09:39:50 UTC (rev 115119)
@@ -0,0 +1,15 @@
+--- gimp-gap-2.6.0/extern_libs/Makefile.in.orig 2013-12-25 01:08:06.000000000 -0800
++++ gimp-gap-2.6.0/extern_libs/Makefile.in 2013-12-25 01:08:48.000000000 -0800
+@@ -458,9 +458,9 @@
+ @BUILD_LIBMPEG3_LIB_TRUE@ $(EXGMAKE)
+
+ install-data-hook:
+- rm -f $(GAPLIBDIR)/libavformat.a \
+- rm -f $(GAPLIBDIR)/libavcodec.a \
+- rm -f $(GAPLIBDIR)/libmpeg3.a
++ rm -f ${DESTDIR}/$(GAPLIBDIR)/libavformat.a \
++ rm -f ${DESTDIR}/$(GAPLIBDIR)/libavcodec.a \
++ rm -f ${DESTDIR}/$(GAPLIBDIR)/libmpeg3.a
+
+ # eof (without this line Makefile generation produces syntax error)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131225/4b60da64/attachment.html>
More information about the macports-changes
mailing list