summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Updated ipa to 1.2.9 (provided by Andrey Simonenko in pkg/18859)martti4-17/+17
- Fixed support for 32-bits IP Filter v3.4.x rule group numbers (previous incorrect implementation was introduced in IPA-1.1.3) - Now it is possible to remove not needed accounting systems support with the help of -DWITHOUT_{IPFW|IP6FW|IPFIL|PF} options - Now FreeBSD IPFW2 is supported - "getsockopt(IPV6_FW_GET): Invalid argument" IPv6 Firewall bug was fixed - Minor improvements for IPv4/v6 Firewall support
2002-10-30Note addition of glade2-1.1.2rh1-1/+2
2002-10-30Add and enable glade2rh1-1/+2
2002-10-30Initial import of glade2-1.1.2, a user interface builder for the GTK2+rh4-0/+104
toolkit and GNOME2.
2002-10-30Add HOMEPAGE.seb1-1/+2
2002-10-30Install the scheme.h file as include/tinyscheme.h, to make this packageagc3-5/+7
useful in embedded environments. Fix from Eric Gillespie in PR 18857.
2002-10-30Updated squirrelmail to 1.2.9martti1-1/+2
2002-10-30Updated squirrelmail to 1.2.9martti3-7/+17
* many bugfixes and stability enhancements - register_globals - session handling - preferences * German help texts
2002-10-30Note PKGREVISION bumps of libgnomeprint{,ui}rh1-1/+3
2002-10-30s/USE_X11BASE/USE_X11/ to be consistent with the rest of GTK2/GNOME2.rh4-11/+12
Bump PKGREVISION.
2002-10-30Add and enable jikes112.skrll1-1/+2
2002-10-30Import a jikes-1.12 package into lang/jikes112. This is the latest knownskrll6-0/+75
working version of jikes for wonka. jikes is a java 2 compiler.
2002-10-30Remove unnecessary CXXFLAGS+=skrll1-2/+1
2002-10-30s/711/555/ for EXEMODE.skrll3-2/+17
Bump PKGREVISION.
2002-10-30Note addition of gnome-db-0.8.192rh1-1/+2
2002-10-30Update jikes to 1.17skrll5-36/+15
Jikes version 1.16 represents 9 months of development, 4 megs of patches (when consolidated into one unified diff) covering well over 100,000 lines of changes. Some of the focus of the releaes include: * spec support: - support for JSR 41 (java asserts available in JSDK 1.4!) - tighter JLS/JVMS obedience, including focus on: . Inner classes . Definite (un)assignment * adjusted options: - more gnu-like options available such as --help. - --source and --target options to control how jikes interprets source and emits classes. - more javac compatibility flags added, such as -J * 9 months of miscenalious bug fixes: - over 350 jacks test cases fixed - ZERO jacks test cases regressed This release is dedicated to geeks and the people who love them. Jikes version 1.17 contains a number of bug fixes from Jikes 1.16
2002-10-30Add and enable gnome-dbrh1-1/+2
2002-10-30Initial import of gnome-db-0.8.192, the GNOME2 database applications andrh5-0/+180
libraries.
2002-10-30Add missing buildlink2.mkrh1-0/+37
2002-10-30note that I updated imap-uw twice to imap-uw-2001.1nb2.elric1-1/+3
2002-10-30Note addition of libgnomedb-0.8.199rh1-1/+2
2002-10-30Add and enable libgnomedbrh1-1/+2
2002-10-30Initial import of libgnomedb-0.8.199, the GNOME2 database library.rh6-0/+248
2002-10-30Note update of libgnomecanvas to 2.0.4nb1rh1-1/+2
2002-10-30Update libgnomecanvas to 2.0.4nb1. Changes include:rh2-12/+14
- USE_X11 instead of USE_X11BASE - add missing PKGCONFIG_OVERRIDE
2002-10-30Note update of url2pkg to 1.20rh1-1/+2
2002-10-30Update url2pkg to 1.20. Changes are:rh2-8/+17
- recognise newer GNU configure scripts - USE_BUILDLINK2 - add support for PKGCONFIG_OVERRIDE
2002-10-30Replace homegrown patch with PKGCONFIG_OVERRIDErh3-14/+4
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh81-499/+83
2002-10-30Add PKGCONFIG_OVERRIDE to get rid of tons of unnecessary patches.rh1-1/+14
PKGCONFIG_OVERRIDE may contain a list of ".pc.in" pkgconfig template files that require the addition of -Wl,-R in the pre-configure stage.
2002-10-30Fail if krb5_init_context fails in ckp_gss.c.elric1-0/+18
2002-10-30In the previous commit, I broke the non-kerberos setup. Thiselric4-26/+61
occurred because gss_import_name() was segfaulting if /etc/krb5.conf was not found. To fix it, I swapped the krb5_init_context() and the gss_import_name() calls, since krb5_init_context() will fail if krb5 is not configured and I can fail appropriately. I also changed slightly how the documentation is installed by the main Makefile, because the ${CP} was relying on the non-existence of the target directory.
2002-10-30Note addition of libgda-0.8.199rh1-1/+2
2002-10-30Add and enable libgdarh1-1/+2
2002-10-30Initial import of libgda-0.8.199, the GNU database access library. Thisrh8-0/+328
version only comes with a default XML backend enabled. Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
2002-10-30Move the sed command in _BLNK_{,UN}TRANSFORM_SED into a sed command filesjlam5-234/+238
.transform.sed and .untransform.sed that are generated by a new gen-transform.sh shell script. This avoids all of the silliness with exceeding the length of the value of a make variable that brought about breaking the original _BLNK_TRANSFORM_SED into _BLNK_TRANSFORM_SED.[1-4]. It's also vastly easier to understand the gen-transform.sh script as opposed to the juxtaposition of make and sed regular expressions, a.k.a. massive eyesores, that were in bsd.buildlink.mk. Also fix the directory protection scheme so that it might actually work if the pkgsrc directory is a subdirectory of /usr/pkg (${LOCALBASE}). Lastly, filter out /usr/X11R6 (${X11BASE}) if the package doesn't define USE_X11. This should catch packages that use X11 without announcing it, and avoids one way you can circumvent buildlink2.
2002-10-29Note update of gtk-gnutella to 0.91rh1-1/+2
2002-10-29Update gtk-gnutella to 0.91. Provided in PR pkg/18805 by Christian Biere.rh8-39/+59
Changes include: * Now uses HTTP/1.1, which implies support for persistent connections. * gtk-gnutella will now monitor whether we're connected to Internet and slow down its connection requests when it detects the connection was broken (after a delay of ~3 minutes at most). * Download swarming is now supported: gtk-gnutella will download different portions of the same file from many hosts, as long as alternate sources are available. * The download mesh (alternate source collection during downloads) is now used to fill the download queue with more sources. * Alternate locations can also be passively collected from query hits. You can enable this in the swarming section on the download config pane. * Download scheduling was entiretly redesigned to avoid hammering busy hosts and scale to 5000+ entries in the queue without slowing down the whole. * Is now smart about the "push" flag and will try to ignore it if possible, in case the remote host wrongly set the flag but is not firewalled. * gtk-gnutella now remembers the files it downloaded and will ignore further requests to download the same file. It will visually mark those files, as well as the ones it already shares, by showing them in lighter color in the search results. * It is possible to supply to gtk-gnutella your own ignore lists by SHA1 and by name/size but the feature is under-documented. * Added an "expert mode". Only when this is enabled will gtk-gnutella show the users some of the most complex settings. * New Gnutella statistics pane, showing the packets we sent and received, how many we generated, and the reasons why we drop packets, by packet type. * Now understands UTF-8 queries, but does not generate them. * Fixed important bugs whereby all earlier versions of gtk-gnutella were unintentionally corrupting the Gnutella traffic! * Moved away from the public hostcaches and now uses the Gnutella Web Cache. * Will now show all upload attempts, not only the ones that are transferring. If the connection is aborted, the reason is also shown. * New search stats types: queries by router, whole query. * "Queries by router" shows how many queries have been recieved from any node gtk-gnutella was directly connected to. * "Whole query" shows stats based on the complete query string instead of individual query words. * New visual indications via icons in the status bar: whether gtk-gnutella is rebuilding the library, computing SHA1 of shared files in the background, and whether we are connected to Internet or not. KNOWN BUGS/PROBLEMS: * When changing the directory for incomplete/complete files, all partially downloaded files recorded in ~/.gtk-gnutella/fileinfo will still be downloaded to the old directory. You need to manually change the paths in above file using search/replace and your favourite text editor. * Sorting order of tables is not perserved across sessions. * Marking/highlighting of results/downloads/uploads heavily depends on your GTK theme. Especially most themes do not set fg[ACTIVE] and fg[NORMAL] to different values. * There is currently no way to un-ignore a file via the gui. You can however edit the done.sha1 and done.namesize files in your ~/.gtk-gnutella directory manually. Unignoring via gui is planned for the next release.
2002-10-29if to elifjlam1-2/+2
2002-10-29Replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. Noted by Manuel Bouyer.wiz1-2/+2
2002-10-29There was apparently an inadvertant "dj" in vi command mode that killedjlam1-2/+4
two lines, and broke alpha and arm detection on Linux as a result.
2002-10-29Updated rocksndiamonds to 2.1.1nb1heinz1-1/+2
2002-10-29Bump package revision to 1. New patch-ak fixes bug in Joystick supportheinz3-3/+28
(tested on i386).
2002-10-29Tell configure script to look for iconv; move iconv dependency to common ↵wiz3-6/+6
Makefile.
2002-10-29convert to use buildlink2 (trivial - NO_BUILD)drochner1-2/+3
2002-10-29updated frotz to 2.43dillo1-1/+2
2002-10-29update to 2.43:dillo3-74/+36
- confirmed working with NetBSD 1.6's curses - various other bugfixes
2002-10-29Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix build failure.wiz1-2/+2
2002-10-29cdrdao/gcdmaster updatedrochner1-1/+3
2002-10-29update to 1.1.7drochner6-27/+64
relevant changes: -can now copy cds with just one drive -Added switch to enable the overburn mode -Added selection of the sub-channel reading mode -Fixes