View | Details | Raw Unified | Return to bug 76337 | Differences between
and this patch

Collapse All | Expand All

(-)cups/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
DISTFILES=	# empty
16
DISTFILES=	# empty
17
EXTRACT_ONLY=	# empty
17
EXTRACT_ONLY=	# empty
18
18
19
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	asa@agava.com
20
COMMENT=	The Common UNIX Printing System: Metaport to install complete system
20
COMMENT=	The Common UNIX Printing System: Metaport to install complete system
21
21
22
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
22
LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
(-)cups/Makefile.common (-1 / +6 lines)
Lines 9-15 Link Here
9
  ftp://ftp.fisek.com.tr/pub/cups/${CUPS_VERSION}/ \
9
  ftp://ftp.fisek.com.tr/pub/cups/${CUPS_VERSION}/ \
10
  ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/
10
  ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/
11
11
12
CUPS_VERSION=	1.1.22
12
CUPS_VERSION=	1.1.23
13
CUPS_REVISION=	0
13
CUPS_REVISION=	0
14
CUPS_PORTVER=	${CUPS_VERSION}.${CUPS_REVISION}
14
CUPS_PORTVER=	${CUPS_VERSION}.${CUPS_REVISION}
15
CUPS_PORTREV=	0
15
CUPS_PORTREV=	0
Lines 71-76 Link Here
71
			--with-cups-group=${CUPSGRP}	\
71
			--with-cups-group=${CUPSGRP}	\
72
			--with-docdir=${CUPS_DOCSDIR}	\
72
			--with-docdir=${CUPS_DOCSDIR}	\
73
			--with-rcdir=${CUPS_RCDIR}
73
			--with-rcdir=${CUPS_RCDIR}
74
75
.if !defined(WITHOUT_GNUTLS)
76
CONFIGURE_ARGS+=	--enable-gnutls
77
LIB_DEPENDS+=		gnutls-openssl.12:${PORTSDIR}/security/gnutls
78
.endif
74
79
75
CONFIGURE_ARGS+=	CPPFLAGS="-I.. -I${LOCALBASE}/include"
80
CONFIGURE_ARGS+=	CPPFLAGS="-I.. -I${LOCALBASE}/include"
76
CONFIGURE_ARGS+=	DSOFLAGS="-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib"
81
CONFIGURE_ARGS+=	DSOFLAGS="-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib"
(-)cups/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (cups-1.1.22-source.tar.bz2) = fe0a1b0fedccfe8b2e35e0cea1e5f0a9
1
MD5 (cups-1.1.23-source.tar.bz2) = 4ce09b1dce09b6b9398af0daae9adf63
2
SIZE (cups-1.1.22-source.tar.bz2) = 8527045
2
SIZE (cups-1.1.23-source.tar.bz2) = 8705521

Return to bug 76337