git: c38fddddbeec - main - net/quagga: make it fetchable again
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 08:40:40 UTC
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=c38fddddbeec1c0392065d81f3104aeeb118d77e commit c38fddddbeec1c0392065d81f3104aeeb118d77e Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2021-10-12 08:35:39 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2021-10-12 08:40:29 +0000 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. --- net/quagga/Makefile | 6 +++--- 1 file 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