[34746] trunk/dports/devel/ode

jmr at macports.org jmr at macports.org
Tue Mar 4 02:41:37 PST 2008


Revision: 34746
          http://trac.macosforge.org/projects/macports/changeset/34746
Author:   jmr at macports.org
Date:     2008-03-04 02:41:34 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
ode: make port lint happy

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

Added Paths:
-----------
    trunk/dports/devel/ode/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/devel/ode/files/patch-configure

Modified: trunk/dports/devel/ode/Portfile
===================================================================
--- trunk/dports/devel/ode/Portfile	2008-03-04 08:47:12 UTC (rev 34745)
+++ trunk/dports/devel/ode/Portfile	2008-03-04 10:41:34 UTC (rev 34746)
@@ -20,7 +20,7 @@
 distfiles	${name}-src-${version}.zip
 checksums	sha1 8e8a956ecebfc9e1f5f76b4e0083147581d85abe
 use_zip		yes
-patchfiles	patch-configure
+patchfiles	patch-configure.diff
 
 depends_lib	lib:libGL:XFree86
 
@@ -35,4 +35,3 @@
 livecheck.check	sourceforge
 livecheck.name	opende
 livecheck.regex	ode-src-(\[0-9\\\.]+)\\.
-

Deleted: trunk/dports/devel/ode/files/patch-configure
===================================================================
--- trunk/dports/devel/ode/files/patch-configure	2008-03-04 08:47:12 UTC (rev 34745)
+++ trunk/dports/devel/ode/files/patch-configure	2008-03-04 10:41:34 UTC (rev 34746)
@@ -1,11 +0,0 @@
---- configure	2007-01-22 17:05:48.000000000 +0100
-+++ configure	2007-02-05 21:22:49.000000000 +0100
-@@ -10129,7 +10129,7 @@
-   *apple* | *darwin*) # For Mac OS X
-     so_ext=".dylib"
-     DLLDEFINE=""
--    SHARED_LDFLAGS="-dynamiclib"
-+    SHARED_LDFLAGS="-dynamiclib -install_name ${prefix}/lib/libode.dylib"
-     drawstuff="OSX"
-             CC="$CXX"
-     LINK="$CXXLINK"

Copied: trunk/dports/devel/ode/files/patch-configure.diff (from rev 34722, trunk/dports/devel/ode/files/patch-configure)
===================================================================
--- trunk/dports/devel/ode/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/ode/files/patch-configure.diff	2008-03-04 10:41:34 UTC (rev 34746)
@@ -0,0 +1,11 @@
+--- configure	2007-01-22 17:05:48.000000000 +0100
++++ configure	2007-02-05 21:22:49.000000000 +0100
+@@ -10129,7 +10129,7 @@
+   *apple* | *darwin*) # For Mac OS X
+     so_ext=".dylib"
+     DLLDEFINE=""
+-    SHARED_LDFLAGS="-dynamiclib"
++    SHARED_LDFLAGS="-dynamiclib -install_name ${prefix}/lib/libode.dylib"
+     drawstuff="OSX"
+             CC="$CXX"
+     LINK="$CXXLINK"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080304/81861824/attachment.html 


More information about the macports-changes mailing list