summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg647-8170/+647
2009-06-14Remove @dirrm entries from PLISTsjoerg283-4769/+283
2009-06-14Remove @dirrm entries from PLISTsjoerg466-3476/+466
2009-06-14Don't generate @dirrm lines in print-PLIST, switch @exec mkdir lines tojoerg1-7/+2
@pkgdir.
2009-06-14Update documentation from _ACCEPTABLE to SKIP_LICENSE_CHECK.joerg2-5/+5
2009-06-14Use pkg_admin check-license to allow more complex conditions:joerg1-19/+45
- LICENSE= foo OR bar - LICENSE= foo AND bar - LICENSE= (foo OR bar) AND baz
2009-06-14Bump PKGTOOLS_REQD version:joerg1-2/+2
- @dirrm is now obsolete and should most conditional mkdir/rmdir lines in PLIST should be replaced by @pkgdir - license handling can use pkg_admin
2009-06-14Never run the license check for this package to allow a proper updatejoerg1-1/+2
path.
2009-06-14Note update of www/opengoo package to 1.4.1nb2.taca1-1/+2
I'm sorry for this frequent update.
2009-06-14Fix critical problem of INSTALL script by previous commit.taca2-7/+8
Bump PKGREVISION.
2009-06-14Fix build of the ffmpeg plugin.hasso2-4/+22
2009-06-14mksh R38c contains the following fixes:ahoka2-7/+7
* [tg] Fix regression tests on OSes insisting on a shebang (Cygwin) * [Sean Boudreau] QNX 6.4.2 ed(1) is said to have the bugs fixed * [tg] Build.sh bugfixes: -DMKSH_BINSHREDUCED can also be given without -DMKSH_SMALL; allow HAVE_REALPATH=x and HAVE_REVOKE=x in the environment to re-enable these even if -DMKSH_SMALL disables them by default, like mknod already did * [tg] -DMKSH_ASSUME_UTF8=0 skips the environment checks, like -DMKSH_ASSUME_UTF8=1, but disables the utf8-mode * [tg] Apply some more KNF – style(9) – to the source; clean it up and further optimise for small size * [OpenBSD] Fix segfaults caused by missing check for end of input in the tokeniser on “let --” and other input * [OpenBSD] Make Vi editing mode ^W behave like Emacs mode’s * [tg] If no killpg(3) is avaiable, use kill(2) and hope it works * [tg] -DMKSH_NO_LIMITS skips trying to build the ulimit code
2009-06-14Note update of www/opengoo package to 1.4.1nb1.taca1-1/+2
2009-06-14* Fix some dependencies.taca3-4/+17
* Corect a comment in DEINSTALL. * Add INSTALL to set permission of language files. Bump PKGREVISION.
2009-06-14Switch to a more portable endiannes check in the configure script.ahoka2-5/+22
Fixes build on NetBSD 4.0 and possibly many more platforms.
2009-06-14+jed-0.99-18zafer1-1/+2
2009-06-14Fix tools usage, from MAINTAINER YAMASHIRO, Jun in PR 41592.wiz1-2/+2
2009-06-14Updated www/analog to 6.0nb2wiz1-1/+2
2009-06-14Fix problem reported in PR 40465 by Petar Bogdanovic.wiz3-6/+6
Bump PKGREVISION.
2009-06-14Describe uds option. Sort.wiz1-2/+3
2009-06-14Updated comms/conserver8 to 8.1.16nb2wiz1-1/+2
2009-06-14Fix bug reported by Chris Ross on pkgsrc-users (patch-ac).wiz4-29/+47
While here, split off options into options.mk, convert to user-destdir, and add VARBASE to BUILD_DEFS. Bump PKGREVISION.
2009-06-14Updated emulators/sdlmame to 0.132wiz1-1/+2
2009-06-14Update to 0.132:wiz3-10/+10
Changes from 0.132 ================== 1) Up to date with baseline 0.132 (RB)
2009-06-14Make these actually build.hasso3-3/+6
2009-06-14Updated textproc/tokyodystopia to 0.9.12obache1-1/+2
2009-06-14Update tokyodystopia to 0.9.12.obache4-13/+13
Changes: 2009-06-14 Mikio Hirabayashi * tcqtest.c (sysprint): new function. * dysttest.c (sysprint): new function. - Release: 0.9.12
2009-06-14Note addition of www/opengoo version 1.4.1 package.taca1-1/+2
2009-06-14Add and enable opengoo.taca1-1/+2
2009-06-14Importing www/opengoo 1.4.1 package.taca5-0/+3486
OpenGoo is an easy to use Open Source Web Office. Manage tasks, documents, contacts, e-mail, calendar, and more... Manage project progress, track time, and bill your customers. Access all information from a single and elegant dashboard. Communicate with co-workers, clients and vendors.
2009-06-14Make it build on DragonFly. Fix distinfo - there is no patch-aa.hasso2-2/+15
2009-06-13Update mono.ahoka1-1/+2
2009-06-13Dont explicitly look for libintl.so.0, but libintl.so (why was thisahoka3-10/+24
hardcoded I wonder?). Fixes System.DllNotFoundException on NetBSD.
2009-06-13Updated chat/loudmouth to 1.4.3nb1ahoka1-1/+2
2009-06-13The package failed to build with some gnutls problem, so build it againstahoka1-4/+4
openssl instead. We perefer openssl anyway.
2009-06-13- py-qt4-4.5, qt4-libs-4.5.1hasso1-3/+1
2009-06-13Updated x11/py-qt4 to 4.5hasso1-1/+3
Updated net/net6 to 1.3.9
2009-06-13Update to 1.3.9. Make it build with new libgnutls (which don't have thehasso3-7/+34
libgnutls-config script any more). Changes since 1.3.7: * Preallocate and only copy the string once when escaping or unescaping it. * Try to open both IPv6 and IPv4 listening sockets. This is required in case bindtov6only is 1 to also accept IPv4 connections in IPv6 mode.
2009-06-13Update to 4.5. Major new features are:hasso4-11/+35
* support for Python v3 * support for Qt v4.5.1 * added the QInputContextFactory class * a new, more Pythonic, API has been added for connecting signals and slots which does not require knowledge of C++ data types * new signals can now be defined using pyqtSignal as a more Pythonic replacement of the __pyqtSignals__ class attribute. * added the pyqtSlot decorator as a more Pythonic replacement of the pyqtSignature decorator * the "type" argument to pyqtProperty() can also be a Python type object * the "type" argument to Q_ARG() can also be a Python type object * the "type" argument to Q_RETURN_ARG() can also be a Python type object * added QT_TR_NOOP_UTF8() * super() works without restrictions * replaced the old qtdemo example launcher with a port of the newer version * added the editabletreemodel.py and fetchmore.py examples * replaced the old tutorial with the newer Address Book tutorial.
2009-06-13Updated x11/qt4-* to 4.5.1hasso1-1/+9
2009-06-13Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changeloghasso18-158/+238
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
2009-06-13+ babl-0.1.0 [wait for gegl-0.1.0], bluefish-1.3.5, bzr-1.15.1,wiz1-20/+10
cherokee-0.99.16, dnsmasq-2.49, glade3-3.6.5 [GNOME 2.26], gnutls-2.8.1, mpg123-1.8.0, stella-2.8. - avahi-0.6.25, cdrtools-2.01.01alpha60, curl-7.19.5, cvs-1.11.23, gnutls-2.8.0, iso-codes-3.10, libXfont-1.4.0, libgpg-error-1.7, libidn-1.15, py-gobject-2.18.0, py-sip-4.8.
2009-06-13Downgraded graphics/babl to 0.0.22wiz1-1/+2
2009-06-13Downgrade babl to 0.0.22 again.wiz6-47/+40
The world, and especially gegl, is not ready for it yet. Addresses PR 41573.
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig67-141/+158
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-06-13Removed an empty line that offended pkglint.rillig1-2/+1
2009-06-13Documented the most recent change.rillig1-1/+6
2009-06-13Introduced the emulation framework to pkglint.rillig2-2/+41
2009-06-12Note PKGREVISION bump of rubygems.minskim1-1/+2
2009-06-12Test variables before using them. Several variables inminskim3-2/+25
Gem::Specification can be nil for old gemspec. Bump PKGREVISION.