ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/security/gnutls/Makefile
(Generate patch)

Comparing trunk/security/gnutls/Makefile (file contents):
Revision 8378 by laffer1, Sun Sep 20 02:22:58 2009 UTC vs.
Revision 9529 by vganji, Wed Apr 28 17:11:24 2010 UTC

# Line 1 | Line 1
1 < # $MidnightBSD: mports/security/gnutls/Makefile,v 1.12 2009/05/01 14:49:02 laffer1 Exp $
1 > # $MidnightBSD$
2 > #
3  
4   PORTNAME=       gnutls
5 < PORTVERSION=    2.6.6
5 > PORTVERSION=    2.8.3
6   CATEGORIES=     security net
7   MASTER_SITES=   ${MASTER_SITE_GNU} \
8                  ${MASTER_SITE_GNUPG}
# Line 9 | Line 10 | MASTER_SITE_SUBDIR=    ${PORTNAME}
10  
11   MAINTAINER=     ports@MidnightBSD.org
12   COMMENT=        GNU Transport Layer Security library
13 < LICENSE=        gpl3
13 > LICENSE=        gpl3
14  
15   LIB_DEPENDS=    gcrypt.16:${PORTSDIR}/security/libgcrypt \
16                  gpg-error.0:${PORTSDIR}/security/libgpg-error
17  
18 + CONFLICTS=      gnutls-devel-[0-9]*
19 +
20   USE_BZIP2=      yes
21   USE_ICONV=      yes
22   USE_GNOME=      pkgconfig ltverhack
23   GNU_CONFIGURE=  yes
24 + MAKE_JOBS_SAFE= yes
25   USE_LDCONFIG=   yes
26   USE_AUTOTOOLS=  libtool:22
27   CPPFLAGS+=      -I${LOCALBASE}/include
28   LDFLAGS+=       -L${LOCALBASE}/lib
29   CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}"
30 < CONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd6.0
27 < CONFIGURE_ARGS+=        --with-included-lzo --disable-guile \
28 <                        --infodir="${PREFIX}/info" --mandir="${PREFIX}/man/"
30 > CONFIGURE_ARGS+=        --disable-guile
31   MANCOMPRESSED=  no
32  
33   .include <bsd.port.pre.mk>
# Line 56 | Line 58 | PLIST_SUB+=            NLS="@comment "
58   .else
59   USE_GETTEXT=            yes
60   PLIST_SUB+=             NLS=""
61 + .endif
62 +
63 + .if defined(WITH_CAMELLIA)
64 + CONFIGURE_ARGS+=        --enable-camellia
65   .endif
66  
67   .if !defined(NOPORTDOCS)

Comparing trunk/security/gnutls/Makefile (property cvs2svn:cvs-rev):
Revision 8378 by laffer1, Sun Sep 20 02:22:58 2009 UTC vs.
Revision 9529 by vganji, Wed Apr 28 17:11:24 2010 UTC

# Line 1 | Line 1
1 < 1.13
1 > 1.14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines