summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-09Fix typo reported in PR 21826 by yaranaika, and pipe through fmt.wiz1-3/+4
2003-06-09Update/simplify/improve DESCR/MESSAGE of Canna packages. The MESSAGE partuebayasi5-56/+26
is from Takamizu-san. (I dare to delete the explanation for Mule. It's minor, and too old.)
2003-06-09Fix typo, reported by yaranaika in PR 21825.wiz1-2/+2
2003-06-09Update to 21.8, edition 2.6 of the Emacs Lisp Reference Manual,uebayasi5-11/+14
corresponding to GNU Emacs version 21.2.
2003-06-09Updated mrtg to 2.9.29martti1-1/+2
2003-06-09Updated mrtg to 2.9.29martti2-6/+5
* allow external scripts to return UNKNOWN * fixed SnmpOptions setting * improved skipping of dead hosts (do not confused with 'dead' interfaces)
2003-06-09Back out anomy-sanitizer upgrade.kim1-2/+1
2003-06-09Downgrade to 1.49 due to problems where sanitizer delivers empty messages.kim3-9/+6
2003-06-08Add a couple of missing includes.fredb1-1/+3
2003-06-08Note update of dlcompat to 20030522.schmonz1-1/+2
2003-06-08Update to dlcompat-20030522. Changes:schmonz2-5/+5
* dlfcn.c, spec_notes.txt, dladdr.3, Makefile.in, dlopen.3.in: reformat ascii diagram, cleanup, avoid a deadlock if _init or _fini routines attempt to call dl* functions, just exits the app right now. Update the manpages. Finally made the decision to keep dlfunc out until I see a port which needs it, or it becomes part of the spec. Removed RTLD_SELF for similar reasons. * dlfcn.c, spec_notes.txt: small changes to dlfcn.c, added some notes about spec compliance. * dlfcn.c, dlfcn.h: Readded dlfunc, implemented RTLD_NEXT, RTLD_SELF and RTLD_DEFAULT for dlsym. Compiles against the freebsd 5.0 header, but I can't grab that because it would break binary compat, reran indent to fix problems with my use of a multitude of editors (if only they would stop crashing). * Makefile.in,configure.in,README,dlfcn.c,dlfnc.h,dlfcn_simple.c,dlopen.3.in: dlopen.3 should is generated by the makefile, not configure, dlfcn_simple.c some rewrite of the error code, preparation for release, remove the dlfunc I added on the 20th, I need to convince myself that it is worthwhile. * dlfcn.c, dlfcn.h: dynamically allocate space for all needed paths, add dlfunc, use the restric keyword for gcc >3, fix dladdr for MH_SPLIT_SEGS, use our own NSAddImage for the search linked libs case, as NSAddImage is stupid, and does not search DYLD_LIBRARY_PATH or match install_names. Use NSUNLINKMODULE_OPTION_RESET_LAZY_REFERENCES for ppc in dlclose, and NSUNLINKMODULE_OPTION_KEEP_MEMORY_MAPPED if the object has any __mod_term_func's to avoid the bus error in atexit(3) with c++ static destructors. * dlfcn.c: reset the error string when an exported function is called. Do not write off the end of the search_paths array, increase MAX_SEARCH_PATHS to 128. This needs to be looked at again, the search paths array should be allocated dynamically so all the paths can be included. * dlfcn.c: Patch from Ben Hines for better error reporting in dlclose a non bundle. * dlfcn.c: Checking some code that has been sitting here for months. thread safe, removed crap code for c++ static initializer calling. Need to add something back later. * dlfcn_simple.c: Cleanup. * dlfcn.c: Quick hack to get sound working in artsd.
2003-06-08Use the public RPATH_FLAG in favor of the private _OPSYS_RPATH_NAME.jschauma1-2/+2
2003-06-08binutils update done, thanks fred!wiz1-2/+1
2003-06-08naim-0.11.5.9 update done.wiz1-1/+2
2003-06-08Update to 0.11.5.9:wiz2-5/+5
Major bug fixes: If only one window was open, the buddy for that window signed off, the window was marked keep-after-signoff, and was cleaned up after $autoclose minutes, the event handler would enter an infinite loop or possibly cause untrackable stack corruption. Fixed. Major feature additions: [TOC] Default server is now toc.n.ml.org. Once AOL has fixed its servers and/or its DNS, this host will be CNAMEd back to toc.oscar.aol.com.
2003-06-08style: we use 2 spaces for indenting blocks.grant1-6/+6
s/echo/${ECHO}/
2003-06-08Note update of devel/binutils to 2.13.2.1.fredb1-1/+2
2003-06-08Update binutils to 2.13.2.1. "gasp" is gone; "strings" accepts anfredb8-95/+119
argument of "--encoding", to help it to look for wide strings; plus a few other obscure additions. Most importantly, "gas" now generates correct code when used with gcc-3.x at high optimization levels. (See gcc bugzilla: optimization/10877.)
2003-06-08drop some unneeded parens, whitespacegrant1-4/+4
2003-06-08This package does not need USE_X11BASE. Fixes PR#21684 from Soren Jacobsen.cjep1-2/+3
2003-06-08Crank the cpuflags wheel one more time (to 0.48)abs1-1/+2
Add mozilla and pango to the list of packages for which -frename-registers triggers bug in the binutils shipped with 1.6.x (Thanks to Frederick Bruckman for identifying the issue)
2003-06-08Update cpuflags to 0.48:abs2-4/+4
Add mozilla and pango to the list of packages for which -frename-registers triggers bug in the binutils shipped with 1.6.x (Thanks to Frederick Bruckman for identifying the issue)
2003-06-08Updated anomy-sanitizer to 1.60kim1-1/+2
2003-06-08Upgrade to 1.60:kim2-5/+5
Minor update to MIME type checking rules, to allow more legal MIME types. Made the multipart detection code less aggressive, in small text messages it would mistake common ascii-graphic signatures for message boundaries and mess up the parsing quite badly. Made the filename checker check ALL possible file names against each rule, instead of just checking the "default" one. If feat_mime_files is set, then the default file-name for that mime type will be checked as well. This is a major improvement to security, but requires that filename rules are ordered so that that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules. Made the sanitizer read /etc/mime.types (if it exists) to generate a more complete list of default filenames for unnamed parts.
2003-06-08drop some unneeded parensgrant1-2/+2
2003-06-08Update joe to 2.8nb2:abs4-6/+24
Do not unconditionally set CC, and remove unnecessary #include <varargs.h>
2003-06-08set USE_GCC_SHLIB.grant1-3/+5
sort USE_* variable block while I'm here.
2003-06-08use MASTER_SITE_SOURCEFORGE.grant1-2/+2
2003-06-08Update cpuflags to 0.47:abs4-13/+17
Treat AMD Duron as Athlon Replace PKG_EXCLUDE_O3 with PKG_EXCLUDE_RENAME_REGISTERS as its specifically the -frename-registers that causes problems. Set for ORBit
2003-06-08Missed in lastabs1-2/+2
2003-06-08Avoid 'make int from pointer' warning under gcc3. No change to compiled packageabs2-7/+16
2003-06-08Update userppp to 001107nb1abs6-3/+61
Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing
2003-06-08Updated figlet to 2.2.1nb1:abs4-12/+16
Do not unconditionally set CC
2003-06-08Note addition of gnuserv-3.12.6.epg1-1/+2
2003-06-08Import gnuserv-3.12.6.epg5-0/+59
gnuserv allows you to attach to an already running Emacs. This allows external programs to make use of Emacs' editing capabilities. It is like GNU Emacs' emacsserver/server.el, but has many more features. This is the gnuserv part of XEmacs split out for use in GNU Emacs. If you use XEmacs you do not need this package.
2003-06-08bump revision to spamassassin-2.55nb1heinz1-1/+2
2003-06-08- include patch from SA CVS repository to fix a bug with 'spamassassin -r'heinz3-4/+18
learning a message without Message-Id as ham (see bugzilla #2030) - depend on p5-IO-Socket-SSL>=0.92 because of bugs in earlier versions - bump revision
2003-06-07Fix some dates (hi jschauma, hi epg)wiz2-6/+6
2003-06-07s/Webstar/Webster/mason1-1/+1
2003-06-07gdb works fine under IRIXjschauma1-2/+2
2003-06-07Avoid hardcoding /usr/pkg in patch files.jmmv3-8/+8
Do the "dynamic" substitution in the pre-configure target instead of post-patch so that patches can be generated properly after a "make patch".
2003-06-07Note bump of PKGREVISION for plotutils and gnuplot and addition ofjschauma1-1/+5
plotutils-nox11 and gnuplot-nox11.
2003-06-07Note revision bump of clamav to 2.jmmv1-1/+2
2003-06-07Split plotutils and gnuplot into '<pkgname>' and '<pkgname>-nox11' eachjschauma14-46/+240
(alternatively, we could have renamed one to '<pkgname>-x11', but for the element of least surprise, the default remains x11 enabled). This will work much better than the previous attempt to build two packages from one Makefile, which wasn't all thought out wrt to dependencies, buildlinks etc. Bump PKGREVISION on plotutils and gnuplot for this.
2003-06-07Avoid hardcoding /usr/pkg in patch files (CFLAGS and LDFLAGS contain thejmmv5-11/+30
right flags, so there is no need to add -I and -L flags by hand). Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2.
2003-06-07Fix path to locale directory in patch files (i.e., do not hardcode /usr/pkgjmmv3-5/+7
and use PKGLOCALEDIR's value).
2003-06-07Truncate to <= 24 linescjep1-6/+3
2003-06-07Do not hardcode /usr/pkg as prefix in patches.jmmv3-12/+14
2003-06-07Use @JPEGDIR@ in patch file instead of hardcoding /usr/pkg.jmmv2-4/+4
2003-06-07Truncate to <=24 linescjep3-32/+2