diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-30 05:16:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-30 05:16:11 +0800 |
commit | 635fd0f20b288563897dee391f02e839ce7786f8 (patch) | |
tree | 1318def4a1e657c5c2b5a19242bbc20f895c9a48 /mail/gmime2-sharp | |
parent | 3c5884ac7ae145705bb73ab3628acd6755276c3f (diff) | |
download | freebsd-ports-gnome-635fd0f20b288563897dee391f02e839ce7786f8.tar.gz freebsd-ports-gnome-635fd0f20b288563897dee391f02e839ce7786f8.tar.zst freebsd-ports-gnome-635fd0f20b288563897dee391f02e839ce7786f8.zip |
mail/gmime2 mail/gmime2-sharp:
- USES=libtool
- Use USES+= to fix slave port.
- Remove LATEST_LINK and PTHREAD_CFLAGS.
- Remove $FreeBSD$ from patch.
mail/dbmail22:
- USES=libtool.
- Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS.
- Remove pre-install target. Not needed with staging.
PR: ports/189749
Diffstat (limited to 'mail/gmime2-sharp')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index 4cb4321ecd6d..da1c10ad7ec9 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -1,14 +1,14 @@ # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail -PKGNAMESUFFIX= -sharp +PKGNAMESUFFIX= 2-sharp MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for gmime -IGNORE= try to install weaked-named assembly into the GAC. +IGNORE= try to install weaked-named assembly into the GAC LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 @@ -18,17 +18,14 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USES= mono pathfix +USES= mono USE_GNOME= glib20 gtksharp20 CONFIGURE_ARGS= --enable-mono=yes -LATEST_LINK= gmime2-sharp - # Else we conflict with mail/gmime2 -NOPORTDOCS= yes +OPTIONS_EXCLUDE=DOCS # Done in pre-configure because master port has a post-patch target already. -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in |