Commit graph

9366 commits

Author SHA1 Message Date
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Sunpoet Po-Chuan Hsieh
1fc33e5d96 - Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2016-04-01 11:17:54 +00:00
Frederic Culot
8ccdb1b565 - Reassign to the heap, on maintainer's request 2016-03-30 16:41:22 +00:00
Baptiste Daroussin
9548120fa7 revert r412141
On FreeBSD 9 the dependency syntax used here will use the "old yacc" which is in
in base and not byacc from ports which does not support %pure_parser.

Dropping bison as a build dependency is not worth a more complex syntax
2016-03-30 06:48:08 +00:00
Baptiste Daroussin
1dd6598b05 Replace the bison dependency by byacc
It reduces the number of build dependencies required (bison requires gettext)
Also note that byacc is in base since FreeBSD 10.0
2016-03-29 23:20:33 +00:00
Olivier Duchateau
72f768ac60 x11/libfm:
- Update to 1.2.4
- Cosmetic change for documentation files

x11/libfm-extra
- Update to 1.2.4
- Remove distinfo (not need in slave port)

PR:		207579
Submitted by:	myself
Approved by:	horia@racoviceanu.com (maintainer, timeout 1 month)
2016-03-28 14:59:34 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Koop Mast
5af319b80c Tell the port the correct directory to copy for the package, otherwise
we end up with a empty package.

Reported by:	antoine@
2016-03-26 18:15:52 +00:00
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Baptiste Daroussin
6500de29a0 Fix build with old gcc 2016-03-24 09:01:55 +00:00
Raphael Kubo da Costa
268fd1fdf2 Drop MAKE_JOBS_UNSAFE.
The port built fine with -j56 on Poudriere, and it also ran fine. I'm tempted
to believe whatever problems there were when the port was initially added to
the tree have since been solved, and the port should be make jobs safe now.

PR:		207191
Approved by:	maintainer timeout (vg, 39 days)
2016-03-23 23:26:19 +00:00
Emanuel Haupt
c60fff812c Add an option to enable XHTML and SVG screen dumps. 2016-03-21 08:33:54 +00:00
Ruslan Makhmatkhanov
80a66678b3 Drop bogus libgnome-keyring dependency
And add dependency upon libsecret where needed. Bump PORTREVISION
because of dependency change. For x11/gdm also drop KEYRING option
and corresponding logic bits - this functionality is now available
unconditionally.

Differential Revision:  D5690
Reviewed by:	kwm, mat
2016-03-21 05:54:15 +00:00
Kurt Jaeger
98fba6b1a5 x11/tint: 0.12.6 -> 0.12.7
Changes:
  https://gitlab.com/o9000/tint2/blob/0.12.7/ChangeLog
- Fix crash caused by race when reading inconsistent values for
  _NET_CURRENT_DESKTOP and _NET_NUMBER_OF_DESKTOPS
- Fix regression (all desktop tasks not working)
- Fix small memory leak in launcher

PR:		208112
Submitted by:	yamagi@yamagi.org (maintainer)
2016-03-18 20:33:49 +00:00
Alexey Dokuchaev
1c9913eb82 - Update to version 1.4.5, which is based on GTK+ 2.x now
- Unbreak fetching: upstream are using Debian CDN officially
- Stop demanding GNU make: builds fine with BSD make as well
- Define LICENSE (GPLv2), install couple of docs and sample
  configuration file while here
- Update port description text and project web address
2016-03-16 09:22:30 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Raphael Kubo da Costa
d290c8f9ad Reduce number of dependencies, add SSL option.
- Drop dependencies, that are not from ${WRKSRC}/BUILDING.txt.
- Add optional OpenSSL support.
- Turn (added) XVideo dependency into an option.
- Drop obsolete comment (jpeg-turbo can be compiled for non-amd64/i386
  architectures since r388256).
- Bump PORTREVISION.

PR:		203237
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
Approved by:	maintainer timeout (175 days)
2016-03-14 21:21:43 +00:00
Antoine Brodin
708979f58b Mark BROKEN: fails to build
cc -I ../../include  -W `pkg-config --cflags libSystem gtk+-2.0` -fPIC -Wall -g -O2 -pedantic `pkg-config --cflags libDesktop` -c embed.c
embed.c:104:33: error: too few arguments to function call, single argument 'code' was not specified
                helper->error(NULL, error_get(), 1);

Reported by:	pkg-fallout
2016-03-13 19:44:52 +00:00
Raphael Kubo da Costa
ce4e96475f Deprecate and expire 1 month.
The port is unmaintained, does not fetch and there is no associated website to
retrieve more information.
2016-03-13 19:01:49 +00:00
Antoine Brodin
989bb4c20d Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
Dmitry Marakasov
d62d4c0873 - Add LICENSE_FILE
- Switch to USES=tar:tbz2
- Switch to options helpers

Approved by:	portmgr blanket
2016-03-12 14:14:13 +00:00
Emanuel Haupt
5b8fd8b493 Update to 324 2016-03-11 15:40:09 +00:00
Christian Weisgerber
ac7e1b3132 Do not include _POSIX_SOURCE in CPPFLAGS. It removes much termios(4)
functionality, resulting in broken tty settings.

Approved by:	ehaupt
2016-03-10 18:26:20 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Emanuel Haupt
c442d0a778 Update to 323 2016-03-08 04:38:56 +00:00
Baptiste Daroussin
fa563c24a9 Add missing pkgconfig dependency 2016-03-07 10:17:36 +00:00
Alexey Dokuchaev
a3ecab634d - Since our GitHub-hosted distfile support understands external projects,
use it instead of storing manually-fetched distfile in `local-distfiles',
- Remove bogus USE_LDCONFIG knob and avoid symlinking to an absolute path
- As support for some older FreeBSD versions was removed in r398738, merge
  in-place alteration of the `qmltermwidget/lib/kpty.cpp' file (previously
  conditional) into existing patch
