Commit graph

65729 commits

Author SHA1 Message Date
schmonz
750523235e Note memtester update. 2004-08-21 07:01:02 +00:00
schmonz
2d5a7fee00 Update to 4.0.3. From the changelog:
-small changes to enable building with dietlibc and a few other environments
  that don't even attempt to provide the various Posix definitions.
  -cosmetic fixes to output.
  -restore the reduce-and-retry loop of memory locking from version 2.
2004-08-21 06:59:22 +00:00
jlam
a44209eeac Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.
Move the awk script in the Makefile into a separate file for clarity, and
so that really basick make programs won't choke on the continuation lines.
2004-08-21 06:36:13 +00:00
jlam
683567c435 Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.
2004-08-21 06:33:39 +00:00
jlam
f36ee299b3 Add a `testbootstrap' script that calls the bootstrap script with the
correct args to build all of the bootstrap packages without needing root
privileges.
2004-08-21 06:04:35 +00:00
minskim
1285f3b89d On Interix, use waitpid(-1, status, options) instead of
wait3(status, options, NULL).
2004-08-21 05:50:44 +00:00
jlam
088679d3e7 Alphabetize list of headers. 2004-08-21 05:12:10 +00:00
jlam
3ccb17c634 Remove checks for some never-used headers. 2004-08-21 05:09:06 +00:00
jlam
6985e27f27 Check for a few more system headers after the update to pax-20040804. 2004-08-21 05:06:41 +00:00
jlam
3f57bcbb36 Mirror change in archivers/mtree by <heinz> on 2004/04/16:
Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead
of HAVE_STRUCT_STAT_ST_FLAGS.
This avoids confusion on UnixWare which has 'st_flags' but does _not_ support
file flags.
2004-08-21 04:20:50 +00:00
jlam
4bb76e71bf Wording nit in comments. 2004-08-21 04:17:31 +00:00
jlam
9488cfa145 Update pkgtools/mtree to 20040722 (the latest on src HEAD). Changes
from the previous version include:

- Add a mtree2nbcompat script to ease importing from src HEAD into
  pkgsrc.

* Implement -M to "merge" entries, even with different types.  This
  can be used in /etc/security to allow special.local to override
  types of entries in special (e.g, replacing a dir with a link).

* Rename Wflag to mtree_Wflag, to be more "external namespace" friendly.
2004-08-21 04:10:40 +00:00
jlam
ff44898db4 Update archivers/pax to 20040802 (latest version on src HEAD). Changes
from previous include:

  - include a pax2nbcompat script to ease importing from src HEAD
    into pkgsrc.

  * for copy mode, show more meaningful information on SIGINFO.
2004-08-21 03:28:49 +00:00
jdolecek
eaab21e056 apparently the java 1.3 plugin is incompatible with gcc 3.x build
of firefix/mozilla - http://plugindoc.mozdev.org/faqs/java.html

use sun-jre14 instead

fixes PR pkg/26248 by Calle Englund and PR pkg/23927 Anthony Mallet
2004-08-21 00:49:30 +00:00
schmonz
f97318a24f Fix a spell-o and add a strategically valuable comma. 2004-08-20 23:30:30 +00:00
jlam
5840d5f65d Deal with HAVE_NBTOOL_CONFIG_H in some sources on the HEAD. 2004-08-20 23:10:32 +00:00
jlam
7ed95560bf Add a script that imports from src HEAD to a named directory. 2004-08-20 22:27:12 +00:00
jlam
1a0833e181 Allow copying individual files instead of whole directory trees. 2004-08-20 22:22:24 +00:00
jlam
cc4b314fcf Update pkgtools/pkg_install to 20040813 (latest release from the HEAD
branch of src).  Changes from version 20040730 include:

Modify pkg_info so that it will only print information on uninstalled
binary packages in the current working directory if -. is given on
the command line. If no -. is given, pkg_info will look for its
information in the ${PKG_DBDIR}.  This addresses a long-held gripe on
the part of a number of people, including myself (agc), which completely
violated the POLS.

Add a -q switch to pkg_admin, which allows it to work in a quiet
manner.  Fixes the change request in PR 26583, but in a different
manner, preserving existing behaviour and making the new behaviour
dependent upon a command line option.
2004-08-20 20:09:53 +00:00
tv
844d8b10dc Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION;
this can be un-bumped if the patchlevel goes up again.)
2004-08-20 17:32:50 +00:00
tron
961af3b5fd Set "BUILDLINK_PASSTHRU_RPATHDIRS" to stop buildlink3 from removing "/lib"
from the run time shared library path instead of trying to defeat its
option parser.
2004-08-20 16:59:58 +00:00
tv
9372f79214 Make build on Interix, essentially with the fix from PR pkg/25910. A better
fix (using autoconf) will be submitted to the rsync maintainers for a
future release.
2004-08-20 14:22:16 +00:00
salo
700224661a Note mail/ifile update. 2004-08-20 11:48:59 +00:00
tron
d3d855a78c Improve handling of "ZSH_STATIC" again:
1.) Only create a dynamically linked "zsh" binary if "MKDYNAMICROOT"
    is defined and set to "yes". This way people who still use statically
    linked binaries on their root filesystem will get a static binary.
2.) Link the "zsh" binary so that it use "/libexec/ld.elf_so" and
    shared libraries from "/lib". It now works without the "/usr"
    filesystem being mounted.
2004-08-20 11:48:46 +00:00
salo
e89786bc37 Update to version 1.3.4.
1.3.4:
======
- add threshold support

1.3.3:
======
- don't use __attributes__ for non-GCC compilers (from pkgsrc)
2004-08-20 11:47:40 +00:00
tron
c358f9e4d0 Don't create a statically linked "zsh" binary on NetBSD system which have
dynamic library support on the root partition (e.g. 2.0 and newer). It is
enough that the "zsh" binary does *not* depend on its own shared libraries
which won't be on the root partition and we get a shell with proper I18N
support this way. Approved by Masao Uebayashi.
2004-08-20 10:36:12 +00:00
sketch
6cae704dd8 Clean up the patch to allow building with compilers other than GCC, and link
using the C compiler to enable 64bit sunpro builds.
2004-08-20 09:14:19 +00:00
cjs
a78f5445fd Add a patch: the address family coming back from the loopback interface is
in host, not network format. At least, this is the case for NetBSD. I don't
know what systems out there exist where this is not the case, but Linux is
one possibility.
2004-08-20 07:10:53 +00:00
mrg
6070cb6579 note bozohttpd 20040808 and ircII 20040820. 2004-08-20 03:21:43 +00:00
mrg
7a0e124755 update to ircii 20040820. changes include:
o  /msg . now works for ICB mode as well
  o  /topic now works by default for ICB
  o  fix building on SunOS4 with GCC
2004-08-20 03:20:54 +00:00
mrg
02ec5ad70a update to bozohttpd 20040808. changes since previous version (many
already in pkgsrc) include:
	o  CGI status is now properly handled (-a flag has been removed)
	o  CGI file upload support works
	o  %xy translations are no longer ever applied after the first '?',
	   ala RFC2396.  from lukem
	o  daemon mode (-b) should no longer hang spinning forever if it
	   sees no children.  from lukem
	o  new .bzabsredirect file support. from <martin@netbsd.org>
	o  return a 404 error if we see %00 or %2f (/)
	o  don't print 2 "200" headers for CGI
	o  support .torrent files
2004-08-20 03:06:38 +00:00
schmonz
f0354340af + openssh-3.9p1 2004-08-20 01:42:36 +00:00
schmonz
a9f8863887 Note getmail update. 2004-08-20 01:27:45 +00:00
schmonz
df87880ba4 Update to 4.0.13. From the changelog:
-unrecognized parameters could trigger a traceback instead of a warning.
  Fixed.  Thanks: Frankye Fattarelli.
2004-08-20 01:26:31 +00:00
jschauma
ebf8b05c56 Note addition of print/poster 2004-08-20 01:18:19 +00:00
jschauma
4629092b4d Add/enable poster 2004-08-20 01:17:10 +00:00
jschauma
8a95542474 Import 'poster' package, based on the FreeBSD port, converted using
port2pkg.

Here you have the new release of `poster', to scale postscript
images to a larger size, and print them on larger media and/or
tile them to print on multiple sheets.
With respect to the earlier release:
- support is added for foreign (Non European A*) media sizes.
- options for scaling became more flexible
- original restrictions on white margins in your drawing are removed.
For a complete explanation see the accompanying manual.
2004-08-20 01:16:21 +00:00
schmonz
d84a5f8de7 Works on Interix 3.5. 2004-08-19 22:15:31 +00:00
recht
0e92dcbd66 Note update of py-pyrex to 0.9.3. 2004-08-19 20:45:48 +00:00
recht
a6d008a827 update to Pyrex-0.9.3
Enhancements:
	- Types defined with a ctypedef in a 'cdef extern from' block
		are now referred to by the typedef name in generated C code,
		so it is no longer necessary to match the type in the C
		header file exactly.
	- Conversion to/from unsigned long now done with
		PyLong_AsUnsignedLong and PyLong_FromUnsignedLong.
		[Dug Song <dugsong@monkey.org>]
	- A struct, union or enum definition in a 'cdef extern from'
		block may now be left empty (using 'pass'). This can be useful
		if you need to declare a variable of that type, but don't need
		to refer to any of its members.
	- More flexible about ordering of qualifiers such as 'long' and
		'unsigned'.
		["John (J5) Palmieri" <johnp@redhat.com>]
