1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove hyphen from PKGNAMESUFFIX.

- Add USES=libtool:oldver.
- Use USES+= to fix slave port.
- Remove LATEST_LINK.
- Remove PTHREAD_CFLAGS.
This commit is contained in:
Tijl Coosemans 2014-05-28 19:56:41 +00:00
parent 61ae1be6bb
commit be91effb52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355653
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= mail CATEGORIES= mail
PKGNAMESUFFIX= 24-sharp PKGNAMESUFFIX= 24-sharp

View File

@ -3,10 +3,10 @@
PORTNAME= gmime PORTNAME= gmime
PORTVERSION= 2.4.33 PORTVERSION= 2.4.33
PORTREVISION?= 0 PORTREVISION?= 1
CATEGORIES?= mail CATEGORIES?= mail
MASTER_SITES= GNOME MASTER_SITES= GNOME
PKGNAMESUFFIX?= -24 PKGNAMESUFFIX?= 24
MAINTAINER?= ahicks@p-o.co.uk MAINTAINER?= ahicks@p-o.co.uk
COMMENT?= Library (written in C) for parsing and creating messages using MIME COMMENT?= Library (written in C) for parsing and creating messages using MIME
@ -18,8 +18,8 @@ CONFLICTS= gmime-1.0.*
SLAVEDIRS= mail/gmime2-sharp SLAVEDIRS= mail/gmime2-sharp
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24
USES+= gmake iconv libtool:oldver pathfix pkgconfig tar:xz
USE_GNOME?= glib20 USE_GNOME?= glib20
USES= gmake pathfix pkgconfig iconv tar:xz
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
# www.freebsd.org/cgi/query-pr.cgi?pr=118092 # www.freebsd.org/cgi/query-pr.cgi?pr=118092
@ -29,9 +29,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
--enable-mono=no \ --enable-mono=no \
--program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;" --program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;"
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include
LATEST_LINK?= ${PORTNAME}24
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS