Commit graph

197774 commits

Author SHA1 Message Date
jperkin
a9ddf0d2ca Make packaging the (considerable amount of) documentation optional.
Without docs, the resulting binary package is 4MB instead of 22MB.
2013-03-01 16:10:23 +00:00
jperkin
2fb3681928 Need -lsocket -lnsl on SunOS. 2013-03-01 15:37:56 +00:00
jperkin
7c16cf694a Note updates of lang/gcc47 and lang/gcc47-libs. 2013-03-01 15:26:02 +00:00
jperkin
ce09ad1d61 Bump PKGREVISION of gcc47 packages for recent changes. 2013-03-01 15:24:41 +00:00
jperkin
d61d882d2e Add GCC_TARGET_MACHINE, defaulting to MACHINE_GNU_ARCH, and use it in
preference to target_noncanonical so that the user can override if
required, e.g. in a multilib environment where target_noncanonical will
change based on current ABI.

Additionally, ensure that it comes first in the RPATH so that when
using USE_PKGSRC_GCC_RUNTIME with in-pkgsrc gcc we pick up the correct
libraries.
2013-03-01 15:22:25 +00:00
jperkin
591f728342 When using USE_PKGSRC_GCC_RUNTIME ensure that we explicitly depend upon the
gcc47-libs package rather than relying on the PKGREVISION bump to pick it up.

This resolves some issues where we were seeing gcc47 picked as the dependency
instead of gcc47-libs.
2013-03-01 15:06:09 +00:00
jperkin
6a36a7ed01 When using USE_PKGSRC_GCC_RUNTIME ensure the gcc47-libs runtime comes first. 2013-03-01 15:03:25 +00:00
jperkin
cdd0f490af Don't exclude this file being used when also using lang/gcc47/buildlink3.mk
This allows USE_PKGSRC_GCC_RUNTIME to be used with the in-pkgsrc compiler.
2013-03-01 15:02:00 +00:00
gdt
c1f83802e1 Updated graphics/lensfun to 0.2.7 2013-03-01 14:50:13 +00:00
gdt
ae1bd88161 Update to 0.2.7. Tested with ufraw and a Samsung NX100 image from the
ufraw user who was having trouble on ubuntu.

Upstream NEWS content from web page:

Most important: some bugs leading to imprecise results when processing
extreme values, e.g. from fisheye lenses, were fixed. Thanks to
Torsten B. for working on this!

Apart from that we got several new lenses and camera profiles:
New DSLR and mirrorless camera lenses:
Canon EF 50mm f/1.8 II
Canon EF-S 18-55mm f/3.5-5.6 IS II
Nikkor 16-35mm f/4G ED-AFS VR
Sigma 18-200mm f/3.5-6.3 II DC OS HSM
Sigma 50mm F1.4 EX DG HSM
Sigma 70-300mm F4-5.6 DL Macro
Minolta/Sony AF DT 18-70mm F3.5-5.6 (D)
OLYMPUS M.12-50mm F3.5-6.3
Sony DT 18-55mm F3.5-5.6 SAM SAL 1855
Tamron SP 24-70mm F/2.8 Di VC USD
Tamron SP AF 10-24mm F/3.5-4.5 Di II LD Aspherical IF
Tokina AT-X Pro DX 11-16mm F2.8
LUMIX G 14mm F2.5
Sony E 16mm F2.8
1Sony E 18-55mm F3.5-5.6 OSS
Sony E 50mm F1.8 OSS
Sony E 55-210mm F4.5-6.3 OSS
Sony VCL-ECF1 fisheye converter

New compact cameras:
Canon G15
Fuji FinePix F200EXR
Nikon COOLPIX P60
Olympus XZ-1
Panasonic DMC-LX5 4:3
Sony DSC-RX100, RX100
2013-03-01 14:49:53 +00:00
gdt
5cd5350920 Drop vestigial patch-ac.
Most of this had been applied upstream (or was taken from upstream).
The only thing left was adding an include of string.h, but it builds
w/o warnings without it, so that appears no longer necessary.
2013-03-01 14:38:51 +00:00
gdt
2732c4e43e fix comment about shlib naming mess/fix. 2013-03-01 14:35:53 +00:00
gdt
76fe4385fb take maintainership 2013-03-01 14:34:38 +00:00
gdt
8914714972 Updated graphics/lensfun to 0.2.6 2013-03-01 14:34:07 +00:00
gdt
d07473d524 Update to 0.2.6.
pkgsrc notes:
* I know 0.2.7 is out; it has issues on ubuntu so I'm doing this first.
* patch-ac should perhaps be dropped.

Upstream NEWS content (from web page):

* more than 40 new database entries of lenses and compact cameras
* new CMake based build system for better cross platform compatibility
  and compilation fixes for MSVC
* better integration into hugin for loading and storing lens
  parameters via the lensfun library
* several bug fixes and stability improvements
2013-03-01 14:33:51 +00:00
kim
41dc73c1f8 Upgrade to address CVE-2013-1775
What's new in Sudo 1.7.10p7?

 * A time stamp file with the date set to the epoch by "sudo -k"
   is now completely ignored regardless of what the local clock is
   set to.  Previously, if the local clock was set to a value between
   the epoch and the time stamp timeout value, a time stamp reset
   by "sudo -k" would be considered current.

