summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-08Oops, forgot to add libvorbis/libogg support. Also, AudioScrobblerbjs2-5/+11
support only requires www/curl, so enable that too along with curl support. I'm not bumping the revision since I just committed it.
2007-11-08Updated net/libupnp to 1.6.1obache1-1/+2
2007-11-08Update libupnp to 1.6.1.obache5-37/+40
While here, add DESTDIR support. Changes: ******************************************************************************* Version 1.6.1 ******************************************************************************* 2007-11-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out Applied patch from Alex (afaucher) to change some write locks to read locks. 2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Adjusting libtool library numbers to reflect the last changes. 2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out GlobalHndMutex, which was a mutex is now GlobalHndRWLock, which is a rwlock. HandleLock() is mapped to HandleWriteLock() while all other instances have not been checked. One instance in AdvertiseAndReply() has been changed to HandleReadLock(). Thanks to Alex (afaucher) for the bug report and suggestions. 2007-11-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Added support for rwlocks. 2007-11-05 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Bug Tracker [ 1825929 ] woker thread still alive after UpnpFinish() Submitted By: Luke Kim - nereusuj Worker thread still alive after calling UpnpFinish() because ThreadPoolShutdown() is in the #ifdef DEBUG block. 421 422 #ifdef DEBUG 423 ThreadPoolShutdown( &gSendThreadPool ); 424 ThreadPoolShutdown( &gRecvThreadPool ); 2007-08-28 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Changed the calls to virtualDirCallback.open(filename, UPNP_WRITE) to (virtualDirCallback.open)(filename, UPNP_WRITE) (notice the parenthesis) due to a change in glibc that produces compilation errors. 2007-08-28 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Initialization of the "randomness" struct so that valgrind does not complain. 2007-08-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Merge of patch submitted By Keith Brindley - brindlk SF Bug Tracker [ 1762758 ] Seek not working for large files Problem: Requests from the uPnP client to seek to a position beyond 2GB in a large file are handled as a request to see from the 2GB point. Impact: Varies depending on client. The Xbox 360 kills the connection when it realises. Solution: GetNextRange function (webserver.c) is updated to handle large file sizes. Fix should also recognise when built on a 32bit platform rather than 64 and handle accordingly. 2007-08-05 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Merge of Mac OS X patch from Stephane Corthesy (davelopper), SF Bug Tracker [ 1686420 ] Modifications for MacOSX. Some of the proposed changes were already done by Rene Hexel's patch.
2007-11-08+ Updated audio/herrie to 1.8.4 [bjs 2007-11-08]bjs1-1/+2
2007-11-08Add audio/herrie.bjs1-1/+2
2007-11-08Add audio/herrie, an ncurses-based audio player.bjs8-0/+337
Blurb: Herrie is a command line music player. It supports multiple audio file formats (including MP3 and Ogg Vorbis) and has the ability to send playback statistics to AudioScrobbler. The word `herrie' is Dutch for `clamor'. Herrie uses a split-screen user interface: a playlist at the top and a filebrowser at the bottom. The application has two modes of operation, called `party mode' and `XMMS mode'. When the application is started in party mode, the first song in the playlist gets started. It will also be removed from the playlist as well. When the application is started in XMMS mode, any song can be started and will not be removed from the playlist. The default mode is party mode.
2007-11-07Add libao and libmodplug optionsbjs1-0/+2
2007-11-07+ glib2-2.14.3, seamonkey-1.1.6, smokeping-2.2.7.wiz1-2/+4
2007-11-07Add USE_TOOLS+= pkg-config from Adam Hoka on tech-pkg@.jnemeth1-9/+12
2007-11-07Enable unicode properties and bump PKGREVISION.drochner1-2/+3
With that in place this pkg can be used as an external dependency by glib2 instead of building a bundled copy. This should save us headaches in case of future security problems.
2007-11-07Updated mail/mutt-devel to 1.5.17tonio2-3/+3
! --enable-exact-address works again + $message_cache_clean (clean cache on sync) + %P expando for $pager_format Large file support for mutt_pretty_size()
2007-11-07Update mail/mutt-devel to 1.5.17tonio4-30/+19
Changelog includes: ! --enable-exact-address works again + $message_cache_clean (clean cache on sync) + %P expando for $pager_format Improved autoconf code for bdb Large file support for mutt_pretty_size() bugfixes
2007-11-07Update sbcl to 1.0.11jonb2-4/+3
2007-11-07Fix PLIST, bump PKGREVISION for the new R.markd2-4/+5
2007-11-071) Fix incorect patchshannonjr5-25/+45
2) Fix incorrect socket permission
2007-11-07trick configure to continue without Python, should fix the error seendrochner1-1/+4
in Dragonfly builds, add a .pc file
2007-11-07The comment in the first paragraph says that the targets in this filerillig1-8/+14
should probably removed. Check if they are really used by anyone, by printing some warnings to stderr.
2007-11-07Update to 1.0.11. Lots of bugfixes, new features, etc. I expectjonb3-8/+33
that this update will close a couple of PRs that have been filed against the SBCL package.
2007-11-07Removed some extra code that I had added years ago (bsd.pkg.mk 1.1610)rillig1-7/+2
when pkg_create didn't print an error message on failure. If that should ever happen again, we should fix pkg_create instead of adding code here.
2007-11-07Mention that RUN does more error checking than _PKG_SILENT + _PKG_DEBUG.rillig1-3/+3
2007-11-07Fix version detection when the version number contains capital letters.minskim1-5/+5
2007-11-07Add explicit option check for -inet6abs2-1/+15
2007-11-07Fixed missing <unistd.h> on DragonFly.rillig2-1/+21
2007-11-07Fixed the latest pkglint warnings.rillig1-5/+5
2007-11-07In variable assignments in the shell you can sometimes leave out therillig1-1/+9
double quotes.
2007-11-07Replace ${PKG_SILENT}${_PKG_DEBUG} with ${RUN}, per pkglint.gdt1-3/+3
2007-11-07Filemasks and Pathmasks may very well contain special characters, so therillig1-3/+3
:Q operator should not be removed from them.
2007-11-07In shell commands, handle backticks inside double quotes. By the way,rillig1-3/+15
double quotes inside backticks inside double quotes are error prone.
2007-11-07use ${OLDNAME} instead of OLDNAME to make it clear that it's agdt1-2/+2
make variable. Pointed out by rilling/pkglint.
2007-11-07When checking a single *.mk file, determine the used variables. Thisrillig1-1/+3
avoids many false positive warnings when checking files in the mk/ directory.
2007-11-07Added entries for updating libassuan,dirmngr and gnupg2shannonjr1-1/+4
2007-11-07Added missing entryshannonjr1-1/+2
2007-11-07Update to 2.0.7. This is maintenance release with a few minor enhancements.shannonjr4-20/+21
Changes: * Fixed encryption problem if duplicate certificates are in the keybox. * Add new options min-passphrase-nonalpha, check-passphrase-pattern, enforce-passphrase-constraints and max-passphrase-days to gpg-agent. * Add command --check-components to gpgconf. Gpgconf now uses the installed versions of the programs and does not anymore search via PATH for them.
2007-11-07Added (some time ago)heinz1-1/+3
net/nagios-plugin-spamd Updated www/p5-libwww to 5.808nb2
2007-11-07A friend class declaration isn't enough to make a class known.rillig3-11/+31
Extra qualification removed.
2007-11-07Allow make replace to replace a package with a name other than the newgdt2-10/+21
one, via "make replace OLDNAME=oldpkgname". Enhance replace-names to use OLDNAME if present. Move replace-names target before replace-tarup, and change replace-tarup to use the computed oldname. Make deinstall respect OLDNAME. Tested on netbsd-current with standard make replace and with OLDNAME.
2007-11-07Update to 1.0.1. Changes:shannonjr5-35/+40
* The option --ocsp-signer may now take a filename to allow several certificates to be valid signers for the default responder. * New option --ocsp-max-period and improved the OCSP time checks. * New option --force-default-signer for dirmngr-client.
2007-11-07Fixed gcc4 error messages.rillig3-1/+33
2007-11-07Fixed the XXX from the last commit. PLIST conditionals are read in whenrillig1-1/+19
a package is checked and discarded for the directory and filename checks.
2007-11-07Directories may be removed in a PLIST if there is a corresponding @execrillig1-2/+9
${MKDIR}. In PLIST.common_end, directories that have been populated in PLIST.common may also be removed. XXX: The PLIST_SUBST macros that may expand to "@comment " are currently not distinguished from pathname macros. This leads to some false positive warnings.
2007-11-07Add explicit option check for -inet6abs2-1/+15
2007-11-07Updated net/Transmission to 0.92tnn1-1/+2
2007-11-07There is a bash script in the package. PKGREVISION++rillig2-7/+5
Fixed some ancient unneeded PLIST lines.
2007-11-07Upgrade to 1.0.3. This is a maintenance upgrade. Noteworthy changes inshannonjr2-7/+7
version 1.0.3: * New functions assuan_process_done and assuan_inquire_ext to support external event loops. * Changed the license of the library code back to LGPLv2.1 to support a bunch of GPLv2(only) software which does not allow the use of LGPLv3. * Assorted bug fixed and code cleanups.
2007-11-07Warn about removal of unrelated directories in the PLIST.rillig1-3/+16
2007-11-07Activated the check-interpreter for PKG_DEVELOPERs. I don't remember whyrillig1-1/+5
activating this has taken so long.
2007-11-07Fixed LOWER_OPSYS in the PLIST.rillig1-3/+3
2007-11-07+ Updated shells/zsh-current to 4.3.4nb1 [bjs 2007-11-07]bjs1-1/+2
2007-11-07Add support for pcre to options.mk if ZSH_STATIC is undefined. Bump rev.bjs2-2/+15
2007-11-07Added support for installation to DESTDIR.heinz1-6/+8