- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
25549f694f
commit
8d0a54d83f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365280
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rocksdb
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gflags
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -15,9 +16,8 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix shebangfix
|
||||
USES= libtool pathfix shebangfix
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \
|
||||
designstyle.css gflags.html
|
||||
|
@ -5,13 +5,13 @@ include/gflags/gflags_declare.h
|
||||
include/google/gflags.h
|
||||
include/google/gflags_completions.h
|
||||
lib/libgflags.a
|
||||
lib/libgflags.la
|
||||
lib/libgflags.so
|
||||
lib/libgflags.so.3
|
||||
lib/libgflags.so.2
|
||||
lib/libgflags.so.2.1.0
|
||||
lib/libgflags_nothreads.a
|
||||
lib/libgflags_nothreads.la
|
||||
lib/libgflags_nothreads.so
|
||||
lib/libgflags_nothreads.so.3
|
||||
lib/libgflags_nothreads.so.2
|
||||
lib/libgflags_nothreads.so.2.1.0
|
||||
libdata/pkgconfig/libgflags.pc
|
||||
libdata/pkgconfig/libgflags_nothreads.pc
|
||||
@dirrmtry include/google
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gjstest
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
LOCAL/sunpoet
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= glog
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user