What's new in Sudo 1.7.10p6?

 * The tty-specific time stamp file now includes the session ID
   of the sudo process that created it.  If a process with the same
   tty but a different session ID runs sudo, the user will now be
   prompted for a password (assuming authentication is required for
   the command).

What's new in Sudo 1.7.10p5?

 * On systems where the controlling tty can be determined via /proc
   or sysctl(), sudo will no longer fall back to using ttyname()
   if the process has no controlling tty.  This prevents sudo from
   using a non-controlling tty for logging and time stamp purposes.

What's new in Sudo 1.7.10?

 * If the user is a member of the "exempt" group in sudoers, they
   will no longer be prompted for a password even if the -k flag
   is specified with the command.  This makes "sudo -k command"
   consistent with the behavior one would get if the user ran "sudo
   -k" immediately before running the command.

 * The sudoers file may now be a symbolic link.  Previously, sudo
   would refuse to read sudoers unless it was a regular file.

 * The user/group/mode checks on sudoers files have been relaxed.
   As long as the file is owned by the sudoers uid, not world-writable
   and not writable by a group other than the sudoers gid, the file
   is considered OK.  Note that visudo will still set the mode to
   the value specified at configure time.

 * /etc/environment is no longer read directly on Linux systems
   when PAM is used.  Sudo now merges the PAM environment into the
   user's environment which is typically set by the pam_env module.

 * The initial evironment created when env_reset is in effect now
   includes the contents of /etc/environment on AIX systems and the
   "setenv" and "path" entries from /etc/login.conf on BSD systems.

 * On systems with an SVR4-style /proc file system, the /proc/pid/psinfo
   file is now uses to determine the controlling terminal, if possible.
   This allows tty-based tickets to work properly even when, e.g.
   standard input, output and error are redirected to /dev/null.

 * The sudoreplay command can now properly replay sessions where
   no tty was present.

 * Fixed a race condition that could cause sudo to receive SIGTTOU
   (and stop) when resuming a shell that was run via sudo when I/O
   logging (and use_pty) is not enabled.
2013-03-01 14:24:57 +00:00
jperkin
883524d430 Create a wrapper for gfortran. 2013-03-01 13:27:38 +00:00
gdt
3ef7ef91eb Updated graphics/gimp-ufraw to 0.19 2013-03-01 12:52:09 +00:00
gdt
8c6426a195 Update to 0.19.
(maintenance release; basically bugfixes)
2013-03-01 12:51:49 +00:00
jperkin
802e8c6a80 Note addition of databases/php-pdo_odbc 2013-03-01 10:40:32 +00:00
jperkin
91760dcd63 Add and enable php-pdo_odbc 2013-03-01 10:35:06 +00:00
jperkin
8fa910c37b Add php-pdo_odb to the packages collection.
This extension provides an ODBC v3 driver for PDO.  It supports unixODBC
	and IBM DB2 libraries, and will support more in future releases.

In pkgsrc we only support unixODBC currently.
2013-03-01 10:34:17 +00:00
wiz
dcb585e8eb + autogen-5.17.2, bugzilla-3.6.12, elm-me-2.5plalpha33, gimp-ufraw-0.19,
global-6.2.8, libgsf-1.14.26, meld-1.7.1, mpg123-1.15.1,
  opendkim-2.8.0, puzzles-9765, py-django-1.5, sudo-1.8.6p7,
  viewvc-1.1.18.
2013-03-01 10:24:42 +00:00
jperkin
8fc3f6888a Ensure EMUL_PLATFORMS is defined before including bsd.prefs.mk 2013-03-01 09:54:12 +00:00
mspo
ba1462d7d6 Updated www/p5-Mojolicious to 3.87 2013-03-01 02:49:54 +00:00
mspo
ee0c76e72e 3.87 2013-02-23
- Added deprecated function to Mojo::Util. (marcus)
  - Removed deprecated render_content helper.
  - Improved documentation.
  - Improved tests.

3.86  2013-02-22
  - Welcome to the Mojolicious core team Joel Berger.
  - Improved portability of Mojo::Asset::File tests.
  - Improved documentation.
  - Improved tests. (jberger, sri)
  - Fixed path generation bug in Mojolicious::Routes::Pattern. (jberger)
  - Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
    (dione, sri)
  - Fixed comment lines in Mojo::Template to cover the whole line.

