to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.40 2010/08/21 16:35:12 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Pari-2.01080604
|
|
PKGNAME= p5-${DISTNAME:S/01080604/010806.04/}
|
|
PKGREVISION= 2
|
|
SVR4_PKGNAME= p5mpa
|
|
CATEGORIES+= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
#DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
${PARI_DISTNAME}${PARI_SUFX}
|
|
|
|
#SITES.${PARI_DISTNAME}${PARI_SUFX}= ${PARI_SITES}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-Pari/
|
|
COMMENT= Perl5 interface to the pari math library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
#MAKE_PARAMS+= paridir=${WRKDIR}/${PARI_DISTNAME}
|
|
|
|
# XXX: to use or not to use...
|
|
#DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
|
|
|
|
#GCC_REQD+= 2.95
|
|
#MAKE_ENV+= MP_NOGNUPLOT=1
|
|
MAKE_PARAMS+= pariprefix=${PREFIX:Q}
|
|
PERL5_PACKLIST= auto/Math/Pari/.packlist
|
|
|
|
post-extract:
|
|
${RM} ${WRKSRC}/libPARI/Makefile.PL
|
|
|
|
BUILDLINK_API_DEPENDS.pari+= pari>=2.3.5nb1
|
|
.include "../../math/pari/buildlink3.mk"
|
|
MAKE_PARAMS+= libpari=${PARI_LIB}
|
|
.if !empty(PKG_BUILD_OPTIONS.pari:Mgmp)
|
|
MAKE_PARAMS+= addlibs="-lgmp"
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|