Index: head/devel/elfutils/Makefile =================================================================== --- head/devel/elfutils/Makefile (revision 429873) +++ head/devel/elfutils/Makefile (revision 429874) @@ -1,60 +1,60 @@ # Created by: Conrad Meyer # $FreeBSD$ PORTNAME= elfutils PORTVERSION= 0.163 PORTREVISION= 7 CATEGORIES= devel -MASTER_SITES= https://fedorahosted.org/releases/e/l/elfutils/${PORTVERSION}/ +MASTER_SITES= https://sourceware.org/elfutils/ftp/${PORTVERSION}/ MAINTAINER= cem@FreeBSD.org COMMENT= Library for manipulating ELF files and partial implementation of binutils LICENSE= LGPL3 GPLv2 GPLv3 LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING-GPLV2 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING-LGPLV3 LIB_DEPENDS= libargp.so:devel/argp-standalone PATCH_DEPENDS= gnulib>=0:devel/gnulib BROKEN_armv6= Fails to build: fails to compile i386_disasm.c BROKEN_sparc64= Fails to build: fails to compile dwarf_begin_elf.c OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls USES= gmake libtool tar:bzip2 USE_AUTOTOOLS= automake:env USE_GCC= 4.8+ GNU_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -Wno-unused-parameter # Give i386 a prayer of building, and we can fix the warnings later: CFLAGS_i386+= -Wno-error # Avoid conflict with binutils / elftoolchain programs with the same names: CONFIGURE_ARGS+= --program-prefix=eu- post-patch: @${CP} -a \ ${LOCALBASE}/share/gnulib/lib/obstack.c \ ${LOCALBASE}/share/gnulib/lib/obstack.h \ ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \ ${WRKSRC}/lib pre-configure: @cd ${WRKSRC} && ${AUTOMAKE} .include .if ${OSVERSION} < 1003000 IGNORE= requires FreeBSD 10.3 (futimens) .endif .include Index: head/devel/elfutils/pkg-descr =================================================================== --- head/devel/elfutils/pkg-descr (revision 429873) +++ head/devel/elfutils/pkg-descr (revision 429874) @@ -1,5 +1,5 @@ Elfutils provides a set of binutils-replacement tools, prefixed with eu-, as well as a set of libraries for manipulating ELF and DWARF data. -WWW: https://fedorahosted.org/elfutils/ +WWW: https://sourceware.org/elfutils/