2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-06-24 19:53:22 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Fix one more reference to build directories missed in the last commit.
While here, change the CONFIGURE_ENV to use the variables users
are supposed to set, rather than the autoconf cache variables.
Bump PKGREVISION.
|
2005-06-23 19:56:17 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
|
2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message:
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-06-28 00:09:27 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
The source code contains a couple of C++ features that is not
implented in gcc 2.95. Require a newer compiler.
Solves PR 26085.
|
2004-06-25 18:43:54 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.
Changes:
Changes since version 1.3.2
* Make it work with gcc-3.2.
Changes since version 1.3.1
* Contrib reorganization.
* New contrib items.
* Convert to latest and greatest autoconf, automake versions.
* Implement automatic detection of gcc version 3 and apply the gcc3
patch in configure.
* Apply a patch for compilation on Apple/Darwin (without gcc3).
Changes since version 1.3.0
* Fix the following bug: a repository inconsistency could arise when
a checkin operation is aborted after the project's RCS version file
has been updated but before the PRCS repository data file is updated.
* Fix a partial-checkin bug.
* Fix bugs related to deleted project versions.
* 'prcs info' now now prints summary information for deleted project
versions.
* Patches have been included for compilation with GCC 3.0.x.
* Debian packaging.
* prcs.el improvements.
* prcs usage() reports to stdout instead of stderr.
* prcs.texi bug in 'prcs execute' example.
* contrib/prcs-clean improvements.
Changes since version 1.2.16
* Add new command 'prcs changes' command.
* Support for the new 'changes' command.
* Add new --version-log= option to 'prcs checkin'.
* Add new contrib package 'pck'.
* Add a new --no-keywords option to 'prcs populate'.
* Updated 'prcsutils' contrib package.
* Updated 'visualtree' contrib package.
* Fix a keyword-substitution bug.
* Upgrade to regex sources from glibc-2.2.4 for 64-bit support.
* Remove a declaration of abort() that was conflicting with the
headers in RedHat 7.x and causing compilation problems.
* Fix for non-existant user/group handling in 'prcs admin access'
* Fix for checkin and merge commands to preserve the project file
mode.
* Fix prcs.el to support Emacs 21.
* PRCS checks for proper versions of RCS and GNU diffutils before
running--these checks were broken by GNU diffutils 2.7.2 and are now
fixed.
Changes since version 1.2.15
* Incorporate new contrib submissions (rprcs, prcs-synch, visualtree,
pfe and prcsutils).
* Previously, 'prcs config' would perform a sanity check on the
configured RCS and diff commands to see that are indeed the GNU
versions of those commands.
* After a successful merge, list all files which have merge conflicts.
Merge "No Prompt" actions are now silent unless -L is specified, and
"Do Nothing" actions are silent when -f is specified and unless -L
is specified.
* Improve error reporting.
* The documentation stated that `:' was a valid character for major
version names, although the program has never accepted this character.
|
2004-06-12 11:10:08 by grant beattie | Files touched by this commit (1) |
Log message:
this uses a c and c++ compiler.
|
2004-02-16 17:39:02 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Remove info files entries from PLIST.
XXX I could not build this one on NetBSD 1.6ZJ, not even the latest
version available (1.3.0).
|