Commit graph

91008 commits

Author SHA1 Message Date
joerg
03fae5dea2 Explicitly link weechat-curses with LIBINTL, if it isn't picked up
already. Fixes build on DragonFly.
2006-01-10 13:05:33 +00:00
joerg
9bce0ec7cd va_arg int promotion fix for chat/icqlib. 2006-01-10 12:53:22 +00:00
joerg
627c916f2f va_arg with type shorter than int is invalid and GCC's builtin will
generate an explicit abort() for that code path. Use correct promotion
and bump revision.
2006-01-10 12:52:45 +00:00
ghen
a8d6d0e313 Bump mail/dbmail, mail/dovecot, security/courier-authlib and security/cy2-sql
for switch to mk/mysql.buildlink3.mk and mk/pgsql.buildlink3.mk.
2006-01-10 12:42:17 +00:00
ghen
9598e44942 Use mk/mysql.buildlink3.mk instead of databases/mysqlX-client/bl3.mk,
same for pgsql.bl3.mk.  Bump PKGREVISION.  Ok by wiz.
2006-01-10 12:39:03 +00:00
joerg
685ad55c1d Don't define setenv on the other BSDs as well. 2006-01-10 10:59:05 +00:00
joerg
a9ef9e909b Regen patchsum. 2006-01-10 10:54:31 +00:00
tron
6da003256d Add missing entry for "xlockmore-lite" update. 2006-01-10 10:12:44 +00:00
tron
c2ef3302b9 Reset package revision after recent update. 2006-01-10 10:12:06 +00:00
martti
d1bafac791 apsfilter-7.2.6 2006-01-10 07:17:59 +00:00
martti
c823d662d6 Updated print/apsfilter to 7.2.6
* driver/hpdj/550C, driver/pcl3/hpdj550c adjustments to ColorMode/ColorModel
* printing of PDF files: use acroread5 before v4 and v3 if present
2006-01-10 07:17:41 +00:00
martti
4655110719 Updated jalbum, postfix and postfix-current 2006-01-10 06:40:01 +00:00
martti
3d4fca45e1 Updated postfix-current to 2.3-20060103
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-10 06:39:00 +00:00
martti
c7d5049995 Updated postfix to 2.2.8
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-10 06:38:14 +00:00
martti
f928fb5199 Updated jalbum to 6.1.6
* small bug fixes
2006-01-10 06:37:11 +00:00
rillig
2cd8334aa7 Updated pkglint to 4.52.
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-10 00:52:00 +00:00
seb
c3372b07b1 Don't be silly! A copyright ? On this ? I must have been stoned. 2006-01-10 00:01:16 +00:00
rillig
c24a72897b Fixed the simple part of the pkglint -Wall warnings. 2006-01-09 23:39:55 +00:00
joerg
d42fba187d Use SUBST framework. 2006-01-09 23:39:09 +00:00
joerg
3e2353291b Change python23-nth to use the patches and distinfo of python23.
Use the SUBST framework to replace the version numbers as before.

OK recht@
2006-01-09 23:26:09 +00:00
rillig
1d78045e51 - Even in an unquoted shell word, variables should be quoted. For example,
${PREFIX:Q}/foo.
- The semicolon after the "for" loop in the shell does not mean that some
  exitcode is ignored, so don't print warnings for it.
