- Change DEPENDS from graphics/proj to graphics/proj5
- Mark DEPRECATED and set EXPIRATION_DATE PR: 237932 Submitted by: wenheping2000@hotmail.com(myself) Approved by: portmgr@(implicit, fix build)
This commit is contained in:
parent
31072ab29b
commit
81f468837b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505193
3 changed files with 15 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Geo-Proj4
|
||||
PORTVERSION= 1.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,7 +14,10 @@ COMMENT= Cartographic projections wrapper for Proj library
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libproj.so:graphics/proj
|
||||
DEPRECATED= Can not build with graphics/proj
|
||||
EXPIRATION_DATE=2019-09-27
|
||||
|
||||
LIB_DEPENDS= libproj.so:graphics/proj5
|
||||
|
||||
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
|
||||
MAKE_ENV= INC=-I${LOCALBASE}/include
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= survex
|
||||
DISTVERSION= 1.2.38
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://survex.com/software/${DISTVERSION}/
|
||||
|
||||
|
@ -11,8 +12,11 @@ COMMENT= Cave survey software
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Can not build with graphics/proj
|
||||
EXPIRATION_DATE=2019-09-27
|
||||
|
||||
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
libproj.so:graphics/proj
|
||||
libproj.so:graphics/proj5
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gl gmake gnome pkgconfig shared-mime-info
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= zygrib
|
||||
DISTVERSION= 8.0.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.zygrib.org/getfile.php?file=
|
||||
DISTNAME= zyGrib-${DISTVERSION}
|
||||
|
@ -12,13 +12,16 @@ COMMENT= Weather data visualization, GRIB file viewer
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
DEPRECATED= Can not build with graphics/proj
|
||||
EXPIRATION_DATE= 2019-09-27
|
||||
|
||||
BROKEN_i386= g2clib/libg2c.a: could not read symbols: File format not recognized
|
||||
|
||||
FETCH_DEPENDS= curl:ftp/curl
|
||||
LIB_DEPENDS= libjasper.so:graphics/jasper \
|
||||
libnova.so:astro/libnova \
|
||||
libpng.so:graphics/png \
|
||||
libproj.so:graphics/proj \
|
||||
libproj.so:graphics/proj5 \
|
||||
libqwt6.so:x11-toolkits/qwt6
|
||||
|
||||
USES= gmake localbase tar:tgz qt:5
|
||||
|
|
Loading…
Reference in a new issue