Bug fixes:
	- Non-interned string literals used in a Python class
		definition did not work.
		[Atsuo Ishimoto <ishimoto@gembook.org>]
		[Andreas Kostyrka <andreas@kostyrka.org>]
	- Return types of the buffer interface functions for extension
		types have been corrected.
		[Dug Song <dugsong@monkey.org>]
	- Added 'static' to declarations of string literals.
		[Phil Frost <indigo@bitglue.com>]
	- Float literals are now copied directly to the C code as written,
		to avoid problems with loss of precision.
		[Mario Pernici <Mario.Pernici@mi.infn.it>]
	- Inheriting from an extension type with C methods defined in
		another Pyrex module did not work.
		[Itamar Shtull-Trauring <itamar@itamarst.org>]
2004-08-19 20:44:31 +00:00
jlam
99aa413714 Whitespace nit. 2004-08-19 20:21:56 +00:00
ben
52c02b621d Add startup files missed on update to version 2.0.10. 2004-08-19 17:13:36 +00:00
ben
5d93b3b69b Fix patch-aa so gp installs under IRIX. Addresses PR#26647.
Patch supplied by Georg Schwarz.
2004-08-19 16:55:31 +00:00
ben
e8bb3ee95b Make note of glimmer update to version 2.1.3. 2004-08-19 16:47:58 +00:00
ben
72d33fb01b Update to glimmer-2.13, thanks to cngo@nmsu.edu.
CHANGELOG, 12 October 2003
    add -X option to glimmer2, to allow orfs extending off ends of
    sequence to be scored.  Also fix bug affecting -p and -o options
    when user chose zero overlap.
2004-08-19 16:47:01 +00:00
drochner
108d99660c codeville update 2004-08-19 15:32:10 +00:00
adam
8ff38ef44b Updated ImageMagick to 6.0.5-2 2004-08-19 15:28:18 +00:00
drochner
39d04cd237 update to 0.1.8
changes:
-speedup
-UI improvements
-bugfixes

Warning:
Archives built with older versions need to be converted before use,
see http://www.codeville.org/ for details.
2004-08-19 15:27:25 +00:00
adam
096728bc5c Changes 6.0.5-2:
* Bug-fix release
2004-08-19 15:27:24 +00:00
wennmach
ac82fcde12 note addition of p5-CGI-Session-3.95 2004-08-19 14:16:50 +00:00