Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -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-24 | Convert to bl3. | wiz | 1 | -3/+3 | |
2004-04-24 | Link against libnetpbm, since that's the only library installed | wiz | 3 | -7/+7 | |
by the netpbm package, instead of the previously existing libraries. | |||||
2004-01-28 | Eliminate the need for "find -d". Using pax instead of gtar even saves some ↵ | heinz | 1 | -7/+3 | |
lines. | |||||
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-09-25 | Use "stdarg.h" instead of "varargs.h" to handle variable arugment list. | tron | 2 | -8/+9 | |
This fixes build problems when using GCC 3.3.1. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-07 | Truncate COMMENT to under 70 characters | cjep | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-18 | Convert his package to buildlink2 to make it build with the update | tron | 1 | -6/+4 | |
"netpbm" package. Bump package revision to reflect change. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -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-05 | s/root/${ROOT_USER}/g, now that the definition appears in the | agc | 1 | -2/+2 | |
defs.${OPSYS}.mk files. | |||||
2001-11-24 | Fix permission problems in installed files: | tron | 1 | -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-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -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-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -5/+9 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-26 | Change diff so patchdiff works. | skrll | 2 | -5/+5 | |
2001-03-26 | Fix installation. | skrll | 8 | -98/+163 | |
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg. | |||||
2001-03-05 | add RCS Id | wiz | 1 | -0/+1 | |
2001-03-04 | Add missing file "lib/librle.la". | tron | 1 | -1/+2 | |
2001-03-02 | Fix build problem with new libtool. | skrll | 3 | -12/+31 | |
2001-02-26 | Knock another 2 off the non-building list. | agc | 10 | -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-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-23 | Fix PLIST problem. | wiz | 2 | -8/+10 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -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-08 | Fix typo in last commit. | tron | 2 | -4/+4 | |
2000-11-08 | Fix creation of broken symbolic links for manual pages. | tron | 2 | -7/+7 | |
2000-09-03 | fix MASTER_SITES | wiz | 1 | -2/+2 | |
2000-08-23 | -let the depends on netpbm pull in the tiff depends. | dmcmahill | 1 | -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-21 | Master site path for distfiles changed | wiz | 1 | -2/+2 | |
2000-05-17 | Use run time library path for PBM libraries. | tron | 2 | -5/+5 | |
2000-05-17 | Use normal instead of build dependence for "netpbm" package because | tron | 1 | -4/+3 | |
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared library. | |||||
2000-05-17 | Define deprecated symbol "unix". | tron | 2 | -1/+15 | |
2000-04-07 | Require a properly installed netpbm package, instead of insisting on | hubertf | 3 | -10/+12 | |
recompiling this each time again. | |||||
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-02 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -5/+5 | |
1999-11-22 | Split patches one per source file. | agc | 10 | -226/+226 | |
Remove fuzz from patches. Remove PATCH_FUZZ_FACTOR definition. | |||||
1999-11-12 | Add a patch fuzz factor of 2. | agc | 1 | -1/+3 | |
1999-10-08 | Change to use wildcard dependency on tiff. | jlam | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+11 | |
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-04-05 | More EXTRACT_CMD fallout. | mycroft | 1 | -12/+12 | |
NOTE: These are not tested! |