2016-03-07 09:59:55 +00:00
Ruslan Makhmatkhanov
d55de0011b x11/xcb-proto: fix packaging with python3.5
Utilize py3kplist to fix packaging with python 3.5 and to simplify Makefile.
Add LICENSE (MIT) and bump PORTREVISION for package changes.
Add NO_ARCH, while here.

PR:		205859
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Submitted by:   FreeBSD@ShaneWare.Biz (py3kplist suggestion)
Approved by:	maintainer timeout
2016-03-06 21:57:10 +00:00
Ruslan Makhmatkhanov
4d3205c82d x11/gnome-shell: fix previous commit
With hat:		gnome
2016-03-05 19:23:13 +00:00
Ruslan Makhmatkhanov
e74ebe6227 x11/gnome-shell: add missing runtime dependency upon x11/libgnomekbd
x11/gnome-shell lacks dependency on x11/libgnomekbd. Here is how it can be
checked out:

1. Click on language indicator on panel
2. Click on 'Show keyboard layout' button

You'll get this error message:
Execution of "gkbd-keyboard-display" failed: Command not found

Installing of x11/libgnomekbd resolves the issue.

PR:		207300
With hat:       gnome
MFH:		2016Q1
2016-03-05 19:09:19 +00:00
Baptiste Daroussin
c3b18ad345 New xcbautolock. Minimalistic XCB base utility that monitors users activity for
a user defined period of time (granularity up to the second) and fires up a user
define program once the duration is reached without any activity.
2016-03-05 15:02:58 +00:00
Kris Moore
ecf2356f22 - Chase upstream 0.8.8_2
- Bump PORTREV
2016-03-04 18:44:43 +00:00
Koop Mast
bff960612a Update gnome-shell-extensions to 3.18.4. 2016-03-04 12:29:08 +00:00
Koop Mast
d304f0d91d Update gnome-shell to 3.18.4. 2016-03-04 12:27:44 +00:00
Nicola Vitale
216e3238dc - Update to 0.8.4 2016-03-03 21:16:42 +00:00
Olivier Cochard
8d809f5d23 Update to 0.2.1 and add DOCS option
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5523
2016-03-02 16:04:11 +00:00
Danilo Egea Gondolfo
56fc92074b - Update to 0.34.2 2016-03-01 19:50:34 +00:00
Danilo Egea Gondolfo
c2dacf2bbf - Update to 0.34.1 2016-02-27 00:15:07 +00:00
Jason Helfman
e34081ed42 - set maintainer
PR:		207517
Submitted by:	portmaster@bsdforge.com (maintainer)
2016-02-26 18:08:29 +00:00
Dmitry Marakasov
e36fc841c7 - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by:	portmgr blanket
2016-02-25 14:15:40 +00:00
Raphael Kubo da Costa
8637923b24 Update to 1.3.
PR:		207289
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-02-25 10:13:28 +00:00
Danilo Egea Gondolfo
9ecd2a94b4 - Update to 0.34.0 2016-02-23 01:46:17 +00:00
Raphael Kubo da Costa
3abc16f98f Update MASTER_SITES for the KActivities ports.
Upstream has decided to move existing files to a new location. Ugh.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-02-22 11:48:27 +00:00
Guido Falsi
b281c2c643 Remove direct dbus dependency.
PR:		207176
Submitted by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
2016-02-21 21:00:45 +00:00
Kurt Jaeger
e82fd8d409 x11/rofi: 0.15.11 -> 0.15.12
New features:
- Initial `-dump` command for dmenu mode. (#216)
- Threading support.
  o Parallel checking for ASCII.
  o Parallel string matching.
  o Autodetect number of HW-threads.
  o Disabled by default.
- Highlight multiple selected rows (#287,#293)
- Dmenu can read from file instead of stdin.
- Regex matching (#113)
- Take Screenshot of rofi using keybinding.
- Hotkey for sorting: (#298) Option to set scrollbar width.

Improvements:
- Fix return code of multi-select.
- Update manpage (#289, #291)
- Improve speed of reading stdin in dmenu mode.
- Correctly handle modifier keys now. Should now support most
  weird keyboard layouts and switching between them.
  (#268, #265, #286)
- Correctly set locale, fixing issues with entering special
  characters. (#282)
- DRun mode support `NoDisplay` setting (#283)
- Pango markup is matched when filtering. (#273)

Bug fixes:
- Improve error message (#290)
- Correctly switch to next entry on multi-select when list is filtered (#292)
- Switch __FUNCTION__ for __func__. (#288)
- Fix segfault on empty list and moving through it. (#256,#275)
- Fix one off of colors (#269)
- Drun fix uninitialized memory (#285)

PR:		206846
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	nomoo@nomoo.ru
2016-02-20 11:23:40 +00:00
Kurt Jaeger
c2dcfefbfd x11/rofi: fix I3 option
MFH:		2016Q1
PR:		206846
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	nomoo@nomoo.ru (maintainer)
2016-02-20 08:12:24 +00:00
Kris Moore
7fc31e9d01 - Upstream bumped 0.8.8 with some minor bugfixes, chase them
- Bump PORTREV
2016-02-19 19:35:57 +00:00
Olivier Cochard
dacef126af Update my email for ports I maintain
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5309
2016-02-17 10:42:08 +00:00