aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2021-10-12 08:35:39 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2021-10-12 08:40:29 +0000
commitc38fddddbeec1c0392065d81f3104aeeb118d77e (patch)
tree58d1dc13035e9423fbf678e9777c0c142c721c2e
parentffd57928d14886854b93f2552111bf6ccdf47600 (diff)
downloadports-c38fddddbeec1c0392065d81f3104aeeb118d77e.tar.gz
ports-c38fddddbeec1c0392065d81f3104aeeb118d77e.zip
net/quagga: make it fetchable again
SAVANNAH does not hold the distfile anymore, so switch to GITHUB as distfile source (same checksum). Also, drop unneeded GAWK build dependency. PORTREVISION not changed as both distfile and resulting package not affected.
-rw-r--r--net/quagga/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index aed004698efa..5a4ca728e587 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -4,7 +4,7 @@ PORTNAME= quagga
PORTVERSION= 1.2.4
PORTREVISION= 8
CATEGORIES= net
-MASTER_SITES= SAVANNAH
+MASTER_SITES= https://github.com/Quagga/quagga/releases/download/${DISTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
@@ -12,14 +12,14 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= gawk:lang/gawk
-
USES= compiler:c11 cpe gmake libtool makeinfo \
perl5 readline ssl
CONFLICTS= frr7 openbgpd pimd zebra
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= GAWK=${AWK}
+
CFLAGS+= -fcommon
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes