![]() ![]() | ![]() |
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
# $NetBSD: Makefile.common,v 1.2 2017/01/19 18:52:11 agc Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 6.9.4 IM_MINOR_VER= 4 IM_MAJOR_LIB_VER= 6 .if (${IM_MINOR_VER} != NONE) DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} .else DISTSUFFIX= ${IM_MAJOR_VER} .endif DISTNAME= ImageMagick-${DISTSUFFIX} DISTVERSION= ${DISTSUFFIX:S/-/./} CATEGORIES= graphics MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ MASTER_SITES+= ftp://ftp.nluug.nl/pub/ImageMagick/ MASTER_SITES+= ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ MASTER_SITES+= http://www.imagemagick.org/download/ EXTRACT_SUFX= .tar.xz HOMEPAGE= http://www.imagemagick.org/ LICENSE= gnu-gpl-v3 WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX} USE_LIBTOOL= yes GNU_CONFIGURE= yes # For things for which we do not specify an explicit dependency above, disable # so that we don't cause implicit "hidden" dependencies. CONFIGURE_ARGS+= --without-dps CONFIGURE_ARGS+= --without-fpx CONFIGURE_ARGS+= --without-gvc CONFIGURE_ARGS+= --without-jbig CONFIGURE_ARGS+= --without-lqr CONFIGURE_ARGS+= --without-modules