2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
|
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-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-09 15:39:03 by Antoine Reilles | Files touched by this commit (3) |
Log message:
Remove patch-aa and patch-ab as exif_get_sshort is no more declared static
Fix build under darwin/gcc4
|
2006-01-07 02:59:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Tell configure we really do not want doxygen (breaks installation,
and would break PLIST if it succeeded). Reported by veego.
|
2006-01-06 16:19:18 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 0.6.13.
New in 0.6.13:
* Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787
* For pkg-config users, force usage of #include <libexif/exif-*.h>
(disable #include <exif-.h>)
* Updated German translation
* Build system tuning
* Misc changes:
Fix COPYRIGHT tag, fix memory corruption, use qsort.
|
2005-10-23 22:02:01 by Roland Illig | Files touched by this commit (2) |
Log message:
Added RCS Id to patch-ad.
|
2005-07-24 02:06:45 by Dieter Baron | Files touched by this commit (4) |
Log message:
Add patch to fix a braino which leads to crash in GIMP when opening
JPEG pictures with certain EXIF data, like those from SONY, Nikon
or Canon digital cameras.
Obtained from libexif CVS, exif-data.c, rev. 1.68, via FreeBSD.
Noted by Leonard Schmidt on tech-pkg.
|
2005-05-27 16:20:36 by Jan Schaumann | Files touched by this commit (2) |
Log message:
don't return a value in a void function, just return.
This fixes the build for IRIX MIPSPro compilers, that actually bail out
on this condition with an error.
|