Commit graph

353522 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
f5a55d31db - Change maintainer
PR:		195185
Submitted by:	pauls@utdallas.edu
2014-11-22 17:11:38 +00:00
Koop Mast
2b54f704f9 Fix plist when QUVI option is not selected.
PR:		195200
Submitted by:	Christoph Lukas <site+org.freebsd.bugs-44k@s.firc.de>
2014-11-22 17:10:28 +00:00
Danilo Egea Gondolfo
8690cb0b83 - Update pkg-descr
PR:		195233
Submitted by:	portmaster@bsdforge.com (maintainer)
2014-11-22 17:05:56 +00:00
Koop Mast
3eecbedd9f Fix package list by including symlink too, so nemo can run.
Submitted by:	Charles Cowart <ucsdboy@gmail.com>
2014-11-22 16:54:43 +00:00
Danilo Egea Gondolfo
b4c460a370 - Update to 1.0.4
- Remove BROKEN
- Update COMMENT
- Update pkg-descr
- Pass maintainership to submitter

PR:		195250
Submitted by:	C Hutchinson <portmaster@bsdforge.com>
2014-11-22 16:43:54 +00:00
Antoine Brodin
ffd528dc90 Hook libx264 to the build 2014-11-22 16:37:16 +00:00
Johannes Jost Meixner
4f12f3b178 multimedia/x264: General overhaul
- Split x264 into two ports: the CLI application (x264), and the library
  (libx264). This will allow x264 to use lavf and friends from ffmpeg for
  decoding and demuxing while preventing a circular dependency between the
  two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
  than x264.
- Add the LAVF option to the CLI port, making the dependency on ffmpeg
  optional.
- Update to 0.142.2455.
- Amend fixes to local patches so that they can apply to the new upstream
  files.
- Provide the git revision and other version information to the build
  environment, allowing the CLI binary to display this information (like the
  Windows builds).
- Remove unsupported build options (X11_OUTPUT).
- Ensure that the library and CLI ports each have the appropriate options.
- Add notes for future contributors who wish to update the ports.
- Bump PORTREVISION for all dependent ports.

PR:           187805
Differential Revision:	https://reviews.freebsd.org/D1159
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by:  koobs (maintainer, mentor)
2014-11-22 16:23:34 +00:00
Danilo Egea Gondolfo
d2ddcbb5a0 - Update to 20141117
PR:		195131
Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2014-11-22 16:20:47 +00:00
Danilo Egea Gondolfo
0c6f8e68b8 - Update to 1.2.2
PR:		195069
Submitted by:	yamagi@yamagi.org (maintainer)
2014-11-22 16:13:00 +00:00
Boris Samorodov
bd18a77dc8 Fix a typo at PORTNAME.
Approved by:	portmgr (just fix it)
2014-11-22 16:10:40 +00:00
Danilo Egea Gondolfo
15b96b7e3f - Update to 0.92.3
PR:		195071
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2014-11-22 16:07:30 +00:00
Koop Mast
c132ed0706 Switch back to gnupg 2.1.
Turns out that other dependancies also pull in the new gnupg so we end up
with a conflict. But this allows the port to build.
2014-11-22 16:04:24 +00:00
Koop Mast
93fe9cc5af Add argyllcms
ArgyllCMS is an ICC compatible color management system. It supports
accurate ICC profile creation for scanners, cameras and film recorders
and calibration and profiling of displays and RGB & CMYK printers.
2014-11-22 15:53:25 +00:00
Danilo Egea Gondolfo
ca9ca5561e - Update to 3.8.7.2
PR:		195063
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2014-11-22 15:48:07 +00:00
Danilo Egea Gondolfo
3446326bae - Update to 3.8.7.2
PR:		195062
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2014-11-22 15:47:09 +00:00
Danilo Egea Gondolfo
03d462df02 - Update from 7.40.11 to 7.42.0 2014-11-22 15:23:21 +00:00
Antoine Brodin
1d7f5e5c0f Cleanup plist 2014-11-22 14:43:23 +00:00
Thomas Zander
97dce54033 Update to upstream version 2.3.2
PR:		194888
Submitted by:	c.kworr@gmail.com (maintainer)
2014-11-22 14:22:21 +00:00
Kurt Jaeger
8563e686ec mail/mutt: improve sidebar function when handling many mail folders
- Add code to improve sidebar function when handling many mail folders
- Remove sidebar patch from default options to fix issues with packages
  (may be reverted later if confidence in current sidebar patch has grown)
- Bump PORTREVISION due to default options changes

PR:		195076
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
2014-11-22 13:53:34 +00:00
Gerald Pfeifer
33a98a33b7 Update to the 20141119 snapshot of GCC 4.9.3. 2014-11-22 13:47:29 +00:00
Baptiste Daroussin
b33d2aff9e Remove useless @dir* 2014-11-22 13:43:55 +00:00
John Marino
568ad25d50 java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platforms 2014-11-22 13:26:24 +00:00
Kurt Jaeger
e5cccf70ee dns/adns: 1.5.0rc0 -> 1.5.0
Changes since 1.4:
http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html
2014-11-22 13:25:49 +00:00
Kurt Jaeger
0db625f010 New port: security/afl
American fuzzy lop is a fuzzer that employs a novel type of compile-time
instrumentation and genetic algorithms to automatically discover clean,
interesting test cases that trigger new internal states in the targeted
binary. This substantially improves the functional coverage for the
fuzzed code.

WWW: http://lcamtuf.coredump.cx/afl/

PR:		195279
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2014-11-22 13:01:50 +00:00
Thomas Zander
70e3ccac66 Revive graphics/pinta
- Update to upstream version 1.5
- New maintainer: david.vionnet@vmailbox.org

