summaryrefslogtreecommitdiff
path: root/devel/p5-SDL
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21Also use the NetBSD Makefile for DragonFly.joerg2-4/+5
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz1-2/+2
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-3/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-2/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam1-2/+3
installation needed when including perl5/buildlink3.mk. The only option currently supported is "threads", which implies that a perl that supports threads is required. The requirement is checked at pre-install time using an INSTALL script template by both the package build and the binary package. Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD since those modules require a perl that supports threads.
2004-11-30Just depend on perl58 for now after removal of perl58-thread.wiz1-4/+2
XXX: need to find out if perl is threaded or not?
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-29Correct the directory we descend into to build the version of perl neededkristerw1-1/+3
for this package.
2004-06-26move smpeg to multimedia/grant1-2/+2
2004-06-18SDL_perl needs threaded perl due to SDL, which is threaded.salo1-2/+4
Gives games/frozen-bubble a chance to work. Addresses PR pkg/25964 by Juan Romero Pardines.
2004-03-07Use bl3. Yet another change I forgot to commit.snj1-12/+12
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-2/+2
2003-11-30As pointed out by jlam:jschauma1-2/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv1-2/+2
needed. This is required because esound has been droped as a dependancy.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06PKGREVISION++: add dependency on SDL_net, add HOMEPAGE, style nits.salo1-2/+6
Addresses PR pkg/21461 by Cesar C. Catrian.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-5/+2
dependency bumps.
2003-04-03User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.wiz1-4/+5
Bump PKGREVISION.
2003-03-12This doesn't appear to be broken any longer. It requires at least Mesa 3.4.2jmc1-4/+1
and has also been confirmed to work on 3.3 (which is what ships with XF4.2.x)
2003-02-13Mark this package as brokenagc1-1/+3
2003-01-13Add glu buildlink2, in the hope it fixes the bulk build problem.wiz1-4/+5
2003-01-02Do not include x11.buildlink2.mk directly, it is not meant to be.wiz2-9/+5
Use BUILDLINK_DEPENDS instead of DEPENDS _and_ inclusion of buildlink2.mk. Add RCS Id to patch-aa.
2003-01-02alter package nameexplorer1-2/+2
2003-01-02add p5-SDL, a Perl 5 interface to the SDL library. This will let me add ↵explorer5-0/+49
'games/frozen-bubble' soon