[40982] trunk/dports/graphics/openjpeg
devans at macports.org
devans at macports.org
Sun Oct 19 23:26:26 PDT 2008
Revision: 40982
http://trac.macports.org/changeset/40982
Author: devans at macports.org
Date: 2008-10-19 23:26:26 -0700 (Sun, 19 Oct 2008)
Log Message:
-----------
Maintainer timeout. Closes #16868, #14554.
Modified Paths:
--------------
trunk/dports/graphics/openjpeg/Portfile
Added Paths:
-----------
trunk/dports/graphics/openjpeg/files/patch-Makefile.osx.diff
Modified: trunk/dports/graphics/openjpeg/Portfile
===================================================================
--- trunk/dports/graphics/openjpeg/Portfile 2008-10-20 05:59:44 UTC (rev 40981)
+++ trunk/dports/graphics/openjpeg/Portfile 2008-10-20 06:26:26 UTC (rev 40982)
@@ -5,6 +5,7 @@
name openjpeg
version 1.3
+revision 1
categories graphics
maintainers mcalhoun
description Library for manipulating JPEG-2000 images
@@ -26,7 +27,8 @@
use_configure no
-patchfiles patch-opj_malloc.h.diff
+patchfiles patch-opj_malloc.h.diff \
+ patch-Makefile.osx.diff
post-patch {
reinplace \
Added: trunk/dports/graphics/openjpeg/files/patch-Makefile.osx.diff
===================================================================
--- trunk/dports/graphics/openjpeg/files/patch-Makefile.osx.diff (rev 0)
+++ trunk/dports/graphics/openjpeg/files/patch-Makefile.osx.diff 2008-10-20 06:26:26 UTC (rev 40982)
@@ -0,0 +1,11 @@
+--- Makefile.orig 2007-06-05 02:00:34.000000000 -0700
++++ Makefile.osx 2008-10-14 09:25:31.000000000 -0700
+@@ -51,7 +51,7 @@
+ $(LIBTOOLSTAT) -o $@ $(MODULES)
+
+ $(SHAREDLIB): $(MODULES)
+- $(LIBTOOLDYN) -dynamiclib -o $@ $(MODULES)
++ $(LIBTOOLDYN) -dynamiclib -install_name $(INSTALL_LIBDIR)/$@ -current_version $(VER_MAJOR).$(VER_MINOR) -compatibility_version $(VER_MAJOR) -o $@ $(MODULES)
+
+ install:
+ install -d '$(DESTDIR)$(INSTALL_LIBDIR)' '$(DESTDIR)$(INSTALL_INCLUDE)'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081019/90e1ca18/attachment.html
More information about the macports-changes
mailing list