summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-08-07Back out last commit to better print an empty list of conflicting pkgs thanhubertf1-4/+5
not to print any pkg at all.
1998-08-07Enable STk and xcolorsel.ross2-3/+4
1998-08-07Let "sshd" check the change and expire fields of the password database.tron1-0/+151
Patches supplied by Jarkko Torppa in PR pkg/5917.
1998-08-07Back out changes for fnmach'ing pkg_info -e due to the changed semanticshubertf1-5/+4
(print name(s) of found pkgs) not available in 1.3; This can be backed out together with revisions 1.136-1.138 if NetBSD 1.4 gets out.
1998-08-07Make sure to use stdarg.h (broken check in configure that normallytv1-0/+33
activates a LP64-broken workaround for a missing varargs implementation).
1998-08-06Add and enable battalion.frueauf1-1/+2
1998-08-06Initial addition of battalion-1.4, a virtual reality 3D GL game for X11.frueauf7-0/+188
Closes pr 5849 by Tim Rightnour.
1998-08-06Somehow forgot to commit those? make them apply again...frueauf2-16/+16
1998-08-06- Add -Wl,-R${LOCALBASE}/lib for rsaref built ssh.tv1-7/+7
- Pkglint: search for other non-X pkgs in ${LOCALBASE}, not ${PREFIX}.
1998-08-06Revert previous change.agc1-2/+2
The matching package name is useful to check for any bogus matches, is consistent with the BUILD_DEPENDS and RUN_DEPENDS matching, and will be necessary when wildcard matching is introduced. It is benign in pre-fnmatching pkg_info(1)s, and useful in post-fnmatching ones.
1998-08-06Since 1.3.2 pkg_info -e doesn't print anything for a package name, betv1-2/+2
uniform and don't try to print the package found name.
1998-08-06Apparently, 1.3.2's pkg_info -e doesn't print the name of the matchingagc1-2/+2
package, just using the exit value to determine success or failure, so use the exit value in DEPENDS tests, rather than matching on output.
1998-08-06Add back default MAINTAINER field.agc1-3/+5
Remove test which made MAINTAINER field mandatory - it's not a field that's critical to the build or installation of a package, and is redundant given a default value.
1998-08-05- Nuke LIB_DEPENDS pkg cruft. Add an error message if LIB_DEPENDS is set.tv1-57/+21
- Build in some pkglint: error out if DISTNAME or MAINTAINER are not set in the pkg Makefile.
1998-08-05The libimapuw API is _not_ binary compatible; bump the major version.tv3-9/+8
(Includes my official update of imap-uw to 4.2, which I forgot to commit.)
1998-08-05Add missing CONFLICTS.frueauf1-1/+3
1998-08-05Update bash2 to 2.02.1, closes pr 5913 by John Darrow.frueauf7-76/+55
1998-08-05Miscellaneous pine fixes forwarded to me by Matt Green.agc2-0/+50
1998-08-04Add and enable "battleball", fixes PR pkg/5851.tron1-1/+2
1998-08-04New "battleball" package created by Tim Rightnour:tron5-0/+31
a 3d game of soccer, with tanks.
1998-08-04Update "imap-uw" package to version 4.2.tron3-10/+10
1998-08-04Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing aftertv8-316/+136
install. Remove patches relevant to FreeBSD but not NetBSD. Split patches up into dsingle files and use kunified diff format.
1998-08-04Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.tron2-0/+22
1998-08-04Point exmh to the correct location for slocal. Fixes PR 5897, fromagc1-1/+1
Nick Hudson.
1998-08-04Don't start playing from the audio buffer before decoded audiokim1-0/+13
has been written into it (fixes the "beginning of song not played" problem with the "-b" option).
1998-08-04Addition of skill/snice (skill-3.7.5)kim7-2/+111
1998-08-04Enable specification of CONFLICTS entries using fnmatch(3) patterns.agc1-7/+6
1998-08-04Move determination of the Fully Qualified Domain Name into theagc1-6/+5
post-patch: rule.
1998-08-04Update freeciv to 1.6.6.frueauf2-4/+4
1998-08-04Update to 19980728 version. Use -fPIC instead of -fpic everywhere. Providefvdl4-1448/+156
a link ${PREFIX}/bin/mozilla -> ${PREFIX}/bin/moz-export to make usage a bit more obvious.
1998-08-04Make it possible for package Makefiles to specify DEPENDS packageagc1-7/+8
dependencies using fnmatch(3)-style wildcards.
1998-08-04Update fetchmail to 4.5.5.frueauf3-5/+5
1998-08-03Update VNC to version 3.3.2 using patches supplied by Jeff Rizzo intron6-768/+125
PR pkg/5868.
1998-08-03Update ucd-snmp to 3.5, inspired by pr 5880 by Jeff Rizzo.frueauf5-31/+26
XXX The configure script sets KERNEL and _KERNEL before including XXX <sys/socket.h> for whatever reason. This breaks some little XXX programms which detect options for configure, one of those XXX should detect the rtentry style, on NetBSD-current where XXX <sys/socket.h> includes opt_compat_*.h files. patch-aa XXX workarounds this, but a clean solution should be found and XXX feedbacked to the author.
1998-08-03Enable "xmris", fixes PR pkg/5900.tron1-2/+2
1998-08-03New "xmris" package created by Tim Rightnour:tron7-0/+80
a version of the Mr Do video arcade game for X.
1998-08-03portlint: remove FreeBSD comments, change LIB_DEPENDS to DEPENDS.tv1-7/+3
1998-08-02Improve sound support.tron3-9/+39
1998-08-02Fix compiler warning.tron1-0/+10
1998-08-02Update xemacs to 20.4; make mule support actually work; set infopath sofrueauf7-2683/+7066
that other info files the package systems installs get found.
1998-08-02Fix typo.tron1-2/+3
1998-08-02Replace "#ifdef sparc" with "if defined(sparc) && !defined(__NetBSD__)"tron2-6/+32
to make this compile on NetBSD sparc. Fixes PR pkg/5894 by Brad Salai.
1998-08-02Add "Building stage 1 of 2", "Building stage 2 of 2" messages whentv1-1/+3
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building twice.
1998-08-01Use the zipped archive instead of the uncompressed tar file, the faktor isfrueauf3-12/+79
nearly 4!
1998-08-01Update to suck-3.9.4.frueauf3-9/+19
1998-08-01Update to gmake-3.77.frueauf3-7/+7
1998-08-01The formatted manpages go to cat6/*.frueauf1-4/+4
1998-08-01Enable xpilot, xpipeman and xsoldier.frueauf1-4/+4
1998-08-01Initial addition of xsoldier-0.96, an updated xgalaga type game with awesomefrueauf6-0/+77
graphics. Closes pr 5891 by Tim Rightnour.
1998-08-01Initial addition of xpipeman-1.5, a connect the pipes to contain thefrueauf7-0/+67
water flow game for X11. Closes pr 5889 by Tim Rightnour.