summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-01-09Use SUBST framework.joerg1-6/+7
2006-01-09Change python23-nth to use the patches and distinfo of python23.joerg19-955/+11
Use the SUBST framework to replace the version numbers as before. OK recht@
2006-01-09- Even in an unquoted shell word, variables should be quoted. For example,rillig1-7/+13
${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-09Fix errno.joerg5-1/+54
2006-01-09In ls.c, use d_type field only, if DTTOIF is defined as well.joerg4-5/+101
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+ bsflite-0.81 [pkg/32488], gmime-2.19 [pkg/32487].wiz1-1/+3
2006-01-09Use d_namlen as boundary for d_name, the printf still doesn't make muchjoerg2-1/+15
sense, but who cares?
2006-01-09Use correct target when building "mpg123" with NAS support under Linux.tron1-2/+4
2006-01-09Be a bit nasty and fix this on DragonFly by looking into the "public"joerg2-4/+7
part of FILE as well.
2006-01-09Limit this package to platforms for which NAS support is really availabletron1-2/+7
in "mpg123". Also exclude SUNWspro because there's only a NAS target for Solaris using GCC as the compiler.
2006-01-09Note update of "mpg123-nas" package to version 0.59.18nb8.tron1-1/+2
2006-01-09Bump package revision because NAS support was not compiled previouslytron1-2/+2
on all NetBSD platforms except arm, i386 and m68k.
2006-01-09Add DragonFly support. While here, add netbsd4 for future joy.joerg7-22/+114
Use PTHREAD_* instead of hardcoded -lpthread.
2006-01-09Update xlockmore to 5.21. Changes:hubertf5-13/+10
* 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-09Use Linux version on DragonFly as well, just like NetBSD.joerg1-4/+4
2006-01-09Updated devel/mantis to 1.0.0rc4nb2adrianp1-1/+2