Commit graph

183306 commits

Author SHA1 Message Date
obache
d333554547 py-expat is just required to build.
Bump PKGREVISION.
2012-03-10 08:47:15 +00:00
obache
90cbbffd02 LICENSE=gnu-lgpl-v2.1 2012-03-10 08:41:47 +00:00
obache
e09196556f Add missing RCS id to patch file. 2012-03-10 08:38:34 +00:00
obache
0ff173e3c4 Python for build only.
Bump PKGREVISION.
2012-03-10 08:33:07 +00:00
obache
596f2543a9 Bump PKGREVISION from default python change to 2.7. 2012-03-10 08:24:19 +00:00
sbd
de7d3847d6 Updated editors/ng to 1.4.3nb2 2012-03-10 08:20:21 +00:00
sbd
5b9396bdf9 1) Add missing mk/termcap buildlink3.
2) Always respect CPPFLAGS/LDFLAGS.
3) Enable "USE_CANNA" on Linux and SunOS.

Bump PKGREVISION.
2012-03-10 08:20:13 +00:00
sbd
ba601976aa Updated devel/fossil to 1.21nb1 2012-03-10 08:04:53 +00:00
sbd
df0489b68f Add missing devel/readline buildlink.
Bump PKGREVISION.
2012-03-10 08:04:45 +00:00
sbd
7321f5a414 Updated devel/pcre to 8.30nb2 2012-03-10 08:04:04 +00:00
sbd
820a4efe4c If libreadline isn't wanted don't put it in a programs LDADD variable.
Bump PKGREVISION
2012-03-10 08:03:56 +00:00
sbd
74cafa28ed Updated devel/automake to 1.11.3nb1 2012-03-10 08:01:00 +00:00
sbd
99453f8fbd Add share/aclocal to the PLIST. aclocal dies if this directory doesn't
exist.

Bump PKGREVISION.
2012-03-10 08:00:52 +00:00
obache
fcc67f0799 Bump PKGREVISION from default python version change to 27. 2012-03-10 05:40:48 +00:00
taca
9979e89d5e Make sure to update distinfo. 2012-03-10 03:43:09 +00:00
taca
c42f089c67 Add a patch to fix problem on PHP 5.2
Since this package itself broken, no PKGREVISION bump now.
2012-03-10 03:42:30 +00:00
taca
b55d24bf67 Oops, I forgot commit this; really update contao211 to 2.11.1. 2012-03-10 03:41:42 +00:00
ryoon
68249cfcb4 Updated www/firefox to 10.0.2nb1
Updated www/seamonkey to 2.7.2
Updated www/seamonkey-l10n to 2.7.2
2012-03-10 03:34:50 +00:00
ryoon
7522641cba Update to 2.7.2
Sync with www/seamonkey
2012-03-10 03:27:07 +00:00
ryoon
67ca82e0fb Update to 2.7.2
* Many new features.
* Security bugfixes.
* See http://www.seamonkey-project.org/releases/seamonkey2.7/
2012-03-10 03:26:04 +00:00
ryoon
b4829d2f16 Bump PKGREVISION
* Restore --disable-official-branding.
2012-03-10 03:09:42 +00:00
ryoon
678bffd8f8 * Fix Firefox's official branding bug by upstream.
* Fix for inclusion from mail/thunderbird and www/seamonkey (mozilla-common.mk).

No functional change for devel/xulrunner.
2012-03-10 03:08:24 +00:00
wiz
ab245c062d Updated graphics/gif2png to 2.5.8 2012-03-10 02:08:34 +00:00
wiz
da820700a3 Update to 2.5.8:
* 2.5.8 @ 2012-03-09
  Codebase is now statically checked using splint, with stronger type safety.
2012-03-10 02:08:24 +00:00
abs
a3137eb94f Added filesystems/cloudfuse version 20120124 2012-03-09 22:49:43 +00:00
abs
cd06659a6d +cloudfuse 2012-03-09 22:46:53 +00:00
abs
bf89029eca Added filesystems/cloudfuse version 20120124
Filesystem (fuse) implemented on Mosso's Cloud Files

