summaryrefslogtreecommitdiff
path: root/graphics/hermes/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-11bl3ifyxtraeme1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-06Set LIBTOOL_OVERRIDE. Fixes linking on Solaris.gavan1-1/+2
2003-10-28Override config.guess and config.sub to make the pkg recognize shark.kristerw1-1/+3
2003-08-27Update to 1.3.3recht1-5/+5
Changes: - Added the remaining stretch converters - Fixed existing stretch converters - applied patch [ #462106 ] Fixed Blitters and Converters - added new test program - fix display problem (iface alpha mask not setup correctly) - fixed memory leaks (patch by Mark Page) - Added cygwin support - Some updates for Borland support. - fixed debug level 2 (std output stuff) - fixed win32 hermes static lib compilation - Borland compile fixes - Fixed s_height-- bug, reported by Christian Gruner. - Fixed "weird diagonal things" bug, reported by Jeff Macht. Submitted by Juan RP Closes PR 22613
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo1-2/+1
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-2/+2
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-07-16Add const-poisoning in external interface, to allow OpenPTC to compile.agc1-2/+4
Bump NetBSD revision level of the package accordingly.
2001-06-30Add buildlink.mk file for use by other packages and set USE_BUILDLINK_ONLYzuntum1-1/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-15Update this to 1.3.2garbled1-5/+4
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.wiz1-2/+3
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-03Updated homepagewiz1-2/+2
1999-11-30Update Hermes to 1.2.6.2. Changes are mostly bugfixes.rh1-2/+4
1999-07-08Hermes-1.2.5garbled1-0/+15
Library for conversion of pixel graphics. Some help from Hubert on this one..