mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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.
This commit is contained in:
parent
f66d0c1711
commit
d93906ff56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167646
2 changed files with 23 additions and 6 deletions
|
@ -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@ ; \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue