Commit graph

201960 commits

Author SHA1 Message Date
wiz
53745b22ea 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
fa6af2e589 revert unintended commit 2013-06-03 10:05:16 +00:00
wiz
c83ffb8583 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
1070bf5f40 Use the correct CMake define, from wiz. Fixes SunOS build. 2013-06-03 08:45:27 +00:00
tron
112aeeced8 This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
2013-06-03 08:22:59 +00:00
wiz
aa02b5c841 Updated sysutils/cdrtools to 3.01alpha15 2013-06-03 08:13:22 +00:00
wiz
fe5d56003b 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
a3a8a39c45 This packages needs a Fortran 95 compiler to build, Fortran 77 is not
good enough.
2013-06-03 08:04:56 +00:00
rodent
051f490f04 -xf86-input-acecad -xf86-input-penmount -xf86-video-fbdev
-xf86-video-newport; imported to HEAD.
2013-06-03 02:35:50 +00:00
rodent
32a3c5c27f +xf86-input-acecad +xf86-input-penmount +xf86-video-fbdev
+xf86-video-newport; Bump PKGVERSION;
2013-06-03 02:28:18 +00:00
rodent
07779c7d48 +xf86-video-newport 2013-06-03 01:36:12 +00:00
rodent
332dd851ab Added x11/xf86-video-newport version 0.2.4 2013-06-03 01:35:40 +00:00
rodent
d6194f0297 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
5cc6aaa8c3 +xf86-video-fbdev; also MAINTAIN 2013-06-03 00:49:22 +00:00
rodent
b739284279 Added x11/xf86-video-fbdev version 0.4.3 2013-06-03 00:48:38 +00:00
rodent
0eda36556a 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
7cf95c3458 +xf86-input-penmount 2013-06-03 00:23:48 +00:00
rodent
252c7a80b7 Added x11/xf86-input-penmount version 1.5.0 2013-06-03 00:22:35 +00:00
rodent
e86c1b2367 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
4ffbc0e83e 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
c7bb820170 +xf86-input-acecad 2013-06-02 21:58:01 +00:00
rodent
b84473920d Added x11/xf86-input-acecad version 1.5.0 2013-06-02 21:57:01 +00:00
rodent
28e03a8d5c 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
056bce0f02 Updated lang/gcc48 to 4.8.1; games/scummvm to 1.6.0 2013-06-02 18:17:05 +00:00
adam
399570463d 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
c68f40e9ce 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
33a744f84e Update misc/rump to 20130602 2013-06-02 17:35:07 +00:00
stacktic
99ac8118ad Update misc/rump to 20130602 - Fix for Solaris 2013-06-02 17:33:58 +00:00
ryoon
6016dbb062 Fix sun-jre-jce option.
Pointed out by taca@, thank you.
2013-06-02 15:32:03 +00:00
wiz
130b35e86d + 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
7e743fbd10 Updated devel/py-distribute to 0.6.45 2013-06-02 14:23:28 +00:00
wiz
64442ac84c 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
3f2e201543 Updated textproc/mdoclint to 1.21 2013-06-02 12:00:10 +00:00
wiz
1caf986865 Remove "my" before $_, since perl 5.18 complains about it. 2013-06-02 11:58:36 +00:00
ryoon
7ee71a027e Remove cvsps3-3.10. 2013-06-02 11:27:33 +00:00
ryoon
3aa02cb1bc Updated lang/newlisp to 10.5.0 2013-06-02 11:25:26 +00:00
ryoon
7ebbd31670 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
88aa7cd176 seamonkey configure wants higher versions for nspr and nss 2013-06-02 08:29:06 +00:00
wiz
907097a418 Updated devel/mercurial to 2.6.2 2013-06-02 08:01:44 +00:00
wiz
1f7bcbb61c 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
b18f903179 more update for R1Alpha4, and let /boot/common/bin as optionlfy. 2013-06-02 06:51:08 +00:00
ryoon
9d73ba732a 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
bad3989f7d Updated www/icedtea-web to 1.5pre 2013-06-02 06:16:31 +00:00
ryoon
63a387dfd6 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
ryoon
bad72014ed Updated lang/openjdk7 to 1.7.21 2013-06-02 06:14:57 +00:00
ryoon
5e504e1a5e Update to 1.7.21 (7u21)
* 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-02 06:12:28 +00:00
sbd
5e73890a4f Add the ability for a package to disable pbulk multi-package handling. 2013-06-02 04:41:39 +00:00
obache
e9e7ad2c60 hacked `file' command is not required anymore. 2013-06-02 03:06:44 +00:00
obache
433c214063 gmake is not in /bin on Haiku R1Alpha4. 2013-06-02 03:04:22 +00:00
dholland
c31b81e66e py-tabular 2013-06-02 01:48:57 +00:00