summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-07Avoid installing some files (for XF3 users) that take up a lot of spacewiz1-2/+6
but aren't needed. Idea by tron. Reduces size of binary package from 33MB to 5MB (for XF3 users). Bump PKGREVISION to 2.
2002-04-07Record "RPMFILES" and "RPMIGNOREPATH" during installation. This is usefultron1-1/+6
for e.g. the "suse_x11" package where the content differs depending on the installed XFree86 version.
2002-04-07Update to 0.51. From the changelog:schmonz3-9/+9
* Messages in the pending directory are no longer deleted after they are confirmed (or released) and delivered. Now they are simply noted in the DELIVERED_CACHE file. * BOUNCE_TEXT_ALREADY_CONFIRMED has been deprecated. * The confirm_accept.txt template has been modified. The message body of the notification is no longer hardcoded, but rather stored in %(confirm_accept_text)s, which comes from one of the following tmdarc variables depending on context: CONFIRM_ACCEPT_TEXT_INITIAL CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED * Custom templates are now referred to by a template directory rather than individually. Any templates found in this directory will be used, otherwise the default templates will be used. You can specify a custom template directory in one of two ways: A TEMPLATE_DIR setting in your tmdarc. This replaces use of CONFIRM_ACCEPT_TEMPLATE and CONFIRM_REQUEST_TEMPLATE. tmda-filter's -t option, which replaces both -A and -R. * The 'unquoted' and 'parens' options to MESSAGE_FROM_STYLE have been deprecated. 'angles' now double-quotes the fullname only when necessary.
2002-04-06Add an additional distfile to make this package usable for XFree86-3.* users.wiz2-2/+13
Bump PKGREVISION. (No change for XFree86-4.* users.) Debugging and idea for the solution by tron.
2002-04-06add magicdmcmahill1-1/+2
2002-04-06import of magic-7.1dmcmahill7-0/+314
Magic is an interactive system for creating and modifying VLSI circuit layouts. With Magic, you use a color graphics display and a mouse or graphics tablet to design basic cells and to combine them hierarchically into large structures. Magic is different from other layout editors you may have used. The most important difference is that Magic is more than just a color painting tool: it understands quite a bit about the nature of circuits and uses this information to provide you with additional operations. For example, Magic has built-in knowledge of layout rules; as you are editing, it continuously checks for rule violations. Magic also knows about connectivity and transistors, and contains a built-in hierarchical circuit extractor. Magic also has a plow operation that you can use to stretch or compact cells. Lastly, Magic has routing tools that you can use to make the global interconnections in your circuits. Magic is based on the Mead-Conway style of design. This means that it uses simplified design rules and circuit structures. The simplifications make it easier for you to design circuits and permit Magic to provide powerful assistance that would not be possible otherwise. However, they result in slightly less dense circuits than you could get with more complex rules and structures. For example, Magic permits only Manhattan designs (those whose edges are vertical or horizontal).
2002-04-06make sure that USE_XPM is set _before_ pulling in the gcc makefile whichdmcmahill1-6/+6
in turn pulls in bsd.prefs.mk.
2002-04-06Fix typo (and bulk build).wiz1-2/+2
2002-04-06Remove two mirror sites that do not provide the file.wiz1-4/+2
2002-04-06Share distinfo with canna-lib.wiz2-16/+2
2002-04-06Update to 3.0.0. Now uses gtk2 instead of gtk (first pkg in pkgsrc -- yeah!) :)wiz3-81/+322
Other changes since 2.0.1: - Bugfixes, code cleanups, ui polishing, etc... - Rules now stored in preferences file - Updated Polish translation - Game rules now customizable. (i.e. you can set board size different than 9x9) - "Input name" dialog now works as expected - Save game file format changed to plain text. - Score file format changed. Though old format still supported. - Save/Load game. - Option to turn off "disappearing" animation - "Advanced" themes. =) You can start making your own themes if you have some spare time... =)
2002-04-06add ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-ppcdmcmahill1-1/+3
because these are the only cpu's for which the required assembly code has been written.
2002-04-06Update fetchmail{conf} to 5.9.11.frueauf6-13/+37
Changes since 5.9.6: fetchmail-5.9.11 (Mon Apr 1 17:09:13 EST 2002), 21597 lines: * Updated Turkish and Japanese translations. * Added warning about auth failures on the GMX server. * HMH's Debian 5.9.10 patches: 1. Fix minor typo in FAQ 2. Fix partial implementation of ESMTP auth, and some minor fetchmailconf stuff 3. Add proper error reporting to bad logfile creation. patch by Sunil Shetye <shetye@bombay.retortsoft.com> 4. Fix incredible aggravating bug that caused dataloss risks if 4xx errors were returned by the MTA 5. Corrected version of the fix-timeouts-for-ssl and descriptor leaking patches from Sylvain Benoist <sylvainb@whitepj.com> Also fix outdated comments in driver.c 6. Sunil Shetye's patch to stop fetchmail from trying to fetch twice with IMAP 7. Stop stupid complaint about turning off SSL being illegal without SSL support. 8. Byrial Jensen <byrial@image.dk> i18n fixes * Sunil Shetye's attribute patch. * HMH's revised but untested SMTP authentication patch. fetchmail-5.9.10 (Sun Mar 10 15:09:57 EST 2002), 21529 lines: * Security fix: don't trust the message count passed back by the server. fetchmail-5.9.9 (Sat Mar 9 08:54:28 EST 2002), 21508 lines: * Renamed misnamed tr.po and da.po files * Jakub Ulanowski's patch to fix SSL fingerprint handling. * Matt Kraai's patch for supporting STLS over POP3. * French translation updated. * Debian fixes merged. * Added maildrop (MDA shipped with courier) as fallback after procmail and sendmail (thanks to Alexander Lazic <al-fetchmail@none.at>). * ESMTP AUTH support from Wojciech Polak <polak@lodz.pdi.net>. fetchmail-5.9.8 (Thu Feb 14 23:47:31 EST 2002), 21358 lines: * Added de translation catalog; updated da and tr catalogs. * vsprintf underflow fixes by Sunil Shetye. * Added warning about IMS POP3 server. * Mattyhias Andree's fix for a longstanding SSL hang bug. * Fix yacc syntax bug when building with SSL. * Sunil Shetye's patch for idle timeout during poll. * Applied HMH's fix for the "message delimiter found in headers" code path (Debian bug #128672). fetchmail-5.9.7 (Sat Feb 2 00:33:40 EST 2002), 21330 lines: * Minor fixes by HMH. * Properly guard some transaction reporting in the SSL code. * Updated German (de) po file. Added Turkish (tr) po file. * Expunge edge case fix by Sunil Shetye. * Fixes for some odd IMAP and SMTP edge cases by Sunil Shetye. * UIDL bug fix by Matthias Andree. * Use smtpaddress, if present, to set the return path on warning mail. * Tell parser to object when SSL keyboard is used with SSL not compiled. * GSSAPI and ODMR fixes by Tom Hughes.
2002-04-06fix compilation on alpha. Also add missing header. While here, disabledmcmahill4-2/+29
on non-i386 because lcc appears to emit i386 assembly code even on my alpha. There appears to be some amount of work involved with porting this to non-i386.
2002-04-06avoid -0* on alpha which causes as(1) to never finishdmcmahill1-1/+7
2002-04-06update to gtk2+-2.0.2dmcmahill16-88/+106
This is a bug fix release. Overview of Changes in GTK+ 2.0.2 ================================= * GtkTreeView cursor movement fixes [Kristian Rietveld] * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
2002-04-06update MASTER_SITES.grant1-2/+2
2002-04-06enable vax FP support when defined(__vax__) as well as BSD43_VAX. from ragge.mrg2-1/+24
2002-04-06Install GTK pixmaps in ${PREFIX}/share/pixmaps, not /usr/share/pixmaps.wiz4-9/+34
Fix PLIST to include the files. XXX: If you had this package installed, you can rm /usr/share/pixmaps/*screensaver* and probably rmdir /usr/share/pixmaps
2002-04-06Fix PLIST for postgresql 7.2.1.taca1-6/+7
2002-04-05Give canna-lib (and canna-server) a nice dewey pkg-version, and fixwiz8-17/+17
all depends to use it.
2002-04-05Do not attempt to update a package (deleting the package and all itsrh1-2/+5
dependencies) if IGNORE is set. This puts the 'update' target in line with 'install', 'package', and other targets that use the same checks.
2002-04-05Fix a typo.wiz1-1/+1
2002-04-05Remove empty line.wiz1-2/+1
2002-04-05Restrict NetBSD version. This version of Wine does not work on NetBSDkent1-2/+2
1.5.x release or earlier.
2002-04-05add missing libexec/nntpcache.debugproff1-1/+2
2002-04-05Update the ssp patch to 2.95.3-5.kent2-9/+9
Change in 2.95.3-5: - Some fixes at the copying arguments More concretely, a problem at compilation of src/usr.sbin/pppd/pppd/eui64.c is solved.
2002-04-05Update to 3.0.1 and remove reference to few bogus mirror sites.proff4-31/+37
3.0.1 Sat Apr 6 01:59:56 EST 2002 (ap.pog.gia.tu.ra) * compat: update config.sub and config.guess to autoguess Darwin / MacOSx * compat: update ./configure to autoconf-2.53 3.0-b2 Fri Apr 5 01:32:28 EST 2002 (oneiromancy) * new: README.pam * change: use $libexec/nntpcache.debug for debug symbols * new: permit ':' and '@' in username and password definitions. some At-Home & MS passport controlled (ugh) were of this format * compat: be more flexible in closing and re-assigning file-descriptors. fixes some bogus openlog()/ closelog() implementations * change: doc/proff.style NAZI's * compat: eliminate pid_t warning in src/debug.c * compat: change "stat" to "status" for contrib/newshound/newshound.c. "stat" conflicted with the stat.h definition under AIX-5.1 * change: don't try and debug the debug task if it can no-longer read messages from other tasks * new: explicitly tell users to use 'nntpcached -n' for INSTALL step 8 3.0-b1 Sat Mar 30 11:51:29 EST 2002 (Enantiomorphosis) * new: idiot proof nntpcache.servers configuration * new: Make the decision to use a new mmap backing file on restart configuration via "refreshMmap" * change: explicitly enable core dumps * bugfix: fix bogus log message in src/xover.c * new: prevent runaway debug analysis by checking at most once every half hour * change: use mode, as opposed to flock/lockf locking for cached articles/headers. this technique is more reliable over nfs and newserver/reader crashes * new: robustify newsgroup structure locking * compat: under MacOSX, cc reports as gcc, but gcc CPP is not "gcc -E" * compat: AIX needs -lbsd for flock() * new: verbosely describe "server rebuild in progress" error * change: don't warn on seeing (\r[^\n])+\r\n, as this seems to be embedded in quite a few wild articles * bugfix: fix a few (usually rare) xover bugs * change: reorganise xover opening/locking/writing functions * compat: parse numbers representing time_t so as not to depend on the size of time_t (Tru64/OSF/alpha needed this) * compat: remove extra ';' in src/http.c which caused SUNSpro (Solaris CC) to choke * new: improved xover expiry * change: remove a warning in src/bregex.c. Note that the other warnings (at least under gcc and SUNSpro are bogus) * compat: use strrchr instead of rindex in src/authinfo_pipe.c * compat: EXPORT PAM functions only after pam types have been defined * compat: PAM compatability for Solaris and FreeBSD (tested on Solaris-8.x and FreeBSD-4.x) * compat: at least one newsreader used AUTHINFO with no arguments simply to check that the command was available. In this case return "350 Continue with authorization sequence" * compat: smarter scripts/genextern.sh * compat: add/reorder includes for mmap/mmap_tests.c * bugfix: don't use autoconf to generate mk/rules.mk, as automake uses this file before configure time. * compat: add SPT_PADCHAR definition for Linux in libproff/setproctiltle.c * change: add comment about bogus gcc warning in libproff/pattern.c * change: update doc/proff.style * change: move newshound config file to /etc/newshound/ * bugfix: various newshound bugfixes * new: perl newshound contributed by jer@gweep.net * bugfix: add missing /* */ pair in log.h (amazingly gcc compiled the previous code without complaint) * compat: wrap all GNU C extensions in GNUC_EXT macros, including extensions exported by scripts/genextern.sh (EXPORT macros) * compat: explicitly check for GNU make variations at ./configure time and give copious help if GNU make can not be located. Explicitly tell the user to use the discovered GNU make. * bugfix: CPP does not define build symbols which are needed by scripts/genextern.sh as opposed to cc -E. Always check for cc -E at ./configure time * new: NEWS file * change: modify INSTALL so even the pentagon can understand nntpcache builds with GNUMake * change: modify INSTALL to reflect new mailinglist details * bugfix: extensive three pass automake hackery to force regeneration of .ext's at the correct time and in the correct order * bugfix: sometimes a HEAD followed by a BODY when neither was previously cached resulted additional header characters in the body. Triggered by Pine. * compat: don't use creeping bsd featureisms (warn,<err.h>) in libproff
2002-04-05Make `dllwrap' (pkg/16156)kent2-4/+7
Bump PKGREVISION to 3.
2002-04-05Add canna support to xemacs-current. It is enabled by EMACS_CANNA=YESmagick1-1/+9
in mk.conf. Closes pkg/14406 by OGATA Hiroshi.
2002-04-05Add canna support to xemacs. This closes pkg/14406 submitted bymagick1-1/+9
OGATA Hiroshi. Canna support is enabled by setting EMACS_CANNA=YES. I didn't use USE_CANNA suggested in the pr as this variable is set to YES by default in bsd.pkg.mk as it was used in japanese packages only.
2002-04-05Update databases/postgresql and related sub-packages to 7.2.1.jlam3-11/+11
*** Please note that a dump/restore is NOT required for those *** *** running PostgreSQL 7.2. *** Important changes from version 7.2 include: Ensure that sequence counters do not go backwards after a crash (Tom) Allow psql \connect to handle mixed case database and user names (Tom) Return proper OID on command completion even with ON INSERT rules (Tom) Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo) Improve handling of multiple UNIONs with different lengths (Tom) Fix for array subscripts handling (Tom) Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
2002-04-05Add a few error checks for whether the commands we want to execute actuallyjlam1-2/+13
exist.
2002-04-05Create conf-ld to make it build on Darwin.yyamano1-1/+2
2002-04-05Group commands in /bin/sh with (), not {}hubertf1-3/+3
2002-04-05WTF happened there... you do a cvs diff and then a cvs commit and itskrll2-7/+3
misses out a couple of files.
2002-04-05Include "emulators/suse_linux/Makefile.application" here after the customtron1-2/+2
targets got defined.
2002-04-05Update xdm-krb4 to 3.3.6.3wennmach2-7/+16
Rationale: get rid of the dependency on kth-krb4 on NetBSD>=1.5 systems. For older systems, we provide full functionality via a (now buildlinked) kth-krb4.
2002-04-05Update arla to 0.35.7wennmach12-232/+25
This new version fixes some (unnamed, sorry) bugs. The main rationale for the upgrade is to get rid of the dependency on kth-krb4 for NetBSD>=1.5 systems. For older systems, we provide full functionality via (a now buildlinked) kth-krb4.
2002-04-05Seems wine needs <sys/inttypes.h> in one place...hubertf2-1/+17
(couldn't types.h pull that in????)
2002-04-05Don't include "../../emulators/suse_linux/Makefile.application" if wetron1-1/+3
are building the "netscape" meta package.
2002-04-05Use ${EXTRACT_SUFX} properly.fredb1-3/+3
2002-04-05Add `_tar.gz' to the list of suffices to grok for the benefit of socks5.fredb1-2/+2
2002-04-05Update kth-krb4 to 1.1.1.wennmach10-331/+358
This is a prerequisite step for the new arla version (0.35.7). While here, buildlinkify.
2002-04-05Updated p5-Text-CSV-Hash to 0.12abs2-5/+5
Add support for creating a csv file from an existing array of hashes
2002-04-05Remove BUILD_DEPENDS on autoconf. It actually lost the changes made toskrll1-2/+11
configure. Hi Charles. Thanks to Thomas Klausner <wiz@netbsd.org> for pointing out the BUILD_DEPENDS.
2002-04-05regen (hi jason!)wiz1-2/+2
2002-04-05Missing command continuation.uebayasi1-2/+2
2002-04-05If we do not have /etc/rc.subr, but we do have /etc/rc.conf, still source it.abs1-1/+5
2002-04-05Use "suse_linux/Makefile.application" to pick correct SuSE packages.tron1-4/+3