summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-22getopt() returns an int so that -1 can be distinguished from any characteris4-3/+28
value (xls2csv wouldn't accept any command line without this fix). While we're here, add <stdlib.h> to analyze.c so that exit() is declared.
2005-06-22We were writing the wrong directory path for the location to thejlam1-2/+2
uninstalled libtool archive in the case where we build it into some place other than the current directory. Older versions of libtool didn't allow you to build a *.la file anywhere other than the current directory, and libtool-fix-la made use of this assumption in libtool's behavior. More recent versions of libtool *do* let you build a *.la file anywhere you'd like, so instead of blindly assuming it's the current directory, use the path to the argument of the -o option. This embeds the proper directory path into the uninstalled libtool archive. This has no impact on packages that just build libtool archives into the current directory. The packages that *are* impacted are the ones that: (1) pkgsrc converted to use libtool, and, (2) build shared libraries that are linked into other things as part of the build, and, (3) builds the libtool archives in some place other than the current directory.
2005-06-22Updated www/p5-CGI to 3.10.reed2-3/+3
2005-06-22Correct path for ASF MASTER_SITES (thanks to Mark Davies).heinz1-2/+2
2005-06-22Update to version 3.10 which is apparently neededreed2-7/+6
for new apache2/modperl2.0. This will close PR #30302. Changes says: Version 3.10 1. Added Apache2::RequestIO, which is necessary for mp2 interoperability. Version 3.09 1. Fixed tabindex="0" when using CGI to create forms without a prior start_html 2. Removed warning about non-numeric MOD_PERL_API_VERSION. Version 3.08 1. update support for mod_perl 2.0. versions prior to mod_perl 1.999_22 (2.0.0-RC5) are no longer supported. Version 3.07 1. Fixed typo in mod_perl detection. Version 3.06 1. Fixed bare call to script() in start_html 2. Moved Fh::DESTROY out of autoloaded functions so as to avoid clobbering $@ when CGI functions are executed in an eval{} context. 3. mod_perl 2.0 version detection patch in CGI::Cookie provided by Allen Day. 4. autoEscape() flag is now respected when generating extra attributes. 5. Tests for *tag start/end generation from Shlomi Fish. 6. Support for can() method provided by Ron Savage. 7. Fix for lang='' when outputting XHTML. 8. Added support for chunked transfer encoding, as suggested by Hakan Ardo 9. Fixed clobbering of row and column headers in tableized radio and checkbox groups, as reported by Nicolas Thierry-Mieg. 10. <Label> tags are now associated with form elements, as suggested by accessibility guidelines. 11. The <?xml> directive produced by start_html is now turned off by default and the charset is specified in a <meta> directive. Apparently IE6 (and maybe some versions of Opera) were getting confused by this. 12. Support for tab indexes. 13. Retired the HTML docs. The POD docs are now primary documentation. 14. CGI::Carp now correctly detects and handles Apache::Dispatch. 15. CGI::Util::utf8_chr now correctly sets the UTF8 flag on 5.006 or higher perls (fix courtesy Slaven Rezic).
2005-06-22Note net/tor update.salo1-1/+2
2005-06-22Security update to version 0.0.9.10salo2-6/+6
Changes: Bugfixes on 0.0.9.x (backported from 0.1.0.10): - Refuse relay cells that claim to have a length larger than the maximum allowed. This prevents a potential attack that could read arbitrary memory (e.g. keys) from an exit server's process. Bugfixes on 0.0.9.x: - If unofficial Tor clients connect and send weird TLS certs, our Tor server triggers an assert. This release contains a minimal backport from the broader fix that we put into 0.1.0.4-rc. Approved by <jlam>
2005-06-22Fix finding perl in the Configure for the new tools infrastructure.markd2-10/+12
Also change dependencies from build to run as needed while in use. oked during "deep freeze" by Alistair Crooks.
2005-06-22Update PKG_OPTIONS variable "PAM" to "pam".taca1-3/+3
2005-06-22* Ensure NETCDF is defined properly during the build. As part of thisjlam16-121/+92
change, remove some unnecessary changes to the configure script and makefiles that caused @NETCDF@ to be substituted since the existing mechanism (simply set NETCDFHOME in the environment) is more than sufficient. * Remove some unnecessary changes to the configure script and makefiles to cause @LIBTOOL@ to be substituted. We can simply pass in the right value via MAKE_ENV instead of hardcoding the value. * Fix a place where we weren't calling the compiler correctly, which broke the build of certain programs that should be installed and which were already listed in the PLIST. * Add --mode=MODE tags in the appropriate places to suppress the warnings from libtool that were cluttering the build log. Commit approved during the deep freeze by <agc>.
2005-06-22libtiffxx needs to be linked against the C++ runtime libraries libCrungrant1-1/+7
and libCstd when building with sunpro. ok'd by jlam@
2005-06-22remove CPPFLAGS=-Xc workaround for Solaris/sunpro which is no longergrant1-9/+2
needed (and now breaks the build).
2005-06-21Back out the previous change and add a comment to qt3-libs/Makefile.commonjlam2-4/+12
noting why we did so, and that this will be fixed after pkgsrc-2005Q2 is branched. Bump the PKGREVISION.
2005-06-21Fix incorrect declaration for strl* and avoid re-defining CPP macros.jlam4-1/+40
This fixes compiler warnings and lets this build with -Werror. This fixes the build on NetBSD. Commit approved during the deep freeze by <agc>.
2005-06-21Add RPM2PKGSTRIP line to fix installation with suse91 packages.wiz1-1/+2
Closes PR 29611. Commit during deep freeze approved by agc@.
2005-06-21The configure script is broken and doesn't accept our YACC definitionjlam1-1/+3
because it's a full path to bison. Force HAVE_YACC=yes to sidestep the stupid extra check added by the gcalctool authors. This should fix the build of gcalctool. Commit approved during the deep freeze by <agc>.
2005-06-21Only some platforms build the dynamically-loadable modules. On others,jlam3-61/+75
the modules are statically-linked into the ircservices executable. This fixes the installation of chat/ircservices on platforms where dlopen() doesn't obey its "mode" argument, e.g. RTLD_NOW. Unfortunately, NetBSD/amd64 currently falls into this category (port-amd64/30570), but this will also fix installation on any a.out NetBSD or OpenBSD platform. Approved for commit during the deep freeze by <agc>.
2005-06-21a 'no commercial use' clause hidden three levels deep in source files.spz1-1/+2
I am so thrilled ..
2005-06-20Fix pkgsrc path to bash (not old bash2).wiz1-2/+2
2005-06-20Note the PKGREVISION bump i commited some earlier today for the packageskristerw1-1/+5
print/apsfilter sysutils/fsv textproc/groff wm/qvwm
2005-06-20Fix variable names to start with "BUILTIN_FILES_" as expected by thejlam3-11/+11
find-files.mk fragment. This fixes the version number detection for Mesa, XFree86, and X.org.
2005-06-20note x11/qt3-libs to 3.3.4nb1dmcmahill1-1/+2
2005-06-20move the post-patch to pre-configure since it is somewhat configure-likedmcmahill2-3/+4
in nature. This makes sure we get the correct libtool which fixes a problem where the installed .la files have references to ${WRKSRC} left in them. Fix suggested by Johnny Lam. Bump PKGREVISION.
2005-06-20x11.version.mk doesn't necessarily provide a definition forjlam1-1/+4
BUILTIN_X11_VERSION.${X11_TYPE}. Clarify this in the comment header.
2005-06-20Security update for security/sudo to 1.6.8p9. Changes from versionjlam3-8/+9
1.6.8p7 include: 562) Fixed noexec functionality on Linux. 564) Fixed a bug that prevented Heimdal authentication from working. 566) A sudoers entry with sudo ALL no longer overwrites the value of safe_cmnd. This fixes the privilege escalation vulnerability noted in http://www.courtesan.com/sudo/alerts/path_race.html
2005-06-20Note trac-0.8.4 update.epg1-1/+2
2005-06-20Update to Trac 0.8.4 (June 19, 2005)epg2-6/+6
http://svn.edgewall.com/repos/trac/tags/trac-0.8.4 Upstream changelog: * Fixed file upload vulnerability. Trac could be tricked into uploading files outside the environment directory. All users are recommended to upgrade. Vulnerability found by the Hardened-PHP project. Thanks adrianp@NetBSD.org for the heads-up.
2005-06-20Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-20Prevent paths to the build directories from being included in the package.kristerw3-6/+11
Bump PKGREVISION.
2005-06-20Allow package revisions in dependences on "nessus-core" andtron1-3/+3
"nessus-plugins". The package can now be installed again after the recent change to the "nessus-plugins" package.
2005-06-20Make xworld work with USE_X11=xorgwennmach3-10/+18
Patches provided by Antoine Reilles in PR pkg/30376
2005-06-20Fix path of clamscan. Bump PKGREVISION.markd1-2/+3
2005-06-20Heimdal 0.6.5 updatelha1-1/+2
2005-06-20Update to Heimdal 0.6.5lha2-6/+6
Changes in release 0.6.5 * fix vulnerabilities in telnetd * unbreak Kerberos 4 and kaserver
2005-06-20Note update of "audit-packages" package to version 1.37.tron1-1/+2
2005-06-20There is no need to use package revision for this package. Therefore bumptron1-3/+2
version number to 1.37.
2005-06-20The world does not only use GCC on Intel-based machines. Don't hardcodejlam2-1/+15
"-mcpu=<cpu>" into the compiler options. This should allow this package to build on platforms that GCC does not yet recognize as a cpu-type for which it can optimize, e.g "x86_64".
2005-06-20This package also doesn't build on x86_64 due to "severe LP64 problems".jlam1-2/+2
2005-06-20Move some files that were mis-listed in PLIST into PLIST.opt. Thosejlam2-4/+4
files are only built and installed if "opt" is passed as a build target. This fixes installation on platforms on which the native-code compiler is not supported, e.g. NetBSD/amd64.
2005-06-20Until pkgsrc gets a databases/db1 package, we must always prefer thejlam1-1/+6
native db1 package because the alternative doesn't yet exist.
2005-06-20Back out the two last changes to the floating point code, since itkristerw16-554/+2
broke the package for NetBSD 1.6.
2005-06-20Note PKGREVISION bump of security/mit-krb5.kristerw1-1/+2
2005-06-20Disable thread support per request of jlam.kristerw1-5/+3
Bump PKGREVISION.
2005-06-20mention native fstat for netbsddan1-2/+2
2005-06-20Note PKGREVISION bump of misc/celestia-gnome.hira1-1/+2
2005-06-20Use devel/GConf2/schemas.mk. Bump PKGREVISION.hira2-13/+10
Reviewed by minskim@.
2005-06-20Don't install celestia.schemas. This fixes PR pkg/30066.hira3-4/+25
2005-06-20Allow for explicit PREFER.<pkg> settings to override PREFER_NATIVE andjlam1-6/+7
PREFER_PKGSRC.
2005-06-20Prevent paths to the build work directories being included in the packages.kristerw1-2/+4
2005-06-20Modify the awk script that searches the PATH for tools to avoid lookingjlam3-3/+25
at any directories starting with ${WRKDIR}. This fixes the various netsaint plugin scripts that had hardcoded ${WRKDIR} paths to tools. Bump the PKGREVISION to 8.