summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2012-07-14Added textproc/py-empy version 3.3wiz1-1/+2
2012-07-14+ py-empy.wiz1-1/+2
2012-07-14Import py-empy-3.3 as textproc/py-empy. Packaged for wip by Anthony Mallet.wiz4-0/+124
EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are special signals to the EmPy system and are set off by a special prefix (by default the at sign, @). EmPy can expand arbitrary Python expressions and statements in this way, as well as a variety of special forms. Textual data not explicitly delimited in this way is sent unaffected to the output, allowing Python to be used in effect as a markup language. Also supported are callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands.
2012-07-14Remove unneeded Xprint buildlinks and bump PKGREVISION.dholland1-3/+2
2012-07-14lang/gcc-aux: Fix c/c++ precision on FreeBSD/DragonFlymarino6-30/+152
Until now, GCC builders had to choose between Ada and C/C++ on the following platforms: i386-FreeBSD i386-DragonFly On these platforms, depending on the value of the configuration macro TARGET_96_ROUND_53_LONG_DOUBLE, either Ada precision or C/C++ long double precision was broken. The reason is that the floating point unit of these platforms round off real-time calculations to 53-bit mantissas. GCC will adjust accordingly to compensate. Since a common backend is used for all languages, one had to choice which language they wanted correct. The solution is to break out the object file responsible for this from the common backend library. Ada now receives an altered version of insn-modes.o, one that instructs the FPU not to round off the results. This is all handled by patched Makefiles. Other changes: - Configure DragonFly to add ".note.GNU-stack" section to assembly files to determine if program needs executable stacks - Skip 2 subtests of Wconversion-real on i386 FreeBSD and DragonFly. Due to the rounding behavior mentioned above, they fail to produce error messages as expected. It's not possible to set target with xfail, and every target && target seems not work work. So we will assume all gcc-aux platform targets are long-double capabile and just set xfail for x86 FreeBSD and DragonFly. - Rework Fortran large real test 2 to skip on x86_64 *BSD. This test should pass on x86 machines. - Rework Fortran large real test 3 to be skipped when compiles with -O0 only x86_64 machines. All other combinations will pass. - Rename C format test typedef from quad_t to quad2_t. DragonFly has a standard type called quad_t and the type conflict causes a large number of gcc tests to fail. - Add dummy dg-error line to avoid an assembly comparison tests on large files not built (test was marked as UNSUPPORTED but dejagnu is too dumb to know not to check for the tests' products.) - Reorder path passed during build when using an already-built gcc-aux compiler to build new compiler. If gnat-aux is also installed, it would use the gnat* tools from that compiler rather than gcc-aux which results in build failure (different versions of tools are getting used together resulting in build failure).
2012-07-14Updated security/ocaml-ssl to 0.4.6wiz1-1/+3
2012-07-14Update to 0.4.6, from Jaap Boender.wiz6-24/+27
0.4.6 (2011-10-16) ===== * Added write_certificate function. * Remove support for SSLv2, which was dropped upstream (thanks Dario Teixeira). * Added support for compiling under Win32 (thanks David Allsopp), see README.win32. * Check for pthreads in configure. 0.4.5 (2011-03-01) ===== * Use pthread mutexes for locking thread-safe version of ssl. 0.4.4 (2010-01-06) ===== * Use SSL_CTX_use_certificate_chain_file instead of SSL_CTX_use_certificate_file. * Added support for --enable-debugging configure option. * Don't link with unix library and don't build in custom mode. 0.4.3 (2008-12-18) ===== * Don't use blocking sections in finalizers since it causes segfaults (thanks Grégoire Henry and Stéphane Glondu).
2012-07-14Fix PR pkg/46622ryoon2-1/+21
* Fix build on NetBSD 4
2012-07-14Added fonts/Symbola-ttf version 702wiz1-1/+2
2012-07-14+ Symbola-ttf, TextFonts-ttf.wiz1-1/+3
2012-07-14Import TextFonts-ttf-20111217 as fonts/TextFonts-ttf.wiz4-0/+54
Many uncommon language glyphs from Unicode.
2012-07-14Add upstream bug report URL.wiz2-3/+6
2012-07-14Updated x11/pixman to 0.26.2wiz2-3/+3
2012-07-14Update to 0.26.2. meta-pkgs/modular-xorg still builds.wiz8-277/+10
0.26.2: A new pixman release 0.26.2 is now available. This is a stable release. It contains some bug fixes, custom build rules for ARM/iwMMXt, and an important bug fix for MMX/x86. 0.26.0: A new stable pixman release 0.26.0 is now available. Highlights of this release: * New support for MIPS DSPr2 ASE. [Nemanja Lukic] * Improved performance with the iwMMXt instruction set. [Matt Turner] * New support for the Loongson SIMD instruction set. [Matt] Performance results from a number of cairo based benchmarks: Benchmark Improvement evolution .............. image: 12.8 % image16: 15.9 % firefox-planet-gnome ... image: 14.4 % image16: 10.0 % gnome-terminal-vim ..... image: 16.5 % image16: 15.7 % gvim ................... image: 13.1 % image16: 7.0 % ocitysmap .............. image: 24.1 % image16: 23.9 % poppler ................ image: 18.7 % image16: 17.5 % swfdec-giant-steps ..... image: no change image16: 35.3 % swfdec-youtube ......... image: 23.5 % image16: 12.4 % xfce4-terminal-a1 ...... image: 26.9 % image16: 28.8 % Please see http://mattst88.com/blog/2012/05/17/Optimizing%20pixman%20for%20Loongson:%20Process%20and%20Results/ for more information. In addition to a number of bug fixes, cleanups and performance improvements, this release also contains improved support for Android and iOS thanks to Bobby Salazar. Thanks to everybody who contributed to pixman 0.26.0, including Alan Coopersmith, Andrea Canciani, Bobby Salazar, Chun-wei Fan, Colin Walters, Ingmar Runge, Jeremy Huddleston, Matt Turner, Naohiro Aota, Nemanja Lukic, and Søren Sandmann Pedersen.
2012-07-14regenwiz1-11/+26