[35071] trunk/dports/devel/libdlna

sfiera at macports.org sfiera at macports.org
Sun Mar 16 07:19:20 PDT 2008


Revision: 35071
          http://trac.macosforge.org/projects/macports/changeset/35071
Author:   sfiera at macports.org
Date:     2008-03-16 07:19:17 -0700 (Sun, 16 Mar 2008)

Log Message:
-----------
Patch to install libdlna with -install_name, -compatibility_version, and -current_version; bump revision

Modified Paths:
--------------
    trunk/dports/devel/libdlna/Portfile
    trunk/dports/devel/libdlna/files/patch-Makefile.diff

Modified: trunk/dports/devel/libdlna/Portfile
===================================================================
--- trunk/dports/devel/libdlna/Portfile	2008-03-16 13:57:31 UTC (rev 35070)
+++ trunk/dports/devel/libdlna/Portfile	2008-03-16 14:19:17 UTC (rev 35071)
@@ -5,6 +5,7 @@
 
 name                libdlna
 version             0.2.3
+revision            1
 categories          devel
 platforms           darwin
 maintainers         sfiera

Modified: trunk/dports/devel/libdlna/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/libdlna/files/patch-Makefile.diff	2008-03-16 13:57:31 UTC (rev 35070)
+++ trunk/dports/devel/libdlna/files/patch-Makefile.diff	2008-03-16 14:19:17 UTC (rev 35071)
@@ -1,5 +1,5 @@
---- src/Makefile	2007-11-26 15:47:43.000000000 -0500
-+++ src/Makefile.new	2008-01-12 15:03:09.000000000 -0500
+--- src/Makefile	2008-03-16 10:04:39.000000000 -0400
++++ src/Makefile.new	2008-03-16 10:05:37.000000000 -0400
 @@ -13,7 +13,7 @@
  endif
  
@@ -15,7 +15,7 @@
  lib_shared: lib_shared_info_pre $(LOBJS) lib_shared_info_post
 -	$(CC) -shared -Wl,-soname,$(LIBNAME_MAJOR) $(LOBJS) \
 -	  $(LDFLAGS) $(EXTRALIBS) -o $(LIBNAME_VERSION)
-+	$(CC) -dynamiclib $(LOBJS) $(LDFLAGS) $(EXTRALIBS) -o $(LIBNAME_VERSION)
++	$(CC) -dynamiclib -install_name $(PREFIX)/lib/$(LIBNAME_SHARED) $(LOBJS) $(LDFLAGS) $(EXTRALIBS) -o $(LIBNAME_VERSION) -compatibility_version $(VERSION) -current_version $(VERSION)
  	$(LN) -sf $(LIBNAME_VERSION) $(LIBNAME_MAJOR)
  	$(LN) -sf $(LIBNAME_MAJOR) $(LIBNAME_SHARED)
  

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


More information about the macports-changes mailing list