Commit graph

98640 commits

Author SHA1 Message Date
salo
b3b9fb6516 Sync SUSE 10.0 packages with latest updates. 2006-06-06 14:53:06 +00:00
salo
76c24b6509 Add more MASTER_SITES, including "update" repositories. 2006-06-06 14:52:10 +00:00
joerg
f90005767d configure wants C++. 2006-06-06 14:38:31 +00:00
joerg
8d8e6618cc Uses C++. 2006-06-06 14:33:44 +00:00
jlam
586ee78fb4 We diverged too much from reduce-depends.mk -- reduce-depends.mk
outputted dependencies if they conflicted and it didn't know how to
handle them, whereas reduce-depends.awk was removing them completely.
Restore the old behavior.

This fixes problems that manifest when multiple dependencies can be
built from the same pkgsrc package directory and which don't conflict
with each other, e.g. py23-gtk2 and py23-gtk2 can both be built from
pkgsrc/x11/py-gtk2.
2006-06-06 14:19:10 +00:00
joerg
0745c28244 Uses C++. 2006-06-06 14:11:46 +00:00
joerg
48a327d765 Let configure use c++, it seems to work fine. Uses C++ and Fortran.
Never build doxygen docs.
2006-06-06 13:37:07 +00:00
adrianp
9a7ef932a2 Updated chat/ircd-hybrid to 7.2.1 2006-06-06 13:05:59 +00:00
adrianp
181a38a068 Bump to 7.2.1
-- ircd-hybrid-7.2.1 RELNOTES
o) Fixed build on SRV4
o) Fixed problem where ircd would disconnect all SSL connections
o) Added initial CAP support.  Additional documentation can be found
in doc/technical
o) Speeded up command parsing
o) Fixed occasional core dump on UN*LINE
o) Fixed bug where particular clients would always receive
   "Load is temporarily too heavy" message
o) Improved memory consumption, i.e. memory consumption has
   been reduced for remote clients
o) Fixed possible core in case default_cipher_preference directive isn't set
o) Fixed "CHANSERV INVITE" bug with anope services
o) Updated example configuration files to reflect new topicburst flags
   directive in connect{} blocks
o) Fixed core if using the operator{} 'umodes' directive
o) Don't allow shared k-lines to be set without a valid reason
o) Improved channel ban match processing.  This also fixes CIDR bans
2006-06-06 13:04:55 +00:00
adrianp
c575e5c253 Updated chat/ircservices to 5.0.57 2006-06-06 12:36:13 +00:00
adrianp
1b2dcf616f Update to .57
2006/01/20 .57
            Fixed conversion of Anope 1.7 OperServ databases.  Reported
	    by Matt Smith <ratman6@xxxxxxx.xxx>
2006/01/20  ChanServ SET SECUREOPS now prevents unprivileged users from
	    gaining channel protect (+a) status as well.  Reported
	    by A.S. <loverboy@xxx.xxxxx.xxx.xx>
2006/01/20  Fixed a bug in the Cygnus database converter causing
	    autokills with invalid expiration data to expire
	    immediately rather than remain with no expiration time.
2006/01/07  Fixed a cosmetic bug in ChanServ LIST causing the no-expire
	    flag "!" to not be shown for suspended channels.
2006-06-06 12:35:04 +00:00
ghen
08df3b4d8f Updated mail/gld to 1.6nb1. 2006-06-06 12:34:31 +00:00
ghen
20b0c0e5ba - Advertize GLD_USER and GLD_GROUP as being configurable (add to BUILD_DEFS).
- Fix the default USER and GROUP substitution in the config file.
- Bump PKGREVISION for this.
2006-06-06 12:33:52 +00:00
shannonjr
42514c88eb Added MESSAGE file. 2006-06-06 12:30:02 +00:00
shannonjr
e0addc7626 PLIST correction. 2006-06-06 12:28:01 +00:00
shannonjr
ff989caf31 Added sql to create additional database indices supporting deletion. Without
these indices web browser will often timeout before delete operation completes.

