summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1199-2271/+2405
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-03revert unintended commitwiz1-2/+2
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz748-1397/+1497
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-03Use the correct CMake define, from wiz. Fixes SunOS build.jperkin2-1/+17
2013-06-03This packages needs a Fortran 95 compiler to build, Fortran 77 is nottron1-2/+2
good enough.
2013-06-03Updated sysutils/cdrtools to 3.01alpha15wiz1-1/+2
2013-06-03Update to 3.01a15:wiz2-6/+6
All: - Due to an incorrect message from last release, here is corrected information on when a Linux installation is potentially dangerous: New autoconf tests for sys/capability.h and cap_*() functions from Linux -lcap WARNING: If you do not see this: checking for sys/capability.h... yes ... checking for cap_get_proc in -lcap... yes checking for cap_get_proc... yes checking for cap_set_proc... yes checking for cap_set_flag... yes checking for cap_clear_flag... yes your Linux installation is insecure in case you ever use the command "setcap" to set up file capabilities for executable commands. Note that cdrtools (as any other command) need to be capabylity aware in order to avoid security leaks with enhanced privileges. In most cases, privileges are only needed for a very limited set of operations. If cdrtools (cdrecord, cdda2wav, readcd) are installed suid-root, the functions to control privileges are in the basic set of supported functions and thus there is no problem for any program to control it's privileges - if they have been obtained via suid root, you are on a secure system. If you are however on an incomplete installation, that supports to raise privileges via fcaps but that does not include developer support for caps, the programs get the privileges without being able to know about the additional privileges and thus keep them because they cannot control them. WARNING: If you are on a Linux system that includes support for fcaps (this is seems to be true for all newer systems with Linux >= 2.6.24) and there is no development support for capabilities in the base system, you are on an inherently insecure system that allows to compile and set up programs with enhanced privileges that cannot control them. In such a case, try to educate the security manager for the related Linux distribution. Note that you may turn your private installation into a secure installation by installing development support for libcap. - WARNING: the include structure of include/schily/*.h and several sources has been restructured to cause less warnings with older OS platforms. If you see any new problem on your personal platform, please report. - New includefiles: schily/poll.h Support poll() schily/stdarg.h An alias to schily/varargs.h (but using the std name) schily/sunos4_proto.h Missing prototypes for SunOS-4.x to make gcc quiet schily/timeb.h Needed for users of ftime() - Many minor bug-fixes for the files include/schily/*.h - include/schily/archconf.h now defines __SUNOS5 for easier coding - include/schily/priv.h now defines platform independent fine grained privileges - Updated README.compile: Some typo patches from Jan Engelhardt <jengelh@inai.de> Documented the "LINKMODE=" macro to explain how to create dynamically linked bynaries. Libschily: - Added #include <schily/libport.h> to libschily/fnmatch.c Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - Added #include <schily/libport.h> Libdeflt: - Added #include <schily/libport.h> Libfind: - dirname -> dir_name to avoid a gcc warning Libhfs_iso: - Rename variable "utime" to "uxtime" to avoid a compiler warning Libscg: - Repositioned #ifdefs to avoid unused variable definitions in libscg/scsi-sun.c - libscg/scsi-linux-ata.c now aborts early if errno == EPERM. This now makes it behave like libscg/scsi-linux-sg.c - A new scg flag SCGF_PERM_PRINT tells libscg to print a more verbose error in case that a SCSI comand was aborted with errno == EPERM. Cdrecord: - Allow to compile without Linux libcap using "smake COPTX=-DNO_LINUX_CAPS LIB_CAP=" - Cdrecord now checks whether there are sufficient fine grained privileges. - Cdrecord now uses the new flag SCGF_PERM_PRINT to get better warnings if the permissions granted by the OS are not sufficient. Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - Include file reordering to avoid warnings on older platforms - Allow to compile without Linux libcap using "smake COPTX=-DNO_LINUX_CAPS LIB_CAP=" - Repositioned #ifdefs to avoid unused variable definitions in cdda2wav/sndconfig.c - Cdda2wav now checks whether there are sufficient fine grained privileges. - Work around a bug in sys/param.h FreeBSD-9.1, that #define's __FreeBSD_kernel__ instead of #define __FreeBSD_kernel__ 9 that would be needed for Debian k-FreeBSD compatibility. The bug affects cdda2wav/mycdrom.h Readcd: - Allow to compile without Linux libcap using "smake COPTX=-DNO_LINUX_CAPS LIB_CAP=" - Readcd now checks whether there are sufficient fine grained privileges. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Make mkisofs compile without -DUDF and without -DDVD_VIDEO Thanks to a hint from rmd4work@mail.ru
2013-06-03This packages needs a Fortran 95 compiler to build, Fortran 77 is nottron1-3/+2
good enough.
2013-06-03-xf86-input-acecad -xf86-input-penmount -xf86-video-fbdevrodent1-10/+9
-xf86-video-newport; imported to HEAD.
2013-06-03+xf86-input-acecad +xf86-input-penmount +xf86-video-fbdevrodent1-2/+6
+xf86-video-newport; Bump PKGVERSION;
2013-06-03+xf86-video-newportrodent1-1/+2
2013-06-03Added x11/xf86-video-newport version 0.2.4rodent2-3/+3
2013-06-03Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.rodent5-0/+47
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and working.
2013-06-03+xf86-video-fbdev; also MAINTAINrodent2-3/+4
2013-06-03Added x11/xf86-video-fbdev version 0.4.3rodent1-1/+2
2013-06-03Import xf86-video-fbdev-0.4.3 as x11/xf86-video-fbdev.rodent5-0/+46
Video driver for framebuffer device.
2013-06-03+xf86-input-penmountrodent1-1/+2
2013-06-03Added x11/xf86-input-penmount version 1.5.0rodent1-1/+2
2013-06-03Import xf86-input-penmount-1.5.0 as x11/xf86-input-penmount.rodent4-0/+29
PenMount input driver for the Xorg X server.
2013-06-02Back out all of the C++11 related patches. They don't only break thetron90-4163/+8
build under Mac OS X but also under NetBSD/amd64 6.1 with the default G++ compiler. This fixes PR pkg/47873 by myself.
2013-06-02+xf86-input-acecadrodent1-1/+2
2013-06-02Added x11/xf86-input-acecad version 1.5.0rodent1-1/+2
2013-06-02Import xf86-input-acecad-1.5.0 as x11/xf86-input-acecad.rodent4-0/+31
Acecad Flair input driver for the Xorg X server.
2013-06-02Updated lang/gcc48 to 4.8.1; games/scummvm to 1.6.0adam2-4/+5
2013-06-02Changes 1.6.0:adam2-7/+6
New Games: - Added support for 3 Skulls of the Toltecs. - Added support for Eye of the Beholder. - Added support for Eye of the Beholder II: The Legend of Darkmoon. - Added support for Hopkins FBI. - Added support for Tony Tough and the Night of Roasted Moths. - Added support for The Journeyman Project: Pegasus Prime. - Added support for the Macintosh version of Discworld 1. General: - Added a new save/load chooser based on a grid of thumbnails. This is only supported for resolutions bigger than 640x400. The old chooser is still available and used for games without thumbnail support. It is possible to select the old one as default too. - Rewrote VideoDecoder subsystem. - Added Galician translation. - Added Finnish translation. - Added Belarusian translation. - Using the mouse wheel on a slider widget now changes the value by the smallest possible amount. This is more predictable than the old behaviour, which was to change the value by "one pixel" which would sometimes not change it at all. - Updated MT-32 emulation code to latest munt project snapshot. - Added FluidSynth settings dialog, mainly for reverb and chorus settings. - Fixed crash on certain Smacker movies.
2013-06-02Changes 4.8.1:adam6-32/+29
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
2013-06-02Update misc/rump to 20130602stacktic1-1/+2
2013-06-02Update misc/rump to 20130602 - Fix for Solarisstacktic2-6/+6
2013-06-02Fix sun-jre-jce option.ryoon2-17/+6
Pointed out by taca@, thank you.
2013-06-02+ ImageMagick-6.8.5.9, Mesa-9.1.3, akonadi-1.9.2, cdrtools-3.01a15,wiz1-6/+18
efax-gtk-3.2.12, gcc48-4.8.1, gimp-docs-en-2.8.0, gnutls-3.2.1, harfbuzz-0.9.18, nspr-4.10, openttd-1.3.1, pinentry-0.8.3, py-dateutil-2.0, scummvm-1.6.0, subversion-base-1.7.10, x264-devel-20130601, xine-1.2.3.
2013-06-02Updated devel/py-distribute to 0.6.45wiz1-1/+2
2013-06-02Update to 0.6.45:wiz2-6/+6
------ 0.6.45 ------ * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, restoring ability to upgrade from an older setuptools version. ------ 0.6.44 ------ * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to satisfy use_setuptools.
2013-06-02Updated textproc/mdoclint to 1.21wiz1-1/+2
2013-06-02Remove "my" before $_, since perl 5.18 complains about it.wiz2-8/+9
2013-06-02Remove cvsps3-3.10.ryoon1-2/+1
2013-06-02Updated lang/newlisp to 10.5.0ryoon1-1/+2
2013-06-02Update to 10.5.0ryoon3-8/+7
Changelog: 10.4.7 Eliminate unused JSON error message. Elminated usage of $0 in replace on lists (no regular expressions). The count of replacements now is contained in the new $count system var, not $0. The usage of $0 - $15 now is strictly for regular expressions. This also speeds up replace. read-expr now uses $count instead of $0 for the number of characters processed. Eliminated undocumented usage of $0 for found elements in find-all on lists. Only $it is used. $0 only on find-all on strings with regular expressions. The system variable $count is updated for all forms of find-all, ref-all and set-ref-all. Link feature now built in with comandline flag -x for all OS flavors: newlisp -x <source-file> <executable-file> The file util/link.lsp is not required anymore but has been included and adapted to changes for the -x linkage. The file illustrates the internals of the linkage process when using the -x option. An additional true flag in the real-path function allows finding the executable path of executables - similar to the "which" utility on UNIX. This is a by- product of fixing the link.lsp feature for UNIX. The additional flag works on all platforms. 'real-path' on Windows and BSD now also veryfies that path and file are valid, as it already did on non-BSD Unix (OSX, Linux). Enforce MAX_SYMBOL for tags in xml-parse and symbol creation using sym. Security fixes for strncpy and strncat. Windows CGI server mode was broken in development version 10.4.6 (isDir()). Preparation for 64-bit Windows (in early summer). 10.4.8 Cleanup of the factor function. Like date-parse, date-value will produce negative values for dates before 1970-1-1 til 1901-12-14. The function 'flat' now can take an optioal depth parameter to limit flattening a list up to certain level: (flat <list> [<level>]) (flat '(1 2 (3 4 (5 6)) (7 8 (9 10))) ) => (1 2 3 4 5 6 7 8 9 10) (flat '(1 2 (3 4 (5 6)) (7 8 (9 10))) 1) => (1 2 3 4 (5 6) 7 8 (9 10)) (flat '(1 2 (3 4 (5 6)) (7 8 (9 10))) 2) => (1 2 3 4 5 6 7 8 9 10) A fix for 'extend' when passing wrong type to unitialized symbol. A fix in the parser to accept -.9 as -0.9 or +.9 as +0.9 =, +, -, *, /, %, ++, --, >, <, <=, >=, != operators and the functions 'abs', 'even?', 'odd?', 'length', 'number?' and 'zero?' are all working on big-integers of unlimited size. 'float' and 'int' convert bigints into double floats and 64-bit integers and the function 'bigint' converts integers and floats to big integers. See the section "Big integer, unlimited precision arithmetik" in chapter 8. of the Users Manual for more information. Extended commandline buffer to 1024 bytes. The "debug" option in: (get-url "http://newlisp.org" "header debug") will now also output the status header line of the server response in the console. 10.5.0 Stable Release May 21st, 2013 Further speed improvements on big integer multiplication and division/modulus. Check for division by zero in big integer division/modulus. Memory fix for ++, -- on big integers. The OSX Intel version is now 64-bit by default.
2013-06-02seamonkey configure wants higher versions for nspr and nssspz1-3/+3
2013-06-02Updated devel/mercurial to 2.6.2wiz1-1/+2
2013-06-02Update to 2.6.2:wiz2-6/+6
This is a regularly-scheduled bugfix release. amend: complain more comprehensibly about subrepos blackbox: fix blackbox causing exceptions in tests blackbox: fix recording exit codes (issue3938) dirstate: don't overnormalize for ui.slash graft: refuse to commit an interrupted graft (issue3667) help: fix role/option confusion in RST help: stop documentation markup appearing in generated help
2013-06-02more update for R1Alpha4, and let /boot/common/bin as optionlfy.obache1-3/+20
2013-06-02Fix build on DragonFly.ryoon3-6/+11
The problem is mensioned in PR pkg/47734. * Disable WebRTC support on DragonFly. * Add dependency to libv4l on supported platforms.
2013-06-02Updated www/icedtea-web to 1.5preryoon1-1/+2
2013-06-02Update to 1.5preryoon5-36/+115
* Works with openjdk7-1.7.21. * Tested on NetBSD/amd64 current, and DragonFly/i386 3.2.2.
2013-06-02Updated lang/openjdk7 to 1.7.21ryoon1-1/+2
2013-06-02Update to 1.7.21 (7u21)ryoon56-361/+560
* Update with FreeBSD ports' patch-set file. * Add patches from icedtea's rhino.patch file. * Tested on NetBSD/amd64 current, NetBSD/i386 6.1, NetBSD/amd64 6.0.1, and DragonFly/i386 3.2.2. Changelog: * Unknown because I do not know previous version, 1.7.0.147.20110811. * Many bugs and security bugs should be fixed.
2013-06-02Add the ability for a package to disable pbulk multi-package handling.sbd1-3/+5
2013-06-02hacked `file' command is not required anymore.obache1-2/+1
2013-06-02gmake is not in /bin on Haiku R1Alpha4.obache1-1/+5
2013-06-02py-tabulardholland1-1/+2