summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-23Split out the check-wrkref implementation and related variables fromjlam2-68/+78
bsd.pkg.mk into bsd.pkg.check.mk file.
2005-06-23Split out the check-files implementation and related variables intojlam2-114/+262
a new bsd.pkg.check.mk file. This new file will eventually collect all of the various "check" targets that are run at install-time. While here, change the implementation of check-files so that it is not so monolithic. Change the meaning of the CHECK_FILES variables so that if it's not "no", then the file checks are run. Also, allow these checks to be run if the user explicitly sets CHECK_FILES in /etc/mk.conf, even if PKG_DEVELOPER is not defined.
2005-06-23Updated mrtg to 2.12.2martti2-3/+3
2005-06-23Updated mrtg to 2.12.2martti5-21/+24
* fix warnings produced by pkglint * fix portname math in indexmaker * accept extreme networks switches for ifAlias in cfgmaker * set unknown values to 0 for threshold checking if unknonwnaszero is set * updated NetWare integration
2005-06-23postfix 2.2.4martti1-1/+2
2005-06-23Updated postfix to 2.2.4martti2-6/+6
20050517 Bugfix: in a DSN report, the original recipient should not be xtext encoded. File: bounce/bounce_notify_util.c. 20050523 Bugfix: mymalloc() panic with mistyped server host list. File: global/dict_pgsql.c. 20040530 Bugfix: TLS MUST_NOPEERMATCH didn't work (inherited from TLS patch), and a dangling pointer in the corresponding error handling. File: smtp/smtp_proto.c. 20050615 Cleanup: the SMTP client now sends QUIT when the initial HELO handshake fails. it still doesn't send QUIT when the server greets with a [45]XX code, as that is handled in the connection management code before a session context exists. File: smtp/smtp_connect.c. 20050616 Bugfix: missing or mis-placed va_end() macros, found in Postfix 2.3 code review. Files: util/netstring.c, util/myaddrinfo.c, util/attr_clnt.c, util/vstream.c. 20050621 Portability: file descriptor passing is available for Tru64 UNIX, but AIX4 and IRIX6 will have to do without. This means no SMTP connection caching for those platforms. Albert Chin. File: util/sys_defs.h.
2005-06-23Updated/added these:martti2-5/+7
* xfce4-xmms-plugin * xfce4-netload-plugin * xfce4-systemload-plugin * xfce4-notes-plugin * jalbum
2005-06-23Added jalbummartti1-1/+2
2005-06-23JAlbum makes web albums of your digital images and it aims to be the easiestmartti6-0/+1658
to use and most powerful tool in this category - and free! JAlbum runs on Windows, Mac OS X, Linux and others and speaks 17 languages.
2005-06-23Updated xfce4-notes-plugin to 0.10.0martti3-9/+8
* bug fixes
2005-06-23Updated xfce4-systemload-plugin to 0.3.6martti3-9/+8
* bug fixes
2005-06-23Updated xfce4-netload-plugin to 0.3.2martti4-10/+14
* bug fixes
2005-06-23Updated xfce4-xmms-plugin to 0.3.1martti4-13/+22
* bug fixes
2005-06-23Make it log in wtmpx properly.christos3-3/+64
XXX: someone should fix the array has type char issues.
2005-06-23Reverse the checks for the value of CHECK_WRKREF so that if it's valuejlam1-4/+4
isn't "no", then we run the checks. This allows for possibly making CHECK_WRKREF a more multi-valued option or list in the future.
2005-06-23* Libtoolize graphics/OpenRM so that we correctly build shared librariesjlam15-94/+202
on all platforms supported by libtool. * Remove the unnecessary dependencies on glut and perl, and only use perl as a build dependency. * Use REPLACE_PERL instead of hand-crafted substitution code. Bump the PKGREVISION for graphics/OpenRM to 2. Due to the changed dependency graph, bump the PKGREVISION for packages that use the OpenRM libraries. In this case, games/genecys-client is the only one, so bump its PKGREVISION to 2.
2005-06-23Updates for lang/sbcl...jonb2-2/+4
Steel Bank Common Lisp (SBCL) is an Open Source complier and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions.
2005-06-23Steel Bank Common Lisp (SBCL) is an Open Source complier and runtimejonb7-0/+217
system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions.
2005-06-22PKGREVISION++salo6-56/+80
- split PKG_OPTIONS to options.mk file - fix issue with state directory in (typically) /var/run, noted by Justin Newcomer on tech-pkg@ - delint
2005-06-22Note the end of the freeze for the pkgsrc-2005Q2 branch.agc1-1/+2
2005-06-22Re-instantiate the NAN/INFINITY fixes, this time in a way that works onmartin16-2/+438
older C environments as well.
2005-06-22Restore changes in revision 1.34 of qt3-libs/Makefile.common afterjlam5-15/+10
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create the qmake.conf files at post-configure time. This causes the libtool wrapper to be used to create the libtool archives, instead of just using ${LOCALBASE}/bin/libtool. Bump the PKGREVISIONs for the packages that include qt3-libs/Makefile.common as their *.la files are now different.
2005-06-22Updated list of Apache mirror sites, according toheinz1-7/+9
http://www.apache.org/mirrors/.
2005-06-22Added archivers/libzip version 0.6: a C library to manipulate zip archives.dillo1-1/+2
2005-06-22add and enable libzipdillo1-1/+2
2005-06-22Import libzip-0.6, a C library to manipulate zip archives.dillo5-0/+89
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.