d481ed245a
Tk-804.034 release (2017-08-26) ------------------ This is basically the same like Tk-804.033_500. Tk-804.033_500 release (2017-08-20) ---------------------- Fixes Fix aborts on OS X Sierra, introduced by latest clang/llvm strcpy/strncpy (RT #121631, github pull request #28 by Mark Aufflick) No special xOKp handling in Perl_Value (RT #121528) Add freetype2 path on MacOSX / XQuartz to inc search paths (github pull request #21 by Christoph Lamprecht) Fix Tk::NoteBook's FindMenu (Martin Jacobs) Documentation Add Tk::getSaveFile Pod file (see also github pull request #19) Fix documentation about scrollbars (github pull request #18 by asb-cpan) Add openSUSE instructions to README.linux (github pull request #25 by Tux) Add documentation notes about "make -j" Tests New test for Tk::NoteBook. t/Trace.t is using now Test::More travis-ci improvements Introduce CI testing on appveyor
39 lines
1,013 B
Makefile
39 lines
1,013 B
Makefile
# $NetBSD: Makefile,v 1.91 2017/09/04 12:45:32 wiz Exp $
|
|
|
|
DISTNAME= Tk-804.034
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= x11 tk perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tk/
|
|
COMMENT= Perl5 interface to Tk
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
BUILD_DEPENDS+= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= pkg-config
|
|
PERL5_PACKLIST= auto/Tk/.packlist
|
|
|
|
MAKE_PARAMS= X11=${X11BASE}
|
|
|
|
REPLACE_PERL+= TextList/reindex.pl
|
|
REPLACE_PERL+= pTk/Tcl-pTk
|
|
REPLACE_PERL+= pTk/mkVFunc
|
|
REPLACE_PERL+= demos/widget
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_STAGE.prefix= post-patch
|
|
SUBST_FILES.prefix= PNG/Makefile.PL
|
|
SUBST_SED.prefix= -e 's,%%LOCALBASE%%,${LOCALBASE},g'
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|