Cloudfuse is a FUSE application which provides access to Rackspace's
Cloud Files (or any installation of Swift).

Cloud Files is a remote storage system which is similar in principle to
Amazon S3.  It provides a simple RESTful interface to storing and retrieving
objects.

http://www.rackspacecloud.com/cloud_hosting_products/files
2012-03-09 22:46:25 +00:00
cheusov
69fc3b5728 not needed anymore 2012-03-09 19:22:24 +00:00
cheusov
07e7526e38 clean-ups (adapted for recent mk-configure) 2012-03-09 18:58:19 +00:00
cheusov
e692b6e65b Updated devel/mk-configure to 0.22.0 2012-03-09 18:57:08 +00:00
cheusov
8b69b18544 Update to 0.22.0
Improvements in cross-compilation. The following variables were
     introduced: TOOLDIR, SYSROOT, TOOLCHAIN_PREFIX and
     MACHINE_GNU_PLATFORM.

  PROGS variable was introduced (sf.net bug #3445658).

  Support for Lua submodules was added (e.g. net.socket.lua ->
  net/socket.lua). New variable LUA_MODULES was introduced for this
  purpose.

  MKPIE (Position Independent Executables), USE_SSP (Stack Smashing
  Protection), USE_FORT and USE_RELRO variables were introduced for
  security reasons.

  Variable OBJDIR_<dir> was introduced.

  mkc.subdir.mk and mkc.subprj.mk: Commands associated with targets
  "all", "install", "clean", "cleandir", "depend", "test",
  "installdirs", "uninstall", "errorcheck" and "filelist" in Makefile
  override the standard behaviour.

  MKC_REQUIRE_HEADERS, MKC_REQUIRE_DEFINES, MKC_REQUIRE_TYPES,
  MKC_REQUIRE_VARS, MKC_REQUIRE_MEMBERS, MKC_REQUIRE_FUNCS<n> and
  MKC_REQUIRE_CUSTOM do not change CFLAGS.

  mkc.subdir.mk and mkc.subprj.mk: "cleandir" target takes into
  account CLEANFILES, CLEANDIRS, DISTCLEANFILES and DISTCLEANDIRS
  variables (removes files).

  PCNAME.<lib> variable was introduced in mkc_imp.pkg-config.mk, this
  is a map from library name to pcname (.pc).

  Improvements for SHRTOUT.

  New variable OBJCOPY was introduced.

  Update of the presentation.

  Fix in manual page (sf.net bug #3441610).

  New regression tests (examples).
2012-03-09 18:56:21 +00:00
plunky
29fa21caf6 Updated sysutils/netbt-hcidump to 2.3 2012-03-09 18:13:27 +00:00
plunky
511ccc2f36 update to bluez-hcidump version 2.3
(rework the pkgsrc variables so that not as
many lines need to be changed on updates)

Changelog:

    Marcel Holtmann [Fri, 2 Mar 2012 01:54:01 +0000]
    build: Rename configure.in into configure.ac


    Johan Hedberg [Tue, 28 Feb 2012 00:05:42 +0000]
    lib: Add missing host feature defines

    This patch add missing SSP and "Simultaneous LE & BR/EDR" feature bit
    definitions to hci.h.


    Marcel Holtmann [Mon, 27 Feb 2012 06:42:41 +0000]
    lib: Make unaligned access functions const


    Marcel Holtmann [Mon, 27 Feb 2012 06:12:34 +0000]
    lib: Add definition for HCI_CHANNEL_MONITOR


    Andrei Emeltchenko [Fri, 24 Feb 2012 08:44:23 +0000]
    lib: Copy L2CAP chan policy defines from kernel

    Those defines will be used by user space.


    Marcel Holtmann [Tue, 21 Feb 2012 14:01:54 +0000]
    lib: Add struct for reading LE host supported setting


    Vinicius Costa Gomes [Fri, 10 Feb 2012 21:39:51 +0000]
    lib: Fix using old-style initializers


    Peter Krystad [Wed, 15 Feb 2012 19:04:11 +0000]
    lib: Add L2CAP Create/Move Channel definitions


    Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:55 +0000]
    core: Add support for passing PSM as OBEX port

    As OBEX can now use L2CAP as transport, -O/--obex option should accept
    values other than RFCOMM channel, so values over 31 are now interpreted
    as PSM.


    Luiz Augusto von Dentz [Fri, 17 Feb 2012 09:48:54 +0000]
    L2CAP: add OBEX support


    Johan Hedberg [Thu, 2 Feb 2012 17:48:55 +0000]
    lib: Add stub for A2MP


    Johan Hedberg [Wed, 1 Feb 2012 06:05:26 +0000]
    att: Fix UUID-128 parsing

    ATT UUIDs are in little-endian format (in contrast to e.g. SDP).


    Vinicius Costa Gomes [Tue, 24 Jan 2012 13:57:18 +0000]
    lib: Add Key Size information to the security information

    Since some time the kernel has the capability to return the length of
    the key that was used to encrypt the link.

    This patch exposes that field to userspace so more applications can take
    decisions based on this information.
    CVS: ----------------------------------------------------------------------
    CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: 	Makefile distinfo
    CVS: ----------------------------------------------------------------------
2012-03-09 18:12:55 +00:00
adam
aa9e87e371 Updated devel/scmgit to 1.7.9.3 2012-03-09 17:03:31 +00:00
adam
28b71bb30c Changes 1.7.9.3:
* "git p4" (in contrib/) submit the changes to a wrong place when the
  "--use-client-spec" option is set.
* The config.mak.autogen generated by optional autoconf support tried
  to link the binary with -lintl even when libintl.h is missing from
  the system.
* When the filter driver exits before reading the content before the
  main git process writes the contents to be filtered to the pipe to
  it, the latter could be killed with SIGPIPE instead of ignoring
  such an event as an error.
* "git add --refresh <pathspec>" used to warn about unmerged paths
  outside the given pathspec.
* The bulk check-in codepath in "git add" streamed contents that
  needs smudge/clean filters without running them, instead of punting
  and delegating to the codepath to run filters after slurping
  everything to core.
* "git branch --with $that" assumed incorrectly that the user will never
  ask the question with nonsense value in $that.
* "git bundle create" produced a corrupt bundle file upon seeing
  commits with excessively long subject line.
* When a remote helper exits before reading the blank line from the
  main git process to signal the end of commands, the latter could be
  killed with SIGPIPE. Instead we should ignore such event as a
  non-error.
* The commit log template given with "git merge --edit" did not have
  a short instructive text like what "git commit" gives.
* "git rev-list --verify-objects -q" omitted the extra verification
  it needs to do over "git rev-list --objects -q" by mistake.
* "gitweb" used to drop warnings in the log file when "heads" view is
  accessed in a repository whose HEAD does not point at a valid
  branch.
* An invalid regular expression pattern given by an end user made
  "gitweb" to return garbled response.
2012-03-09 17:02:14 +00:00
taca
9c9edf879e Note update of www/contao211 package to 2.11.1 and
www/contao211-translations package to 201203090.
2012-03-09 16:21:31 +00:00
taca
acd1863b44 Update contao211-translations package to 201203090.
Update French, Italian and Japanese language files to support Contao 2.11.1.
2012-03-09 16:20:27 +00:00
taca
e5d37d076f Update contao211 package to 2.11.1.
### Fixed
Store the date added when creating an admin user upon installation (see #4054).

### Fixed
Purge the Zend Optimizer+ cache after writing the local configuration file.

### Fixed
The IDNA convert class did not run under PHP 5.2 (see #4044).

### Fixed
Inject error messages of checkbox and radio groups inside the fieldset, so they
can be associated with it (accessibility) and do not break the CSS formatting.
This change does not require any template adjustments (see #3392).

### Fixed
Correctly handle tabs and line breaks when importing CSV data (see #4025).

### Fixed
Event feeds did not show the date anymore (see #4026).

### Fixed
Preserve absolute URLs in style sheets in the Combiner (see #4002).

### Fixed
Support all kinds of keydown events in the stylect plugin, so options can be
selected by pressing the first key of their label (see #3812).

### Added
Added a separate version check for LTS releases.

### Fixed
Prevent the auto_item feature from generating duplicate content (see #4012).

### Fixed
Do not add the `language` parameter when forwarding to a page (see #4011).

### Fixed
The date picker in the back end did not work correctly due to MooTools failing
to parse dates correctly (see #3954).

### Fixed
The TinyMCE links popup failed under certain conditions (see #3995).

### Fixed
Correctly add the language to insert tag links (see #3983).

### Fixed
When creating an admin user in the install tool, the username was not validated
correctly (see #4006).

### Updated
Updated MooTools to version 1.4.5 which fixes a critical bug.

### Fixed
Relative URLs are now validated correctly (`'rgxp'=>'url'`) (see #3792).

### Fixed
Adjust the submit button height in Opera (see #3940).

### Fixed
The front end preview drop-down menu did not use the stylect plugin.

### Fixed
Use the Facebook sharer instead a third-party app (see #3990).

### Fixed
Preserve IE conditionals like `[if (lt IE 9) & (!IEMobile)]` when replacing
ampersands in the front end (see #3985).

### Fixed
Set the maximum length of `inputUnit` fields to 200 (see #3987).

### Fixed
If an image with a title was added to a text element, the lightbox did not show
the title anymore (see #3986).

### Fixed
The hyperlink element did not output the link title anymore (see #3973).

### Fixed
Send a 404 header and do not index or cache a page if there is a pagination menu
and the `page` parameter is outside the range of existing pages. Now that list
and reader modules can be shown on the same page, it is likely that those pages
will be cached. This fix prevents the search index and temporary directory from
being flooded with non-existing resources (such as `?page=100000`).

### Fixed
Fixed the module wizard so you can use the stylect menu of a duplicated element
without having to reload the page (see #3970).

### New
Added the Slovenian translation of the TinyMCE "typolinks" plugin (thanks a lot
to Davor) (see #3952)

### Fixed
Fixed the "getContentElement", "getFrontendModule" and "getForm" hooks, so they
pass the generated content to the callback function (see #3962).

### Fixed
Correctly handle pages with the alias name "index" (see #3961).

### Fixed
Patched the MooTools core script to fix the accordion effect (see #3956).

### Fixed
The slimbox style sheets are now compatible with the combiner.
2012-03-09 16:18:55 +00:00
fhajny
f19137cf23 Use BSD_INSTALL_DATA to fix installation (on SunOS for instance). 2012-03-09 15:18:00 +00:00
fhajny
4d6a0dc9b3 Force --with-waitfunc=wait3 on SunOS, fixes several courier-* packages. 2012-03-09 15:15:30 +00:00
fhajny
4f4efd8295 Bump PKGREVISION 2012-03-09 15:03:15 +00:00
fhajny
6676ff253c Missing dependency for security/p5-Digest-SHA1 added. 2012-03-09 15:02:40 +00:00
fhajny
251c68ad34 Fix for recent SunOS platforms where support for NIS+ was dropped. 2012-03-09 14:58:41 +00:00
fhajny
e2bde9832c Add --with-xml=yes since we're linking libxml2 anyway.
Bump PKGREVISION.
2012-03-09 14:49:15 +00:00
fhajny
b5a1450ae9 Fix problem with ISNAN on SunOS. 2012-03-09 14:46:12 +00:00
obache
6baa09ec56 require aclocal before `automake'.
fixes PR 46159.
2012-03-09 14:41:48 +00:00
fhajny
79392a1927 Fix PLIST mismatch for the java option, fix build on SunOS for ruby. 2012-03-09 14:31:07 +00:00
fhajny
e4c9f0c5f7 Fix the interpretter of texi2dvi, it is a true Bash script. 2012-03-09 14:28:19 +00:00
obache
e4472f6c92 Updated www/opera-plugins to 1.0nb2 2012-03-09 14:20:02 +00:00
obache
9b4005d51b opera>=11.61 will not be installed in EMULSUBDIR, adjust path.
Bump PKGREVISION.
2012-03-09 14:19:52 +00:00