summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-02-26Don't add -Dunix to CPPFLAGS, undoing part of last change.jtb3-13/+14
2001-02-26Fix build of "esound" driver.tron3-4/+17
2001-02-26Do not hardcode locale directory to "share/locale", use "${PKGLOCALEDIR}"tron5-41/+42
instead.
2001-02-26Include <sys/types.h>. Add -Dunix to CPPFLAGS. This might fix Alpha bulkjtb3-17/+16
build problem.
2001-02-26Manually add "libncurses.so.2.1" to package list. This softlink is nottron1-2/+5
part of the RPM archive, it is created by "ldconfig". This fixes PR pkg/12091 by Johnny C. Lam.
2001-02-26Depend on "libiconv" package for full Unicode support.tron1-1/+6
2001-02-26kill some whitespacewiz1-2/+2
2001-02-26Fix sendmail path. pkg/12081.wiz2-1/+19
2001-02-26Update to 1.4.4, pkg/12280. ChangeLog not available.wiz2-4/+4
2001-02-26Update to 1.7, provided by Mipam in private mail.wiz3-12/+17
Changes: lots of bugfixes, many new plugins, SPADE (statistical anomaly detector), and more.
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron30-447/+427
2001-02-26Use whichever of gcc or pgcc is installed during compilation. Also modifyjlam1-5/+16
the dependency to allow either gcc or pgcc of the appropriate version.
2001-02-26Update fileutils package to version 4.0. The very long list of all changestron3-15/+22
can be found in the included change list. This fixes PR pkg/12289 by Daniel Hagerty.
2001-02-26Add "PKGLOCALEDIR" to "PLIST_SUBST" by default.tron1-1/+2
2001-02-26Rename "LOCALEDIR" variable to "PKGLOCALEDIR" to avoid conflicts withtron1-4/+4
"bsd.own.mk" under NetBSD-current.
2001-02-26When we alter installation pathes, alter them everywhere.hubertf2-1/+24
Now kcmkwm(sp?) finds the icons for the buttons etc., fixing PR 8841 by Juha-Matti Liukkonen <jml@cubical.fi>
2001-02-26Install catted man page as .0; fix compilation on -current; andwiz5-3/+49
apply patch from pkg/10906.
2001-02-26Move gnomeicu from net to chat.wiz6-7/+7
2001-02-26Sort.wiz1-82/+82
2001-02-26Update to 0.96, provided by Jared McNeill in pkg/12286, with slightwiz3-48/+107
cleanup. Changes: Lots of bugfixes, multi-party chat support, option to refuse messages from unknowns, icon themes, file transfer fixes, much fewer memory leaks.
2001-02-26change default group from ingres to pgsql, to match behaviour of otherlukem2-5/+5
applications (uname == gname), and because we've removed the default ingres group anyway.
2001-02-26Sync patterns for man page compression with those for PLIST generation.wiz1-6/+6
(cat? should only contain pre-formatted man pages, which our man only recognizes as such if they match *.0).
2001-02-26Mechanical changes to use the pkgsrc autoconf and automake by specifyingjlam5-17/+23
complete paths to these programs.
2001-02-26Knock another 2 off the non-building list.agc10-82/+227
Convert this package to use libtool, much against my better judgement. However, it slots in much more easily than the BSD *.mk structure here.
2001-02-26Add missing slashes and end of some master site URLs.tron1-6/+6
2001-02-26Honor CFLAGS passed in from environment, and for NetBSD/i386, don'tjlam2-9/+10
explicitly pass -m486 flag to compiler.
2001-02-26Update to 1.4.4 and add a bunch of ftp mirrors.mjl2-6/+9
Fixed a bug that shows up on 64 bit BigEndian machines--- it affected no others. Fixed potential problem in pre-parsing binary strings. Bug a fixed affecting only pure termcap-based systems. It has been around a while, I am surprised that it took so long to be discovered.
2001-02-26Add NOT_FOR_PLATFORMS=*-*-alpha as R requires IEEE math. Informationjlam1-1/+4
gleaned from port-alpha mailing list posting by Paul Mather <paul@gromit.dlib.vt.edu> in: http://mail-index.netbsd.org/port-alpha/2001/02/14/0004.html
2001-02-26Add a patch to stop the Hercules emulator dumping core when exitting, fromagc4-1/+73
Wolfgang Solfrank (ws@tools.de)
2001-02-26Automatically initialize RPM database on pkg_install if necessary. Alsojlam3-33/+50
correct DEINSTALL message to refer to the correct directory for the RPM database.
2001-02-26Upgrade to 2.1a (pkgsrc 2.1.0.1): Fixes a security problem.wiz6-33/+25
Closes pkg/12097.
2001-02-26Surround PERL5_* variable definitions in check for definition. This cutsjlam1-1/+7
the number of times perl is invoked substantially as pkgsrc uses a recursive make scheme.
2001-02-26Add definition of PERL5_SITEARCH used earlier in Makefile. This variable is nojlam4-4/+24
longer automatically defined by bsd.pkg.mk, and this package can't USE_PERL5 as it's part of the perl5 meta-package.
2001-02-26Updatejun2-4/+4
mew-1.95b109
2001-02-26 No functional changes:hubertf5-26/+29
* grab manpage from .tar.gz instead of patch file * minor fixes in the Makefile Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-26Update to version 20010225 (more ad patterns).simonb2-4/+4
2001-02-25Fixed typo. Tidied up the Makefile. Don't bother running the tests.jtb7-34/+120
2001-02-25Update the homepage. General face-lift.jtb4-40/+42
2001-02-25Depends on GNU m4 to build, not to run.jtb1-7/+7
2001-02-25Update to 1.6. Changes since 1.5:kristerw7-41/+43
** C64 changes - Fixed REU snapshot bug. - Added Warpspeed and Dinamic cartridge support. - Fixed a bug in NTSC sprite timing. - Pitfall 2 cartridge works again. - Added a symbol file for the built-in monitor which allows moni- toring of ROM sections (use 'll "c64mem.sym"' inside the monitor) ** C128 changes - The Z80 emulation is almost complete now. ** VIC20 changes - Fixed geometry settings. Games that enlarge the screen work now. ** Drive changes - The drive emulation can also read error information from a 40 track D64 image now. - Fixed a bug in vdrive BAM allocation. ** Unix changes - ESD and aRts sound support has been added. ** C1541 changes - Commands to read/write GEOS formatted disks have been added.
2001-02-25Implemented fixes pertaining to PR12206wulf3-5/+1081
Added support for kdelibdocs kde library documentation Added support for c-reference manual Added dependency to kdbg code debugging tool Added dependency to htdig docmentation indexing and search tool
2001-02-25Added and enabled new package kdelibdocswulf1-1/+2
2001-02-25* regen; patches/patch-av was changed.kei1-2/+2
2001-02-25* install man/man1/nbpunrgstr.1, too.kei2-4/+11
2001-02-25Initial release of kdelibdocs - KDE library documentationwulf4-0/+537
2001-02-25* apply tbl to man/man8/papd.tbl before installing.kei1-1/+7
2001-02-25Install "mrtg.1" to "man/man1", too.tron2-2/+4
2001-02-25Only install manual pages for "cfgmaker" as "mrtgcfgmaker.1" and fortron2-27/+31
"indexmaker" as "mrtgindexmaker.1" to avoid name conflicts. All manual pages are installed to "share/doc/mrtg" again.
2001-02-25* patches/patch-ad updated.kei1-2/+2
2001-02-25* added support for vax architechture. Patch supplied by Shinmyoh Koji inkei1-13/+35
pkg/12282. Thanks!