Commit graph

110760 commits

Author SHA1 Message Date
rillig
1ceda05973 Added the flags to control diagnostics. 2007-03-07 22:02:34 +00:00
joerg
7e790ff1d1 Fix build on DragonFly as RNG_RNGInit was calling itself due to bad
linkage. I love platform dependent magic in each Makefile.
2007-03-07 22:02:25 +00:00
rillig
293dfa2ccb Replaced sed(1) and mv(1) with the SUBST framework. 2007-03-07 21:44:52 +00:00
dmcmahill
dd264f1f30 note thunderbird/firefox/seamonkey pkgrevision bump 2007-03-07 21:40:14 +00:00
dmcmahill
e31abb208c Dynamically generate the part of the PLIST for libfreebl. This is because
the exact names of the freebl libraries depends on the platform and they
have a habit of changing even on minor releases.  This causes these mozilla
packages to be broken quite a lot on platforms other than NetBSD/i386.
Hopefully this fix will last longer than previous ones.  pkgrevision bumps
all around.
2007-03-07 21:32:53 +00:00
rillig
53cf03e2a6 Fixed the quoting for SUBST_VARS.*. Now every character gets replaced
properly. The regression test passes.
2007-03-07 21:27:59 +00:00
rillig
934cb486d6 Added a regression test for the SUBST framework, especially the newly
introduced SUBST_VARS.
2007-03-07 21:22:20 +00:00
joerg
72a188c9b8 Bah, not my day. Add the DragonFly patches as rest of the last commit. 2007-03-07 20:48:04 +00:00
joerg
2601a85544 Allow this to build on DragonFly. Complete untested, feedback is welcome.
If it is provided, it might be worth to fix the distribution name :-)
2007-03-07 20:47:05 +00:00
rillig
1fd58b933b Fixed a segmentation fault on IRIX. Although IRIX provides the
REG_STARTEND macro, it doesn't work as expected. A simple test case is:

	printf '\0\n\0\n' | nbsed /a/d

This test does not yet work as expected, but at least it doesn't cause
segmentation faults anymore. Handling of '\0' bytes must be improved.
2007-03-07 19:18:39 +00:00
joerg
bdb47b8960 Fix booost::regex test. This feels like a deja-vu, not sure where I hit
this before. Most likly a broken upstream macro.
2007-03-07 18:52:18 +00:00
joerg
b07161d9a8 Fix build on DragonFly. XXX Make this use devel/libsigsegv. 2007-03-07 18:37:33 +00:00
joerg
738b0e95d1 Let this also build on DragonFly. 2007-03-07 18:22:43 +00:00
joerg
eb1cf5ad8b Fix build on systems which have pw_change but not _PASSWORD_CHGNOW. 2007-03-07 17:56:37 +00:00
joerg
9533301dd7 No Python 2.2 support. 2007-03-07 17:35:39 +00:00
gdt
ce118ee7e8 Don't assume time_t and long are the same (on sparc64, they aren't).
Fixes ascii timestamps in greylist.db, but as this is solely for the
benefit of humans looking at the file functionality is unchanged.
2007-03-07 17:33:51 +00:00
joerg
97c98ef081 Sync PLIST and build instructions: force it to believe that
texi2dvi and texi2html exist, so that configure believes that
the documentation is wanted. Afterwards just patch the Makefile
to not really use those as intended according.
2007-03-07 17:31:22 +00:00
reed
2a9d044ffa Use INSTALLATION_DIRS to create directories.
This is for PR #35945.
2007-03-07 17:20:08 +00:00
rillig
ee8c47fef6 IRIX has <alloca.h>. 2007-03-07 16:50:13 +00:00
gson
f9d92704f2 note update of p5-Net-RawIP to 0.21_03 2007-03-07 16:49:55 +00:00
joerg
94756a9557 Fix build on systems without wordexp(3). While wordexp returns the
pattern if nothing is matched, glob(3) by default considers that an
error.
2007-03-07 16:48:39 +00:00
gson
058c8809bc Updated to version 0.21_03 as version 0.2 no longer builds on
NetBSD-current.

