2015-04-29 09:51:50 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
add SPECIAL_PERMS for the s-bitted binaries I keep forgetting to s-bit
|
2015-04-24 08:45:28 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
pick up changes in gnats' configure arguments
|
2015-04-19 21:35:00 by S.P.Zeidler | Files touched by this commit (17) | |
Log message:
update to gnats 4.2.0
upstream Changes highlights:
- GNU v3 license update
- Buid now uses automake, and code has been adjusted to compile
properly in various environments (tested with gcc 2.95, 3.4, 4.8,
4.9, clang 3.1, 3.4, and several different versions of Linux,
FreeBSD, Solaris, OS X)
- New --global-databases-file command-line option for gnatsd and other programs
- New host/port/user/passwd command-line options for send-pr
- Many bugfixes, including:
- FreeBSD-SA-05:20.cvsbug security advisory (affected send-pr)
- Fixed PR#484: "send-pr --request-id" sends just a template
- Fixed PR#501: Safer open/fopen for gen-index (no longer installing as suid)
- Fixed PR#504: gnatsd crashes when trying to lock a nonexistent PR
- Fixed PR#508: Emacs interface gnats-change-database fails when
gnats-port isn't set
- Fixed PR#691: Portability problem with sed and tr
- Fixed PR#746: install-sid is a bash script (and not /bin/sh)
- Fixed PR#767: edit-pr returns incorect exit status
- Fixed PR#768: make install DESTDIR=/anywhere fails
- Fixed PR#771: "EXPR" queries with spaces sometimes fail
- Fixed PR#773: using responsible alias as email address for edit-pr
- "invalid query format" bug for queries that included whitespace
- edit-pr will now correctly exit with an error if it cannot lock the PR
- edit-pr will now use the email alias in the responsibles field
- Solaris 7/8/10 compilation fixed
|
2014-02-08 16:38:44 by Sebastian Wiedenroth | Files touched by this commit (1) |
Log message:
fix build on SunOS
|
2013-12-02 00:27:11 by Benny Siegert | Files touched by this commit (2) |
Log message:
Fix detection of unsetenv on MirBSD, unbreak build.
I have no idea why the extended regexp does not catch the unsetenv declaration
but the check is redundant anyway (there is another unsetenv check below in
configure) so I don't care that much.
|
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |
Log message:
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
|
2013-03-24 18:04:02 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix const test to not depend on nested functions.
|
2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-18 04:11:13 by David A. Holland | Files touched by this commit (1) |
Log message:
Honor ${PKGINFODIR} in INSTALLATION_DIRS; should fix Linux build
|
2011-08-01 07:19:12 by David A. Holland | Files touched by this commit (3) |
Log message:
Fix broken build with clang. While here, fix the toplevel makefile to
stop on error.
|