summaryrefslogtreecommitdiffstats
path: root/net/openh323
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-07-13 00:39:57 +0000
committersobomax <sobomax@FreeBSD.org>2006-07-13 00:39:57 +0000
commitdbd371005dfb5070cb3ecd7cac0d1fdd97cbb610 (patch)
treed846e9a02bd9f6fb81d48dd08991a16f4613c37d /net/openh323
parent4cee85e4fe1606568649d41100ef8bd38b9dcf07 (diff)
downloadFreeBSD-ports-dbd371005dfb5070cb3ecd7cac0d1fdd97cbb610.zip
FreeBSD-ports-dbd371005dfb5070cb3ecd7cac0d1fdd97cbb610.tar.gz
Shared library name in FreeBSD should be libfoo.so.X, not libfoo.so.X.Y.Z. No
user-visible changes, so that keep PORTREVISION intact.
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/files/patch-makefile.in27
-rw-r--r--net/openh323/pkg-plist2
2 files changed, 23 insertions, 6 deletions
diff --git a/net/openh323/files/patch-makefile.in b/net/openh323/files/patch-makefile.in
index 536bf18..d0a13eb 100644
--- a/net/openh323/files/patch-makefile.in
+++ b/net/openh323/files/patch-makefile.in
@@ -1,7 +1,26 @@
---- Makefile.in.orig Thu Feb 2 13:29:46 2006
-+++ Makefile.in Thu Feb 2 13:33:57 2006
-@@ -351,8 +351,8 @@
- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \
+
+$FreeBSD$
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -337,22 +337,14 @@
+ install:
+ mkdir -p $(DESTDIR)$(LIBDIR)
+ rm -f $(DESTDIR)$(LIBDIR)/libh323_*_r.so*
+- $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)
+- (cd $(DESTDIR)$(LIBDIR) ; \
+- rm -f $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@ ; \
+- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@ \
+- )
+- (cd $(DESTDIR)$(LIBDIR) ; \
+- rm -f $(OH323_FILE).@MAJOR_VERSION@ ; \
+- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@ \
+- )
++ $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR)
+ (cd $(DESTDIR)$(LIBDIR) ; \
+ rm -f $(OH323_FILE) ; \
+- ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \
++ ln -sf $(OH323_FILE).@MAJOR_VERSION@ $(OH323_FILE) \
)
(cd $(DESTDIR)$(LIBDIR); \
- rm -f libopenh323.@SHAREDLIBEXT@ ; \
diff --git a/net/openh323/pkg-plist b/net/openh323/pkg-plist
index b382cc6..464e920 100644
--- a/net/openh323/pkg-plist
+++ b/net/openh323/pkg-plist
@@ -1,7 +1,5 @@
lib/libh323_r.so
lib/libh323_r.so.1
-lib/libh323_r.so.1.18
-lib/libh323_r.so.1.18.0
lib/libopenh323.so
include/openh323/QTIoctl.h
include/openh323/channels.h
OpenPOWER on IntegriCloud