diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-16 19:45:03 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-16 19:45:03 +0000 |
commit | 7bab43d9deaf351eee9fca14150086251b98bd80 (patch) | |
tree | c9c559dcf996475a48a93712fbace921ff20fe5f /print/gv | |
parent | 9cb79ba80fdcbe0ca66a58b3c2c20cf3d044a6c3 (diff) | |
download | ports-7bab43d9deaf351eee9fca14150086251b98bd80.tar.gz ports-7bab43d9deaf351eee9fca14150086251b98bd80.zip |
Notes
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 9 | ||||
-rw-r--r-- | print/gv/distinfo | 6 | ||||
-rw-r--r-- | print/gv/files/patch-configure | 11 |
3 files changed, 21 insertions, 5 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 6aba12c369a2..a6698662ea57 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -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 diff --git a/print/gv/distinfo b/print/gv/distinfo index fba3bad522a3..42b2d97844d2 100644 --- a/print/gv/distinfo +++ b/print/gv/distinfo @@ -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 diff --git a/print/gv/files/patch-configure b/print/gv/files/patch-configure new file mode 100644 index 000000000000..5ded983f8ee8 --- /dev/null +++ b/print/gv/files/patch-configure @@ -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; } |