mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
www/libnghttp3: Revert commit 7d992c5fed
Previous commit introduced a regression which removed unit tests (make test). Applying this under blanket commit and maintainer hasn't responded to multiple mails within 2 weeks. Approved by: portmgr (blanket)
This commit is contained in:
parent
c44274384c
commit
3920730e8d
3 changed files with 12 additions and 21 deletions
|
@ -1,7 +1,8 @@
|
||||||
PORTNAME= nghttp3
|
PORTNAME= nghttp3
|
||||||
PORTVERSION= 1.5.0
|
DISTVERSION= 1.5.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www net
|
CATEGORIES= www net
|
||||||
MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/ngtcp2/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||||
PKGNAMEPREFIX= lib
|
PKGNAMEPREFIX= lib
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
@ -12,11 +13,11 @@ WWW= https://nghttp2.org/nghttp3/ \
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= libtool pathfix pkgconfig tar:xz
|
USES= cmake pathfix tar:xz
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-lib-only
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
TEST_TARGET= check
|
||||||
|
|
||||||
|
CMAKE_ON= ENABLE_LIB_ONLY
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- Makefile.in.orig 2022-01-22 09:12:33 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -404,9 +404,9 @@ top_srcdir = @top_srcdir@
|
|
||||||
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
||||||
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
||||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
-SUBDIRS = lib tests doc examples
|
|
||||||
+SUBDIRS = lib
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
-dist_doc_DATA = README.rst
|
|
||||||
+dist_doc_DATA =
|
|
||||||
EXTRA_DIST = \
|
|
||||||
cmakeconfig.h.in \
|
|
||||||
CMakeLists.txt \
|
|
|
@ -1,5 +1,9 @@
|
||||||
include/nghttp3/nghttp3.h
|
include/nghttp3/nghttp3.h
|
||||||
include/nghttp3/version.h
|
include/nghttp3/version.h
|
||||||
|
lib/cmake/nghttp3/nghttp3Config.cmake
|
||||||
|
lib/cmake/nghttp3/nghttp3ConfigVersion.cmake
|
||||||
|
lib/cmake/nghttp3/nghttp3Targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
|
lib/cmake/nghttp3/nghttp3Targets.cmake
|
||||||
lib/libnghttp3.a
|
lib/libnghttp3.a
|
||||||
lib/libnghttp3.so
|
lib/libnghttp3.so
|
||||||
lib/libnghttp3.so.9
|
lib/libnghttp3.so.9
|
||||||
|
|
Loading…
Add table
Reference in a new issue