[Midnightbsd-cvs] mports: devel/performance: fixes for shared library version.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Oct 25 18:23:49 EDT 2007
Log Message:
-----------
fixes for shared library version.
Modified Files:
--------------
mports/devel/performance:
Makefile (r1.2 -> r1.3)
pkg-plist (r1.2 -> r1.3)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/performance/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/performance/pkg-plist -Ldevel/performance/pkg-plist -u -r1.2 -r1.3
--- devel/performance/pkg-plist
+++ devel/performance/pkg-plist
@@ -13,7 +13,7 @@
Local/Library/Headers/Performance/GSThroughput.h
Local/Library/Headers/Performance/GSTicker.h
Local/Library/Libraries/libPerformance.so
-Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%
-Local/Library/Libraries/libPerformance.so.%%LIBVERSION%%.0
+Local/Library/Libraries/libPerformance.so.0.2
+Local/Library/Libraries/libPerformance.so.0.2.0
@dirrm Local/Library/Headers/Performance
@dirrm Local/Library/Documentation/Performance
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/performance/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/performance/Makefile -Ldevel/performance/Makefile -u -r1.2 -r1.3
--- devel/performance/Makefile
+++ devel/performance/Makefile
@@ -24,4 +24,7 @@
DEFAULT_LIBVERSION= 0.2
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+USE_LDCONFIG= yes
+NO_FILTER_SHLIBS= yes
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list