Lines 1-6
Link Here
|
1 |
PORTNAME?= fetchmail |
1 |
PORTNAME?= fetchmail |
2 |
DISTVERSION= 6.4.33 |
2 |
DISTVERSION= 6.4.34 |
3 |
PORTREVISION?= 1 |
3 |
PORTREVISION?= 0 |
4 |
CATEGORIES= mail |
4 |
CATEGORIES= mail |
5 |
# The next line is inherited by the fetchmailconf dependent port, |
5 |
# The next line is inherited by the fetchmailconf dependent port, |
6 |
# do NOT replace fetchmail by ${PORTNAME} |
6 |
# do NOT replace fetchmail by ${PORTNAME} |
Lines 108-114
post-install-DOCS-on:
Link Here
|
108 |
CONFIGURE_ARGS+= --enable-opie |
108 |
CONFIGURE_ARGS+= --enable-opie |
109 |
.endif |
109 |
.endif |
110 |
|
110 |
|
111 |
.if ${ARCH:Mpowerpc*} && ${OSREL:R} < 13 |
111 |
.if ${OPSYS} == FreeBSD && (${ARCH:Mpowerpc*} && ${OSREL:R} < 13) |
112 |
# as of 2019-10-02, powerpc's base compiler does not yield a working fetchmail. |
112 |
# as of 2019-10-02, powerpc's base compiler does not yield a working fetchmail. |
113 |
# https://svnweb.freebsd.org/ports?view=revision&revision=513614 -- pkubaj@ |
113 |
# https://svnweb.freebsd.org/ports?view=revision&revision=513614 -- pkubaj@ |
114 |
USE_GCC= yes |
114 |
USE_GCC= yes |