summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-16Updated games/wargames to 1.02abs2-7/+7
Update to 1.02 - portability fixes for Linux - better handle blank entry
2012-07-16Drop USE_TOOLS+=gmake. Already gets this from Makefile.kde3markd1-3/+1
2012-07-16lang/gcc-aux: PR#46708 Fix buildlink3.mk conditionalmarino1-1/+4
The condition in the gcc-aux buildlink3.mk file requires the file mk/pkg-build-options.mk to be included in order to work. This fixes the bug introduced yesterday.
2012-07-16Updated security/mit-krb5 to 1.10.2adam1-1/+2
2012-07-16MASTER_SITES cosmetic changeadam1-2/+2
2012-07-16Changes 1.10.2:adam17-170/+131
This is a bugfix release. * Fix an interop issue with Windows Server 2008 R2 Read-Only Domain Controllers. * Update a workaround for a glibc bug that would cause DNS PTR queries to occur even when rdns = false. * Fix a kadmind denial of service issue (null pointer dereference), which could only be triggered by an administrator with the "create" privilege. [CVE-2012-1013] Changes 1.10.1: This is a bugfix release. * Fix access controls for KDB string attributes [CVE-2012-1012] * Make the ASN.1 encoding of key version numbers interoperate with Windows Read-Only Domain Controllers * Avoid generating spurious password expiry warnings in cases where the KDC sends an account expiry time without a password expiry time.
2012-07-16+ postgresql-pgbenchasau1-5/+2
- postgresql83-pgbench, postgresql84-pgbench - postgresql90-pgbench, postgresql91-pgbench
2012-07-16Remove specialized pgbench packages in favour of generic one.asau12-72/+0
Suggested by Greg Troxel.
2012-07-16Import pgbench package.asau3-0/+17
pgbench is a popular benchmarking tool used by many developers and hackers to do quick performance test with PostgreSQL on a system setup.
2012-07-16Remove PGXS definition, this unifies the package for different PostgreSQL ↵asau4-12/+4
versions.
2012-07-16sysutils/fsviewer: LDFLAGS.DragonFly+= -lfontconfigmarino1-2/+2
2012-07-16Make amanda-dump-snap a suggested option.sbd1-1/+2
2012-07-16Fix the mkstemp() configure check - can now boot full Dreamcast CD images ↵abs3-4/+20
again. Bump PKGREVISION
2012-07-16Relax granularity check to allow setting idle on a machine with HZ 100abs3-3/+19
Bump PKGREVISION
2012-07-15net/coda: Support DragonFlymarino6-4/+91
It builds now -- no idea if coda functions as expected. As macro were used, there is no binary change - thus no revbump.
2012-07-15x11/wdm: LDFLAGS.DragonFly+= -lfontconfigmarino1-2/+2
2012-07-15comms/asterisk16: Mark NOT-FOR-DRAGONFLYmarino1-1/+3
This package has not been patched for DragonFly. There are two newer packages, asterisk10 and asterisk18 According to commit messages, this package will be removed in "not too distant future" due to being EOL.
2012-07-15x11/xfd: LDFLAGS.DragonFly+= -lXmu -lXrendermarino1-1/+3
2012-07-15databases/pgsql: set rpath for libgptcl15.somarino1-2/+4
Fixes PKG_DEVELOPER error: ERROR: lib/pgtcl1.5/libpgtcl15.so: missing library: libpq.so.5
2012-07-15Add missing #include <cstddef> for ptrdiff_t.alnsn4-1/+43
2012-07-15audio/audacious: LDFLAGS.DragonFly+= -lICEmarino1-2/+2
2012-07-15Note update of the "phpmyadmin" package to version 3.5.2.tron2-3/+3
2012-07-15Update "phpmyadmin" package to version 3.5.2. Changes since 3.5.1:tron4-27/+9
- bug #3521416 [interface] JS error when editing index - bug #3521313 [core] Call to undefined function __() - bug #3521016 [edit] NOW() function incorrectly selected - bug [GUI] Invalid HTML code on transformation_overview.php - bug #3522930 [browse] Missing validation in Ajax mode - bug Fix popup message on build SQL of import - bug #3523499 [core] Make X-WebKit-CSP work better - replace Highcharts with jqplot for query profiling, zoom search - bug #3531584 [interface] No form validation in change password dialog - bug #3531585 [interface] Broken password validation in copy user form - bug #3531586 [unterface] Add user form prints JSON when user presses enter - bug #3534121 [config] duplicate line in config.sample.inc.php - bug #3534311 [interface] Grid editing incorrectly parses ENUM/SET values - bug #3510196 [core] More clever URL rewriting with ForceSSL
2012-07-15devel/florist: fix lint errorsmarino1-3/+3
2012-07-15lang/gcc-aux: Add condition to buildlink3marino2-5/+8
The NLS option is optional, but the buildlink pulled in gettext-lib unconditionally. This caused failures in Tinderbox and pbuld chroot when gettext-lib couldn't be found in those clean environments. The final result is that all Ada programs file to build in those environments. Also removed whitespace from DESC.
2012-07-15Fix a segfault of starttls(1) when run without argumentscheusov3-3/+19
Add LICENSE ++pkgrevision
2012-07-15pkgtools/pkglint: Add "ada" as valid value for USE_LANGUAGESmarino2-4/+4
The mk/compiler/gcc.mk was recently updated to handle USE_LANGUAGES+= ada which requires the use of the lang/gcc-aux compiler.
2012-07-15mail/courier-mta: Fix PLISTmarino1-1/+2
Fixes PKG_DEVELOPER error: ERROR: The following files are in /usr/pkg but not in the PLIST: ERROR: /work/mail/courier-mta/work/.destdir/usr/pkg/share/doc/courier/svn.html
2012-07-15converters/dos2unix: Add rpath to find libintlmarino1-2/+2
Errors seen on DragonFly with PKG_DEVELOPER option: ERROR: bin/dos2unix: missing library: libintl.so.8 ERROR: bin/mac2unix: missing library: libintl.so.8 ERROR: bin/unix2dos: missing library: libintl.so.8 ERROR: bin/unix2mac: missing library: libintl.so.8 Adding an rpath to the build flags in the package makefile fixed it.
2012-07-15comms/asterisk18: PLIST+= chan_mgcp.so (DragonFly Only)marino2-2/+8
Defined new PLIST.mgcp variable for new file: lib/asterisks/modules/chan_mgcp.so
2012-07-15comms/asterisk10: PLIST+= chan_mgcp.so (DragonFly Only)marino2-2/+8
Defined new PLIST.mgcp variable for new file: lib/asterisks/modules/chan_mgcp.so
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz167-335/+336
by Obache.
2012-07-15Try fixing build on NetBSD 5 (PR 46705).wiz2-9/+16
2012-07-15Updated comms/asterisk10 to 10.6.0jnemeth1-1/+2
2012-07-15Update to Asterisk 10.6.0: this is a bugfix releasejnemeth3-50/+50
The Asterisk Development Team has announced the release of Asterisk 10.6.0. The release of Asterisk 10.6.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- format_mp3: Fix a possible crash in mp3_read(). * --- Fix local channel chains optimizing themselves out of a call. * --- Re-add LastMsgsSent value for SIP peers * --- Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt. * --- Send more accurate identification information in dialog-info SIP NOTIFYs. For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.6.0 Thank you for your continued support of Asterisk!
2012-07-15Updated comms/asterisk18 to 1.8.14.0jnemeth1-1/+2
2012-07-15Update to Asterisk 1.8.14.0: this is a bugfix releasejnemeth3-50/+50
The Asterisk Development Team has announced the release of Asterisk 1.8.14.0. The release of Asterisk 1.8.14.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- format_mp3: Fix a possible crash in mp3_read(). * --- Fix local channel chains optimizing themselves out of a call. * --- Update a peer's LastMsgsSent when the peer is notified of waiting messages * --- Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt. * --- Send more accurate identification information in dialog-info SIP NOTIFYs. For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.14.0 Thank you for your continued support of Asterisk!
2012-07-15NetBSD<6 have a lack of TLS support.obache1-1/+5
2012-07-15Add --without-xsltproc, because if it finds an xsltproc somewhere itdholland1-1/+2
builds and installs an extra manpage.
2012-07-15removed centericq, ArX, gcc3-java, jitterbug, obconf, and sopedholland6-12/+6
2012-07-15devel/gdbus-codegen: USE_TOOLS+= msgfmtmarino1-2/+2
2012-07-14Updated sysutils/libpciaccess to 0.13.1wiz2-3/+3
2012-07-14Update to 0.13.1. Update patch-ac (netbsd_pci.c) using current versionwiz4-73/+88
of the file from xsrc. meta-pkgs/modular-xorg still builds. Changes: 0.12.0: pciaccess 0.12.0 release, contains a fix for a major MTRR issue from Thomas, along with a use after free, generic x86 backend, a few vgaarb fixes, and some packaging magic. Alan Coopersmith (3): Update Sun license notices to current X.Org standard form Delay allocation of agp_info so we don't leak it on prior errors Let libtool handle library flags for scanpci on Solaris Dave Airlie (2): pciaccess: fix use after free. libpciaccess 0.12.0 - bump version for release Gaetan Nadon (2): config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 Julien Cristau (1): COPYING: add Red Hat's copyright notice Samuel Thibault (1): libpciaccess x86 backend Thomas Hellstrom (1): Fix long standing MTRR bug. Tiago Vignatti (2): vgaarb: decode should send new information to the kernel vgaarb: read back vga count when setting new decoding 0.12.1: This bug fix release corrects a couple bugs in the device probing code, as well as providing various build configuration improvements. Alan Coopersmith (4): Sun's copyrights belong to Oracle now config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 libpciaccess 0.12.1 Bryce Harrington (1): Fix detection of multi-function cards Gaetan Nadon (8): config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR config: provide a makefile for scanpci dev tool scanpci.c: remove offending whitespace as reported by git diff config: provide a makefile for scanpci man pages config: replace INCLUDES, which is deprecated, with AM_CPPFLAGS include: add a Makefile to install and distribute header file config: use LDADD to obtain appropriate dependencies config: replace deprecated AC_HELP_STRING with AS_HELP_STRING Jesse Barnes (1): Revert "Don't try to use bogus bridge data" 0.13.0: Adam Jackson (1): linux: Don't use /dev/port Alan Coopersmith (3): Solaris: reorder functions to remove need for lots of static prototypes Close pci.ids file when bailing out because realloc failed solx_devfs.c: fix gcc warnings about casting away const when reading data Daniel Drake (1): delete_io_handle: fix deletion of last handle Henry Zhao (1): Solaris: improve support for sparc platform Jeremy Huddleston (1): configure.ac: Bump to 0.13 Mark Kettenis (3): OpenBSD: Indicate that devices need access to legacy VGA resources. Add VGA Arbiter support for OpenBSD. OpenBSD: Implement map_legacy and legacy_io Mathias Krause (1): Use correct type for pci_id file accessor functions 0.13.1: Adam Jackson (2): Use O_CLOEXEC for internal file descriptors linux: Fix out[bwl] macros on non-I/O architectures Julien Cristau (1): Bump to 0.13.1 Matthieu Herrb (1): Fix pci_io_handle allocation routines. Thordur Bjornsson (1): Fix openbsd_pci.c:pci_device_vgaarb_set_target();
2012-07-14Note removals: centericq ArX gcc3-java jitterbug obconf sope.dholland1-1/+12
Also note some bumps I've done in the last couple weeks that hadn't yet been committed here.
2012-07-14Remove www/sope as promised. This package has not been buildable indholland10-721/+0
years. As far as anyone has been able to figure out, it is actually an older version of devel/SOPE, even though the latter has a lower version number.
2012-07-14Remove wm/obconf as promised. It hasn't been buildable for years,dholland6-105/+0
because it no longer works with the version of openbox in pkgsrc. Meanwhile, upstream seems to have decided that they don't need to make releases any more, so there's no prospect of a new version being available, only random development version taken directly from their SCM. If anyone actually uses this or cares about it, please try to persuade upstream to cut a release, or even just tar up a snapshot that they think is stable. At that point we can reimport the package.
2012-07-14Remove misc/jitterbug as promised. Has been unbuildable for a long time,dholland14-786/+0
and is dead upstream.
2012-07-14Remove gcc3-java as promised. Has not been buildable for years, if ever,dholland4-1804/+0
and various attempts to fix it have failed. Plus, gcc3 is highly obsolete at this point and it's hardly worth spending effort on this. I believe gcc-java support is available in most or all of the gcc4 packages.
2012-07-14Remove devel/ArX as promised. Has not been buildable for severaldholland9-166/+0
years, and is dead upstream.
2012-07-14Remove chat/centericq as promised. This has not been buildable fordholland35-1478/+0
years due to C++ standards drift and has been superseded by centerim.