summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-09Fix IPv6 detection on Darwin. Patch supplied by itojun in private e-mail.jlam3-17/+85
2002-09-09We don't symlink binaries into ${BUILDLINK_DIR}/bin because they mayjlam1-24/+21
conflict with wrapper scripts. Also modify INCOMPAT_BINUTILS to take ${MACHINE_PLATFORM}-style wildcards.
2002-09-09Added dependency on libiconv, per pkg/18041. Bump PKGREVISION.wiz1-2/+8
2002-09-09unusedwiz1-41/+0
2002-09-09Add some more files. From Julio Merino in pkg/18218.wiz1-1/+2
2002-09-09Add MESSAGE explaining the need for a well-configured openssl installation.wiz1-0/+13
From Julio Merino in pkg/18214.
2002-09-09* buildlink1 --> buildlink2.jlam5-26/+33
* Pass the LDFLAGS through to the build process so that the final binaries are built with the appropriate -Wl,-R flags. This should fix pkg/18054. * Use ROOT_{USER,GROUP} instead of hardcoding "root" and "wheel" when installing poppassd.
2002-09-09Remove two unnecessary EXECs, and replace a dirrm with unexec RMDIR.wiz1-4/+2
The latter requested by Julio Merino in pkg/18213.
2002-09-09Fix buildlink2.mk file, per pkg/18225 by Julio Merino.wiz1-2/+2
2002-09-09unusedwiz1-41/+0
2002-09-09Add ld.so.hints file, as requested in pkg/18145.wiz2-2/+8
2002-09-09Remove INSTALL and DEINSTALL scripts, as requested in pkg/17451 and 18058.wiz2-57/+0
2002-09-09Update to 1.8.4, from Marko Schuetz in pkg/18017.wiz2-7/+8
Changes unknown.
2002-09-09Update to 20020811.2, from pkg/17866.wiz2-7/+9
Changes: Import the patch from Robert Elz: 1) do not reset the interface flags when terminating . 2) do not output to default logname when terminating, if -f option is not given.
2002-09-09Add patch that might fix pkg/17715, submitter never replied.wiz2-1/+15
2002-09-09Patch the man page at pre-build instead of post-build so the catpage isjlam1-2/+2
generated with the fixes.
2002-09-09Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}"jlam3-33/+8
in the package Makefile in one step instead of three.
2002-09-09note that:pooka1-5/+4
* OSS is used by default, not null * default_driver, not default_device noted by Ilpo Ruotsalainen
2002-09-09Define libglade-buildlink. Fixes pkg/18230 by Julio Merino.jlam1-2/+2
2002-09-09- pull in the last bit of changes to sync this up with the netbsd-1-6-RELEASEdmcmahill7-14/+49
gcc. - enable building shared libstdc++ - add a -R to LDFLAGS in Makefile.gcc to point to the shared libs this pkg installs
2002-09-09Add R-grid and R-lattice.markd1-1/+3
2002-09-09Update to recommended set for R 1.5.1.markd17-51/+62
Specific changes to each module are not listed anywhere easy.
2002-09-09Initial import of R extension library lattice, version 0.5-3markd3-0/+20
Implementation of Trellis Graphics
2002-09-09Initial import of R extension library grid, version 0.6markd3-0/+19
Graphics layout capabilities, plus some support for interaction.
2002-09-09buildlink2markd1-2/+4
2002-09-09Update R to 1.5.1, switch to buildlink2, change maintainer.markd5-2668/+311
User-Visible Changes o XDR support is now guaranteed to be available, so the default save format will always be XDR binary files, and it is safe to distribute data in that format. (We are unaware of any platform that did not support XDR in recent versions of R.) gzfile() is guaranteed to be available, so the preferred method to distribute sizeable data objects is now via save(compress = TRUE). o pie() replaces piechart() and defaults to using pastel colours. o formatC has new arguments (see below) and formatC(*, d = <dig>) is no longer valid and must be written as formatC(*, digits = <dig>). o Missingness of character strings is treated much more consistently, and the character string "NA" can be used as a non-missing value. o summary.factor() now uses a stable sort, so the output will change where there are ties in the frequencies. Plus lots of new features and many bug fixes.
2002-09-09Update to version 0.28. Changes include:heinz5-14/+72
- simple nameserver - support for TSIG and DNAME resource records - dynamic updates - should be compatible with perl 5.005_3
2002-09-08Add conflict with p5-Mail-SpamAssassin (for those who still have it installed).wiz1-1/+3
2002-09-08* Replace MACHINE_ARCH with BLACKDOWN_ARCH.schmonz2-51/+46
* Improve some formatting.
2002-09-08* Introduce BLACKDOWN_ARCH, which is usually just ${MACHINE_ARCH}schmonz6-97/+111
(but is "ppc" on powerpc), and use it instead of MACHINE_ARCH where applicable. * Introduce BLACKDOWN_REL, which is usually just "FCS-02b" (but is "rc1" on arm). * Simplify how MASTER_SITES and DISTFILES get defined. * Improve some formatting. * Replace literal "i386" in PLIST with ${BLACKDOWN_ARCH}. * Adjust bin/.java_wrapper for powerpc platforms, and update the similar patch for bin/realpath. On NetBSD/powerpc, this greatly reduces noise during package installation, and gets us further at runtime. Believe it or not, seeing "/lib/libc.so.6: version `GLIBC_2.2' not found" is an improvement.
2002-09-08Converted to use buildlink2, and allow installation on powerpc.zuntum1-9/+8
I'm commiting this change upon schmonz's request, as he can't reach cvs server right now.
2002-09-08Add a "list" target which invokes "pkg_info -L" for the current package.tron1-1/+5
2002-09-08Switch to configuration tool with 128Bit encryption support. It istron2-6/+7
required to use WEP128 with Airport Base Stations which have been updated with a Lucent Orinoco Gold card. Bump package revisiont to 1 to reflect this change.
2002-09-08For this to work nicely on Linux, we need to:jschauma3-6/+12
- add -lapm to LDFLAGS (which was removed during patching) - ifdef our own net_apm.cc (created during patching) - change ONLY_FOR_PLATFORMS from ... Linux-*-i[3-6]86 to ... Linux-*-* (all Linuxen should have include/apm.h)
2002-09-07We use i386/apmvar.h; other architectures will require modificationjschauma1-1/+7
of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in patch-ak . I dont' have access to other ports, so for now: ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
2002-09-07add and enable bbapmjschauma1-1/+2
2002-09-07Initial import of x11/bbapm into pkgsrc.jschauma18-0/+560
bapm is an APM meter for Blackbox, which shows the battery status of your laptop in a decorated window, simulating the look of the Blackbox toolbar. bbapm is based on bbsload. This package is based on the FreeBSD port and the OpenBSD patches posted to http://bbtools.windsofstorm.net written by Michael Henson (mike at axl dot net). Various changes by yours truly.
2002-09-07Enable transparent session IDshubertf1-2/+3
2002-09-07Add patches from freebsd I forgot last time aroundmjl3-1/+31
2002-09-07Update to version 20020906. Add more ad patterns. Also adds a newsimonb4-15/+17
variable (STUBURL_COUNTERHTML); users should update to the latest adzap.conf as shown in the message.
2002-09-07mdoc fixes, ispell.wiz1-28/+22
2002-09-07Use 7bit characters only.wiz1-1/+1
2002-09-07Update haskell-mode to version 1.43.kristerw4-13/+23
Changes since previous version include misc bug fixes and improved documentation.
2002-09-07Update emulators/vice to version 1.10.kristerw4-43/+54
Changes since vice-1.9 include: ** General - The keyboard handling has been reworked. In most ports the keys can be assigned by *.vkm files. - Fixed display bugs during warp mode. - The autostart function prepares the drive with last accessed track, sector and buffer data now. - The opcode fetch of the 65xx CPU emulation is more accurate now. ** C64 changes - A processor port bug has been fixed, so IWM Diamonds works again. - Fixed a bug in the Retro Replay emulation. - Added support for IDE64 interface emulation. ** C128 changes - Added DIN charset support. - Added support for second color bank. ** VIC20 changes - Access to unconnected address space has been fixed. ** VIC-II - $d016 xsmooth emulation is cycle exact now! - Many small bugs in the VIC-II emulation have been fixed. - Accessing unconnected address space returns last phi1 data read by the VIC-II now. - Fixed bug loading a snapshot image with sprites enabled. ** Drive changes - Implemented firmware ROM mirrors. ** Tape changes - The image content lister lists the contents of TAP images too.
2002-09-07Remove dependency on autoconf/automake and finish buildlink2 conversion.jlam7-25/+306
2002-09-07Add to the "suggested enhancements" the cross-building of pkgs whichthorpej1-1/+4
are capable of doing so (e.g. ones that use GNU autoconf properly).
2002-09-07Filter out -R and -Wl.-R arguments that point to /usr/local as well asjlam2-3/+5
just -I and -L (modulo if LOCALBASE == /usr/local).
2002-09-07Use buildlink2 and pass an extra flag to the configure script so that ifjlam1-3/+4
RSAref is used, then the library may be found.
2002-09-07Be a little bit more descriptive about what the GNOME canvas is.rh1-0/+8
2002-09-07Add and enable libgnomecanvasrh1-1/+2