Commit graph

201966 commits

Author SHA1 Message Date
rodent
aafdf099b4 +spice-protocol 2013-06-03 11:22:12 +00:00
rodent
bf378669cc Added sysutils/spice-protocol version 0.12.5 2013-06-03 11:21:18 +00:00
rodent
2ec32a8dd8 Import spice-protocol-0.12.5 as sysutils/spice-protocol.
Headers defining protocols for SPICE server code.
2013-06-03 11:21:03 +00:00
rodent
d3576302fc Set as BROKEN on Linux due to non-ASCII PLIST and thus problem with
libarchive on glibc systems.
2013-06-03 11:17:15 +00:00
rodent
346c9298d3 Set as BROKEN on Linux due to non-ASCII PLIST and thus a problem with
libarchive on glibc systems.
2013-06-03 11:16:16 +00:00
jperkin
d8b121b574 Avoid obsolete *_U_LONG macros. Fixes SunOS 64-bit build. 2013-06-03 10:23:33 +00:00
wiz
61dc4ab4d2 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-03 10:05:17 +00:00
wiz
daa83e329a revert unintended commit 2013-06-03 10:05:16 +00:00
wiz
18d6941e6e Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-03 10:04:30 +00:00
jperkin
67df4ba45b Use the correct CMake define, from wiz. Fixes SunOS build. 2013-06-03 08:45:27 +00:00
tron
badb76f1b6 This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
2013-06-03 08:22:59 +00:00
wiz
77b0c17d19 Updated sysutils/cdrtools to 3.01alpha15 2013-06-03 08:13:22 +00:00
wiz
2ecf271993 Update to 3.01a15:
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-03 08:13:13 +00:00
tron
11da8dd51a This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
2013-06-03 08:04:56 +00:00
rodent
4c345f088e -xf86-input-acecad -xf86-input-penmount -xf86-video-fbdev
-xf86-video-newport; imported to HEAD.
2013-06-03 02:35:50 +00:00
rodent
18bc45a143 +xf86-input-acecad +xf86-input-penmount +xf86-video-fbdev
+xf86-video-newport; Bump PKGVERSION;
2013-06-03 02:28:18 +00:00
rodent
ec517eef0a +xf86-video-newport 2013-06-03 01:36:12 +00:00
rodent
592ff86b48 Added x11/xf86-video-newport version 0.2.4 2013-06-03 01:35:40 +00:00
rodent
356278ac13 Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.
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 01:35:22 +00:00
rodent
90c17045a8 +xf86-video-fbdev; also MAINTAIN 2013-06-03 00:49:22 +00:00
rodent
94e309f7e8 Added x11/xf86-video-fbdev version 0.4.3 2013-06-03 00:48:38 +00:00
rodent
6048ffcb7d Import xf86-video-fbdev-0.4.3 as x11/xf86-video-fbdev.
Video driver for framebuffer device.
2013-06-03 00:48:23 +00:00
rodent
ad15d53e95 +xf86-input-penmount 2013-06-03 00:23:48 +00:00
rodent
66d14c6c8f Added x11/xf86-input-penmount version 1.5.0 2013-06-03 00:22:35 +00:00
rodent
75e840ee68 Import xf86-input-penmount-1.5.0 as x11/xf86-input-penmount.
PenMount input driver for the Xorg X server.
2013-06-03 00:22:18 +00:00
tron
cd8fa711d2 Back out all of the C++11 related patches. They don't only break the
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 22:52:14 +00:00
rodent
5f29d3ba87 +xf86-input-acecad 2013-06-02 21:58:01 +00:00
rodent
3a4abb0eb2 Added x11/xf86-input-acecad version 1.5.0 2013-06-02 21:57:01 +00:00
rodent
05997cf875 Import xf86-input-acecad-1.5.0 as x11/xf86-input-acecad.
Acecad Flair input driver for the Xorg X server.
2013-06-02 21:56:42 +00:00
adam
7ca322b8b4 Updated lang/gcc48 to 4.8.1; games/scummvm to 1.6.0 2013-06-02 18:17:05 +00:00
adam
f912259e9d Changes 1.6.0:
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-02 18:13:24 +00:00
adam
7315c56176 Changes 4.8.1:
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
2013-06-02 18:12:22 +00:00
stacktic
97fc615a73 Update misc/rump to 20130602 2013-06-02 17:35:07 +00:00
stacktic
dd49261007 Update misc/rump to 20130602 - Fix for Solaris 2013-06-02 17:33:58 +00:00
ryoon
2afd8c41cf Fix sun-jre-jce option.
Pointed out by taca@, thank you.
2013-06-02 15:32:03 +00:00
wiz
5b6c47495c + ImageMagick-6.8.5.9, Mesa-9.1.3, akonadi-1.9.2, cdrtools-3.01a15,
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-02 14:28:56 +00:00
wiz
3ec12c0b91 Updated devel/py-distribute to 0.6.45 2013-06-02 14:23:28 +00:00
wiz
ecf90ce6ed Update to 0.6.45:
------
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-02 14:23:20 +00:00
wiz
d420ff30e4 Updated textproc/mdoclint to 1.21 2013-06-02 12:00:10 +00:00
wiz
0a5d7379f1 Remove "my" before $_, since perl 5.18 complains about it. 2013-06-02 11:58:36 +00:00
ryoon
588ec597a4 Remove cvsps3-3.10. 2013-06-02 11:27:33 +00:00
ryoon
0c11fccf1d Updated lang/newlisp to 10.5.0 2013-06-02 11:25:26 +00:00
ryoon
979316a6e7 Update to 10.5.0
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-02 11:24:56 +00:00
spz
c78ccb105c seamonkey configure wants higher versions for nspr and nss 2013-06-02 08:29:06 +00:00
wiz
522fea7a92 Updated devel/mercurial to 2.6.2 2013-06-02 08:01:44 +00:00
wiz
f814c5326e Update to 2.6.2:
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-02 08:01:34 +00:00
obache
28fbe7fa70 more update for R1Alpha4, and let /boot/common/bin as optionlfy. 2013-06-02 06:51:08 +00:00
ryoon
6e3d90566a Fix build on DragonFly.
The problem is mensioned in PR pkg/47734.

* Disable WebRTC support on DragonFly.
* Add dependency to libv4l on supported platforms.
2013-06-02 06:48:37 +00:00
ryoon
497e4bcfe7 Updated www/icedtea-web to 1.5pre 2013-06-02 06:16:31 +00:00
ryoon
f9ccabbe9a Update to 1.5pre
* Works with openjdk7-1.7.21.
* Tested on NetBSD/amd64 current, and DragonFly/i386 3.2.2.
2013-06-02 06:15:44 +00:00