Update to libpreludedb 0.9.8. Changes:
- Always use prelude_escape_binary() when inserting additional data, even in case
  we're inserting a string, since the database field might be of a type that require
  binary kind of escaping. Fix #143.
- Implement reading of message_processing_model, security_model, security_level.
  Handling of community member is deprecated (IDMEFv16 update).
- Fix a bug where Service->ip_version would not be read from database.
- Error reporting improvement.
2006-06-06 12:26:00 +00:00
shannonjr
c1bcede8ad Update to libprelude 0.9.9. Changes:
- Correct IDMEF v16 checksum algorithms letter case.
- Detailed, verbose error reporting when failing to read IDMEF message.
- Detailed, verbose error reporting for unsupported value operation.
2006-06-06 12:19:30 +00:00
rillig
3ee159f988 Completed the recent change by Stoned, who overlooked a second instance
of bsd.sites.mk in a comment.
2006-06-06 11:41:40 +00:00
rillig
1e457582de A variable that appears as a whole shell word may either be used as a
list of shell words, or sometimes as a single shell word. Compare: ${LD}
${LDFLAGS} and ./configure -libs ${LDFLAGS:Q}. So in this case, the :Q
operator cannot be checked reliably.
2006-06-06 11:39:25 +00:00
rillig
281a32dde2 Some small refinements. 2006-06-06 11:37:31 +00:00
dmcmahill
21bdb7a787 When using find to search for the "All" directories containing binary
packages, use -follow.  Hopefully this will pick up all of the binary
packages again after the ftp.netbsd.org reorganization.
2006-06-06 11:10:31 +00:00
seb
2f705aaadf Note initial addition of p5-Module-Install-Substitute version 0.02
as devel/p5-Module-Install-Substitute into the NetBSD Packages
Collection.

This Perl 5 module is an extension for the Module::Install system
that allow you to substitute values into files before install, for
example paths to libs or binary executables.
2006-06-06 10:26:46 +00:00
seb
ae4f7424df Add & enable p5-Module-Install-Substitute 2006-06-06 10:24:24 +00:00
seb
00c92c876a Initial import of p5-Module-Install-Substitute version 0.02 into the NetBSD
Packages Collection.

This Perl 5 module is an extension for the Module::Install system
that allow you to substitute values into files before install, for
example paths to libs or binary executables.
2006-06-06 10:22:43 +00:00
seb
ff68b80cf4 Note initial addition of p5-Test-File-Contents version 0.03 as
devel/p5-Test-File-Contents into the NetBSD Packages Collection.

This Perl 5 module prodives test routines for examining the contents
of files.
2006-06-06 09:59:57 +00:00
seb
c428bf631a Add & enable p5-Test-File-Contents 2006-06-06 09:57:08 +00:00
seb
56cafd791c The new avatar of pkgsrc/mk/bsd.sites.mk is named pkgsrc/mk/fetch/sites.mk 2006-06-06 09:56:22 +00:00
seb
bfc05f25ea Initial import of p5-Test-File-Contents version 0.03 into the NetBSD Packages
Collection.

This Perl 5 module prodives test routines for examining the contents
of files.
2006-06-06 09:52:25 +00:00
rillig
1064108d2a Added the proper types for many of the variables that have been
unchecked before (mainly because of limitations in earlier pkglint
versions). Added ACL constants for user-defined, system-defined and
command-line variables.
2006-06-06 08:22:41 +00:00
rillig
52f5108b7c Enumerations don't need the :Q operator. 2006-06-06 07:04:56 +00:00
rillig
cf96b37f18 Improved variable_needs_quoting. 2006-06-06 06:48:16 +00:00
jlam
fd7633a630 Remove PKG_PHASEs that no longer exist from the various *_PHASE_* lists. 2006-06-06 06:44:01 +00:00
jlam
cd1230e8e3 Separate out the part of bsd.tools.mk that actually created the tools
into a new file pkgsrc/mk/tools/create.mk.  This leaves bsd.tools.mk
as a file that pulls in all of the other ones.  Also move the
tools-related targets from bsd.pkg.mk into bsd.tools.mk.

