Fix the hardcore paths, bump the PORTREVISION.
Reported by: Jürgen Galonska <caligula@primamail.de>
This commit is contained in:
parent
7cc3b3423b
commit
9028c962eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213471
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= evolution-exchange
|
PORTNAME= evolution-exchange
|
||||||
PORTVERSION= 2.22.1.2
|
PORTVERSION= 2.22.1.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail gnome
|
CATEGORIES= mail gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
@ -61,6 +61,9 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
|
||||||
IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port
|
IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall port
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@${RM} -f ${WRKSRC}/storage/*.server
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \
|
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
Loading…
Reference in a new issue