3.85  2013-02-13
  - Deprecated Mojo::UserAgent::build_form_tx in favor of
    Mojo::UserAgent::build_tx.
  - Deprecated Mojo::UserAgent::build_json_tx in favor of
    Mojo::UserAgent::build_tx.
  - Deprecated Mojo::UserAgent::post_form in favor of Mojo::UserAgent::post.
  - Deprecated Mojo::UserAgent::post_json in favor of Mojo::UserAgent::post.
  - Deprecated Mojo::UserAgent::Transactor::form in favor of
    Mojo::UserAgent::Transactor::tx.
  - Deprecated Mojo::UserAgent::Transactor::json in favor of
    Mojo::UserAgent::Transactor::tx.
  - Deprecated Test::Mojo::post_form_ok in favor of Test::Mojo::post_ok.
  - Deprecated Test::Mojo::post_json_ok in favor of Test::Mojo::post_ok.
  - Deprecated ojo::f in favor of ojo::p.
  - Deprecated ojo::n in favor of ojo::p.
  - Added support for pluggable content generators to
    Mojo::UserAgent::Transactor. (judofyr, sri)
  - Added generators attribute to Mojo::UserAgent::Transactor.
  - Added add_generator method to Mojo::UserAgent::Transactor.
  - Updated jQuery to version 1.9.1.
  - Improved documentation.
  - Improved tests.
  - Fixed memory leak in development not found page.
  - Fixed custom temporary directory bug in Mojo::Asset::File.

3.84  2013-01-30
  - Deprecated after_static_dispatch hook in favor of before_routes.
  - Added after_static hook.
  - Fixed small file descriptor leak in Mojo::UserAgent.

3.83  2013-01-27
  - Moved bundled static files to mojo directory.
  - Improved documentation.
  - Improved tests.
  - Fixed small Getopt::Long configuration bug in Mojolicious::Commands.
2013-03-01 02:49:28 +00:00
tcort
6933dd0064 Minix.mk: update GROUPADD/USERADD. OK by agc. 2013-03-01 00:09:20 +00:00
tcort
dffa197715 fuse.buildlink3.mk: add Minix support. PR pkg/45046 OK by agc 2013-03-01 00:08:31 +00:00
tcort
0dfbab4980 bsd.prefs.mk: add definitions for Minix. PR pkg/45046 OK by agc. 2013-03-01 00:07:46 +00:00
jperkin
90f46b233c Add support for the SunOS jdk. 2013-02-28 23:03:58 +00:00
imil
77c44b322f Updated lang/php54 to 5.4.12nb1 2013-02-28 21:52:12 +00:00
imil
99c01536f5 Updated lang/php53 to 5.3.22nb1 2013-02-28 21:51:50 +00:00
imil
47a8f3173b Updated www/php-fpm to 5.4.12nb1 2013-02-28 21:51:27 +00:00
imil
7b9b365729 Uncomment the pid parameter of php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
2013-02-28 21:43:04 +00:00
imil
be4d85b1a9 Uncomment the pid parameter for php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
2013-02-28 21:28:20 +00:00
darcy
0d209eb6ce Add Debian patch to allow rssh to work with rsync protocol version 3.
http://patch-tracker.debian.org/patch/series/view/rssh/2.3.4-1/fixes/rsync-protocol.diff
2013-02-28 19:33:01 +00:00
is
00e825418d mutt-devel mktemp fix. 2013-02-28 19:24:48 +00:00
is
5e42117916 Replace loop around mktemp() (without error return checking) and mkdir()
with mkdtemp(), thus eliminating endless loop in case TMPDIR points to
a plain file.
2013-02-28 19:21:03 +00:00
jperkin
77b9181c4b Add support for SunOS jre. 2013-02-28 18:29:13 +00:00
jperkin
bfeea1621d Add support for *.sh as jre-bin files. 2013-02-28 18:26:22 +00:00
gdt
192c04df1b Revbump for geos change, because gdal-lib does not follow the geos
rules.
2013-02-28 17:23:50 +00:00
gdt
749ae2a502 Updated geography/geos to 3.3.8 2013-02-28 17:08:57 +00:00
gdt
e9f9458140 Update to 3.3.8:
- IsValidOp: throw proper error on nested shells (#608)
  - Fix header guards (#617, #618, #619)
  - WKTWriter::appendCoordinate optimisation
  - Fix centroid computation for collections with empty components (#582)
2013-02-28 17:08:33 +00:00
agc
4d43c1efb4 Provide a buildlink file for libsodium 2013-02-28 15:47:41 +00:00
agc
d2acc6e835 Note addition of security/libsodium-0.3 2013-02-28 15:45:45 +00:00
agc
cddae7f603 add and enable libsodium 2013-02-28 15:44:23 +00:00
agc
10e57911b8 Import libsodium-0.3 into the Packages Collection. Provided by csosstudy E.
in PR 47600.

	NaCl (pronounced "salt") is a new easy-to-use high-speed
	software library for network communication, encryption, decryption,
	signatures, etc.

	NaCl's goal is to provide all of the core operations needed to
	build higher-level cryptographic tools.

	libsodium is a library for network communication, encryption,
	decryption, signatures, etc.

	libsodium is a portable, cross-compilable, installable,
	packageable, API-compatible version for NaCl.

One minor change was to take the "check" target out of the post-build
state and put it into the TEST_TARGET definition.
2013-02-28 15:43:25 +00:00
tez
bd4da42d8d Fix for CVE-2013-1415 2013-02-28 14:21:43 +00:00
tez
6d317fd07b Add patch for CVE-2013-1415 (SA52390) 2013-02-28 14:19:36 +00:00
schmonz
09240049b7 Quell pkglint. 2013-02-28 13:49:16 +00:00