summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-21audio/libopenspc: Fix configure script bad grep patternmarino2-1/+15
DragonFly's modern gnu grep caught use of "[:space:]" rather than the correct "[[:space:]]" in the Gentoo ltmain sanity check, and returned an error breaking the configure script. The m4 file was correct though, so the configure wasn't really generated. In any case, this Gentoo error is widespread, so expect the same patch for other packages as they are discovered. It's possible platforms using BSD grep aren't affected. No PKGREVISION bump required.
2011-11-21Added devel/p5-strictures version 1.002002.hiramatsu1-1/+3
Updated devel/p5-Object-Signature to 1.07.
2011-11-21Update p5-Object-Signature to 1.07.hiramatsu2-7/+8
Changes from previous: 1.07 Thu 24 Mar 2011 - Updating to Module::Install::DSL 1.00 - Removing the use of prefork as the modules we use are fairly small - Removed -w from test scripts to be compatible with tainting 1.06 Sat 6 Jan 2007 - Added the specialised subclass Object::Signature::File
2011-11-21Add p5-strictures.hiramatsu1-1/+2
2011-11-21Import strictures into devel/p5-strictures, which is required tohiramatsu3-0/+39
update databases/p5-SQL-Translator. p5-strictures provides "strictures" directive. use strictures 1; is equivalent to use strict; use warnings FATAL => 'all'; except when called from a file where $0 matches: /^x?t\/.*(?:load|compile|coverage|use_ok).*\.t$/ and when either '.git' or '.svn' is present in the current directory.
2011-11-21Updated mail/getmail to 4.23.0schmonz1-1/+2
2011-11-21Update to 4.23.0. From the changelog:schmonz2-6/+6
- Fix race if new message shows up in POP3 mailbox between running the UIDL and LIST commands. Thanks: Roland Koebler, Osamu Aoki.
2011-11-21audio/festival: Update to version 2.1-releasemarino11-117/+69
The previous version of festival, 1.95-beta, was extremely picky about the compiler. When DragonFly moved to gcc 4.4 as the default, this package would no longer build because it didn't share the pre-requisite gcc 3.3.6 with NetBSD. The latest version will accept any version of gcc (tested by developers to version 4.5). Upgrading the package has the double benefit of once again building on DragonFly and removing the requirement to build gcc 3.3.6 on NetBSD.
2011-11-21multimedia/gst-plugins0.10-bad: Disable shm pluginmarino2-2/+4
The libgstshm plugin was building on DragonFly, but it wasn't in the PLIST. Rather than conditionally add it to the PLIST, instead shm was added to the disabled list. This now builds cleanly with PKG_DEVELOPER=yes.
2011-11-20Recursive bump for graphics/ImageMagick buildlink addition.sbd17-33/+34
2011-11-20Updated graphics/ImageMagick to 6.7.3.1nb2sbd1-1/+2
2011-11-20Add missing archivers/xz buildlink.sbd2-4/+6
Bump PKGREVISION
2011-11-20Updated misc/calibre to 0.8.27gls1-1/+2
2011-11-20Update misc/calibre to 0.8.27gls3-7/+16
Weekly release of calibre Upstream changes: New Features ------------ Drivers for the Kindle Fire and the Nook Tablet Closes tickets: 890918 [External link] Conversion: Add an option under Look & Feel to remove specified style information (CSS) from the document during conversion. Closes tickets: 871384 [External link] Add an option in the bulk metadata edit dialog to restore the pre-conversion files for many books with a single click. Closes tickets: 886116 [External link] Jobs list: Add the ability to search for and to hide jobs, useful if you have run a lot of jobs and the list is getting crowded. Closes tickets: 883734 [External link] Book jacket generation: Add ability to customize the book jacket template and add custom columns into the jacket. Closes tickets: 889912 [External link] MOBI Input: Performance improvement when viewing/converting a file with a lot of links Bug Fixes --------- Fix regression in 0.8.26 that broke disabling the update of particular fields during a bulk metadata download. Closes tickets: 889696 [External link] Get Books: Fix DRM status for legimi When parsing for lxml via BeatifulSoup, use the calibre modified copy of BeautifulSoup (more robust). Closes tickets: 889890 [External link] HTML Input: Handle double encoded URLs in img tags Closes tickets: 889323 [External link] New news sources ---------------- News on Japan by Krittika Goyal Formula AS by Silviu Cotoara Various Turkish news sources by Osman Kaysan Infra.pl and Spider's Web by fenuks Improved news sources Various Polish recipes Academia Catavencu El Periodico de Aragon Weblogs SL Folha de Sao Paolo (subscription)
2011-11-20Add gitoliteryoon1-1/+2
2011-11-20Added devel/gitolite version 2.2ryoon1-1/+2
2011-11-20Import gitolite-2.2 as devel/gitoliteryoon7-0/+204
Gitolite is an SSH-based gatekeeper providing access control for a server that hosts many git repositories. Without gitolite, each developer needing to push to one of the repositories hosted would need a user account on that server; gitolite lets you do that just using SSH public keys tied to a single, common, user that hosts all the repositories. Gitolite can restrict who can read (clone/fetch) from or write (push) to a repository, and who can push to what branch or tag - an important issue in corporate environments. Other features include: * access control by branch-name or by modified file/directory; * per-developer "personal namespace" prefixes; * simple but powerful configuration file syntax (with validation); * config files (and authority for maintaining them) can be split; * easy integration with gitweb; * comprehensive logging; * easy migration from gitosis.
2011-11-20pkg/45157schnoebe1-2/+2
Mention security/qca2-gnupg on the line with GnuPG support.
2011-11-20audio/daapd: Fix DragonFly breakagemarino3-7/+31
To allow this package to build on DragonFly: 1) Fix bad #elif 2) Add <string.h> for DragonFly This shouldn't affect the binary package for other platforms, and it's never built on DragonFly, so no PKGREVISION bump required.
2011-11-20pkgtools/tinderbox-dragonfly: Update to version 3.4.1marino10-178/+248
Besides syncing with FreeBSD Tinderbox 3.4.1, the following updates were included: 1) Creating bulkbuild handling script 2) Created postPortBuild hook script to support bulk builds 3) Fixed fake "wrong arch" error due to funky licenses 4) Deviated "mark_failed()" from Tinderbox-FreeBSD to fire postPortBuild hook for ports marked failed due to failed dependency 5) Added tc_command.pl patch that should have gone in previous update to support pkgsrc scan bulk script
2011-11-20Avoid deadlock if FETCH_USING is set to wget or curl and we're buildingshattered2-2/+4
one of them.
2011-11-20Delint only.shattered1-2/+2
2011-11-20Fix build under recent versions of Mac OS X by selectin a make targettron1-3/+9
that actually exists.
2011-11-20multimedia/xine-lib: bump PKGREVISIONmarino1-1/+2
My previous commit should have bumped the PKGREVISION.
2011-11-20multimedia/xine-lib: Fix DragonFly+ breakagemarino2-1/+14
The previous update broke DragonFly, OpenBSD, and likely FreeBSD as well. The added patch mirrors the post-release commit upstream that fixes it: http://anonscm.debian.org/hg/xine-lib/xine-lib/rev/2dfa82f9ff35 (13 November 2011)
2011-11-20Updates to R, R-sp and R-geoRmarkd1-1/+4
2011-11-20Updated graphics/ruby-rcairo to 1.10.2obache1-1/+2
2011-11-20Updated net/mikutter to 0.0.4.592obache1-1/+2
2011-11-20Update ruby-rcairo to 1.10.2.obache2-7/+6
Release 1.10.2 (2011-11-20) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Fixes ----- * Added missing pkg-config dependency. #8 [Will Bryant]
2011-11-20Update mikutter to 0.0.4.592.obache2-6/+6
bug fixes.
2011-11-20With cups-1.5 <cups/ppd.h> in no-longer include by <cups/cups.h>.sbd2-1/+16
2011-11-20Note addition of elftoolchain-0.5.1agc1-1/+2
2011-11-20add and enable elftoolchainagc1-1/+2
2011-11-20Initial import of elftoolchain-0.5.1 into the packages collection.agc18-0/+1059
A BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format. This release contains BSD-licensed implementations of the "libdwarf" and "libelf" libraries, and of the "addr2line", "ar", "brandelf", "c++filt", "elfcopy", "elfdump", "findtextrel", "mcs", "nm", "ranlib", "readelf", "size", "strings" and "strip" program development utilities. The release also contains API and utility reference documentation (300+ manual entries in all), and contains test suites for some of these released utilities and libraries. With thanks to jkoshy for all the help.
2011-11-20Recursive bump for math/cln buildlink addition.sbd7-14/+14
2011-11-20Updated math/cln to 1.3.2nb1sbd1-1/+2
2011-11-20Add missing devel/gmp buildlink.sbd2-3/+7
Gmp is listed as a prerequisite in the INSTALL file. Bump PKGREVISION
2011-11-20Update R-geoR to 1.6.36markd2-6/+6
Changes unknown other than builds with latest R.
2011-11-20Update R-sp to 0.9.91markd2-6/+7
Changes unknown other than builds with latest R.
2011-11-20Needs c as well as fortran77 in USE_LANGUAGESmarkd1-2/+2
2011-11-20Update R to 2.14.0markd7-197/+359
changes to many to list - see NEWS file in distribution for details.
2011-11-20Create a MESSAGE so we know where to look for Xen kernels. i386 isjym3-5/+29
specific due to the PAE kernel. Add license.
2011-11-20Improve the pattern matching a bit for compiler version. Otherwise wejym2-1/+16
get garbage in the match, and sed will choke on it during compilation.
2011-11-20Add a MESSAGE so we can pinpoint to the right location for Xen. Addjym2-3/+17
license.
2011-11-20Add a MESSAGE so that we can point to the right location for Xen kernels.jym2-3/+15
2011-11-20Fix directory traversal issue (CVE-2011-2725).markd3-3/+41
2011-11-20don't interpret html tags. KDE Security Advisory 20111003-1markd4-3/+86
2011-11-20audio/adplug: Fix DragonFly breakagemarino1-1/+13
This commit allows adplug to build on DragonFly without changing the binary package for any other platform, so no PKGREVISION bump is required.
2011-11-20Apply the proper buildlink prefix for gtk2 instead of hardwiring /usr/pkg.dholland3-8/+19
2011-11-20archivers/szip: update distinfomarino2-8/+8
This package has a history of repacking the tarball, but checking the same name. Apparently, it has happened twice before, and this a third time. Regenerating the distinfo allows the package to build again, whereas before the distinfo file was unretreivable.