2006-04-28 23:52:19 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrb
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and
-server.
|
2006-04-22 16:32:42 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix Perl reference in getconfig and getconfig.pl and also require
Perl at runtime. Bump revision.
|
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
2006-04-18 21:48:30 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Change missed reference of renderext to renderproto.
|
2006-04-13 04:11:05 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Only install headers in lib/fonts/bitmap when not building the Xserver
to avoid overriding installed files.
|
2006-04-12 23:53:58 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
|
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-03-30 20:06:19 by Johnny C. Lam | Files touched by this commit (38) |
Log message:
Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
|
2006-03-20 22:34:59 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix CVE-2006-0745: Comparing the address of geteuid and 0 to detect
whether the server was started by non-root is not likely to ever work.
This could allow a local user to override system files or run arbitrary
code. Patch from the original advisory. Bump revision of xorg-server.
|