From a4a7ce74220445ce82745e9ec1ff2a74c47db150 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 24 Jul 2014 16:09:13 +0000 Subject: [PATCH] - Switch devel/hwloc to USES=libtool, drop .la files - Bump dependent ports as .so version has changed - Add LICENSE_FILE - While here, fix stagedir reference in www/trafficserver Approved by: portmgr blanket --- devel/hwloc/Makefile | 4 +++- devel/hwloc/pkg-plist | 4 ++-- net/mpich/Makefile | 1 + net/openmpi-devel/Makefile | 2 +- net/openmpi/Makefile | 2 +- sysutils/slurm-hpc/Makefile | 2 +- www/trafficserver/Makefile | 3 ++- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 2cd4b0cb4a44..5b900ac2417d 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -2,6 +2,7 @@ PORTNAME= hwloc PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/ @@ -10,6 +11,7 @@ MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Portable Hardware Locality software package LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess @@ -17,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-static \ --enable-libxml2 \ --disable-gl -USES= pkgconfig pathfix iconv tar:bzip2 +USES= pkgconfig pathfix iconv libtool tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 diff --git a/devel/hwloc/pkg-plist b/devel/hwloc/pkg-plist index cc88b0e3aeeb..185ec6c234e1 100644 --- a/devel/hwloc/pkg-plist +++ b/devel/hwloc/pkg-plist @@ -31,9 +31,9 @@ include/hwloc/openfabrics-verbs.h include/hwloc/plugins.h include/hwloc/rename.h lib/libhwloc.a -lib/libhwloc.la lib/libhwloc.so -lib/libhwloc.so.10 +lib/libhwloc.so.5 +lib/libhwloc.so.5.5.0 libdata/pkgconfig/hwloc.pc man/man1/hwloc-annotate.1.gz man/man1/hwloc-assembler-remote.1.gz diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 1efc23f42ade..a4358f9dd001 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -2,6 +2,7 @@ PORTNAME= mpich PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ diff --git a/net/openmpi-devel/Makefile b/net/openmpi-devel/Makefile index b11e4099ad7d..287247a083b4 100644 --- a/net/openmpi-devel/Makefile +++ b/net/openmpi-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= openmpi DISTVERSION= 1.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.7/downloads/ PKGNAMESUFFIX= -devel diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 8287cb447ba0..3e5378e2a573 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -5,7 +5,7 @@ PORTNAME= openmpi DISTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.8/downloads/ diff --git a/sysutils/slurm-hpc/Makefile b/sysutils/slurm-hpc/Makefile index 025b44f9de5e..4307feeef920 100644 --- a/sysutils/slurm-hpc/Makefile +++ b/sysutils/slurm-hpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 2.6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index c5a7284a45c6..999a4b689951 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= trafficserver PORTVERSION= 4.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} @@ -28,6 +28,7 @@ USE_OPENSSL= yes USE_SQLITE= yes USE_RC_SUBR= ${PORTNAME} USE_LDCONFIG= yes +USE_PERL5= run build fixpacklist ONLY_FOR_ARCHS= i386 amd64 USERS= www GROUPS= nogroup