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 | |
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')
-rw-r--r-- | mail/gmime2/Makefile | 9 | ||||
-rw-r--r-- | mail/gmime2/files/patch-docs_Makefile.in | 3 | ||||
-rw-r--r-- | mail/gmime2/pkg-plist | 4 |
3 files changed, 6 insertions, 10 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 231b1ce9aa5b..b3cdc4429f81 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -3,9 +3,10 @@ PORTNAME= gmime PORTVERSION= 2.2.27 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail MASTER_SITES= GNOME +PKGNAMESUFFIX?= 2 MAINTAINER?= ahicks@p-o.co.uk COMMENT?= Library (written in C) for parsing and creating messages using MIME @@ -17,7 +18,7 @@ CONFLICTS= gmime-1.0.* gmime-2.4.* SLAVEDIRS= mail/gmime2-sharp USE_GNOME?= glib20 -USES= gmake pathfix pkgconfig iconv +USES+= gmake iconv libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes # www.freebsd.org/cgi/query-pr.cgi?pr=118092 @@ -27,9 +28,7 @@ CONFIGURE_ARGS?= ${ICONV_CONFIGURE_BASE} \ --enable-mono=no \ --program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;" CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} - -LATEST_LINK?= ${PORTNAME}2 +CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= DOCS diff --git a/mail/gmime2/files/patch-docs_Makefile.in b/mail/gmime2/files/patch-docs_Makefile.in index de3b1fc39f7e..09fa5b5faa8e 100644 --- a/mail/gmime2/files/patch-docs_Makefile.in +++ b/mail/gmime2/files/patch-docs_Makefile.in @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- docs/Makefile.in.orig 2008-01-03 09:05:09.000000000 -0200 +++ docs/Makefile.in 2008-01-03 09:05:21.000000000 -0200 @@ -193,7 +193,7 @@ diff --git a/mail/gmime2/pkg-plist b/mail/gmime2/pkg-plist index 9329ff798ceb..d8af7f58c6c3 100644 --- a/mail/gmime2/pkg-plist +++ b/mail/gmime2/pkg-plist @@ -51,9 +51,9 @@ include/gmime-2.0/gmime/gmime.h include/gmime-2.0/gmime/internet-address.h lib/gmimeConf.sh lib/libgmime-2.0.a -lib/libgmime-2.0.la lib/libgmime-2.0.so -lib/libgmime-2.0.so.4 +lib/libgmime-2.0.so.2 +lib/libgmime-2.0.so.2.2.27 libdata/pkgconfig/gmime-2.0.pc @dirrm include/gmime-2.0/gmime @dirrm include/gmime-2.0 |