Changes since 0.2:

0.21_03 Fri Sep 15 11:26:17 IDT 2006
    - Received official maintainership from Sergey
    - In Makefile.PL check for the location of the header file,
      report if it could not be found.

0.21_02 Sep 10 2006
    - Cleaning up the C code (indentation)
    - More tests
    - Cleaning up the documentation, replacing the bad English of Sergey
      with the bad English of Gabor.
    - new() dies if wrong or duplicate protocols given
      All by Gabor Szabo

0.21_01   Sat Sep  9 23:59:07 IDT 2006
    - Cleaning up many warnings that were probably due to using gcc 4+
    - Cleaning up several assignment errors that were probably due to gcc 4+
    - Lots of cleanup in the Perl code
    - Add tests
      All by Gabor Szabo
2007-03-07 16:46:39 +00:00
rillig
528cd68dee Fixed a GNU awk warning about quoting. 2007-03-07 16:32:45 +00:00
joerg
72fc5d7076 Forgot to cvs add the patch to not run doxygen (and fail if it doesn't
exist).
2007-03-07 16:04:56 +00:00
joerg
8f9d5ee2cd Use external libtiff (which fixes the build on DragonFly).
Fix PLIST.
Bump revision.
2007-03-07 16:04:25 +00:00
joerg
b115e037ea + x11/appres
+ x11/beforelight
+ x11/bitmap
2007-03-07 15:06:46 +00:00
joerg
aa0515e0b4 Import bitmap-1.0.3.
The bitmap program is a rudimentary tool for creating or editing
rectangular images made up of 1's and 0's.  Bitmaps are used in X for
defining clipping regions, cursor shapes, icon shapes, and tile and
stipple patterns.

The bmtoa and atobm filters convert bitmap files to and from ASCII
strings.  They are most commonly used to  quickly print out bitmaps and
to generate versions for including in text.

This is from the modular X.org X11 project.
2007-03-07 15:04:24 +00:00
joerg
1aa87a4d7f Import beforelight-1.0.2.
The beforelight program is a sample implementation of a screen saver
for X servers supporting the MIT-SCREEN-SAVER extension.

This is from the modular X.org X11 project.
2007-03-07 15:03:46 +00:00
joerg
08f25e7107 Import appres-1.0.1.
The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names.  It can be used to determine which resources a particular
program will load.

This is from the modular X.org X11 project.
2007-03-07 15:03:08 +00:00
joerg
8dd93de969 Modular Xorg support. Make it actually use the wrapper framework.
The build script overwrote PATH and didn't see the wrapper scripts
for that reason.
2007-03-07 14:59:06 +00:00
jmmv
aaf61db584 Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)
to the versions corresponding to the 2006-09 release.  This should have
been done when the main hugs package was updated to this version back in
October of past year.
2007-03-07 12:51:16 +00:00
rillig
ca73e90164 Fixed the documentation of the opt:*:* transformation. 2007-03-07 12:40:54 +00:00
drochner
c9a446deba update to 3.3.13
changes:
-bugfixes
-enhanced PRAGMA integrity_check
2007-03-07 12:17:58 +00:00
drochner
da2211b7ef update to 1.2.16
changes:
1.2.15: This release contains a significant Astribank (XPP) driver update,
 support for Digium's TE120P card, and various bug fixes.
1.2.16: This release contains a number of bug fixes, including a fix for
 a recently discovered security vulnerability. All Asterisk 1.2 users are
 urged to update to this release as soon as possible.

