- Update to 3.6.9
PR: ports/146128 Submitted by: bf <bf1783@gmail.com> (maintainer)
This commit is contained in:
parent
9cb79ba80f
commit
7bab43d9de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254449
3 changed files with 21 additions and 5 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gv
|
||||
PORTVERSION= 3.6.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.6.9
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -21,7 +20,13 @@ LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
|
|||
USE_XORG= xpm ice sm xext xmu x11
|
||||
USE_GHOSTSCRIPT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
LIBS="-liconv"
|
||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/X11 \
|
||||
--enable-setenv-code \
|
||||
--enable-SIGCHLD-fallback
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gv-3.6.8.tar.gz) = 581ef7834c0e07ac1536b1ee8faa11d5
|
||||
SHA256 (gv-3.6.8.tar.gz) = 2094e5c49dff6aa863caa878373fc60b593d97340e44721f02e972ed385106c5
|
||||
SIZE (gv-3.6.8.tar.gz) = 544998
|
||||
MD5 (gv-3.6.9.tar.gz) = c7aeb1b695db139b2b4f32084f75d8a9
|
||||
SHA256 (gv-3.6.9.tar.gz) = 6b7e7cf2a9c02c4f26ba6868b60621ec73b7459895a93a135e5bbef55627f6ac
|
||||
SIZE (gv-3.6.9.tar.gz) = 573485
|
||||
|
|
11
print/gv/files/patch-configure
Normal file
11
print/gv/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig 2010-05-03 22:02:20.000000000 -0400
|
||||
+++ configure 2010-05-03 22:03:40.000000000 -0400
|
||||
@@ -4694,7 +4694,7 @@
|
||||
|
||||
|
||||
|
||||
-LIBS="$X_LIBS"
|
||||
+LIBS="$X_LIBS $LIBS"
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
|
||||
$as_echo_n "checking for sqrt in -lm... " >&6; }
|
Loading…
Reference in a new issue