mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f038799285
It looks like the latest release doesn't build because of a missing #include. The source file depends on AF_INET and AF_INET6, which of course requires <sys/socket.h>. Submitted by: Torsten Zühlsdorff PR: 203972 Differential Revision: https://reviews.freebsd.org/D4001
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# Created by: Ed Schouten <ed@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uriparser
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= URI parsing library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-doc --disable-test
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|