2006-04-19 22:52:30 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Use versioned png library. Bump PKGREVISION.
|
2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
|
2006-04-17 10:11:17 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 10.33:
Add pamtosvg.
g3topbm: Add -width, -paper_size.
libnetpbm / most newer programs: Fix bug that produces
plain format output when it should be raw because
pnm_readpaminit() does not set 'plainformat' and most
programs just copy the input pam to the output pam.
pamflip: fix bug with left/right flip of PBM that has
width an even multiple of 8 plus something less than 8.
pnmquant: turn on autoflush when creating seekable file.
install: fix symbolic link pnmdepth -> pamdepth.
build: fix some importinc dependencies.
|
2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
2006-04-03 18:53:58 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Make last change work with IRIX's old fashioned "find" command.
|
2006-04-03 18:46:51 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Make sure all documentation files are installed world readable. Bump
package revision because this change affects the binary package.
|
2006-04-03 18:39:04 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Fix bad shell code causing "make" warnings.
|
2006-03-11 18:41:59 by Georg Schwarz | Files touched by this commit (1) |
Log message:
added a workaround for a bug with Apple's gcc-4.0.0
|
2006-03-11 11:07:50 by Geert Hendrickx | Files touched by this commit (19) |
Log message:
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
Ok with rillig.
|
2006-03-09 15:05:14 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Use REPLACE_INTERPRETER instead of SUBST.
|