summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht44-123/+1964
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-14do-shlib-handling fix for Darwin: check if the ".so" file actually existsdanw1-2/+5
before renaming it to ".dylib" in the PLIST, since if it's a dynamic module, it actually will be a ".so"
2003-09-14-lpthread is a no-op on Darwin, but it messes up buildlink. So add a newdanw8-9/+22
flag _OPSYS_PTHREAD_AUTO ("yes" for Darwin, "no" for everyone else) and make pthread.buildlink2.mk do basically nothing in that case.
2003-09-14+ bomberclone-0.10.1, libesmtp-1.0.1, libxslt-1.0.33, nasm-devel-0.98.38,wiz1-1/+7
rdiff-backup-0.12.4, rocksndiamonds-3.0.4.
2003-09-14Recommend "make clean && make install" instead of just "make install" whenjlam1-2/+2
rebuilding the pkg_install tools if they're out of date. Suggested by David Brownlee on tech-pkg@.
2003-09-14Move inclusion of bsd.prefs.mk a little higher so that /etc/mk.confjlam1-3/+3
settings won't stomp on our CFLAGS/LDFLAGS/LIBS definitions.
2003-09-14Note update of textproc/bsdgrep-devel to version 20030914.cjep1-1/+2
2003-09-14Update to version 20030914.cjep2-6/+6
Changes since previous: * Fix context output
2003-09-14correct the name of some included header files. This lets the CGS and MKSdmcmahill3-2/+18
units work correctly now. Bump pkgrevision.
2003-09-14add nbcompat/config.h to distclean target.grant1-2/+2
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant4-24/+9
is included.
2003-09-14If Python 2.3 is been used the pkg version must be >= 2.3nb2.recht1-1/+4
2003-09-14sl_add() returns void on some systems, so don't include <stringlist.h>,grant1-5/+1
always use local prototypes.
2003-09-14Note update of python23 and python23-pth to 2.3nb2.recht1-1/+3
2003-09-14Avoid redefinition of redefinition of wchar_t and wint_ ifrecht6-6/+60
_XOPEN_SOURCE_EXTENDED is defined. This fixes py-curses on NetBSD > 1.6T. Bumb PKGREVSION to 2, because of the header change.
2003-09-14Mark this package as operating system specific under NetBSD.tron1-1/+5
2003-09-14Fix build problem under NetBSD-1.6Y and newer. This patch was contributedtron2-1/+239
by Jun-ichiro itojun Hagino.
2003-09-14Fix typo.wiz1-2/+2
2003-09-14Add dummy object not to become totally emptyitohy2-3/+11
(a.out ld will fail on an empty library).
2003-09-14bump version for latest changes.grant3-13/+13
2003-09-14define the maximum values for `long long' (LLONG_MAX) andgrant1-1/+9
`unsigned long long' (ULLONG_MAX) if we don't have them. as seen on (a) Linux.
2003-09-14Update: p5-CGI 2.98kim1-1/+2
2003-09-14Upgrade to p5-CGI-2.98kim2-5/+5
- Fixed crash in Dump() function. - Removed warning from reset() method. - Moved <area> and <map> tags into the :html3 group. Hope this removes undefined CGI::Area errors. - Changed CGI::Carp to play with mod_perl2 and to (hopefully) restore reporting of compile-time errors. - Fixed potential deadlock between web server and CGI.pm when aborting a read due to POST_MAX (reported by Antti Lankila). - Fixed issue with tag-generating function not incorporating content when first variable undef. - Fixed cross-site scripting bug reported by obscure. - Fixed Dump() function to return correctly formed XHTML - bug reported by Ralph Siemsen. - Fix to be P3P compliant submitted from MPREWITT. - Added CGI->r() API for mod_perl1/mod_perl2. - Fixed bug in redirect() that was corrupting cookies. - Minor fix to behavior of reset() button to make it consistent with submit() button (first time this has been changed in 9 years). - Patch from Dan Kogai to handle UTF-8 correctly in 5.8 and higher. - Patch from Steve Hay to make CGI::Carp's error messages appear on MSIE browsers. - Added Yair Lenga's patch for non-urlencoded postings. - Added Stas Bekman's patches for mod_perl 2 compatibility. - Fixed uninitialized escape behavior submitted by William Campbell. - Fixed tied behavior so that you can pass arguments to tie() - Fixed incorrect generation of URLs when the path_info contains + and other odd characters. - Fixed redirect(-cookies=&gt;$cookie) problem. - Fixed tag generation bug that affects -javascript passed to start_html().
2003-09-14Update PKGTOOLS_REQD to 20030914. This version fixes a problem injlam1-2/+2
pkg_delete(1) where recursive pkg_delete'ing didn't work if ${PKG_DBDIR} != /var/db/pkg.
2003-09-14Update pkg_install to 20030914. Changes from version 20030913 arejlam3-6/+8
ensuring that recursive pkg_delete'ing works by using the correct pkg_dbdir to find packages. This fixes recursive deleting if the -K flag is passed to pkg_delete(1), and the named dbdir differs from the default dbdir (/var/db/pkg).
2003-09-14Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may bejlam5-5/+15
satisfied by a base system (X11R6) component.
2003-09-14Document that a buildlink3.mk file must either directly or indirectly setjlam1-1/+9
the value of BUILDLINK_PREFIX.<pkg>.
2003-09-14Document that the correct "pop" action uses :C and not :Sjlam1-2/+2
2003-09-13new v6 patch (small bug fix)itojun2-5/+7
2003-09-13Need to use :C instead of :S to get the "pop" action to work properly.jlam5-10/+10
2003-09-13Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include:jlam8-38/+54
* Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements
2003-09-13Final answer to perllocal.pod problem: just remove the file on pkgviewsjlam1-3/+16
installations.
2003-09-13Sprinkle .PHONY.jlam1-1/+2
2003-09-13+ yudit-2.7.6, kopete-0.7.2 [pkg/22777]wiz1-3/+3
- gtkhtml (thanks, tron!).
2003-09-13Mentioning the fetchmailconf update once should be enough (hi tron!).wiz1-2/+1
2003-09-13Instead of trying to avoid creating perllocal.pod, go ahead and create it,jlam1-9/+3
except ignore it when linkfarming. This avoids conflicts between the many perllocal.pod files across different depoted packages.
2003-09-13Don't install unpatched (*.orig) files leftover from the patch process.jlam1-1/+4
2003-09-13Note update of "fetchmailconf" package to version 6.2.4nb1.tron1-1/+2
2003-09-13Note update of "fetchmailconf" package to version 6.2.4nb1.tron1-1/+2
2003-09-13Bump package revision after revision of "fetchmail" package was bumpedtron1-1/+2
which also fixes the broken dependency. (hi, grant!)
2003-09-13Note update of "gtkhtml" package to version 1.1.10.tron1-1/+2
2003-09-13Update "gtkhtml" package to version 1.1.10. A meaningful list of changestron3-42/+41
is not available. But this version fixes a security problem described in CAN-2003-0541.
2003-09-13Some platforms have feeble install tools that can't take more than onejlam1-7/+9
file at a time. Also some minor clean-ups.
2003-09-13Use SHLIBTOOL to install the plugins since we used it to build them.jlam2-4/+6
2003-09-13* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.jlam7-16/+22
* Use ${SHLIBTOOL} to build the shared plugins so we don't get the useless lib<plugin>.a file.
2003-09-13Document IMAP_UW_MAILSPOOLHOMEkim1-1/+7
2003-09-13Add IMAP_UW_MAILSPOOLHOME (analogous to PROCMAIL_MAILSPOOLHOME). Tokim3-2/+34
default user mailboxes to their home directory, specify the name of the mailbox file.
2003-09-13Fix cases where we were calling "${PKG_BEST_EXISTS} <pkgbase>". <pkgbase>jlam1-7/+8
isn't actually a pkgpattern; what we really want is <pkgwildcard>. This should fix breakage with the "update" and "replace" targets introduced in revisions 1.1275 and 1.1278.
2003-09-13* Provide a default SPAMASSASSIN_USE_SSL?=NO.jlam1-63/+61
* Use ALL_TARGET appropriately instead of using a post-build target. * Get rid of DEPTHFIRST* variables and do the "depth-first" listing by using a reverse sort instead. * Get rid of extra shell processes. * Tabify.
2003-09-13Move the perl dependency a little higher to be with all of the otherjlam1-2/+3
dependencies.