summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-27add comment - the .if statment is not friendly with cross builditojun1-1/+2
2000-08-27Forgot to remove this file as part of conversion to PERL5_PACKLIST.jlam1-4/+0
2000-08-27Forgot to add this file as part of conversion to PERL5_PACKLIST.jlam1-0/+11
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam164-1373/+452
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-27Use PERL5 + cosmetic changes.jlam1-6/+6
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam26-145/+137
2000-08-27Update to latest stable version, 1.0.3, and set ${IGNORE}, as this packagefredb2-6/+12
is not supposed to work with the Afterstep-1.8.0 that we have in the tree.
2000-08-27Changes for building dynamic PLIST for perl packages:jlam1-11/+39
* Add a PERL5 variable that is always defined, set to the path of a pkgsrc-installed perl5 binary (${LOCALBASE}/bin/perl). * Define three new variables PERL5_SITELIB, PERL5_SITEARCH, and PERL5_ARCHLIB that define special locations used by perl. In particular, it seems packlists are always found under PERL5_SITEARCH. * Substitute the above three variables when generating PLISTs, but stripping away the initial ${LOCALBASE}/ part. This is for perl packages which don't generate packlists because they don't use the perl Makefile generator during the build process. * Append to the PLIST any files listed in the packlists named by PERL5_PACKLIST. Also append statements to try removing the directories installed into by the packlist-ed files.
2000-08-26Updated UAE to version 0.8.14.kristerw4-20/+9
User-visible changes in 0.8.14: - More bug fixes: * CPU emulation problem that could have caused copy protection schemes to malfunction has been fixed. * Some AGA problems fixed (one of them visible in ECS modes). * UAE should work again on non-x86 systems. - By default the emulator will try to approximate an A500 in CPU speed. This setting existed before, but it's a bit more accurate now and on by default. - There is a new option to control the number of emulated disk drives. - Software autofire for the keyboard joystick replacements
2000-08-26fix owner.group of /var/dict/cannasakamoto2-2/+4
2000-08-26s/USE_PERL/USE_PERL5/veego4-8/+8
2000-08-26Bugfix: Make choosing `outputs.line' as volume control devicewiz2-1/+35
possible, even if `inputs.line' also exists and comes earlier (both were noted only as `line' before).
2000-08-26Update to procmail-3.15, inspired by D'Arcy J.M. Cain.wiz7-48/+66
Relevant changes: - Rewrite folder type parsing: corrects handling of MH and maildir style spools - v3.14 changed '!' actions too much: revert to v3.13 behavior but continue to split SENDMAILFLAGS - Contents of skipped nested blocks could affect 'E', 'e', 'a', and 'A' flags - Prevent peeking into buffers on "Out of memory" errors - Unquoted $\var expansions could alter the interpretation of the following whitespace - Prevent attempts to set LINEBUF to really huge values - Optimize SWITCHRC = $_ - Use a secure PATH when processing /etc/procmailrc - Use 2^31-1 as the maximum score even when sizeof(long)>4 Changes to formail: - Allow -n with -D and -s again -- corruption couldn't happen after all - Don't strip pre-colon whitespace until header is identified - Properly handle NULs in the body when generating an autoreply that keeps the body (could coredump) General: - Documented that $\var expansions are never split on whitespace - Removed ':' and '@' from list of characters that can appear in tempfile names - Called nice() when shouldn't have
2000-08-26Also use the solaris library naming on Solaris and not the linux one.veego2-3/+12
2000-08-26s/USE_PERL/USE_PERL5/jlam1-2/+2
2000-08-26repair -lXext lookup (not sure why it gets broken, the pkgsrc worked before...)itojun3-2/+19
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2000-08-26s/USE_PERL/USE_PERL5/jlam1-2/+2
2000-08-26Remove share/doc/get_ds7 on pkg_delete; also some cosmetic changes.jlam2-12/+15
2000-08-26Update to 0.95. Changes:hubertf2-12/+20
Allow only one file as argument, newfile, and assume oldfile as newfile.orig.
2000-08-26Correct unterminated cross-reference when building man pages.jlam2-1/+15
2000-08-26s/USE_PERL/USE_PERL5/jlam1-2/+2
2000-08-26Make this package work on at least -current/i386; remove BROKEN.wiz3-10/+19
2000-08-26update to CompuPic-5.1 build 1063wiz3-576/+355
2000-08-25add etc/rc.d/samba.sh.sample (no reason not to remove it)wiz1-23/+24
2000-08-25make sure configure actually finds pngdmcmahill1-4/+4
2000-08-25Add and enable "sdcc". Fixes PR pkg/9748 by Lennart Augustsson.tron1-1/+2
2000-08-25Adapt this package to NetBSD and use a better master site with atron20-351/+309
distribution file with correct compression.
2000-08-25Import "sdcc" from the FreeBSD port collection:tron13-0/+950
Cross compile 8051 code
2000-08-25Liste me as maintainer of this package.tron1-2/+2
2000-08-25Fix problem with deleting dot files. Patch supplied by Ryoji Kato intron2-1/+21
PR pkg/10143.
2000-08-25Use "ftp.alpha.alt.ru" as new master site.tron1-2/+3
2000-08-25Add a "Requirements" sections to chapter 2 (Installing by Building)tron1-4/+12
which lists the NetBSD distribution sets required to build packages.
2000-08-25Add and enable cmdlinejlam1-1/+2
2000-08-25cmdline - C++ library for parsing command argumentsjlam43-0/+5412
2000-08-25Enable pwlib, openh323mjl2-2/+4
2000-08-25Initial import of openh323.mjl9-0/+173
The OpenH323 project aims to create a full featured, interoperable, Open Source implementation of the ITU H.323 teleconferencing protocol. XXX The simph323 program does not seem to work 100%, eg. it is dumping XXX core on exit. I suspect a problem with the threads stuff.
2000-08-25Initial import of pwlib.mjl12-0/+453
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Windows systems.
2000-08-25Remove cyrus-sasl from mail category...it's now in security.jlam9-142/+0
2000-08-25Remove cyrus-sasl...it's now in security.jlam1-2/+1
2000-08-25Add and enable cyrus-sasljlam1-1/+2
2000-08-25DEPEND on ../../security/cyrus-sasl.jlam1-2/+2
2000-08-25Reimport cyrus-sasl under security, since it's an authentication andjlam9-0/+143
security library.
2000-08-25Fix compilation on ELF. Patches provided by Alistair Crooks. (Thanks, Al!)wiz3-4/+21
2000-08-25s/Amanda/Cyrus/ noticed by Thomas Klausner.veego1-2/+2
2000-08-25a couple of minor changes to the bulk-check-uptodate target:dmcmahill1-9/+11
- quote arguments to pkg_admin so the shell doesn't try to expand any *'s. - be sure that all required binary packages exist. The previous version made sure the required packages were not newer, but missed catching missing required packages. Still todo: When examining required binary packages to see if they have changed, the test only looks at the modification time of the binary package. It does not verify that the required binary package is also up to date with respect to its pkgsrc files.
2000-08-25Replaced by a working one in pkgsrc/mail/cyrus-imapdveego7-207/+0
2000-08-25Enable cyrus-sasl and cyrus-imap and remove cyrus.veego1-2/+3
2000-08-25This version is based on the one in pkgsrc/mail/cyrus but needs cyrus-saslveego7-0/+237
and works.
2000-08-25This is the Cyrus SASL API implentation. It can be used on the clientveego9-0/+142
or server side to provide authentication. See RFC 2222 for more information. The latest version is available at: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail There's a mailing list for Cyrus SASL. Subscribe by sending a message to majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl". The mailing list is available via anonymous IMAP at imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl.
2000-08-25Put back patch for "configure" to skip search for QT includes andtron2-10/+23
libraries which got lost in the last commit.