Update to 5.7.4.
Add USE_GMAKE - too many things in the autoconf build process depend on GNU make. Approved by: maintainer
This commit is contained in:
parent
82843eab94
commit
f061afd9c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39963
2 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
# want fetchmailconf to work, define WITH_X11
|
||||
|
||||
PORTNAME= fetchmail
|
||||
PORTVERSION= 5.7.2
|
||||
PORTVERSION= 5.7.4
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
|
||||
ftp://ftp.ccil.org/pub/esr/fetchmail/
|
||||
|
@ -22,12 +22,14 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|||
RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2 --enable-SDPS \
|
||||
--enable-nls --with-hesiod=no
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
||||
MAKE_ENV+= ${CONFIGURE_ENV}
|
||||
MAN1= fetchmail.1
|
||||
MLINKS= fetchmail.1 fetchmailconf.1
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (fetchmail-5.7.2.tar.gz) = f9210418ab6f065b58ffa0048e714d0d
|
||||
MD5 (fetchmail-5.7.4.tar.gz) = 9aeb8702da10b8309cfc07d7e22283aa
|
||||
|
|
Loading…
Reference in a new issue