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-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.
|
2005-06-06 20:38:08 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Do not define a variable in a header file; move the definition into .c
and leave the declraration only. This fixes the graphviz build
problem reported by Adrian Portelli in PR pkg/28596.
Bump PKGREVISION.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-11-29 20:56:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove BUILDLINK_DEPENDS line for old version of freetype2.
|
2004-11-29 18:00:02 by John Klos | Files touched by this commit (1) |
Log message:
Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,
Juan RP)
|
2004-11-12 07:39:21 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
|
2004-11-10 13:58:48 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.0.33:
* Corrects a problem which prevented compiling with older versions of
freetype2
|
2004-11-03 14:13:02 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.0.32:
* Animated GIF writing support
* Fontconfig support
* Open polygon drawing
* Fixes
|