Index: head/ftp/wget/Makefile =================================================================== --- head/ftp/wget/Makefile (revision 282099) +++ head/ftp/wget/Makefile (revision 282100) @@ -1,85 +1,84 @@ # Ports collection makefile for: wget # Date created: 31 December 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= wget DISTVERSION= 1.13.4 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP USE_XZ= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" MAKE_JOBS_SAFE= yes OPTIONS= GNUTLS "Support for SSL via GnuTLS" Off \ IPV6 "Support for IPv6" On \ NLS "Native Language Support with gettext" On \ OPENSSL "Support for SSL via OpenSSL" On \ IDN "Support IDN (Internationalized Domain Names)" On .include .if !defined(WITHOUT_OPENSSL) .if !defined(WITHOUT_GNUTLS) IGNORE= GNUTLS and OPENSSL are mutually exclusive, enable at most one of them .endif .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+=--with-ssl=openssl CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .elif !defined(WITHOUT_GNUTLS) LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-ssl=gnutls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else CONFIGURE_ARGS+=--without-ssl .endif .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--enable-ipv6 .else CONFIGURE_ARGS+=--disable-ipv6 .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+=--enable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB= NLS="@comment " .endif .if !defined(WITHOUT_IDN) LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+=--enable-iri --with-libidn=${LOCALBASE} .else CONFIGURE_ARGS+=--disable-iri .endif MAN1= wget.1 INFO= wget # eliminate gmakism post-patch: ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \ ${WRKSRC}/doc/Makefile.in ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ -e 's,@file{},@file{${PREFIX}},' \ ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi .include Property changes on: head/ftp/wget/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.99 \ No newline at end of property +1.100 \ No newline at end of property Index: head/ftp/wget/pkg-plist =================================================================== --- head/ftp/wget/pkg-plist (revision 282099) +++ head/ftp/wget/pkg-plist (revision 282100) @@ -1,42 +1,41 @@ bin/wget etc/wgetrc.sample -lib/charset.alias %%NLS%%share/locale/be/LC_MESSAGES/wget.mo %%NLS%%share/locale/bg/LC_MESSAGES/wget.mo %%NLS%%share/locale/ca/LC_MESSAGES/wget.mo %%NLS%%share/locale/cs/LC_MESSAGES/wget.mo %%NLS%%share/locale/da/LC_MESSAGES/wget.mo %%NLS%%share/locale/de/LC_MESSAGES/wget.mo %%NLS%%share/locale/el/LC_MESSAGES/wget.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/wget.mo %%NLS%%share/locale/eo/LC_MESSAGES/wget.mo %%NLS%%share/locale/es/LC_MESSAGES/wget.mo %%NLS%%share/locale/et/LC_MESSAGES/wget.mo %%NLS%%share/locale/eu/LC_MESSAGES/wget.mo %%NLS%%share/locale/fi/LC_MESSAGES/wget.mo %%NLS%%share/locale/fr/LC_MESSAGES/wget.mo %%NLS%%share/locale/ga/LC_MESSAGES/wget.mo %%NLS%%share/locale/gl/LC_MESSAGES/wget.mo %%NLS%%share/locale/he/LC_MESSAGES/wget.mo %%NLS%%share/locale/hr/LC_MESSAGES/wget.mo %%NLS%%share/locale/hu/LC_MESSAGES/wget.mo %%NLS%%share/locale/id/LC_MESSAGES/wget.mo %%NLS%%share/locale/it/LC_MESSAGES/wget.mo %%NLS%%share/locale/ja/LC_MESSAGES/wget.mo %%NLS%%share/locale/lt/LC_MESSAGES/wget.mo %%NLS%%share/locale/nb/LC_MESSAGES/wget.mo %%NLS%%share/locale/nl/LC_MESSAGES/wget.mo %%NLS%%share/locale/pl/LC_MESSAGES/wget.mo %%NLS%%share/locale/pt/LC_MESSAGES/wget.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/wget.mo %%NLS%%share/locale/ro/LC_MESSAGES/wget.mo %%NLS%%share/locale/ru/LC_MESSAGES/wget.mo %%NLS%%share/locale/sk/LC_MESSAGES/wget.mo %%NLS%%share/locale/sl/LC_MESSAGES/wget.mo %%NLS%%share/locale/sr/LC_MESSAGES/wget.mo %%NLS%%share/locale/sv/LC_MESSAGES/wget.mo %%NLS%%share/locale/tr/LC_MESSAGES/wget.mo %%NLS%%share/locale/uk/LC_MESSAGES/wget.mo %%NLS%%share/locale/vi/LC_MESSAGES/wget.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wget.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wget.mo Property changes on: head/ftp/wget/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property