summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-04Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 toagc21-82/+68
generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-04Update tamago package to 4.0.6nb1.taca4-266/+7350
- Catch up to recent tamago's CVS repositry. - Sort PLIST. Changes are too large to include here, see ChangeLog in detail. Anyway mainly more better support for emacs 21.X and canna now.
2002-09-04pass the MAKE_ENV to distutils buildsdrochner1-3/+5
2002-09-04the interpreter itself _can_ be built with buildlink2drochner5-43/+30
2002-09-04-resort to old buildlink - BUILDLINK2 doesn't work yet with Pythondrochner2-132/+130
packages -fix hardwired python2.2 in PLIST
2002-09-04Update ruby-drb package to 1.3.7.taca2-5/+5
This fixes a bug which can call private methods (potential security hole). * 1.3.7 * drb.rb: Fix obj.send(:eval, ...). * runit/drbunit.rb: Add ut_eval. * runit/ut_eval.rb: Added * 1.3.6 * drb.rb: untaint uri (for $SAFE=1). * runit/drbunit.rb: Add $SAFE=1 test. * 1.3.5 * lib/drb/extserv*.rb: Change ExtServManager#regist protocol. * runit/ut_port.rb: Adjust a port number * lib/drb/drb.rb: Add DRb::DRbServer.verbose, verbose=, #verbose=, #verbose. * lib/drb/drb.rb: Use Object.__id__ insted of Object.id.
2002-09-04Revert last change after buildlink2 problem was fixed by Johnny C. Lam.tron2-2/+5
2002-09-04Update namazu package to 2.0.12.taca10-427/+19
It fixes some Cross Site Scripting security problem. 2002-09-03 NOKUBI Takatsugu <knok@daionet.gr.jp> * Namazu: Version 2.0.12 released. * nmz/util.c (nmz_warn_printf): Fixed potential XSS issue. * tests/namazu-cgi-8: Added an another XSS checking. (Reported by HANAI Akira, thank you) 2002-09-02 NOKUBI Takatsugu <knok@daionet.gr.jp> * Namazu: Version 2.0.11 released. * tests/*: Added log markings. (Commited by proxy for Makoto Fujiwara.) 2002-08-28 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in: Bumped version number to 2.0.11pre4. * NEWS: updated. 2002-08-26 Hajime BABA <baba@plain.isas.ac.jp> * filter/msword.pl: Fixed warnings of undefined variables. * filter/postscript.pl: Fixed redirection problem (sorry...) 2002-08-23 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in: Bumped version number to 2.0.11pre3. 2002-08-19 Ryuji Abe <rug@namazu.org> * NEWS: Use `cross-site scripting' instead of `CSS'. 2002-08-10 Hajime BABA <baba@plain.isas.ac.jp> * (somewhere)/.cvsignore: Newly added. 2002-08-10 Hajime BABA <baba@plain.isas.ac.jp> * filter/postscript.pl: Adapted to ps2text 0.4.1. 2002-08-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/mhonarc.pl: Adapted to MHonARC 2.x. (contributed by Earl Hood, thank you!) 2002-08-01 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in: Bumped version number to 2.0.11pre2. 2002-07-31 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/excel.pl (filter_xl): Adapted to xlhtml 0.5.x. 2002-07-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/pdf.pl (filter): Fixed overriding $$cont by pdfinfo. 2002-07-26 Hajime BABA <baba@plain.isas.ac.jp> * filter/pdf.pl: Fixed wrong redirection of stdout. 2002-07-26 Hajime BABA <baba@plain.isas.ac.jp> * nmz/util.c: Fixed the following warnings: 'initialization discards qualifiers from pointer target type' 2002-07-25 Hajime BABA <baba@plain.isas.ac.jp> * filter/pdf.pl: Fixed the problem in [n-d-j:02587], and of the stdout redirection. 2002-07-25 Yoshinori TAKESAKO <takesako@namazu.org> * configure.in (AC_OUTPUT): Add contrib/Makefile. 2002-07-25 Ryuji Abe <rug@namazu.org> * doc/en/manual.html: Update location of xlhtml web site. * doc/ja/manual.html: Likewise. 2002-07-25 Yoshinori TAKESAKO <takesako@namazu.org> * configure.in: Bumped version number to to 2.0.11pre1. 2002-07-24 Hajime BABA <baba@plain.isas.ac.jp> * filter/win32/ole{msword|powerpoint}.pl: use strict, and sample code. 2002-07-24 Hajime BABA <baba@plain.isas.ac.jp> * filter/pdf.pl: Added a routine which gets the author and the title. 2002-07-11 NOKUBI Takatsugu <knok@daionet.gr.jp> * template/NMZ.*.de: Added. (Contributed by Gerald Pfeifer, thank you!) 2002-07-05 NOKUBI Takatsugu <knok@daionet.gr.jp> * template/NMZ.head: Fixed some typos. (Reported by Gerald Pfeifer, thank you!) 2002-06-17 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (make_phrase_hash, wordcount_sub): Fixed the bug that limits of WORD_LENG_MAX did not work as expected. 2002-06-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/html.pl: Applied scrpit code exclusory patch. (http://www.namazu.org/ml/namazu-devel-ja/msg02091.html contributed by HAJIME Baba.) 2002-06-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (append_index): Fixed to remain keyword numbers in NMZ.head* when some target files are deleted. * doc/ja/manual.html: Added description about xpdf Language Support Packages. 2002-06-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/cgi.c (validate_idxname): Fixed relative path problem. (Reported by TAKAGI Hiromitsu, thanks) 2002-04-26 Ryuji Abe <rug@namazu.org> * Makefile.am (SUBDIRS): Add contrib. (DIST_SUBDIRS): Likewise. * contrib/ChangeLog: New File. 2002-04-09 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/postscript.pl (filter): Fixed excessive argument on ps2ascii, closes: bugs-en#15. 2002-04-01 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (load_document): Delete NMZ.win32.tmp file when this file exists at the time of a copy. Thanks to tsubouchi (namazu-bugs-ja#131). 2002-03-29 Ryuji Abe <rug@namazu.org> * configure.in (LTVERSION): Set 6:0:3. 2002-03-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-cgi-8: Removed checking of "result" CGI value. 2002-03-27 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/oleexcel.pl (filter): It was got to work also by MS Excel 2002 (MS Office XP). 2002-03-27 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/oleexcel.pl: Fixed the bug which Win32 OLE filter doesn't create index by MS Excel 2002. (namazu-win32-users-ja#01204) (Reported by yonezawa, thanks.) * filter/win32/ole{msword,excel,powerpoint}.pl: Fixed the defined $weight variable doubly. 2002-03-26 NOKUBI Takatsugu <knok@daionet.gr.jp> * nmz/libnamazu.{c,h}: Added nmz_{set,is}_output_warn_to_file(). * nmz/util.c (nmz_warn_printf): Changed to check loggingmode and output_warn_to_file. * nmz/var.c: Added NMZ.warnlog member. * src/namazu-cgi.c(main): Added calling nmz_set_output_warn_to_file(). 2002-03-25 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/{deb,rpm}.pl: Fixed escape special shell characters handling for security. (Reported by Luc, thanks) 2002-03-18 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/ole{msword,taro,rtf,excel,powerpoint}.pl: Fixed the bug which OLE filter doesn't create index of title and keywords of property. (namazu-bugs-ja#86,#120) (Patch contributed by Shohei TAKASHIRO, thanks) 2002-03-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/compress.pl: Removed SIGPIPE trapping routine because it was changed to care in mknmz. * scripts/mknmz.in (trapintr): Added SIGPIPE trapping routine (closes: namazu-bugs-en#19). * filter/pdf.pl (status()): Added version check to adopt xpdf 1.00. 2002-03-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/output.c (print_hlist): Fixed excessive deletion of HTML tags (namazu-devel-ja#02406). (Reported by Seiji Yamashita, thanks.) (unhtml_buffer): Splitted a new function from fputs_without_html_tag(). 2002-03-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/compress.pl (filter): Added trapping sigpipe (bugs-ja#111). (Patch contributed by Hiroki Nakai, thanks) * src/form.c (handle_tag): Fixed no output probrem on large NMZ.head file (bugs-ja#111). (Patch contributed by Hiroki Nakai, thanks) 2002-02-25 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/html.pl (remove_comments): Added a new function. (Patch contributed by Hamatani, Chihiro, thanks) 2002-02-22 NOKUBI Takatsugu <knok@daionet.gr.jp> * nmz/libnamazu.h (MAXPATH): Changed to same value as BUFSIZE. It fix the probrem that namazu/namazu.cgi didn't work when changing BUFSIZE to over 1024. 2002-02-19 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-10: Fixed the contents of MSG variable. * src/cgi.c (get_query_string): Fixed invalid content-type output error message. * scripts/mailutime.in (main): Added MHonArc file support. 2002-02-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (parse_options): Changed to call load_filtermodules() after parsing index_lang option. * filter/man.pl (status()): s/LAN/LANG/ 2002-02-12 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/man.pl: Added $langenv variable for japanized groff. http://search.namazu.org/ml/namazu-devel-ja/msg02332.html 2002-02-04 Makoto Fujiwara <makoto@.ki.nu> * scripts/mknmz.in: Message is changed related to TEXT_SIZE_MAX skipping: http://www.namazu.org/ml/namazu-devel-ja/msg02312.html * po/{es,fr,ja,ja_JP.SJIS}.po: Ditto. 2002-02-04 Ryuji Abe <rug@namazu.org> * nmz/regex.c: Also includes support.h. 2002-02-03 Ryuji Abe <rug@namazu.org> * src/form.c: Includes support.h again. * THANKS: Thanks Seiya Nishizawa for namazu-bugs-ja#89. 2002-01-24 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in: Changed to take effect --exclude option on html named link (--html-split). 2002-01-18 NOKUBI Takatsugu <knok@daionet.gr.jp> * nmz/regex.c: Applied Admin/regex-ruby-alloca.path. * nmz/util.[ch] (nmz_scan_*) : Adopted type of function argument for nmz/regex.c. * nmz/regex.c: Applied silencing some warnings patch. (Contributed by Takahiro Kambe, thanks.) * nmz/regex*: Imported latest source from Ruby 1.6.6. * lib/getopt*: Imported latest sources from GNU gengetopt-2.5. 2002-01-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * lib/getopt.c: Changed to include string.h for using strcmp(). (Contributed by Takahiro Kambe, thanks.) 2002-01-16 NOKUBI Takatsugu <knok@daionet.gr.jp> * doc/ja/tutorial.html: Fixed invalid relative path. (Reported by yokoi, thanks.) 2002-01-12 Ryuji Abe <rug@namazu.org> * configure.in: If the platform is MinGW, do not check functions str(n)casecmp and (v)snprintf. Also __vsnprintf checking is removed. * nmz/support.h [Solaris 2.5]: Abandoned to use __vsnprintf because of binary compatibility issue. [WIN32]: Use str(n)icmp instead of str(n)casecmp. * ChangeLog: Fixed typo again :-) (s/probrem/problem/g) 2002-01-11 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-12: Added a new test. * nmz/util.c (nmz_pathcat): Added null termination to prevent segfault. * src/namazu-cmd.c (main): Fixed buffer overflow. (Reported by KF, thanks) * src/namazu.c: Ditto. * src/namazu.h: Added a notice about customizing CGI_QUERY_MAX value. (KF <dotslash@snosoft.com> was noticed me the problem, thanks) 2002-01-10 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/powerpoint.pl: Adopted to new convert programs. (Contributed by Takahiro Kambe and Kaz SHiMZ, thanks) * filter/excel.pl: Ditto. * filter/msword.pl: Ditto. 2002-01-04 Ryuji Abe <rug@namazu.org> * configure.in: Revert to use AM_PROG_LIBTOOL. (workaround for earlier version of automake.) 2001-12-28 NOKUBI Takatsugu <knok@daionet.gr.jp> * doc/ja/manual.html: s!/usr/local/etc/mknmz/!/usr/local/etc/namazu/! (reported by NIHIRA Takuma, thanks.) * doc/en/manual.html: Ditto. 2001-12-27 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/Makefile.am: Added 2 tests. (contributed by Tietew, thanks.)
2002-09-04Remove work arround for bug in buildlink2 framework which was fixedtron1-6/+1
by Johnny Lam.
2002-09-04upgrade to 20020826 snapshot. repaint logic updates. "make USE_IDEA=yes"itojun2-8/+10
will enable IDEA support.
2002-09-03Replace incomplete buildlinkization (-I${LOCALBASE}/include in the patches!)wiz6-61/+10
with complete buildlink2ization. Fixes pkg/18160.
2002-09-03Also protect -L${ZOULARISBASE}* from being transformed.jlam1-2/+2
2002-09-03Invert test in buildlink-${OPSYS}-wrappers that was causing the OPSYSjlam1-2/+2
wrappers to not be generated. I forgot to flip this back after testing on my NetBSD box.
2002-09-03Some changes to make this work well on Linux:jschauma3-4/+13
- For this package i[3-6]86 can be set equal with i386, allowing us to specify the download site using MACHINE_ARCH. - Enable for platform Linux-*-i[3-6]86 - Don't display MESSAGE about requiring COMPAT_LINUX when on linux: => move MESSAGE to MESSAGE.NetBSD
2002-09-03Fix botch in previous commit which caused the sanitized PATH to not bejlam1-4/+4
inserted into the wrapper scripts.
2002-09-03Add a missing shell wildcard which was causing the expression to notjlam1-2/+2
catch arguments with symbols that are special to the shell. This should fix pkg/18156 by Matthias Scheler.
2002-09-03update to 1.1.3drochner6-58/+235
changes: + Adapted to Python 1.6, 2.0, 2.1 and 2.2. This version also runs under 1.5.2, but probably not under versions older than that. + To reduce module dependencies, the Tkinter support has been moved to a separate binary module. + The JPEG decoder is more tolerant for broken files. As long as all image data can be read, it won't complain. + An ANTIALIAS downsampling filter has been added. + Includes distutils build script (setup.py) for 2.0 and later. + The usual crop of bug fixes and performance tweaks.
2002-09-03Don't use ${MACHINE_ARCH} - this is _always_ i386.jschauma1-44/+44
2002-09-03Make this work on Linux.jschauma1-10/+9
2002-09-03make the automatic Python version derivation work with non-numericdrochner1-2/+2
version number components
2002-09-03Add work arround for bug in buildlink2 framework described in PR pkg/18156.tron1-1/+6
2002-09-03Update to 0.7.4. Fixes two random crashes. (My patches were also integrated.)mycroft4-35/+5
2002-09-03Update to 1.36.56. Changes are mostly portability, and bug fixes to the PSIDmycroft3-8/+7
tag handling.
2002-09-03Swipe the patch for bug 160535 from the Mozilla tree, to fix unaligned accessmycroft3-1/+78
problems on 64-bit platforms. (I don't think this is the right way to do it, but...)
2002-09-03upgrade to 1.0.1.itojun3-6/+20
diff from 1.0.1rc2: >Please to announce the final release of NSD-1.0.1 with minor bug fixes >and cosmetic changes, available for download:
2002-09-03Remove non-standard mime-types file again.wiz2-107/+2
Users are encouraged to copy it from the www/apache if needed. Bump PKGREVISION. Closes pkg/18101.
2002-09-03Don't munge references to directories in ${ZOULARISBASE} ifjlam1-1/+7
${ZOULARISBASE} != ${LOCALBASE}. This should fix problems compiling pkgtools/digest with zoularis where ${ZOULARISBASE} != ${LOCALBASE}.
2002-09-02Update to version 1.0rc8nb1.seb4-17/+20
Fix my own mistakes: use libtool to install libtool-linked executables! Signaled in PR pkg/18152 by Martin Weber <Ephaeton@gmx.net>.
2002-09-02Add OPSYS-specific section for overriding the generic wrapper scripts, andjlam1-18/+50
add one section for SunOS to possibly allow using the SUNWspro compilers when building X11 packages that use imake. Many thanks to Matthias Scheler for his help on this. Also use _BLNK_OPSYS instead of OPSYS in bsd.buildlink2.mk so that's it's easier to pretend I'm using a different OS when doing buildlink2 work.
2002-09-02Backout last change because Solaris' "curses" library has I18N issues astron2-4/+4
pointed out by Thomas Dickey in private e-mail.
2002-09-02Update to 0.23.2:wiz3-6/+7
0.23.2 - September 1st, 2002 : =============================== * Fixed a stupid bug in the rename file scanner : the file path was lost! 0.23.1 - September 1st, 2002 : =============================== * Playlist generator : ability to define the informations to write in the pl aylist, by using masks (like in scanners), * Fixed a bug with an empty field in OGG file, * Fixed a bug into the scanner window, due to a missing initialisation, * A fix for the undo function: now the history list has a logical behaviour, * Patch from Götz Waschk to compile with the version of libFLAC installed on your system if found, * Added switch '--disable-flac' to force the compilation with files of libFL AC supplied in the package, * Improved speed of removing tags from the interface, * Improved speed of the three scanners, * Improved speed of searching and loading files when browsing directories, * Process fields: the genre field was added, * Number of files parsed is displayed in the progress bar, * Updated vcedit.c from vorbis-tools-1.0 to remove all memory leaks when pro cessing OGG files, * A new Polish translation (thanks to Maciej Kasprzyk), * Czech translation updated (thanks to Milan Siebenburger).
2002-09-02Make this package conflict with rexx-regina.agc1-1/+3
2002-09-02Add and enable rexx-reginaagc1-1/+2
2002-09-02Initial import of Regina rexx 3.0.1 into the NetBSD Packages Collection.agc6-0/+90
Regina is a Rexx interpreter that has been ported to most Unix platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX, BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a programming language that was designed to be easy to use for inexperienced programmers yet powerful enough for experienced users. It is also a language ideally suited as a macro language for other applications.
2002-09-02Update to 0.11.33:wiz4-12/+14
Excerpt of changes: 0.11.33 * Fixed stupid bug which made some dialogs not respond to being closed. * Reimplemented the SelectToggle command, making it work in linear time as opposed to quadratic as previously. Paid in memory, as usual, but one bit per dir row isn't too much, in my opinion. * Tweaked the Information window slightly, since the two columns had somehow clung too close together. Reported by Felix Rabe. * Added (partial) French translation, thanks to Philippe Rossi. * Removed version number from window title. 0.11.32 * Upgraded to newer versions of GNU gettext, Automake, and Auto- conf, for no apparent reason. * Redid directory history slightly; it used to identify dirs pri- marily by their inode numbers, which failed the filesystem re- uses inodes after e.g. a delete. Reported first by Olle Viksten. * Made ClearSize respect GetSize's selection-preservation flag. * Made the command line help texts (shown by --help) translatable. * Fixed a problem with window name setting that occured when gentoo was running in internationalized mode. * Reworked all code setting window titles; they were affected by similar locale-dependent problems. This feels like a GTK+ problem, but I think GTK+ 1.2.x isn't being developed any longer, so a work- around is probably all we get. * Added a few missing command window titles to gentoo.pot. * Improved layout in ChOwn's window, more label alignment. * Default config will no longer recognize Perl source code if it's not in a file with a ".pl" suffix. This removes use of 'file' in the type checking, which is desirable for performance. * Removed all uses of assert(), especially since all (!) of them depended on side-effects. Did anyone ever build gentoo with de- bugging disabled? That ought to have broken, horribly. Oops. * Hacked a bit on the code that restores the vertical position when a directory is re-entered. Reported by "Michael". * Slightly improved large file support. Still untested by me. * Removed a couple of non-ANSI-isms that must've snuck in when I was looking the other way. Thanks, Josip. * Added support for more modifiers to mouse button command bindings. You need to test which "Mod" is which key, though. Thanks, "Mark". * Cleaned up cmd_generic.c, which is used for many of the standard file commands' dialog boxes. Dialog now done through dialog.c, which means button keyboard accelerators are now supported. * Dialog position now configurable: either follow mouse as always, or center on screen. See Windows config page. Lost the source of the suggestion.
2002-09-02Add and enable rexx-imc.agc1-1/+2
2002-09-02Initial import of rexx-imc 1.76 into the NetBSD Packages Collection.agc6-0/+141
REXX/imc is a Rexx interpreter for Unix. It supports all the standard instructions and built-in functions, plus a small number of extensions, and has a partial implementation of the SAA API allowing applications to call Rexx programs and to register addressing environments, Rexx functions, and exit handlers. This package was created by myself, including bypassing the standard configuration method, and the provision of a Makefile with libtool support.
2002-09-02Fix PLIST after 0.18.0 update. Sort.wiz1-10/+13
2002-09-02update to 1.1drochner2-6/+5
changes: - Automation filters are very configurable now + regex & shell/perl - Connect via v0.6 protocol, shows host names - Obtain extra host IPs from X-Try and Ultrapeer headers - Manage host cache a little better - Put connected nodes into host cache list top at exit - Retry known Gnutella hosts that were dropped after delay - Uploads work better
2002-09-02Update to 20020102.wiz2-5/+5
Changes: Bugfixes and license change.
2002-09-02-make this build if gnome libs are installeddrochner3-7/+8
-being here, update to 0.18.0 changes: * Fixed the RGB 565 MSB -> MSB case in gdk-pixbuf-drawable - #79190 * Fixed alignment issues in the BMP loader - #84083 (Federico). * Merged pixops.c from GTK+ HEAD as of 2002/Jun/18 (Federico).
2002-09-02adjust lastabs2-5/+5
2002-09-02Updated netatalk to 1.5.3.1nb2:abs8-120/+150
Use getrlimit() and setrlimit() to attempt to set the open filedescriptor to a sane value. Avoids afpd running out of fork slots when serving MacOS 10.2 clients. Patch sent back to maintainers.
2002-09-02Add and enable visual-regexpagc1-1/+2
2002-09-02Initial import of visual_regexp 3.0 into the NetBSD Packages Collection.agc4-0/+29
Provided in PR 18139 by Julio Merino <jmmv@hispabsd.org> Visual REGEXP lets you easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice.
2002-09-02Backout last change because it causes build failures.tron1-2/+1
2002-09-02Add "ftp.fi.netbsd.org" to master site list.tron1-2/+3
2002-09-02Enabling buildlink2 for this package isn't necessary and breakstron1-3/+1
bootstrapping on Solaris.
2002-09-02UNLIMIT_RESOURCES for sun-jdk 1.4 handled in bsd.pkg.mkabs1-4/+1
2002-09-02openoffice requires the unlimit on configure (for jdk) as well as for build.abs1-2/+2
Add ${_ULIMIT_CMD} to do-configure: