summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-10Add DragonFly.joerg2-4/+4
2006-01-10Mark as broken: does not compile against db4-4.4.x, and nowiz1-2/+2
newer version out yet.
2006-01-10Use SUBST framework for mailer.conf as well.joerg1-3/+9
2006-01-10Make build after libexif update.wiz4-3/+35
Add pkg-config to USE_TOOLS, used by libexif.
2006-01-10Update patch-aa so this compiles with db4-4.4.x.wiz3-8/+6
No PKGREVISION bump, since there already was one for this.
2006-01-10Include sys/types.h before openssl/sha.h to get size_t on DragonFly.joerg2-1/+13
2006-01-10Many not possible not-thread-safe errno references in aget fixed.joerg1-1/+2
2006-01-10Fix errno. Since this is a multithreaded program, bump revision.joerg6-2/+88
2006-01-10Updated mail/clamav to 0.88xtraeme1-1/+2
2006-01-10Update to 0.88:xtraeme2-6/+6
A possible heap overflow in the UPX code has been fixed. General improvements include better zip and mail processing, and support for a self-protection mode. The security of the UPX, FSG and Petite modules has been improved, too.
2006-01-10Fix Darwin build.joerg2-1/+17
2006-01-10Replaced explicit call to ${SED} with PLIST_SUBST, which makes the bogusrillig2-57/+54
lines starting with "@" disappear from the PLIST file.
2006-01-10Use PTHREAD_* instead of -lpthread.joerg2-1/+33
2006-01-10olwm needs EXTRA_LDFLAGS handling as well.joerg2-4/+12
2006-01-10Add DragonFly support.joerg2-5/+7
2006-01-10Install man pages into MANDIR, don't guess value.joerg2-4/+4
2006-01-10Pass LDFLAGS down to configure twice: once using the normal LDFLAGSjoerg1-4/+2
done automatically, once as ILDFLAGS, which ends up to be actually used. This fixes rpath linkage on DragonFly.
2006-01-10Also set ABI like SGI does; from Benjamin Shi.christos1-1/+2
2006-01-10Use ${ABI} for library files, patterned after what SGI does. This makeschristos2-231/+234
X11 packages work on amd64 linux boxes. From Benjamin Shi.
2006-01-10Fix compilation against more recent ELK.joerg3-8/+36
2006-01-10Reorder the inclusion of Makefile.application, fixes fetch target.salo1-3/+2
Noticed by Robert Elz.
2006-01-10Use PTHREAD_* instead of -lpthread.joerg2-1/+32
2006-01-10Uses makeinfo.joerg1-1/+2
2006-01-10Fix stupid Makefile expecting /usr/bin/m4 is GNU-like.joerg3-7/+21
2006-01-10Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-10gcube updated to 0.4.jmmv2-3/+3
2006-01-10Update to 0.4:jmmv5-31/+59
0.4 - better interrupt handling and dsp emulation - input should work in more games now - improved gx emulation (with new engine at its early stage) - savestates can be created without the debugger - simple thp video player included (thpview) 0.3 - should now work on mac os x (thanks to Adam Green) - basic hle system - function mapper - fixed a few problems with pad emulation - further debugger improvements - killed some ugly cpu bugs - fixes here and there This project is currently dead, so we might consider removing this package in the future.
2006-01-10Keep ulong typedef on DragonFly.joerg2-5/+7
2006-01-10pthread-sem now uses libtool.joerg1-1/+2
2006-01-10Switch to manual written Makefile and use libtool. This fixesjoerg3-18/+52
compilation on DragonFly and helps platforms where bsd.lib.mk is not fully implemented as well. Bump revision.
2006-01-10fix problem with malformed conditional with old maketonio1-2/+2
2006-01-10Needs BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-10Explicitly link weechat-curses with LIBINTL, if it isn't picked upjoerg2-1/+15
already. Fixes build on DragonFly.
2006-01-10va_arg int promotion fix for chat/icqlib.joerg1-1/+2
2006-01-10va_arg with type shorter than int is invalid and GCC's builtin willjoerg3-3/+17
generate an explicit abort() for that code path. Use correct promotion and bump revision.
2006-01-10Bump mail/dbmail, mail/dovecot, security/courier-authlib and security/cy2-sqlghen1-1/+5
for switch to mk/mysql.buildlink3.mk and mk/pgsql.buildlink3.mk.
2006-01-10Use mk/mysql.buildlink3.mk instead of databases/mysqlX-client/bl3.mk,ghen7-24/+18
same for pgsql.bl3.mk. Bump PKGREVISION. Ok by wiz.
2006-01-10Don't define setenv on the other BSDs as well.joerg2-4/+4
2006-01-10Regen patchsum.joerg1-2/+2
2006-01-10Add missing entry for "xlockmore-lite" update.tron1-1/+2
2006-01-10Reset package revision after recent update.tron1-2/+1
2006-01-10apsfilter-7.2.6martti2-3/+3
2006-01-10Updated print/apsfilter to 7.2.6martti3-24/+7
* driver/hpdj/550C, driver/pcl3/hpdj550c adjustments to ColorMode/ColorModel * printing of PDF files: use acroread5 before v4 and v3 if present
2006-01-10Updated jalbum, postfix and postfix-currentmartti2-4/+5
2006-01-10Updated postfix-current to 2.3-20060103martti3-9/+9
Postfix snapshot 20051220 provides a plug-in architecture for SASL authentication. With this, Postfix can support multiple SASL implementations without source code patches. Incompatibility with snapshot 20051220 ====================================== The Postfix-with-Cyrus-SASL build procedure has changed. You now need to specify -DUSE_CYRUS_SASL in addition to -DUSE_SASL_AUTH or else you end up without any Cyrus SASL support. The error messages are: unsupported SASL server implementation: cyrus unsupported SASL client implementation: cyrus Major changes with snapshot 20051220 ==================================== Plug-in support for SASL authentication in the SMTP server and in the SMTP+LMTP client. With this, Postfix can support multiple SASL implementations without source code patches. Some distributors may even make SASL support a run-time linking option, just like they do with Postfix lookup tables. Hints and tips for plug-in developers are in the xsasl/README file. For backwards compatibility the default plug-in type is Cyrus SASL, so everything should behave like it did before. Some error messages are slightly different, but these are generally improvements. The "postconf -a" command shows what plug-in implementations are available for the SMTP server, and "postconf -A" does the same for the SMTP+LMTP client. Plug-in implementations are selected with the smtpd_sasl_type, smtp_sasl_type and lmtp_sasl_type configuration parameters. Other new configuration parameters are smtpd_sasl_path, smtp_sasl_path and lmtp_sasl_path. These are better left alone; they are introduced for the convenience of other SASL implementations.
2006-01-10Updated postfix to 2.2.8martti3-18/+18
Postfix 2.2.8 backs out a workaround for broken servers/firewalls that created more problems than it solved. - The Postfix 2.2.6 paranoia about malformed remote server replies caused "multiple delivery" problems or "no delivery" problems with broken servers/firewalls. Postfix still logs a warning but no longer defers delivery.
2006-01-10Updated jalbum to 6.1.6martti3-8/+7
* small bug fixes
2006-01-10Updated pkglint to 4.52.rillig2-3/+4
Changes since 4.51: - The occurence of a symlink other than work* inside the pkgsrc tree is not an error, just a warning. - SUBST_MESSAGE should not be quoted. - If -Wextra is enabled, all make variables that are used in shell commands are checked for proper quoting. - Improved the parser for shell commands. - Some other minor changes.
2006-01-10Don't be silly! A copyright ? On this ? I must have been stoned.seb1-36/+1
2006-01-09Fixed the simple part of the pkglint -Wall warnings.rillig1-14/+12