Commit graph

9383 commits

Author SHA1 Message Date
Baptiste Daroussin
b2bddbda0f Update to 0.2
Changes:
- Plug a memory leak
- Add a switch to allow running in foreground
- Make the default actually really timeout at 1 min not 6s
- Change the loop mechanism to actually listen/poll on the xset s. and use the poll timeout to decide when to lock

Sponsored by:	Essen Hackathon 2016
2016-04-23 10:25:14 +00:00
Lars Engels
04a07109c4 Setting IGNORE is probably better than BROKEN
Suggested by:	cy
Sponsored by:   Essen Linuxhotel Hackathon 2016
2016-04-22 19:49:18 +00:00
Pietro Cerutti
9f24ad4546 Convert more ports to USES=(tcl|tk):tea 2016-04-21 16:48:50 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Steve Wills
9f60ff7938 x11/pixman: fix build on powerpc64/powerpc
Reviewed by:	dumbbell, kwm
2016-04-21 14:01:05 +00:00
Lars Engels
e5dcfa3553 Mark BROKEN: -devel version is older than x11/tint
Requested by:  maintainer via IRC
2016-04-19 19:44:19 +00:00
Lars Engels
58270b8053 - Update to 0.12.9
- Add a missing example file
- Add INSTALLS_ICONS macro
- Add an NLS knob

PR:		        208921
Submitted by:	maintainer
2016-04-19 19:37:17 +00:00
Mikhail Teterin
da13242f6a Unbreak. Hand off to the upstream maintainer. Really... 2016-04-19 04:09:01 +00:00
Mathieu Arnold
be3ed12f1c Update to 0.5.6.
PR:		208871
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:36 +00:00
Olivier Duchateau
bebf76150b Update to 1.5.3 2016-04-16 19:42:36 +00:00
Jason E. Hale
1b77d696a8 - Update audio/chromaprint to 1.3.1
- Chase shlib bump

PR:		208819
Submitted by:	Ben Woods <woodsb02@gmail.com>
2016-04-15 19:06:48 +00:00
Steve Wills
a5aebf960e CentOS ports: for c6_64, install 32bit libraries alongside
PR:		206943
Submitted by:	xmj
2016-04-13 01:49:24 +00:00
Mathieu Arnold
1b75f32205 Unbreak.
While there, split out DOCS and EXAMPLES.

PR:		208723
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:52 +00:00
Mathieu Arnold
79e1e7c113 Unbreak.
PR:		208722
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:46 +00:00
Sunpoet Po-Chuan Hsieh
5683de3b89 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:56 +00:00
Dmitry Marakasov
742b18231a - Add LICENSE_FILE
- Fix PREFIX/LOCALBASE misuse
2016-04-11 15:28:25 +00:00
Danilo Egea Gondolfo
8a4c6cf1d8 - Update to 0.35.0 2016-04-09 17:27:50 +00:00
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