summaryrefslogtreecommitdiff
path: root/graphics/fly
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
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-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-2/+2
2004-04-10Convert to buildlink3.snj1-5/+5
2003-09-07fixuphubertf1-8/+4
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-5/+5
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Revision bumped because of gd shared library major bump; freetype-lib ↵adam3-6/+7
buildlink added; -O optimization flag removed
2003-06-06Avoid hardcoding /usr/pkg in patch files, using REPLACE_PERL to fix perljmmv5-24/+29
location in scripts. Add dependancy on perl, so installed scripts work. Bump PKGREVISION to 3.
2002-11-28Buildlinkify this package to stop it from using the packaged version oftron1-7/+6
"libintl" even if it is not necessary. Bump package revision.
2002-03-14Use wildcard dependence for "gif2png" package.tron1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-22/+20
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+1
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-18Use EVAL_PREFIX to be a bit more precise about package prefices.agc1-3/+4
2000-03-17Adapt for new "gd" library 1.8.1 with JPEG support.tron3-6/+6
1999-11-01* Modify to support gd-1.7.3.jlam10-31/+224
* Finish transforming references to "gif" to "png".
1999-08-29fly seems to produce PNG these days, not GIF.hubertf1-1/+1
1999-08-27Add support for gd-1.6.3, and associated GIF -> PNG migration. Convertagc17-29/+681
GIF images to PNG ones using netpbm at installation time. Update the HTML documentation to use the generated PNG graphics. Update to version 1.6.5 of fly whilst we're here. Version: 1.6.5 15th January 1999 Minor bug fix. Seg fault on garbage input file or empty input file. Thanks to Anatoly A. Orehovsky <tolik@mpeks.tomsk.su> for the report and code fix. Version: 1.6.4 24th November 1998 Minor bug fixes. Removing warnings and fixing minor errors in some print statements. Thanks to Bernie Kirby <bernie@iii.rmit.edu.au> for reporting the warnings. Version: 1.6.3 22nd October 1998 Minor additional feature: any pair of diametrically opposite vertices in any order will now be accepted for rect and frect. Version: 1.6.2 25th September 1998 Minor bug fix - some return codes in case of fatal errors were 0 when they should have been 1. Addition of code for win32 binmode problem. (thanks to Shoji Mori <mori@moriken.com>)
1999-07-09Add package patch-sum filesagc1-0/+3
1999-05-03Change gd package "version" to 1.3p1 so that packages (particularly py-gd)tv1-4/+4
will not try to link against the version without a shared library.
1999-05-02Fix run time library search path.tron1-2/+2
1999-05-02Merge "pre-install" and "do-install" target.tron1-3/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-01Update "fly" to version 1.6.1.tron3-21/+15
1998-06-25Add "graphics" to "CATEGORIES".tron1-2/+2
1998-06-07Fix MD5 checksum.tron1-1/+1
1998-04-28fly, a command-file interface for creating and modifying GIF images.bouyer6-0/+80