2009-04-10 12:35:16 by David Brownlee | Files touched by this commit (1) |
Log message:
Update HOMEPAGE to point to the 'new' sourceforge project page.
The previous HOMEPAGE linked to the older 0.14 homepage and
sourceforge project
|
2009-01-20 01:34:35 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
Update MASTER_SITES. Distfile has been changed without renaming (diff is
a fix for the issue corrected by patch-ac), so remove patch-ac. PKGREVISION
bumped and DIST_SUBDIR applied.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-04-13 03:20:53 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Add a patch to fix a crash with some output syntax, patch from
FreeBSD/ports.
Bump PKGREVISION.
|
2007-02-26 18:55:14 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
Apply patch from Kimura Fuyuki in PR pkg/35703: Fix printing of DVD titles.
Originally from FreeBSD ports.
Bump PKGREVISION.
|
2006-08-27 20:15:51 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Add missing lsdvd manpage, noticed by Cesar Catrian in PR pkg/34300.
|
2006-08-24 11:58:15 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Update to 0.16:
12/12/05 - 0.16
Addition of #include <stdint.h> to support newer libdvdread versions.
Abstraction of code to new generic interface.
15/10/04 - 0.15
abstraction of dvd contents to new struct.
addition of xml output.
additional -O option.
stream ids and osd palette added.
|
2006-04-15 23:23:40 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix build with newer libdvdread.
|
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-26 06:03:21 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
Fix build by checking for stdint.h and inttypes.h.
|