summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-30 01:48:31 +0000
committerbapt <bapt@FreeBSD.org>2015-05-30 01:48:31 +0000
commitcab15911b28e65ce04fdf0b75e37ffd6b664d811 (patch)
tree137f9d8b4cc65f2e76521ac7f9f922212c52e1f4
parent59e50a3d2e62a237ba226476e472b3eec5dfef2b (diff)
downloadFreeBSD-ports-cab15911b28e65ce04fdf0b75e37ffd6b664d811.zip
FreeBSD-ports-cab15911b28e65ce04fdf0b75e37ffd6b664d811.tar.gz
Correctly create the library with a SONAME
Bump revision of the users
-rw-r--r--devel/libpci/Makefile3
-rw-r--r--sysutils/pciutils/Makefile1
-rw-r--r--sysutils/superiotool/Makefile1
-rw-r--r--sysutils/vbetool/Makefile2
-rw-r--r--sysutils/x86info/Makefile1
-rw-r--r--x11/kde4-workspace/Makefile2
6 files changed, 7 insertions, 3 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile
index 88e58e0..a7917ae 100644
--- a/devel/libpci/Makefile
+++ b/devel/libpci/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libpci
PORTVERSION= 3.3.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/utils/pciutils \
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
@@ -39,7 +40,7 @@ post-patch:
@${REINPLACE_CMD} 's|^#include "|&pci/|' ${WRKSRC}/lib/pci.h
post-build:
- @cd ${WRKSRC}/lib/ && ${CC} ${CFLAGS} ${STRIP} -shared *.o -lz -o libpci.so.3
+ @cd ${WRKSRC}/lib/ && ${CC} ${CFLAGS} ${STRIP} -Wl,-soname=libpci.so.3 -shared *.o -lz -o libpci.so.3
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/pci/
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index 24497b6..428c26e 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pciutils
PORTVERSION= 3.3.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= KERNEL_ORG/software/utils/pciutils \
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile
index e018d07..89b3f73 100644
--- a/sysutils/superiotool/Makefile
+++ b/sysutils/superiotool/Makefile
@@ -3,6 +3,7 @@
PORTNAME= superiotool
DISTVERSION= 20121019
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/avg \
http://www.icyb.net.ua/~avg/distfiles/
diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile
index 10b3edf..0d7e1c4 100644
--- a/sysutils/vbetool/Makefile
+++ b/sysutils/vbetool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vbetool
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \
LOCAL/jkim
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 5f35870..80b2c37 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -3,6 +3,7 @@
PORTNAME= x86info
PORTVERSION= 1.30
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://codemonkey.org.uk/projects/x86info/
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index 45ff70f..51f2c75 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kde-workspace
PORTVERSION= ${KDE4_WORKSPACE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
OpenPOWER on IntegriCloud