The tools cookie file has been removed, as well as hooks for
{pre,do,post}-tools.  Instead, there is now only a single public target
"tools" which may be invoked.  Invoking "tools" will always cause all
of the tools in ${TOOLS_DIR} to be created.

The "tools" step has been moved and is now just after the "depends"
step and before sources are extracted.  This is the earliest place
where the "tools" step can be taken, and it allows the created tools
to be used in all steps/phases after it, starting with "extract".  As
a consequence, we should just invoke tools by their bare names in
targets, e.g. awk, sed, patch, etc., instead of with the ${VARIABLE}
names, e.g. ${AWK}, ${SED}, ${PATCH}, etc.
2006-06-06 06:30:29 +00:00
rillig
e3e58f764b Updated pkglint to 4.64. 2006-06-06 05:37:17 +00:00
rillig
fcf3444e98 Updated pkglint to 4.64.
Changes since 4.63:

- Many diagnostics for the :Q operator have been wrong. They are currently
  left out, but will be re-added later. In the mean time, no diagnostics
  are better than wrong ones.
- Made defining the permissions for variables easier by providing a way to
  define "permission constants".
2006-06-06 05:36:40 +00:00
rillig
7e1a20676b When it is not clear whether the :Q operator should be used or not,
return dont_know instead of true.
2006-06-06 05:18:56 +00:00
jlam
627dc60046 Refactor "patch" code into correspondingly named subdirectory of
pkgsrc/mk.  Also get rid of the recursive make for the "patch" target.
This basically merges the "patch" phase into the "tools" phase.

There should eventually be a standalone script that can be used to
verify checksums listed in distinfo that should be used instead of
the roll-your-own code in the do-pkgsrc-patch target.
2006-06-06 04:48:19 +00:00
jlam
4a1c92e775 Improve the warning message if the vulnerabilities file is not found. 2006-06-06 03:36:00 +00:00
jlam
eee5c6a41f Add documentation about which are the public targets for the fetch module. 2006-06-06 03:35:42 +00:00
jlam
c78510391e Refactor "fetch" and "extract" code into correspondingly named
subdirectories of pkgsrc/mk.  Move the following files around for
locality:

	pkgsrc/mk/scripts/extract  -> pkgsrc/mk/extract/extract
	pkgsrc/mk/bsd.sites.mk     -> pkgsrc/mk/fetch/sites.mk

Also get rid of the recursive make for the "fetch" and "extract"
targets.  This basically merges the "fetch" and "extract" phases into
the "patch" phase.

There is still much more work to do to simplify the fetch code, but
this is a good start.
2006-06-06 03:05:48 +00:00
minskim
67a4469e7a Use BSD_INSTALL_* to set permission correctly. 2006-06-06 01:30:25 +00:00
minskim
e5d524fc3e Note PKGREVISION bump of pulsar. 2006-06-06 01:09:43 +00:00
minskim
88f6bb02cb Include pam.buildlink3.mk to enable PAM on platforms without native
PAM.  Bump PKGREVISION.
2006-06-06 01:09:16 +00:00
minskim
2d1e61f7b1 Do not install files directly into etc; it should be handled through
CONF_FILES.
2006-06-06 00:57:59 +00:00
jlam
7136ee2fac Remove trailing blank line. 2006-06-06 00:25:26 +00:00
seb
e9dd4864d7 Make show-options target output shorter as requested by dillo@ 2006-06-06 00:15:45 +00:00
minskim
75b315d900 Honor BIN{OWN,GRP,MODE}. 2006-06-06 00:15:28 +00:00
minskim
197598af9a Honor *OWN, *GRP, and *MODE. 2006-06-06 00:02:54 +00:00
minskim
7a91b437d5 Buildlink gettext-lib because this package needs the gettext library. 2006-06-05 23:54:44 +00:00
minskim
82f9c33010 Note update of mathomatic. 2006-06-05 23:49:18 +00:00