mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
biology/libneurosim: Fix use of libltdl. dns/ddclient: Take out -Werror. lang/sdcc: - Patching ARCH is no longer needed. Remove it because it touched some configure.ac files and that causes other autotools files to appear out-of-date. - Run autoreconf in WRKSRC/device/lib/pic14 because aclocal.m4 and config.h.in appear out-of-date. net/rpki-client: Patch Makefile.in instead of Makefile.am to avoid autotools. sysutils/genimage: Run configure with --disable-silent-rules because upstream changed the default to silent and when silent rules are enabled it also runs make with --no-print-directory which is a gmake flag. Patch Makefile.am so it uses --no-print-directory depending on the actual verbosity instead of the default. PR: 280277 Exp-run by: antoine
26 lines
615 B
Makefile
26 lines
615 B
Makefile
PORTNAME= genimage
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 18
|
|
#MASTER_SITES= https://github.com/pengutronix/genimage/releases/download/v${DISTVERSION}/
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tool to generate multiple filesystem and flash images from a tree
|
|
WWW= https://github.com/pengutronix/genimage
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libconfuse.so:devel/libconfuse
|
|
|
|
USES= autoreconf gettext-runtime pkgconfig #tar:xz
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pengutronix
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-silent-rules
|
|
|
|
PLIST_FILES= bin/genimage
|
|
|
|
.include <bsd.port.mk>
|