Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 05:50:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 212097] [NEW PORT] www/apt-cacher-ng: Caching proxy for software distribution sites port (includes FreeBSD customization)
Message-ID:  <bug-212097-7788-vNAK5tsUpG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212097-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212097-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212097

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
                 CC|                            |tobik@freebsd.org

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
XLICENSE_FILE=3D  ${WRKSRC}/COPYING

Setting LICENSE_FILE without also setting LICENSE is useless.

XDEFAULT_VERSIONS+=3D     ssl=3Dopenssl

This is a red flag.  A default version effects the entire ports
collection.  It cannot be set in an individual port.

XSSL_BUILD_DEPENDS=3D     pkg-config:${PORTSDIR}/devel/pkgconf
openssl:${PORTSDIR}/security/openssly

If the port needs openssl then add USES=3Dssl (or SSL_USES=3Dssl) and
nothing else.  Since the port already always has USES=3Dssl maybe the
SSL option isn't really needed and SSL support could always be on.

- All of the ${PORTSDIR} things are old school and should be removed.

XFUSE_CMAKE_ON=3D -DUSE_FUSE:BOOL=3DON
XFUSE_CMAKE_OFF=3D        -DUSE_FUSE:BOOL=3DOFF

Replace with (and the other *_CMAKE_{ON,OFF}):

FUSE_CMAKE_BOOL=3D        USE_FUSE

Can you confirm that this passes portlint and a Poudriere test
build?  In particular a test build on 12.0-BETA4 would be good to
make sure it still builds against OpenSSL 1.1.1.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212097-7788-vNAK5tsUpG>