mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
This commit is contained in:
parent
b0c45bdec1
commit
a4a7ce7422
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362817
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= mpich
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net parallel
|
||||
MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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/ \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user