summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-26Don't use buildlink framework just to do a conditional dependency for ajlam4-52/+2
binary tool. We can now use the tools framework for this. Remove the various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was their only user in pkgsrc.
2005-05-26Teach the tools framework about nroff.jlam12-12/+37
2005-05-26Fix broken GNU configure script that was overriding the SED that waskristerw2-8/+19
passed to it with an empty string.
2005-05-26Fix broken GNU configure script that was overriding the SED that wasjlam2-4/+15
passed to it with an empty string.
2005-05-26Correct broken SSL "configure" test which causes link failures undertron2-5/+14
NetBSD 2.x. This fixes PR pkg/30315 by Torsten Harenberg,
2005-05-26- Note openslp updateadrianp1-1/+2
2005-05-26- Update to 1.2.1 - ok'ed jlam@adrianp10-97/+57
- This incorporates security fixes from SuSE to address the issues they found From the ChangeLog: > 02/04/2005 jcalcote@novell.com > Incorporated various bug fixes from SuSE and others. > Updated Autotools files for version 1.5+
2005-05-26Note revision bumps for vim* to 1.jmmv1-1/+7
2005-05-26Apply patch to recognize NetBSD specific filesystems in fstab. Providedjmmv8-12/+32
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
2005-05-26Use DIST_SUBDIR to find the collections to set up upon installation.jschauma1-2/+2
This should address PR pkg/30335.
2005-05-26Update available ghostscript versions.wiz1-5/+3
2005-05-26Document where documentation should be installed.wiz3-82/+131
2005-05-26Note archivers/bzip2 update.salo1-1/+2
2005-05-26Security update to version 1.0.3salo4-23/+24
- Further robustification against corrupted compressed data. There are currently no known bitstreams which can cause the decompressor to crash, loop or access memory which does not belong to it. If you are using bzip2 or the library to decompress bitstreams from untrusted sources, an upgrade to 1.0.3 is recommended. http://scary.beasts.org/security/CESA-2005-002.txt - The documentation has been converted to XML, from which html and pdf can be derived. - Various minor bugs in the documentation have been fixed. - Fixes for various compilation warnings with newer versions of gcc, and on 64-bit platforms. - The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2. This has been fixed.
2005-05-26o PKG_SUGGESTED_OPTIONS should be set unconditionally.cube1-3/+11
o Really enforce the conflicts between backend-* and frontend-* options, as the recent changes in the options framework might confuse people in that respect. You know have to explicitly remove the suggested options in your PKG_OPTIONS.rt variable.
2005-05-26kile update.markd2-3/+3
2005-05-26Update kile to version 1.8.markd4-22/+128
Kile now offers QuickPreview, UserHelp, new and improved wizards and several bug fixes.
2005-05-26-dmidecodewiz1-2/+1
2005-05-26Updated dmidecode to 2.6 [wiz 2005-05-26]wiz1-1/+2
2005-05-26Update to 2.6, provided by Nicolas Joly in PR 30342.wiz3-12/+12
Changes: bugfixes and more IDs. BeOS support.
2005-05-26Bump BUILDLINK_RECOMMENDED after latest update with security fixes. (hi adam!)salo1-2/+2
2005-05-26Note update of mathomatic.minskim2-3/+3
2005-05-26Update mathomatic to 12.3.3.minskim2-6/+6
Changes: - Yet another improvement to the simplify command. poly2_gcd() was fixed. - Improved bounds checking for gcd(). - Pause command now takes an argument. - Made derivative, extrema, and integrate commands work with non-equations. - An important optimization was made to factor_times(). - Added and tested code for numerical integration. Currently disabled, to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
2005-05-26mDNSResponder update.markd2-3/+3
2005-05-26Update mDNSResponder to version 107.1.markd5-15/+95
Changes: bug fixes, portability Also install the library and header file.
2005-05-26All share/gtk-doc users in pkgsrc have been fixed, remove entry.wiz1-13/+1
2005-05-26Do not create unneeded directory.wiz3-4/+15
2005-05-26Fixed the output of show-tools.rillig1-2/+2
2005-05-26Add:wiz1-2/+5
o Install documentation consistently into share/doc/${PKGBASE} or share/doc/${PKGNAME}, not share/doc/html.
2005-05-26Note addition of p5-Nmap-Parseradrianp2-2/+4
2005-05-26This perl module is here to ease the pain of developing scripts or collectingadrianp4-0/+32
network information from nmap scans. Nmap::Parser does its task by parsing the information in the output of an nmap scan by using the xml-formatted output. An nmap parser for xml scan data using perl. Nmap Parser is a PERL module that makes developing security and audit tools using nmap and perl easier. This is p5-Nmap-Parser version 0.80
2005-05-26Sort, and add ruby-subversion and swig13.wiz1-2/+4
2005-05-26note update of pilrc to 3.2 (numerous enhancements and bugfixes)dillo1-1/+2
2005-05-26update to 3.2: numerous enhancements and bugfixesdillo3-31/+16
2005-05-26Note addition of ukpostcodes-20040515agc1-1/+2
2005-05-26Add and enable ukpostcodesagc1-1/+2
2005-05-26Initial import of a list of UK national postcodes into the Packagesagc4-0/+42
Collection. The list is a five-field CSV file. Free list of UK postcodes The list is formatted as plain text, with each record on a separate line. Each record consists of five fields, each field being separated by a comma. You should be able to import this data into most applications that support "comma separated variables". The five fields are: 1. First part of the UK postcode (area code) 2. x-coordinate (metres) 3. y-coordinate (metres) 4. Latitude 5. Longitude
2005-05-26Renamed -Wexpensive to -Wbl3. By default this option is enabled. Added arillig1-4/+25
subroutine checkfile_buildlink3_mk that performs the basic Makefile checks on buildlink3.mk, if it exists.
2005-05-26Added a command line option -Cexpensive, which enables more expensiverillig1-10/+17
checks. Currently the effects are that buildlink3.mk files are read in. Moved around code in checklines_direct_tools to allow $regex_tools to be used in the list of legitimate shell commands. Added a new rule that legitimates tool names inside double quotes.
2005-05-26Made the horizontal lines 75 characters long.rillig1-3/+3
2005-05-26Renamed $distinfo to $distinfo_file, to match the pkgsrc variable name.rillig1-16/+17
When calculating the value of $distinfo, PKGDIR gets replaced with $pkgdir.
2005-05-26Reduced the debugging messages to the ones that provide useful contextrillig1-38/+16
or additional information about the further checking process.
2005-05-26Made the regular expression for direct use of tools in shell commandsrillig1-6/+10
stricter. Changed capturing groups into non-capturing groups. Added log messages for legitimate uses of tools in shell commands and variables.
2005-05-26netatalk update.markd2-3/+3
2005-05-26Update netatalk to version 2.0.3.markd6-17/+51
Also fix build on NetBSD1.6 Changes in 2.0.3 ================ * NEW: afpd: add a cachecnid option that controls if afpd should use the IDs stored in the AD2 files as cache. Defaults to off. * UPD: afpd: deal with more than 32 groups. * FIX: afpd: several catsearch fixes, based on patch from TSUBAKIMOTO Hiroya. * FIX: afpd: fix a race when a client very quickly reconnects and tries to kill its old session. * FIX: afpd: OSX style symlink caused problems with Panther clients. * FIX: afpd: old files with default type didn't show the right icon in finder, from Shlomi Yaakobovich, slightly modified. * FIX: cnid_check: disable cnid_check if CNID db was configured with transactions and really bail out after the first error. * FIX: admin-group configure option was broken. * FIX: several problems with IDs cached in AD2 files. * FIX: Ignore BIDI in UTF8 hints from OSX. * FIX: Lots of gcc warning fixes. * FIX: small configure script changes.
2005-05-26Make work with python2.4. Bump PKGREVISION.markd3-3/+35
2005-05-26Add enough ANSI C prototypes to tcpd.h to keep mysql4-server happy.markd3-6/+54
2005-05-26Don't use "@" in PKGNAME (was the only package that did).markd1-1/+2
2005-05-26Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225.markd2-10/+18
2005-05-26Marked a bunch of warnings as "vague". These warnings are enabled byrillig1-61/+63
default, but can be disabled by using the -Wno-vague command line option. These warnings will be replaced step-by-step with new-style warnings.