summaryrefslogtreecommitdiff
path: root/graphics/urt
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+5
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-24Convert to bl3.wiz1-3/+3
2004-04-24Link against libnetpbm, since that's the only library installedwiz3-7/+7
by the netpbm package, instead of the previously existing libraries.
2004-01-28Eliminate the need for "find -d". Using pax instead of gtar even saves some ↵heinz1-7/+3
lines.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
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-09-25Use "stdarg.h" instead of "varargs.h" to handle variable arugment list.tron2-8/+9
This fixes build problems when using GCC 3.3.1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-07Truncate COMMENT to under 70 characterscjep1-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-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-18Convert his package to buildlink2 to make it build with the updatetron1-6/+4
"netpbm" package. Bump package revision to reflect change.
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-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-11-24Fix permission problems in installed files:tron1-3/+6
- "man/man1/rletotarga.1" should be world readable. - There is no reason why the example directory and the files in it should be group writable.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-5/+9
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-26Change diff so patchdiff works.skrll2-5/+5
2001-03-26Fix installation.skrll8-98/+163
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg.
2001-03-05add RCS Idwiz1-0/+1
2001-03-04Add missing file "lib/librle.la".tron1-1/+2
2001-03-02Fix build problem with new libtool.skrll3-12/+31
2001-02-26Knock another 2 off the non-building list.agc10-82/+227
Convert this package to use libtool, much against my better judgement. However, it slots in much more easily than the BSD *.mk structure here.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-23Fix PLIST problem.wiz2-8/+10
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-08Fix typo in last commit.tron2-4/+4
2000-11-08Fix creation of broken symbolic links for manual pages.tron2-7/+7
2000-09-03fix MASTER_SITESwiz1-2/+2
2000-08-23-let the depends on netpbm pull in the tiff depends.dmcmahill1-3/+2
-don't override PKGSRCDIR, this is leftover from a long time ago. The pkg now cleanly builds and installs when WRKOBJDIR is set.
2000-05-21Master site path for distfiles changedwiz1-2/+2
2000-05-17Use run time library path for PBM libraries.tron2-5/+5
2000-05-17Use normal instead of build dependence for "netpbm" package becausetron1-4/+3
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared library.
2000-05-17Define deprecated symbol "unix".tron2-1/+15
2000-04-07Require a properly installed netpbm package, instead of insisting onhubertf3-10/+12
recompiling this each time again.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-02replaced some commands by their ${COMMAND} counterpartswiz1-5/+5
1999-11-22Split patches one per source file.agc10-226/+226
Remove fuzz from patches. Remove PATCH_FUZZ_FACTOR definition.
1999-11-12Add a patch fuzz factor of 2.agc1-1/+3
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2