summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-12Update to latest available version 4.3.99.902-43.42.5skrll2-7/+7
Bump PKGREVISION. OK'd by tron.
2005-05-12Fix test for whether PERL5_PKGSRCDIR is defined -- there shouldn't bejlam1-2/+2
${...} around PERL5_PKGSRCDIR.
2005-05-12Observe the following:jlam2-4/+10
VAR= a PTR= VAR ${PTR}?= b Given these definitions, ${VAR} == "b" (unintuitively). We can work around this by doing: VAR= a PTR= VAR .for _v_ in ${PTR} ${_v_}?= b .endfor In this case, ${VAR} == "a" (as expected). Use the second form of assignment in this changeset so that the expected behavior happens for the "TOOL" name variables. This fixes "recursively defined" errors for some of the "TOOL" variables when the pkgsrc tool replaces the system-supplied one.
2005-05-12There's no need to check for EXTRACT_SUFX when figuring out whether wejlam1-2/+2
need to use bzcat for patches. bsd.pkg.extract.mk can figure out independently whether bzcat is needed for distfiles. This fixes PR pkg/30206.
2005-05-11Under the new tools framework, we use TOOLS_AWK to represent the awkjlam1-2/+3
program that the software itself uses. Duplicate that using the old framework to ease integration.
2005-05-11Make these two files aware of the new tools framework to ease integration.jlam2-3/+27
These files would normally go away after packages have been taught to replace including autoconf.mk with "USE_TOOLS+= autoconf", and similarly for automake.mk.
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam11-35/+37
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level make process, not the software's own make process.
2005-05-11I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually usejlam7-21/+21
to pass make flags to bmake.
2005-05-11Note pflkm update.peter1-1/+2
2005-05-11Update to 20050511. Changes:peter4-13/+35
Updated to OpenBSD 3.7 pf: * Support limiting TCP connections by establishment rate, automatically adding flooding IP addresses to tables and flushing states (max-src-conn-rate, overload <table>, flush global). * Improved functionality of tags (tag and tagged for translation rules, tagging of all packets matching state entries). * Improved diagnostics (error messages and additional counters from pfctl -si). * New keyword set skip on to skip filtering on arbitrary interfaces, like loopback. * Several bugfixes improving stability. ALTQ is now also supported by using the option 'altq', see the homepage for information about how to apply the kernel patch. Approved by: Thomas Klausner <wiz@NetBSD.org>
2005-05-11Minor spelling and wording fixes.rillig1-20/+21
2005-05-11Documented the (inconsistent) behavior of .for loops. Renamed ``atoms'' torillig1-27/+31
``strings''. Removed trailing whitespace.
2005-05-11Fixed the paragraphs that documented the quoting mechanisms. They had beenrillig1-11/+36
horribly incorrect.
2005-05-11Needing automake implies needing autoconf. Match the version requirementsjlam1-1/+5
outlined in mk/automake.mk.
2005-05-11Rewrite so that we avoid needing to check the value of TOOLS_REAL_CMD.*jlam2-105/+100
within make. This allows us to use EVAL_PREFIX to locate the installation prefix for autoconf and automake, which is more pkgviews-friendly. In any case, this implementation is a lot simpler anyway.
2005-05-11Use EVAL_PREFIX to be pkgviews-friendly.jlam2-67/+132
2005-05-11Move the arm-specific hack into the hacks.mk file, and properly documentjlam2-8/+11
what is happening.
2005-05-11Suggest GNOME Evince, a PDF/postscript viewer as something to package.reed1-1/+9
2005-05-11Note update of graphics/ruby18-RMagick package to 1.8.0.taca1-1/+2
2005-05-11Update ruby-RMagick package to 1.8.0.taca7-31/+309
Based on PR pkg/30171, I limit this pacakge available only for ruby-1.8.X. Though document says it works with Ruby 1.6.7 and lator, it didn't build with ruby16-base pacakge. Change Log. RMagick 1.8.0 - April 30, 2005 o Added Image#shadow (ImageMagick 6.1.7) o Added Image::Info#undefine, #[], #[]= o Added sigmoidal_contrast_channel, sepiatone to Image class (ImageMagick 6.2.1) o Added JPEG2000Compression constant (ImageMagick 6.2.2) o Incorporated RVG classes o Added RVG documentation, examples, updated installer o Tested with ImageMagick 6.2.2-0, latest GraphicsMagick 1.2
2005-05-11Ditto citkit.dl.sourceforge.net.tv1-2/+1
2005-05-11Remove belnet.dl.sourceforge.net; it may as well be completely dead.tv1-2/+1
2005-05-11Removed trailing whitespace. Changed some other details to make mdoclint(1)rillig1-15/+15
a little happier.
2005-05-11Corrected the part where splitting variables into words is explained. Addedrillig1-2/+19
an illustrating example.
2005-05-11Bump BUILDLINK_RECOMMENDED after latest update with security fixes.salo1-2/+2
2005-05-11Update tnftp to 20050511.lukem1-1/+2
Notable changes: * Improve timeout handling during connection initiation * Prevent coredump with long command lines when editing is enabled.
2005-05-11Update to tnftp-20050511.lukem1-2/+4
2005-05-11Merge tnftp 20050511.lukem45-523/+829
(Future merges should be easier as this time I froze the vendor RCSIDs)
2005-05-11Updated gtk-gnutella to 0.95.2adam2-3/+3
2005-05-11Changes 0.95.2:adam2-15/+12
- GTKG generated up to four times more traffic than was needed between GTKG Ultrapeer and GTKG leafs. - Improved firewall status detection: if you are not firewalled then GTKG is now less likely to claim that you are. - Fix a build problem for some versions of Glade - A few minor bugs fixed Changes 0.95.1: - Bitzi tickets are now persistently cached so that tickets are available again after restarting GTKG. - Improved Unicode support: - Search improvements: - [GTK2] GUI updates: - The GUI uses SI prefixes according to IEC 60027-2 (2000-11) Ed. 2.0 everywhere, so hard disk vendors won't fool you any longer. - Compatibility fixes to allow compilation on more architectures, including 64 bit architectures. - There are now two hostiles.txt, a system-wide ("global") and one in the ~/.gtk-gnutella directory. So you only need to put private additions into ~/.gtk-gnutella/hostiles.txt. These files are also automagically reloaded on change, so you don't need to restart Gtk-Gnutella to make the changes effective. - Updated listings for geographic information, bogus addresses and spam sites. - Greatly enhanced stability as compared to 0.95 due to many bug fixes.
2005-05-11Update to tnftp 20070806.lukem1-1/+1
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2005-05-11Update to tnftp 20070806.lukem11-11/+11
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2005-05-11Update to tnftp 20070806.lukem6-6/+6
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2005-05-11Rewrite logic that defines the targets that create the tools underjlam1-23/+36
${TOOLS_DIR} so that we avoid inspecting various variables during the top-level make invocation -- rather, we defer inspection until the target is actually made. This allows TOOLS_REAL_CMDLINE.*, TOOLS_REAL_CMD.*, and TOOLS_REAL_ARGS.* to be defined after bsd.tools.mk is included and still affect the creation of the tools under ${TOOLS_DIR}.
2005-05-11tnftp 20050511.lukem71-1337/+4612
Notable changes: * Improve timeout handling during connection initiation * Prevent coredump with long command lines when editing is enabled.
2005-05-11Don't forget to pass the rest of the command-line arguments "$@" tojlam1-2/+2
the command, or else the wrapper will ignore all of its arguments. This fixes the rpcgen script to actually work.
2005-05-11Fix the makeinfo wrapper to actually accept arguments by fixing thejlam1-2/+3
value of TOOLS_REAL_CMDLINE.makeinfo. In this case, we split MAKEINFO into the command and the arguments, and allow the default command line to be constructed.
2005-05-11Define the "TOOL" names for the tools to be the same as the "TOOLS_TOOL"jlam1-19/+26
names if the former are undefined. This allows the "TOOL" names, e.g. GMAKE, YACC, etc., to be used by package Makefiles for simplicity.
2005-05-11Separate out the variables and targets for the "extract" phase into ajlam2-141/+178
separate file pkgsrc/mk/bsd.pkg.extract.mk. Also, include this file ahead of the inclusion of bsd.tools.mk so that tools required to extract are created by the tools framework.
2005-05-11Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk tojlam4-8/+10
consolidate the files for that framework in one directory.
2005-05-10Update exim to 4.44nb3 and exim-exiscan to 4.44_28nb2.abs3-6/+6
- The exim user does not need a fixed uid defined at build time Noted by Masao Uebayashi some long time ago
2005-05-10regen.wiz2-536/+536
2005-05-10Some fixes and minor improvements.wiz1-6/+6
2005-05-10Fix typo.wiz1-2/+2
2005-05-10Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment toabs2-4/+6
python24/Makefile for next update
2005-05-10mention error and vischristos1-1/+3
2005-05-10Add a new vis/unvis package.christos4-0/+28
2005-05-10It's actually /usr/contrib/bin/gawk.jlam1-2/+2
2005-05-10tla-1.3.2recht2-3/+3
2005-05-10update to tla 1.3.2recht5-52/+126
This release fixes a number of minor bugs and adds initial support for more extensive metadata support, upgrades `libneon', and includes internal improvements.