summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme43-75/+87
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08cdb_seek.c and leapsecs_read.c need DJB cure as well.joerg1-1/+3
2006-01-08cdb_seek.c needs DJB errno hack.joerg1-1/+3
2006-01-08Use FreeBSD config for DragonFly and teach the host include headerjoerg3-2/+39
about it.
2006-01-08Be cheap and also patch FreeBSD's include file for DragonFly.joerg2-1/+35
2006-01-08Use the FreeBSD configuration for DragonFly as well.joerg1-1/+4
2006-01-08Use system version of strcasecmp on DragonFly, prototype conflictsjoerg2-1/+24
and it doesn't make much sense either.
2006-01-08Add cdb_seek.c and dns.c to the files with djb-errno hack.joerg1-2/+3
2006-01-08Add missing extra header files, they are needed at least to buildxtraeme4-4/+22
the php-pdo package. Bump PKGREVISION.
2006-01-08Don't install the extra header files, they are needed to build somextraeme4-7/+20
packages so they belong to mysql-client. Bump PKGREVISION.
2006-01-08Fix errno.joerg4-1/+42
2006-01-08Fix errno.joerg2-1/+15
2006-01-08Honour PKGMANDIR. Use SUBST framework. Add DragonFly support. Fix errno.joerg7-41/+53
2006-01-08Add x86_64 files to SUSE emulation packages to make it easiersalo59-55/+236
for COMPAT_LINUX testers to play with. Untested in run-time.
2006-01-08Fix errno.joerg7-9/+85
2006-01-08jckmail is multithreaded anyway, so set PTHREAD_AUTO_VARS and forgetjoerg1-1/+3
about problems with libmilter detection on DragonFly.
2006-01-08Don't define NEEDSGETIPNODE on DragonFly as well.joerg1-2/+2
XXX Is this fragment really needed at all? include/sm/conf.h has a check for Linux and others should most likely be explicitly enumerated as well.
2006-01-08DragonFly needs sys/types.h before sys/socket.h, reorder includes.joerg2-1/+18
2006-01-08- Rewrote the state transition of the shell command parser. The sourcerillig1-75/+52
code now needs less lines than before. For unknown state/shellword combinations, warnings are printed (currently none).
2006-01-08Include paths.h on DragonFly and OpenBSD as well.joerg2-6/+6
2006-01-08Assume that DragonFly's getaddrinfo works, the test is broken forjoerg3-1/+35
jails which don't have IPv6 addresses even if the same package can be used on normal system. Include openssl/dsa.h to get struct dsa_st on newer OpenSSL versions.
2006-01-08Fix errno.joerg2-5/+14
2006-01-08Update xorg-libs to 6.8.2nb6abs3-8/+30
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
2006-01-08Add missing dependency on suse_base package.salo1-2/+4
2006-01-08Revert last change. Using GNU make under Darwin didn't fix the problem,tron5-22/+20
it only masked it. Switch back to BSD make and fix real problems. This results in a complete installation of the package under Darwin.
2006-01-08Use SUBST framework.joerg1-3/+9
2006-01-08- In shell commands, "case" statements are parsed properly. (Fixes a falserillig1-16/+46
positive warning in mk/subst.mk.) - Improved debugging support for parsing shell commands by printing the current state and word in -vv mode.
2006-01-08do not use tex.buildlink3.mk when the only accepted version is teTeX1, totonio1-1/+7
allow bulk build to create packages
2006-01-08Note update of "milter-greylist" package to version 2.1.2.tron1-1/+2
2006-01-08Update "milter-greylist" package to version 2.1.2. Changes since 2.0.2:tron2-6/+6
- Bucketed in-memory databases for better concurency - Large buffer for writing the dump file - Option to disable human-readable date in dumps - Check for MXsync sends - Better handle non fatal I/O errors in MXsync - Fix ACCESSDB whitelist with multiple recipients - DRAC support - Log hostname as well as IP in ACL debug - Record HELO for SPF 2
2006-01-08Remove build phase: nothing to substitute.joerg1-6/+3
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio24-86/+87
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2006-01-08Use NetBSD rules for DragonFly as well.joerg2-4/+4
2006-01-08Remove some more prototypes which should be used from the system headersjoerg2-1/+21
and which conflicted with them on DragonFly.
2006-01-08Fix errno.joerg2-1/+14
2006-01-08conflict with postgres81abs2-4/+4
2006-01-08chrony now honours PKG_SYSCONFDIR and the man pages correctly expanded.joerg1-1/+2
2006-01-08Use SUBST framework, add man pages to the list of files in need ofjoerg7-29/+28
substituation. Use PKG_SYSCONFDIR instead of PREFIX/etc, it can be different. Bump revision.
2006-01-08Note update of mathomatic.minskim1-1/+2
2006-01-08Update mathomatic to 12.5.3.minskim2-7/+7
Changes: - Ported matho-primes, matho-twin, and matho-pascal to long doubles. "make test" added in "primes" directory. - Alphabetic case sensitive mode set by default. - Added "list maxima" option. "list export" is now for other programs. - Code cleanup.
2006-01-08permit postgresl81abs1-3/+9
2006-01-08Upgrade postgresql80-client, postgresql80-server, postgresql to 8.0.5abs4-12/+18
Changes since 8.0.4: * Fix race condition in transaction log management There was a narrow window in which an I/O operation could be initiated for the wrong page, leading to an Assert failure or data corruption. * Fix bgwriter problems after recovering from errors (Tom) The background writer was found to leak buffer pins after write errors. While not fatal in itself, this might lead to mysterious blockages of later VACUUM commands. * Prevent failure if client sends Bind protocol message when current transaction is already aborted * /contrib/ltree fixes (Teodor) * AIX and HPUX compile fixes (Tom) * Retry file reads and writes after Windows NO_SYSTEM_RESOURCES error (Qingqing Zhou) * Fix intermittent failure when log_line_prefix includes %i * Fix psql performance issue with long scripts on Windows (Merlin Moncure) * Fix missing updates of pg_group flat file * Fix longstanding planning error for outer joins This bug sometimes caused a bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". * Postpone timezone initialization until after postmaster.pid is created This avoids confusing startup scripts that expect the pid file to appear quickly. * Prevent core dump in pg_autovacuum when a table has been dropped * Fix problems with whole-row references (foo.*) to subquery results
2006-01-08Sync with usr.sbin/pkg_install 1.58:wiz1-3/+3
Use MaxPathSize instead of PATH_MAX.
2006-01-08If multiple python's are installed make sure configure chooses the samemarkd3-5/+15
one that buildlink has.
2006-01-08Updated net/hlfl to 0.60.1nb1wiz1-1/+2
2006-01-08Add some bug fix patches from hlfl's CVS, reported by ISIHARAwiz6-2/+89
Takanori in PR 27105. Bump PKGREVISION.
2006-01-08This package contains a hardwired list of device driver names(ewww).wiz9-268/+189
Assume that x86_64 has the same drivers as i386, addresses PR 32332. No PKGREVISION bump since it didn't compile on amd64 before. While here: remove superfluous patches patch-af, patch-ag to config.sub files (get replaced by CONFIG_SUB_OVERRIDE anyway) split up multi-patch patch-aa into four patches patch-a[hijk]
2006-01-08Add a patch from David H. Gutteridge to fix PR pkg/31205garbled3-2/+23
Bump pkgrevision to 1. Tested on NetBSD-i386/2.0 to fix the documented problem.
2006-01-08note wcalc updatedmcmahill1-1/+11
2006-01-08update to wcalc-1.0.dmcmahill8-46/+32
- fixes a bug in the cgi frontend for coupled microstrip which caused lots of bad warning messages. - replaces the alert dialog box with a log window which prevents multiple alert windows from appearing.