summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-13Update pen to 0.4.0. Notable changes include:rh5-86/+16
010912 When storing part of the buffer for a renewed attempt, store the *end*, not the beginning. Affects copy_up and copy_down. Autoconf. Use daemon() if available. Make sure that we don't try to close uninitialized file handles in add_client. New option -n to not make sockets nonblocking (mainly useful for debugging). 010911 Make sure that remaining data is stored away when we get EAGAIN in copy_up. Released 0.3.3. 010909 Added -p argument to store process id in a file (Andreas Wrede). Made the sockets nonblocking. Handle EAGAIN in copy_up/down. Released 0.3.2. 010908 Ignore SIGPIPE. Released 0.3.1. 010827 Option -h uses a hash on the client IP address for the initial server selection. Option -s ("stubborn") prevents failover to another server if the initial choice is unavailable. 010824 Use getport for the local port as well.
2001-09-13Add and enable parrot-0.0.1agc1-1/+2
2001-09-13Initial import of parrot-0.0.1, a pre-pubescent byte code interpreteragc4-0/+57
which may form part of Perl or Python's future, into the NetBSD packages collection. Provided in PR 13933 by Chris Pinnock <cjep@interoute.net.uk>, tarted up somewhat by me. PARROT: A bytecode language possible to be used in the future by Perl 6 and a Python. The idea was originally an April fool's joke... "What we're releasing today is a very, very early alpha of the Parrot interpreter. At the moment, we have support for some simple operations on integer, floating point and string registers, and the ability to read in and execute bytecode. We also have an assembler which can generate bytecode output from Parrot assembly."
2001-09-13Update to 16.1.d, to fix 10^9s problem.hubertf3-10/+10
Instructions on updating the pkg sent by Feico Dillema <feico@pasta.cs.uit.no>
2001-09-13Set MOTIFBASE within the scope of the Motif-compatible package'sjlam1-6/+3
buildlink.mk as it uses values from the buildlink.mk for it's own value. Also don't pass MOTIFBASE to the MAKE_ENV as it causes the correct package buildlink.mk file to not be included.
2001-09-13motif.buildlink.mk already sets MOTIFBASE to the correct value. Explicitlyjlam2-6/+2
setting it here just causes errors in the Motif-detection logic.
2001-09-13Alter logic for choosing which Motif installation to use. It's now asjlam1-44/+47
follows: If MOTIFBASE is set, then assume it points to a valid Motif installation. If MOTIF_TYPE is set, then use the named Motif installation. If neither MOTIFBASE nor MOTIF_TYPE is set, then any pre-existing Motif installation is used, whether it is in /usr/dt or ${X11BASE} or a pkgsrc- installed Motif. Lastly, default to ${MOTIF_TYPE_DEFAULT}. This makes MOTIF_TYPE behave more like XAW_TYPE in that it explicitly chooses the Motif installation to use.
2001-09-13Use x11.buildlink.mk.jlam1-1/+2
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Passjlam3-17/+54
--without-javadx to configure script to prevent java programs from being detectedly inadvertently (hidden dependency). Also add dependencies on several other graphics and math packages to make DX more useful as a visual data explorer and capable of reading more diverse data files.
2001-09-12I don't intend to update ghostscript to 6.51/7.00 anymore.jlam1-2/+2
2001-09-12Back out changes to explicitly add ${CHASENDIR} to the compiler searchjlam3-20/+2
paths. Not necessary with perl>=5.6.1nb3.
2001-09-12Update perl to 5.6.1nb3. User-visible changes from the previous versionjlam3-21/+22
include: - Re-adding ${LOCALBASE}/include and ${LOCALBASE}/lib to the local compiler search paths, Other changes include: - Migrating the setting to not install man3 pages from patch-ab into the package Makefile so that they aren't installed across all pkgsrc platforms. - Better document SYSLIBPATH.${OPSYS}.
2001-09-12Update mew to 2.0.53jun2-5/+5
Mew 2.0.53 (2001/09/10) mew-dist release * mewls bug fix for sort. KAMEI Ken-ichi <mule@pluto.dti.ne.jp> * Sort and pack doesn't call mew-scan. Just arrange Summary cache. * Preserving all marks when scanning. * Enhancing thread architecture. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Defining mew-input-language-name. * A bug fix for mew-input-address. * Removing unnecessary code from mew-summary-sort. Tatsuya Kinoshita <tats@iris.ne.jp>
2001-09-12Use "pgp" binary found by "configure" in "pgpverify" instead of hard codedtron2-1/+15
path "/usr/local/bin/pgp".
2001-09-12Use common just-in-time su code from bsd.pkg.mk, rather than homegrownagc1-24/+3
one.
2001-09-12Add a just-in-time su mode for "make package" by factoring out the codeagc1-29/+34
whcih does the su(1), and using that. Also make the deinstall target use the same common code.
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+25
2001-09-12Wrap inclusion of <iostdio.h> within check for LESSTIF. Motif'sjlam2-7/+11
<Xm/Text.h> includes <stdio.h> while LessTif's doesn't, and stdio.h and iostdio.h have conflicting definitions.
2001-09-12src/util.c expects wgetnstr to be in the curses library, so requirejlam1-1/+2
ncurses through ncurses/buildlink.mk. -current systems are unaffected by this change, but 1.5.x and lower should now use devel/ncurses to build reed.
2001-09-12Resurrect this patch in aftermath of removing USE_BUILDLINK_ONLY fromjlam2-1/+19
packages that USE_IMAKE.
2001-09-12Manually create ${PERL5_SITELIB} prior to installing into it.jlam1-1/+2
2001-09-12${PERL5_SITE*} are no longer automatically created as part of the perljlam1-1/+2
package. This shouldn't affect perl modules as they create all directories before installing, but we need to manually create ${PERL5_SITEARCH} before copying our headers.
2001-09-12Add USE_CONFIG_WRAPPER setting.jlam1-3/+4
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-39/+8
2001-09-12Convert to use buildlink.mk file and mark as USE_BUILDLINK_ONLYjlam1-9/+8
(No more hidden dependency on Xbae!).
2001-09-12Use x11.buildlink.mk.jlam1-1/+2
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+16
2001-09-12We USE_IMAKE, so we can't USE_BUILDLINK_ONLY. Also use ${MOTIFLIB} insteadjlam3-7/+6
of directly using "-lXm -lXt" in patching the Imakefile.
2001-09-12Use x11.buildlink.mk.jlam2-4/+4
2001-09-12* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-24/+26
* Use dynamic Motif-compatible libraries instead of linking against the static one.
2001-09-12Use x11.buildlink.mk.jlam1-1/+2
2001-09-12USE_MOTIF --> motif.buildlink.mk.jlam1-2/+2
2001-09-12Use ${MOTIFLIB} instead of just "-lXm".jlam1-2/+2
2001-09-12Use x11.buildlink.mk instead of USE_X11.jlam3-5/+6
2001-09-11update to 0.11dillo2-6/+6
Changes: * display transfer rates * detect stalled connections and abort after stall-timeout seconds * fix ASCII mode uploads * write proper URLs (encoding special chars, include user and port) * various bug fixes
2001-09-11Remove integrated patches. Noted by dillo.wiz2-28/+0
2001-09-11Update to 0.4.9.4. Changes since 0.4.9.2:wiz3-14/+14
Parts of the daemon code are now run in a chroot jail. qmail-style ~/Mailbox support was added. The inetd vs. standalone mode setting has been made runtime configurable. A bug resulting in incorrect failure reason being logged, and a bug which could result in mailbox corruption (glued messages) have been fixed.
2001-09-11Make print-PLIST work again if no linux=procfs mounted.wiz1-6/+9
Patch by hubertf.
2001-09-11Update to 0.6. No functional changes, but pkgsrc patches integrated.wiz2-7/+5
2001-09-11Use libpcap buildlink.mk instead of OS test. By Stoned Elipot from pkg/13928.wiz1-2/+4
2001-09-11Properly bring ucd-snmp-current back to life. Eventuallywrstuden6-0/+425
ucd-snmp should be updated to this version too.
2001-09-11Kill the zombies.wrstuden6-425/+0
The moral of the story is that cvs 1.11 doesn't like: cvs update Modify files cvs update after someone else has deleted them but with enough local changes that they don't disapear cvs ci The checkin succeeds, but the ,v file stays in the attic.
2001-09-11Second try at reviving.wrstuden1-0/+74
Original message: Bring ucd-snmp-current back to life. This is a package of ucd-snmp 4.2.1, the latest release of the net-snmp project (the name change is still in progress).
2001-09-11This file didn't come back to live right. Try killing it again to see ifwrstuden1-74/+0
I can fix it.
2001-09-10- install the source to the example program (as recommended by thedmcmahill7-16/+73
program author and desired by at least one package user). - format string patch for 64-bit systems - add message notifying users that an executible cgi program has been installed in their cgi-bin directory (since they may wish to disable them).
2001-09-10Add support for two environment variables to help update all yourmartin1-1/+12
installed packages and only rebuild everything once: STOP_DOWNLEVEL_AFTER_FIRST if set makes "make show-downlevel" stop a bit earlier (since with the other one below you will be only interested in the first downlevel pkg found). REBUILD_DOWNLEVEL_DEPENDS if set forces the pattern match for dependencies to fail whenever the installed pkg is not the version in the makefile (i.e. "make show-downlevel" would print a version mismatch for the dependecy). This causes all downlevel dependencies (and everything depending on them) to be rebuild. Enhancements, like making this all work with make command line flags and settings in /etc/mk.conf are welcome. A way to stop "make show-downlevel" through all upper levels of recursion imediately would be very usefull too.
2001-09-10libpcap buildlink instead of OS test. By Stoned Elipot in pkg/13921.wiz1-7/+2
2001-09-10Man page fixes.wiz2-6/+52
2001-09-10Use libpcap buildlink.mk instead of OS-test.wiz1-5/+3
By Stoned Elipot in pkg/13920.
2001-09-10Use libpcap buildlink.mk instead of an .ifdef ${OPSYS} hack.wiz1-7/+2
From Stoned Elipot in pkg/13918.