summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-20Set the CC variable to .../bin/gcc (not .../bin/cc): on some systems,jschauma1-2/+2
there exists a 'cc', leading to buildlink creating a 'cc' wrapper pointing to the original 'cc', which then won't work with the gcc flags, while the 'gcc' wrapper does work (since packages simply call 'cc' (or 'gcc') and rely on buildlink having prepended the path to the right wrapper).
2004-05-20Require at least version 2.0.10 of the "nessus-libraries" package becausetron1-3/+2
"nessus-core" won't build otherwise.
2004-05-20drop the minimum required version of built-in xpm to 3.4. this isgrant1-8/+6
actually still more strict than the buildlink2 behaviour (which would allow any version), but at least packages requiring xpm can now build again with builtin xpm on non-XFree86 platforms.
2004-05-20swi-prolog & friendshubertf1-1/+4
2004-05-20Turn this package into a metapackage:hubertf6-195/+11
swi-prolog := swi-prolog-lite + swi-prolog-patches
2004-05-20touchuphubertf1-1/+2
2004-05-20Move over swi-prolog-packages from pkgsrc-wiphubertf3-0/+1282
2004-05-20move over swi-prolog-lite from pkgsrc-wiphubertf16-0/+668
2004-05-20Updated netpbm to 10.18.13adam1-1/+2
2004-05-20Changes 10.18.13:adam2-5/+5
* ppmtompeg: fix crash with input that is not a multiple of 16 pixels high and wide * pamtotga: fix crash due to freeing nonexistent color table * pamtotga: fix bug: invalid TGA when you use -rgb with a non-color input * pgmtopbm: fix calculations that divide by maxval+1; should divide by maxval * pbm_readpbmrowpacked(): Fix bug: ORs bits into return value instead of setting them
2004-05-20Fix building on MacOSXadam2-4/+4
2004-05-20The required option in grub actually is "GRUB_USE_ISO9660".xtraeme1-4/+4
2004-05-20Other packages' commands may not be found in ${PREFIX} nowadays. Fix it.uebayasi2-5/+6
2004-05-19Use -lcrypto with Heimdahl if it exists.kim3-25/+100
Fixes PR pkg/25623
2004-05-19Updated tcsh to 6.13.00:kim1-1/+2
36. V6.13.00 - 20040519 35. V6.12.03 - 20040322 34. turn on kanji and dspmbyte by default; add check for utf8 locales, and turn parsing of that automatically based on $LANG. 33. Fix compilation issue under Windows/NT and charset incorrect patch (Yoshiyuki Sakakibara) 32. completion additions (Tom Warzeka) 31. compilation fix (Martin Kraemer) 30. V6.12.02 - 20040221 29. Glob completion listing addition (Tom Warzeka) 28. BS2000 bs2cmd builtin. (Martin Kraemer) 27. Fix interrupt resetting code when /etc startup scripts have syntax errors (Mark A. Grondona) 26. Clarification of kill-ring commands (Per Hedeland) 25. Debian completion additions (Martin Godisch) 24. Japanese character set fixes (Juehiro-san) from debian 23. NLS charset fixes; disabled since they only work with gnu gencat (Martin Godisch) 22. Fix HPUX >= 11 resource (Jack Cummings) 21. Handle breaksw that jumps out of loops. 20. Revert #16. It causes worse problems. 19. Avoid using execl() because the last NULL does not always promoted to a pointer because the function is variadic (Harti Brandt) 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch) 17. do a case insensitive comparison for the multibyte vars (Martin Godisch) 16. don't sigsuspend() for an already exited job 15. glob all arguments in source (Martin Godisch) 14. various debian fixes (Martin Godisch) 13. setenv syntax check revert (Satoshi I. Nozawa) 12. EAGAIN typo (dan harkless) 11. filec compilation issue on hpux (beebe) 10. win32 compilation fixes for O_LARGEFILE (amol) 9. Don't go into an infinite loop when tcgetpgrp() returns an error. 8. Cygwin fixes (Corinna Vinschen) 7. NLS catclose() bug avoidance (KAJIMOTO Masato) 6. V6.12.01 - 20030208 5. Misc NT cleanup. No more GPL code (amol) 4. use strtol() to detect errors in builtin kill (Peter Jeremy) 3. Recognize linux systems on mips* (Maciej W. Rozycki) 2. Enable complete=igncase on unix (Stephen Krauth) 1. Eliminate maxitems (Todd Miller)
2004-05-19Upgrade to tcsh-6.13.00:kim7-93/+20
36. V6.13.00 - 20040519 35. V6.12.03 - 20040322 34. turn on kanji and dspmbyte by default; add check for utf8 locales, and turn parsing of that automatically based on $LANG. 33. Fix compilation issue under Windows/NT and charset incorrect patch (Yoshiyuki Sakakibara) 32. completion additions (Tom Warzeka) 31. compilation fix (Martin Kraemer) 30. V6.12.02 - 20040221 29. Glob completion listing addition (Tom Warzeka) 28. BS2000 bs2cmd builtin. (Martin Kraemer) 27. Fix interrupt resetting code when /etc startup scripts have syntax errors (Mark A. Grondona) 26. Clarification of kill-ring commands (Per Hedeland) 25. Debian completion additions (Martin Godisch) 24. Japanese character set fixes (Juehiro-san) from debian 23. NLS charset fixes; disabled since they only work with gnu gencat (Martin Godisch) 22. Fix HPUX >= 11 resource (Jack Cummings) 21. Handle breaksw that jumps out of loops. 20. Revert #16. It causes worse problems. 19. Avoid using execl() because the last NULL does not always promoted to a pointer because the function is variadic (Harti Brandt) 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch) 17. do a case insensitive comparison for the multibyte vars (Martin Godisch) 16. don't sigsuspend() for an already exited job 15. glob all arguments in source (Martin Godisch) 14. various debian fixes (Martin Godisch) 13. setenv syntax check revert (Satoshi I. Nozawa) 12. EAGAIN typo (dan harkless) 11. filec compilation issue on hpux (beebe) 10. win32 compilation fixes for O_LARGEFILE (amol) 9. Don't go into an infinite loop when tcgetpgrp() returns an error. 8. Cygwin fixes (Corinna Vinschen) 7. NLS catclose() bug avoidance (KAJIMOTO Masato) 6. V6.12.01 - 20030208 5. Misc NT cleanup. No more GPL code (amol) 4. use strtol() to detect errors in builtin kill (Peter Jeremy) 3. Recognize linux systems on mips* (Maciej W. Rozycki) 2. Enable complete=igncase on unix (Stephen Krauth) 1. Eliminate maxitems (Todd Miller)
2004-05-19Note update of gnuls to 5.2.1.jmmv1-1/+2
2004-05-19Update to 5.2.1 and fix build under NetBSD current (post 2.0D). Also changejmmv5-30/+47
categories to 'misc'. From Kibum Han in PR pkg/25642. Changes since 5.0 include: * When given -l and similar options, ls now adjusts the output column widths to fit the data, so that output lines are shorter and have columns that line up better. This may adversely affect shell scripts that expect fixed-width columns, but such shell scripts were not portable anyway, even with old GNU ls where the columns became ragged when a datum was too wide. * ls --width=N (for very large N) is no longer subject to an address arithmetic bug that could result in bounds violations. * ls --width=N (with -x or -C) no longer allocates more space (potentially much more) than necessary for a given directory.
2004-05-19note subversion-1.0.3 updateepg2-3/+3
2004-05-19Update to Version 1.0.3.epg3-7/+8
(19 May 2004, from /branches/1.0.3) http://svn.collab.net/repos/svn/tags/1.0.3 User-visible-changes: * fixed: security bug in date parsing. (CAN-2004-0397)
2004-05-19Updated nessus to 2.0.10aadam2-3/+7
2004-05-19Changes 2.0.10a:adam12-38/+139
* Fixed MacOS X portability issues * Non-intrusive OS-fingerprinting (based on xprobe's techniques) * DNS fingerprinting * killall -1 nessusd does not restart the bpf server on BSD systems * longer connect() timeout for TCP sockets * Fixed hydra.nes * WWW fingerprinting * IP addresses are now sorted in EVERY reports * Automagically rewrite banners to handle distributions which do backporting of security fixes (ie: Debian)
2004-05-19/usr/adam/nessus.txtadam2-8/+5
2004-05-19Working on subversion-1.0.3.epg1-2/+2
2004-05-19use g++ to build shared libs to get an implicite dependency on libstdc++drochner2-5/+5
2004-05-19Updated ImageMagick to 6.0.1-3adam1-1/+2
2004-05-19Changes 6.0.1-3:adam5-38/+11
* DrawSetStrokeDashArray() now respects the number_elements argument * Since the WMF coder has Wand dependancies we only enable this coder when both WMF is available and module support enabled * Some XCF tiles were not being read properly * Fixed memory leak in EPT coder * Fixed memory leak in DestroyImage() * Close Windows registry when no longer needed * RelinquishUniqueFileResource() was not freeing file resource properly * Free the ImageInfo structure allocated by CloneImageInfo() in the WriteImages() method * EPT images cannot support blobs * Fixed temporary file resource limit leak in RelinquishUniqueFileResource() * ConvolveImageChannel() incorrectly initialized non-selected channels to 0 * Added Cisco IP phone image format (write only)
2004-05-19Use buildlink3 from now onadam1-5/+5
2004-05-19Just another site for downloadadam1-1/+2
2004-05-19Note update of php-4.3.6nb2 (hi cjones! ;)junyoung1-2/+3
2004-05-19Updated soup to 0.7.11adam1-1/+2
2004-05-19Bump PKGREVISION for apache2 crash fix.junyoung1-2/+2
2004-05-19Changes 0.7.11:adam3-18/+17
* Bug fixes
2004-05-19Note gtk2 update to 2.4.1nb1.wiz1-1/+2
2004-05-19Add patch that fixes a bug in reading PNM files (from the gtk-2-4wiz3-2/+17
CVS branch). Submitted by Kouichirou Hiratsuka in PR 25636. Bump PKGREVISION to 1.
2004-05-19Note addition of postgresql74-contrib-7.4.2.recht1-1/+2
2004-05-19+postgresql74-contribrecht1-1/+2
2004-05-19initial import of postgresql-contrib-7.4.2recht3-0/+181
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This package contains the contributed programs included in the distribution.
2004-05-19Fix pkgviews installation.uebayasi1-2/+2
2004-05-19Add Helix Player to suggested packages.wiz1-2/+8
+ cyrus-imapd22-2.2.4, mathomatic-11.1c. - py-Lupy-0.2.1 (thanks, recht).
2004-05-19Note update of rhythmbox to 0.8.4.jmmv1-1/+2
2004-05-19Update to 0.8.4; from Kouichirou Hiratsuka in PR pkg/25635:jmmv2-5/+5
* Many memory leak during playback fixes. * Fix initial sorting. * Make size-limited automatic playlists work. * Make editing automatic playlists with size/count limits work. * Fix seeking on short tracks. * Sync play/forward/back buttons after play order change. * Make supported media type tests dynamic, add audio/x-m4a if faad plugin is available. * Play even 0-rated songs sometimes in weighted random mode. * Add sk translation. * Update et, ca, no, de, pt and sv translations.
2004-05-19use the final 1.0.0 release file, PKGNAME is already theredrochner2-6/+5
2004-05-19update to 0.24.6drochner3-7/+7
Security fix release
2004-05-19+subversion-1.0.3recht1-1/+2
2004-05-19Make it even more readable.wiz1-1/+1
2004-05-19Fix build with GCC >= 3.4.x, which does better type checking of enumerations.jmmv3-1/+29
Two functions returned an incorrect type, according to their prototype (these changes matches fixes done in the 2.x branch of gnome-vfs). From John R. Shannon in PR pkg/25615.
2004-05-19came here to nuke some whitespace and noticed that the text didn'tgrant1-5/+4
read very well, so nuke whitespace, improve text, | fmt 70 75
2004-05-19make sure we use MACHINE_ARCH (uname -p) instead of MACHINE (uname -m) fordmcmahill2-17/+19
setting the SGE arch. Should fix x86_64 (amd64) as well as others that have a different MACHINE and MACHINE_ARCH. Noted on the SGE developers list by Nicolas Joly
2004-05-19USE_LANGUAGES= c c++minskim1-1/+3
USE_LIBTOOL= yes