summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-09fix COMMENT typo.dmcmahill1-2/+2
2001-05-09OK, let's try this the other way 'round: first clean out *everything*,hubertf1-57/+61
then start preparing the bulk build (cvs update, distfile cleanout, ...)
2001-05-09Add date when a buid for a pkg started, and comment a place that has somehubertf1-2/+3
side effecs
2001-05-09add manpageshubertf1-1/+3
2001-05-09don't exit if a depends can't be pkg_add'ed. In this case it will bedmcmahill1-2/+2
rebuilt from sources.
2001-05-09Define USE_LTDL as this library requires it.jlam1-1/+2
2001-05-09Add a few leftovers from last buildhubertf1-9/+11
2001-05-09update to lukemftpd 1.1. user visible changes:lukem2-5/+5
* Fixed checkportcmd for the IPv4 case. * Added support for S/Key authentication. * Use method other than glob(3) to do ~ expansion. * Improve portability. * Rewrite method of handling out-of-band operations, in order to more easily support RFC2228 security extensions in a future release.
2001-05-09put the PERL5_REQD outside the USE_PERL5 check so packages can do:dmcmahill1-2/+2
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
2001-05-09patch-aa updated for FSCALE load average fixlukem1-2/+2
2001-05-09#undef FSHIFT and FSCALE before including <rpcsvc/rstat.h>, so that thelukem1-1/+10
rstat protocol's FSCALE of 1<<8 gets used instead of <sys/param.h>'s 1<<11. Without this fix (which rup also has), load averages are 8 times too low.
2001-05-08use a common patches directory and distinfo file, but usedmcmahill8-19/+20
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we can find the right one per suggestions on tech-pkg.
2001-05-08get hercules to compile on non-i386 by not using i386 assembly codedmcmahill3-16/+26
on those platforms. Also remove a zillion warnings by surrounding the i386 specific "regparm" attribute by #ifdef __i386__ only minimal testing done on an alpha. Hercules starts up and lets me run "quit".
2001-05-08make sure the build doesn't pick up a bad ARCH from the usersdmcmahill3-8/+19
environment. Also, `uname -p` == "alpha" is not a check for OSF...
2001-05-08Improve rc.d-style startup script. It now respects settings injlam2-70/+102
/etc/rc.conf (apache=YES/NO and apache_start=startssl) if it exists.
2001-05-08Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.jlam3-7/+16
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
2001-05-08Move to sha1 digest, and add distfile sizeagc1-2/+3
2001-05-08Move to SHA1, and add size.wiz1-2/+3
2001-05-08Move to sha1 digest, and add distfile size.agc1-2/+3
2001-05-08Pick up the distfile from ftp.netbsd.orgagc2-4/+5
Move to sha1 digest, and add distfile size
2001-05-08The distfile has moved on the MASTER_SITE.agc2-4/+5
Move to sha1 digest, and add distfile size.
2001-05-08add missing PLIST entriesdmcmahill1-1/+3
2001-05-08The version on the MASTER_SITE has been modified.agc2-4/+5
For now, use the version on ftp.netbsd.org
2001-05-08Move to sha1 digest, and add distfile size.agc1-2/+3
2001-05-08Move to sha1 digest, and add distfile sizeagc1-2/+3
2001-05-08Note that:abs1-1/+6
Some packages have different sets of distfiles on a per architecture basis. (A good example is www/navigator). These are kept in the same distinfo file and care should be taken when upgrading such a package to ensure distfile information is not lost.
2001-05-08Fix problem where CXX and CXXFLAGS were incorrectly used when --tag=CC isskrll2-4/+4
specified.
2001-05-08 o update time/devtodo to 0.1.6zuntum1-2/+2
remove outdated sp url
2001-05-08add missing PLIST entries.dmcmahill1-1/+3
2001-05-08Don't keep re-evaluating GCC_BINDIR -- preserve its value in MAKEFLAGS andjlam1-5/+3
don't compute its value if it's already defined.
2001-05-08Add two; sort one entry.wiz1-5/+7
2001-05-07avoid c++ -O2 bug on alpha.dmcmahill3-18/+30
2001-05-07Remove unnecessary backslash. Pointed out by zuntum.jtb1-2/+2
2001-05-07Add libstdc++.so needed after shared libs change.jlam1-1/+2
2001-05-07add LP64 patch for alpha.dmcmahill3-2/+99
2001-05-07Remove unnecessary post-patch target.jtb1-4/+1
2001-05-07LP64 patch to make this work on alpha.dmcmahill2-1/+99
2001-05-07o update audio/bladeenc to 0.84.1zuntum1-1/+2
2001-05-07add missing shared lib (libcurses.so.2) for the alpha version of thedmcmahill3-6/+15
pkg.
2001-05-07Add ACCEPTABLE_LICENSES+=jdk13-license examplehubertf1-1/+4
2001-05-07add missing header (string.h) to keep alpha's happy.dmcmahill4-2/+24
2001-05-07Fix a problem with gif generation.jtb3-6/+24
2001-05-07Remove cheetah entry, as the browser is preety useless nowzuntum1-6/+1
2001-05-07fix on alpha. (type mismatch).dmcmahill4-1/+29
while here use the DEFAULT_SERIAL_DEVICE setting to hopefully have a better default on most machines.
2001-05-07Remove py-crypto, which has been obsoleted by py-amkCrypto.wiz14-328/+0
2001-05-07Replace py-crypto with py-amkCrypto.wiz1-2/+2
2001-05-07Initial import of py-amkCrypto, crypto functions for python, towiz5-0/+137
replace security/py-crypto (which isn't python-2.0-ready, and failed the last dozen bulk builds for that reason). Some help provided by Ty Sarna -- thanks!
2001-05-06Fix a few pthreads problems and make this package actually work. Closes PRrh6-16/+99
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>
2001-05-06Remind me to commit the diff to add support of HP-UX for bsd.pgk.mk afterkei1-1/+6
freeze.
2001-05-06add missing RCS id and remove spurious sha1 line.dmcmahill1-1/+1