Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2014 16:09:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362817 - in head: devel/hwloc net/mpich net/openmpi net/openmpi-devel sysutils/slurm-hpc www/trafficserver
Message-ID:  <201407241609.s6OG9DW7018817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 24 16:09:13 2014
New Revision: 362817
URL: http://svnweb.freebsd.org/changeset/ports/362817
QAT: https://qat.redports.org/buildarchive/r362817/

Log:
  - 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

Modified:
  head/devel/hwloc/Makefile
  head/devel/hwloc/pkg-plist
  head/net/mpich/Makefile
  head/net/openmpi-devel/Makefile
  head/net/openmpi/Makefile
  head/sysutils/slurm-hpc/Makefile
  head/www/trafficserver/Makefile

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/devel/hwloc/Makefile	Thu Jul 24 16:09:13 2014	(r362817)
@@ -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
 

Modified: head/devel/hwloc/pkg-plist
==============================================================================
--- head/devel/hwloc/pkg-plist	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/devel/hwloc/pkg-plist	Thu Jul 24 16:09:13 2014	(r362817)
@@ -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

Modified: head/net/mpich/Makefile
==============================================================================
--- head/net/mpich/Makefile	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/net/mpich/Makefile	Thu Jul 24 16:09:13 2014	(r362817)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mpich
 PORTVERSION=	3.1.1
+PORTREVISION=	1
 CATEGORIES=	net parallel
 MASTER_SITES=	http://www.mpich.org/static/downloads/${DISTVERSION}/
 

Modified: head/net/openmpi-devel/Makefile
==============================================================================
--- head/net/openmpi-devel/Makefile	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/net/openmpi-devel/Makefile	Thu Jul 24 16:09:13 2014	(r362817)
@@ -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

Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/net/openmpi/Makefile	Thu Jul 24 16:09:13 2014	(r362817)
@@ -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/
 

Modified: head/sysutils/slurm-hpc/Makefile
==============================================================================
--- head/sysutils/slurm-hpc/Makefile	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/sysutils/slurm-hpc/Makefile	Thu Jul 24 16:09:13 2014	(r362817)
@@ -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/ \

Modified: head/www/trafficserver/Makefile
==============================================================================
--- head/www/trafficserver/Makefile	Thu Jul 24 16:08:39 2014	(r362816)
+++ head/www/trafficserver/Makefile	Thu Jul 24 16:09:13 2014	(r362817)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241609.s6OG9DW7018817>