svn commit: r387912 - in head: devel/libpci sysutils/pciutils sysutils/superiotool sysutils/vbetool sysutils/x86info x11/kde4-workspace
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 30 01:48:34 UTC 2015
Author: bapt
Date: Sat May 30 01:48:31 2015
New Revision: 387912
URL: https://svnweb.freebsd.org/changeset/ports/387912
Log:
Correctly create the library with a SONAME
Bump revision of the users
Modified:
head/devel/libpci/Makefile
head/sysutils/pciutils/Makefile
head/sysutils/superiotool/Makefile
head/sysutils/vbetool/Makefile
head/sysutils/x86info/Makefile
head/x11/kde4-workspace/Makefile
Modified: head/devel/libpci/Makefile
==============================================================================
--- head/devel/libpci/Makefile Sat May 30 00:51:53 2015 (r387911)
+++ head/devel/libpci/Makefile Sat May 30 01:48:31 2015 (r387912)
@@ -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/
Modified: head/sysutils/pciutils/Makefile
==============================================================================
--- head/sysutils/pciutils/Makefile Sat May 30 00:51:53 2015 (r387911)
+++ head/sysutils/pciutils/Makefile Sat May 30 01:48:31 2015 (r387912)
@@ -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/ \
Modified: head/sysutils/superiotool/Makefile
==============================================================================
--- head/sysutils/superiotool/Makefile Sat May 30 00:51:53 2015 (r387911)
+++ head/sysutils/superiotool/Makefile Sat May 30 01:48:31 2015 (r387912)
@@ -3,6 +3,7 @@
PORTNAME= superiotool
DISTVERSION= 20121019
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/avg \
http://www.icyb.net.ua/~avg/distfiles/
Modified: head/sysutils/vbetool/Makefile
==============================================================================
--- head/sysutils/vbetool/Makefile Sat May 30 00:51:53 2015 (r387911)
+++ head/sysutils/vbetool/Makefile Sat May 30 01:48:31 2015 (r387912)
@@ -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
Modified: head/sysutils/x86info/Makefile
==============================================================================
--- head/sysutils/x86info/Makefile Sat May 30 00:51:53 2015 (r387911)
+++ head/sysutils/x86info/Makefile Sat May 30 01:48:31 2015 (r387912)
@@ -3,6 +3,7 @@
PORTNAME= x86info
PORTVERSION= 1.30
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://codemonkey.org.uk/projects/x86info/
Modified: head/x11/kde4-workspace/Makefile
==============================================================================
--- head/x11/kde4-workspace/Makefile Sat May 30 00:51:53 2015 (r387911)
+++ head/x11/kde4-workspace/Makefile Sat May 30 01:48:31 2015 (r387912)
@@ -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}
More information about the svn-ports-head
mailing list