This is in response to PR pkg/35924 by David Wetzel. The PR suggests
to update to 1.4.1, but since I'm not using Asterisk myself I prefer
to do just the minor update (which also fixes the security vulnerability)
for now.
2007-03-07 12:10:29 +00:00
drochner
8c787d5d15 update to 1.4.7, from Christian Gall per PR pkg/35940
This fixes a security problem which is rather an application issue:
The user wasn't notified about additional text (not covered by the
signature) unless the --status-fd flag is used.
2007-03-07 11:31:24 +00:00
rillig
6160d66626 Added a kerberos option. Fixes PR 12292. 2007-03-07 11:04:40 +00:00
rillig
4ff63088a6 Better documentation. 2007-03-07 10:42:30 +00:00
ghen
f99582a652 Updated mail/dovecot to 1.0rc26. 2007-03-07 09:51:18 +00:00
ghen
09bbcdc536 Update to dovecot-1.0rc26.
Most importantly this should fix mbox problems in recent RCs.

	* Changed --with-headers to --enable-header-install
	* If time moves backwards only max. 5 seconds, sleep until we're back
	  in the original present instead of killing ourself. An error is
	  still logged.

	- IMAP: With namespace prefixes LSUB prefix.* listed INBOX.INBOX.
	- deliver: Ignore mbox metadata headers from the message input.
	  X-IMAP header crashed deliver.
	- deliver: If mail_debug=yes, drop out DEBUG environment before
	  calling sendmail binary. Postfix's sendmail didn't really like it.
	- mbox: X-UID brokeness fixes broke rc25 even with valid X-UID headers.
	  Now the code should finally work right.
	- Maildir: When syncing a huge maildir, touch dovecot-uidlist.lock file
	  once in a while to make sure it doesn't get overwritten by another
	  process.
	- Maildir++ quota: We didn't handle NUL bytes in maildirsize files very
	  well. Now the file is rebuilt when they're seen (NFS problem).
	- Index/view handling fix should fix some crashes/errors
	- If index files were moved to a different endianess machine, Dovecot
	  logged all sorts of errors instead of silently rebuilding them.
	- Convert plugin didn't change hierarchy separators in mailbox names.
	- PostgreSQL authentication could have lost requests once in a while
	  with a heavily loaded server.
	- Login processes could have crashed in some situations
	- auth cache crashed with non-plaintext mechanisms
2007-03-07 09:50:41 +00:00
salo
490dbcd426 Note net/lftp update. 2007-03-07 09:26:15 +00:00
salo
b38e8d4f7d Update to version 3.5.9
Changes:

3.5.9:
======
- Fixed `mirror --script' which generated improperly quoted shell
  commands (potential security vulnerability, when someone executes
  the resulting script).

3.5.8:
======
- Fixed `sleep' command.

3.5.7:
======
- Fixed a spurious timeout when uploading a file.
2007-03-07 09:25:31 +00:00
rillig
597a038857 Made the package work for me (bin/GWCommand was missing), added the
missing dependencies to GTK2 and Bash. PKGREVISION++
2007-03-07 04:41:56 +00:00
rillig
460b855bac Fixed PKGMANDIR. 2007-03-07 01:54:04 +00:00
rillig
17d32cd56b Make the #error directive an error with MIPSpro. 2007-03-07 01:37:18 +00:00
rillig
df8fff7998 Renamed the configure-cookie target to _configure-cookie. 2007-03-07 01:27:27 +00:00
rillig
64c66d1ff3 Removed many redundant comments and restructured the code, so that it
becomes a little shorter.
2007-03-07 01:06:11 +00:00
rillig
e7e1da6834 Split the documentation into a user and a developer part. 2007-03-07 00:33:24 +00:00
gdt
85ffd1d2ae OPTIONize the use of lame, defaulting to off, due to LICENSE= problems.
concept reviewed by dillo@
2007-03-06 23:55:07 +00:00
rillig
e174ef2715 Fixed PR 29425. 2007-03-06 23:25:47 +00:00
rillig
aae4c06a12 Fixed PR 29378. 2007-03-06 22:57:46 +00:00