mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Update to 2.1.7
PR: ports/88925 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
This commit is contained in:
parent
01ec33687d
commit
041f68d663
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148104
2 changed files with 8 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnubiff
|
||||
PORTVERSION= 2.1.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -23,7 +22,10 @@ USE_GNOME= intlhack libglade2 esound
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CXXFLAGS="-Wno-long-long"
|
||||
# CXXFLAGS needed to work round issue with gcc and openssl 0.9.8a
|
||||
# /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long'
|
||||
|
||||
MAN1= gnubiff.1
|
||||
INFO= gnubiff
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (gnubiff-2.1.6.tar.gz) = e284c22bdc3f4d263cd874fddbcfb950
|
||||
SIZE (gnubiff-2.1.6.tar.gz) = 757341
|
||||
MD5 (gnubiff-2.1.7.tar.gz) = e40a5763f29631f2cc8363f9c5f2f95f
|
||||
SHA256 (gnubiff-2.1.7.tar.gz) = efda2efc4cb78296ffe819db8d7f341128cba8bf98e26d03786a326d83a49914
|
||||
SIZE (gnubiff-2.1.7.tar.gz) = 757508
|
||||
|
|
Loading…
Add table
Reference in a new issue