2006-01-09 23:14:45 +00:00
joerg
4840259c86 Fix errno. 2006-01-09 23:00:09 +00:00
joerg
c746cd1e56 In ls.c, use d_type field only, if DTTOIF is defined as well.
In paste.c, do real boundary checks and consider NULL FILE pointers as
closed files. This replaces use of global dummy FILEs, which is not
possible on DragonFly, since FILE is incompletly.
In configure, include stdio.h when checking for __fpending, since
the prototype is defined there on DragonFly.
2006-01-09 22:45:08 +00:00
wiz
de1db3c2bb + bsflite-0.81 [pkg/32488], gmime-2.19 [pkg/32487]. 2006-01-09 22:29:54 +00:00
joerg
7e3773a31a Use d_namlen as boundary for d_name, the printf still doesn't make much
sense, but who cares?
2006-01-09 22:14:32 +00:00
tron
8756625bb7 Use correct target when building "mpg123" with NAS support under Linux. 2006-01-09 22:04:38 +00:00
joerg
517d9780b4 Be a bit nasty and fix this on DragonFly by looking into the "public"
part of FILE as well.
2006-01-09 22:03:37 +00:00
tron
09f1cb1976 Limit this package to platforms for which NAS support is really available
in "mpg123". Also exclude SUNWspro because there's only a NAS target
for Solaris using GCC as the compiler.
2006-01-09 22:00:25 +00:00
tron
f886a9630f Note update of "mpg123-nas" package to version 0.59.18nb8. 2006-01-09 21:44:10 +00:00
tron
393381dc2e Bump package revision because NAS support was not compiled previously
on all NetBSD platforms except arm, i386 and m68k.
2006-01-09 21:42:49 +00:00
joerg
c4d0441014 Add DragonFly support. While here, add netbsd4 for future joy.
Use PTHREAD_* instead of hardcoded -lpthread.
2006-01-09 21:22:57 +00:00
hubertf
0dece82cad Update xlockmore to 5.21. Changes:
* Removed random colors from petri mode.  Found that it could cause a fatal
*   error on PseudoColor.  (Will try to fix better on next release.)
+ PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an
+   initialization problem PAM_conv function and made cleaner and friendly.
+   BAD_PAM fixed.
  fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a
    OpenGL mode but it looks like it is.  Try using with -mono also.
    Tom Schmidt found an as of yet unresolved Uninitialized Memory read,
    see Purify logs.
  dclock -binary option added thanks to Petey Leinonen (he saw the
    original on thinkgeek).
  Non-compatible routines for shared memory workaround for VMS when using
    libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen.
  mandelbrot options added thanks to Tim Auckland
    update from Jouk Jansen to avoid log of 0
    -alpha adds detail to the interior of the set by displaying level sets
    of "closest return", ie how close does the orbit of z come back to its
    starting point z=0.  These show minima around the center of each bud.
    -index is similar, but displays at which iteration the closest return
    occurs.  These show a fibonacci branching structure from the base of
    each bud, ie each adjacent pair of domains surrounds a domain whose
    index is the sum of the indices of its neigbours.
    -lyap option for colours in the interior of the set according to an
    estimate of the Lyapunov exponent.  (Not to be confused with real plane
    Lyapunov fractals).  Also now allow -binary and -dem.
  New random mode for win32, compile with -DRANDOMMODE .
    It seems to bomb out if you run it for a while, so I did not make it
    the default.
  win32 changes from Tim Auckland:
    new configure dialog
    random mode done to enable
  win32 changes from Petey Leinonen:
    fixes for nose and life1d
    matrix mode works with the 2 following changes
    fixed XCopyArea() for destinations that are not windows (ie a bitmap)
    fixed XCreatePixmapFromBitmapData() so it always creates a pixmap
      regardless of depth ( creates the Windows bitmap with 1 bit depth),
      and apply the foreground and background colors.
    XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work:
    bat, bounce, dilemma, eyes, image, nose, pacman,
    shape, slip, star, starfish, wator, world
  unlock delay from lgx <lgxror AT gmail.com>  [it was explained to me
    but still not sure why you would use it]

 + new update since BETA
 * new since BETA
2006-01-09 21:18:31 +00:00
joerg
3774ccd317 Use Linux version on DragonFly as well, just like NetBSD. 2006-01-09 21:05:15 +00:00
adrianp
99c863ae65 Updated devel/mantis to 1.0.0rc4nb2 2006-01-09 21:01:56 +00:00
adrianp
f3027279f0 Bump to nb1 for adodb security issue (adodb is included with mantis)
Use included files/mantis.conf to block apache access to core/adodb
2006-01-09 21:00:39 +00:00
wiz
6b4617dc9a Note pyqt_memaid PKGREVISION bump. 2006-01-09 20:47:50 +00:00
wiz
d42ddee813 Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
2006-01-09 20:47:36 +00:00
wiz
074181fe00 Note MyPasswordSafe PKGREVISION bump. 2006-01-09 20:46:06 +00:00
wiz
44d5c12556 Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
2006-01-09 20:45:44 +00:00
wiz
b00f30684c Note madman PKGREVISION bump. 2006-01-09 20:44:36 +00:00
wiz
e3460d6bad Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
2006-01-09 20:44:15 +00:00
adrianp
61f5036413 Updated databases/adodb to 4.70 2006-01-09 20:36:58 +00:00
adrianp
a2dd178ee9 Update to adodb-4.7.0
No available changelog
Does include a fix for a known security issue:

http://secunia.com/advisories/17418/
"disclose system information, execute arbitrary SQL code, and potentially
compromise a vulnerable system."
2006-01-09 20:35:33 +00:00
joerg
c6338fb903 Add DragonFly support. 2006-01-09 20:02:02 +00:00
joerg
5f607d8695 Fix errno. Fix GCC 3.4+ constructor issues. Move an extern up into a
central header.
2006-01-09 19:46:01 +00:00
joerg
d9669b825b Uses msgfmt. 2006-01-09 19:30:09 +00:00
joerg
022a2d6e5b Add DrgaonFly support. Link hdiff explicitly against -lm, it uses sqrt. 2006-01-09 19:27:19 +00:00
joerg
3ff4763711 Fix GCC 3.4+: Don't clobber %ebx on IA32. 2006-01-09 19:00:43 +00:00
joerg
11c2c35667 ksh as build dependency. It doesn't seem to be used at run time, just
an entry for "/usr/bin/env ksh" in the template and an autoconf check.
2006-01-09 18:50:57 +00:00
joerg
8a91cd5ba9 Don't run test by default, make it a TEST_TARGET.
XXX make test needs ksh
2006-01-09 18:37:26 +00:00