summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-31delint.salo2-4/+6
2006-05-31Note update of "kdegraphics3" package to version 3.5.2nb2.tron1-1/+2
2006-05-31Update to version 3.4.7salo2-6/+6
Changes: - get1 can now automatically rename files to server suggested file name. - new settings fish:charset and sftp:charset (for sftp version<4). - fixed http chunked transfers with explicit Content-Length. - fixed compilation with sun c++ compiler. - fixed compilation without ssl.
2006-05-31Make this package build with version 2.2.1 or newer of the "freetype2"tron2-3/+7
package. Patch provided by Mark Davies. Bump package revision.
2006-05-31Fixed pkglint warnings, including a configuration file issue. Bumpedrillig3-8/+13
PKGREVISION.
2006-05-31Double the length of the command line argument after each iteration.rillig1-1/+2
2006-05-31Needs C++.rillig1-1/+2
2006-05-31Fixed the PLIST.rillig1-1/+11
2006-05-31Made hot-babe work on Solaris.rillig2-8/+23
2006-05-31Clarified a bit on why updating pkgsrc using a tar file is discouraged.rillig1-10/+9
2006-05-31Updated hot-babe to 0.2.2.rillig2-3/+3
2006-05-31Updated hot-babe to 0.2.2.rillig5-46/+95
Changes since 0.1.2: - Switched to gtk2
2006-05-31Updated www/paros to 3.2.12adrianp1-1/+2
2006-05-31Update to 3.2.12adrianp2-6/+6
3.2.12 ====== New - Use newest external library for HTTP handling. - enable/disable spider to POST forms in options panel to avoid generating unwanted traffic (default to enable). This is requested by many users. - Decrease the number of possible combinations crawled by spider on forms with multiple SELECT/OPTIONS. This make crawling less resource consuming and lower chance to affect application being scanned. - Minor UI changes. Fix - Fallback database library to previous version as in Paros 3.2.10 because of a problem with hsqldb where some byte combination may consume 100% cpu time. - Increase width of method display in history to cater for other longer method names. - Default file scans may display incorrect HTTP message body if the original message is a POST request. 3.2.11 ====== New - Revamp History log panel. - Added "tag..." in right-click pop-up window for History log panel. This help to quickly identify a HTTP message in History display. - Concurrent delete of multiple URL's in the site hierarchy (sf.net request ID 1472300). - Use of newest db library. Fix - For POST request, if the body contain binary parameters of certain pattern, it may be unable to issue a re-send because URLDecode failed to decode properly.
2006-05-31add PKG_OPTIONS_LEGACY_OPTS, thanks dillo !tonio1-1/+3
2006-05-31Forgotten patchsum.joerg1-1/+2
2006-05-31Explicitly link with pthread, when using Qt.joerg4-7/+32
2006-05-31Remove stale checksum for "patch-aa". Problem pointed out by Dave Sainty.tron1-2/+1
2006-05-31Load the files bsd.prefs.mk and compiler.mk only once.rillig1-8/+7
2006-05-31It suffices to load bsd.prefs.mk once.rillig2-6/+4
2006-05-31Fix bootstrap on platforms with incompatible /usr/share/mk/sys.mkjoerg1-3/+3
by always forcing our internal search path when invocing bmake.boot. This does not affect the generated binary and is the reason why this goes directly into the tree.
2006-05-31Fixed pkglint warnings in audio/bmp-esound by not using the := operator.rillig2-6/+10
2006-05-31Using the := operator has subtle effects on the number of '$' charactersrillig1-2/+6
in strings. So don't use them.
2006-05-31Added a check for variables that are evaluated at load time. Especiallyrillig2-13/+58
for lists of something, this can lead to unexpected behavior. Currently, only the variables BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and PKG_OPTIONS may be looked at during load time. This warning reveals the bad practice to "patch" CONFIGURE_ARGS at load time, for example: > CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/} WARN: audio/bmp-esound/Makefile:14: CONFIGURE_ARGS should not be evaluated at load time.
2006-05-31Fixed indentation level in checkline_mk_vartype.rillig1-29/+29
2006-05-31Note daapd pkgrevison bump: whang "faad" option to "mpeg4ip", to adapt to thetonio1-1/+2
recent changes of faad and mpeg4ip packages
2006-05-31Set API dependence for "freetype2" to version 2.2.1 or newer. The newtron1-1/+3
"xpdf" package works fine with an old "freetype2" library but cannot be built with the old include files. This fixes PR pkg/33607 by Brad Harder.
2006-05-31Change the "faad" option to "mpeg4ip", and adapt the dependency accordingly:tonio1-5/+6
the faad2 package do no more give the functionality asked by daapd: this is given by multimedia/mpeg4ip
2006-05-31add an mpeg4ip option (to be used by daapd)tonio1-0/+1
2006-05-31The checks for variable use and correct quoting have been concentratedrillig2-107/+298
into a single subroutine, checkline_mk_varuse, which replaces the various ad-hoc checks. Added the class PkgLint::VarUseContext that tries to model the context in which a make(1) variable can appear. The checks are much better now than before, but there's still work to do. Added a new type FileMode for file permissions. Currently no warnings are printed for untyped variables (that is, user-defined and not following the common naming schemes). This includes the iteration variables of .for loops. Since many of the warnings have been overly strict, this is not a big loss.
2006-05-31Fixed pkglint warnings.rillig1-12/+12
2006-05-31-ruby-RMagick-1.11.1 [pkg/33538]taca1-2/+1
2006-05-31Add space after @comment.markd1-2/+2
2006-05-31Note update of graphics/ruby-RMagick package to 1.11.1.taca1-1/+2
2006-05-31Update graphics/ruby-RMagick package to 1.11.1 applying patch fromtaca2-10/+7
OBATA Akio as PR pkg/33538. RMagick 1.11.1 o Fix bug #4511, add Makefile, rmagick_config.h as dependencies in the Makefile (bug report from Eric Hodel) o Ensure ExceptionInfo structures are freed RMagick 1.11.0 o Feature #3705, add resize_to_fit (thanks to Robert Manni for the code) o Added optimize_layers method to the ImageList class (available with ImageMagick 6.2.6) o Added limit_resource method to the Magick module o Replaced install.rb with setup.rb, improved gem install (bug report from Ryan Davis) o Added --disable-htmldoc option to setup.rb o Fix bug #4104, incorrect label on example (reported by Jason Lee) o Added contrast_stretch_channel to the Image class (available with ImageMagick 6.2.6) o Improved Magick exception handling to eliminate memory leaks when an exception is rescued and execution continues. o Tested with ImageMagick 6.2.7
2006-05-31-squid-2.5.14taca1-2/+1
2006-05-31Note update of these packages:taca1-1/+4
- www/squid package to 2.5.13nb1 - x11/ruby-tk package to 1.8.4nb2 - devel/ruby-priority-queue package to 0.1.2nb1
2006-05-31Since this package contains shared object, add RUBY_HAS_ARCHLIB=yes intaca1-1/+3
order to more strict dependency to ruby18-base package. Bump PKGREVISION.
2006-05-31Specify X11BASE as configuration parameter. This change should fixtaca1-2/+3
the problem which cause LoadError of libX11.so.6. This problem was noted by rudolf <netbsd at eq.cz> on pkgsrc-users. Bump PKGREVISION.
2006-05-31Update www/squid package to 2.5.14.taca2-39/+12
This release is almost the same as 2.5.13nb1 except: - documentation change; most of them are release name. - one debug level change.
2006-05-31Note update of "aperture" package to version 2.0nb7.tron1-1/+2
2006-05-31Make this build and work under NetBSD 3.99.20 and newer.tron3-16/+33
Bump package revision because of this fix.
2006-05-31Some minor fixes and additions.rillig1-3/+5
2006-05-31SHLIB_HANDLING and USE_RMAN are deprecated.rillig1-1/+3
2006-05-31imapfilter updated to 1.2.1.wiz2-3/+3
2006-05-31Update to 1.2.1, provided by Lefteris Chatzimparmpas in PR 33570:wiz2-9/+9
Version 1.2.1 - 9 March 2006 ---------------------------- - Buf fix; program fault when using the fetch*() family of functions. Version 1.2 - 2 March 2006 -------------------------- - IPv6 support. - Lua 5.1 compatibility. - Bug fix; handle messages containing binary data. - Bug fix; problems with CPU utilisation when the inactivity timeout timer was set.
2006-05-31+ imapfilter-1.2.1 [pkg/33570].wiz1-1/+2
2006-05-31Remove manual extraction code, now that mk/ recognizes -tar.gz.wiz2-6/+2
2006-05-30Recognize -tar.gz as tar.gz files. PR 33571 by Dieter Roelants.wiz2-3/+4
2006-05-30Remove two mirrors that are not mirroring.wiz1-4/+2