PR:		195118
Submitted by:	david.vionnet@vmailbox.org (maintainer)
Reviewed by:	riggs
2014-11-22 12:41:40 +00:00
Gerald Pfeifer
dbb9ca2500 Update to the 20141120 snapshot of GCC 4.8.4. 2014-11-22 12:38:38 +00:00
Jun Kuriyama
1f2382b3f3 - tiny cleanups.
PR:		ports/194342
Submitted by:	amdmi3@amdmi3.ru
2014-11-22 12:21:33 +00:00
Jun Kuriyama
9434c59343 - Upgrade to 1.9.8.
PR:		ports/187390 (related)
2014-11-22 12:20:19 +00:00
Baptiste Daroussin
7eb2e45773 std:toul is a from recent stl
Reported by:	antoine
2014-11-22 11:55:40 +00:00
Alexey Dokuchaev
0af3853338 - Update to release of Sawfish 1.11, codename "Apollo"
- Make translations optional (with OPTIONS_DEFINE=NLS)
- Kill bogus EOL whitespace in the port description
- Cleanup pkg-plist from @dirrm* entries (no longer needed)
- While here: sort USES, make COMMENT more descriptive
2014-11-22 11:47:10 +00:00
Martin Matuska
2cd36e3234 Remove pkg-install and pkg-deinstall
Use .sample config files instead of .dist
Improve pkg-plist
2014-11-22 11:40:08 +00:00
Antoine Brodin
e6d631f45e - Fix substitution in rc script
- Allow staging as a regular user
- Cleanup plist
2014-11-22 11:35:03 +00:00
Hiroki Sato
c1f0db28dd - Move headers and libraries into PREFIX/{include,lib}/heimdal. This
prevents build breakage when a port depends on heimdal in base and
  some other libraries in LOCALBASE/lib such as OpenSSL from ports
  at the same time.

- Always build libcom_err[*].

PR:	194475 [*]
2014-11-22 10:51:58 +00:00
Martin Matuska
d5db326120 Fix pkg-plist and install examples as *.sample
PR:		195276
Submitted by:	John Marino <marino@FreeBSD.org>
2014-11-22 10:35:52 +00:00
Kurt Jaeger
f8c6ed1246 www/drupal[67]: submitter is now maintainer
PR:		195280
Submitted by:	simon.wright@gmx.net
2014-11-22 10:31:18 +00:00
Antoine Brodin
c031383559 Cleanup plist 2014-11-22 10:29:22 +00:00
Jun Kuriyama
31adc73cc6 - Turn pinentry dependency mandatory, not option. [1]
- Remove gpg-zip.1.gz manpage which command is not installed. [2]

PR:		ports/194788 [1], ports/195229 [2]
Submitted by:	donaldcallen@gmail.com [1], crest@sahiro.org [2]
2014-11-22 09:55:13 +00:00
Jun Kuriyama
818ea64f29 - Turn pinentry dependency mandatory, not option.
PR:		ports/194788
Submitted by:	donaldcallen@gmail.com
2014-11-22 09:53:16 +00:00
Antoine Brodin
3e0d2b570c Fix a typo 2014-11-22 09:32:18 +00:00
Kurt Jaeger
7e059e7777 www/drupal7: 7.32 -> 7.34
https://www.drupal.org/drupal-7.34-release-notes

Maintenance and security release of the Drupal 7 series.

This release fixes security vulnerabilities. Sites are urged to
upgrade immediately after reading the notes below and the security
announcement:

https://www.drupal.org/SA-CORE-2014-006

PR:		195254
Submitted by:	simon.wright@gmx.net
2014-11-22 09:26:41 +00:00
Kurt Jaeger
5544d230a0 www/drupal6: 6.33 -> 6.34
https://www.drupal.org/drupal-6.34-release-notes

Maintenance and security release of the Drupal 6 series:
https://www.drupal.org/SA-CORE-2014-006

PR:		195257
Submitted by:	simon.wright@gmx.net
2014-11-22 09:25:18 +00:00
Antoine Brodin
23b328aaf9 Cleanup plist 2014-11-22 09:13:35 +00:00
Hiroki Sato
a8f3c5bbab - Add LICENSE.
- Mark CONFLICTS with libotf.

PR:	194984
2014-11-22 08:05:32 +00:00
Hiroki Sato
2d4b460c76 Update to 2.0.0-DEV.
PR:	194994
2014-11-22 07:56:42 +00:00
Hiroki Sato
1735e2855d Resurrect editors/psgml. 2014-11-22 07:40:16 +00:00
Hiroki Sato
73b5b12649 Fix warnings. 2014-11-22 07:39:17 +00:00
Gerald Pfeifer
fc5fa04b79 Update to the 20141116 snapshot of GCC 5.0.
This no longer breaks on FreeBSD 10.0 and later using clang.
2014-11-22 05:48:23 +00:00
Dmitry Marakasov
c52e30d2e1 - Correct depends
- Update OSVERSION ranges for clang bug workaround
2014-11-22 05:30:02 +00:00
Baptiste Daroussin
18a5ffe5e7 The docbook2mdoc utility is a converter from DocBook V4.x and v5.x XML into
mdoc. Unlike most DocBook utilities, it's a standalone ISC-licensed ISO C
utility that should compile on any modern UNIX system. The only requirement is
libexpat (for parsing XML), which is installed by default on most systems.

WWW: http://mdocml.bsd.lv/docbook2mdoc/
2014-11-22 03:22:41 +00:00
Baptiste Daroussin
a0288a089c Let the ports tree determine the DISTFILES name 2014-11-22 02:18:12 +00:00