1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

7543 Commits

Author SHA1 Message Date
Dmitry Marakasov
d2aeedc5f6 - Mark broken on 9.x:
/usr/local/lib/gcc48/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

Using USES=compiler:c++11-lib and USE_CXXSTD=c++11 doesn't really help

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:25:21 +00:00
John Marino
fc445b2e3f Ada Framework: Switch to gcc5-aux, upgrade 6 packages at once
The transition from gcc-aux to gcc5-aux in the Ada framework has been
blocked by the inability to build gtkada3 and, once resolved, GPS (due
to tight locking with compiler).

A few days ago, Adacore made their annual release of their main libre
products, include GPS.  However, some products were tightly coupled with
the recent compilers, so in order to upgrade, the compiler had to be
switched and dependencies require many ports to be upgraded at once:

  * lang/asis
  * devel/gnatcoll
  * devel/gps
  * x11-toolkits/gtkada3
  * www/aws
  * www/aws-demos

While the version upgrades were modest in most cases (gps, gtkada3), the
amount of work put into each port was significant.  There are too many
improvements to mention here.  A few include the removal of dynamic
package lists and incorporating gnatcoll into gps to avoid building it
twice.  A private "exp-run" was done all on all 50+ Ada ports to ensure
they still build.

Also, a new argument was added to Uses/ada.mk, "run", that pulls in the
GNAT compiler as a run depends.  This was necessary for GPS that will
not launch correctly without the compiler in place.
2015-06-23 22:20:35 +00:00
Dmitry Marakasov
69e8fe6224 - Update to 3.5.7
PR:		201000
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-23 16:01:41 +00:00
Sunpoet Po-Chuan Hsieh
5245573753 - Update to 1.046
- Strip shared library

Changes:	http://search.cpan.org/dist/Gnome2/NEWS
2015-06-23 12:21:59 +00:00
Baptiste Daroussin
532f9d3881 Use COPYTREE_SHARE 2015-06-23 06:06:00 +00:00
Baptiste Daroussin
3b69e970ae Simplify example installation 2015-06-22 23:42:35 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Pawel Pekala
6763a3e068 Update to version 2.2.11
Changelog:

Provide a mutex for calls to make-fresh-user-modules to deal with
guile thread safety issues (c++-gtk-utils/Makefile.am;
extension.h, extension_helper.cpp).

Improve efficiency of scheme to C++ list translators for long
lists (extension.h).

Update libtool to version 2.4.4.

Update code comments (extension.h, future.h, parallel.h,
task_manager.h, task_manager.tpp).

Update documentation (README; application.h, parallel.h, param.h).
2015-06-18 19:54:28 +00:00
Dmitry Marakasov
c209e81468 - Add LICENSE
- Strip library
2015-06-16 23:43:15 +00:00
John Marino
05e72812d5 x11-toolkits/gtkada3: modify to allow building with gcc5-aux
Patch derived from gtkada-2015 released today.
2015-06-15 22:49:33 +00:00
Dmitry Marakasov
66bf98ed90 - Add LICENSE_FILE
- Strip libraries
2015-06-11 09:25:33 +00:00
Dmitry Marakasov
1d582d43f5 - Fix shebangs
MFH:		2015Q2
2015-06-09 16:37:29 +00:00
Dmitry Marakasov
96d612ae9d - Add LICENSE_FILE
- Strip library
2015-06-05 18:51:47 +00:00
Baptiste Daroussin
16a335d8f1 Fix packaging as a user 2015-06-04 21:11:39 +00:00
Baptiste Daroussin
228a5dc341 Use USE_LINUX_RPM_BAD_PERMS 2015-06-04 21:10:51 +00:00
Dmitry Marakasov
e71b621879 - Update to 3.5.6
PR:		200531
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-02 19:05:05 +00:00
Dmitry Marakasov
d7ddfcfda5 - Fix library installation
- Fix license
- Switch to USES=tar
2015-06-01 12:58:20 +00:00
Dmitry Marakasov
0eb6efe52c - Add LICENSE
- Strip library
2015-06-01 12:53:25 +00:00
Dmitry Marakasov
5e7cac2faa - Fix shebangs
- Strip library

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:21:40 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
Dmitry Marakasov
47152f7272 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-29 14:30:00 +00:00
Dmitry Marakasov
9efaacd77c - Switch to USES=autoreconf 2015-05-28 11:42:21 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Dmitry Marakasov
966c2de8a6 - Use options helpers
- Strip library
2015-05-26 00:06:46 +00:00
Tijl Coosemans
5d6bb15d73 Qt 5.3 removed runtime detection of SSE2 so it needs to be configured
with -no-sse2 at buildtime on i386.

PR:		198738, 200258
Reported by:	sasamotikomi@gmail.com
Approved by:	maintainer timeout (2 weeks)
2015-05-24 16:41:16 +00:00
Antoine Brodin
87bff9334e Fix build with mono 4 2015-05-24 08:15:34 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Koop Mast
682f3ec505 Fix the build by telling configure to look for the mcs program instead of
the "compat" gmcs program, which was removed in the mono 4.0 update.

Submitted by:	pkg-fallout
2015-05-21 20:55:42 +00:00
Dmitry Marakasov
02e1907e8e - Add LICENSE
- Strip library
2015-05-15 17:03:13 +00:00
Dmitry Marakasov
89858333dd - Add LICENSE_FILE
- Strip library
2015-05-15 17:00:39 +00:00
Dmitry Marakasov
ba0002d06d - Strip library
- Add LICENSE
2015-05-15 16:52:53 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
aedfd79803 - Add LICENSE_FILE
- Strip library
2015-05-12 12:46:48 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Mathieu Arnold
65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +00:00
Dmitry Marakasov
c5073b6136 - Drop @dirrm* from plist 2015-05-11 09:59:11 +00:00
Dmitry Marakasov
5a2ab933c9 - Add missing file to plist
Approved by:	portmgr blanket
2015-05-08 11:31:51 +00:00
Mathieu Arnold
fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00
Dmitry Marakasov
2fd4713176 - Add CPE info
Approved by:	portmgr blanket
2015-05-07 07:07:55 +00:00
Dmitry Marakasov
7a0841d2da - Add CPE info
Approved by:	portmgr blanket
2015-05-07 07:07:50 +00:00
Guido Falsi
cffde0555f Fix build on 10.1 i386.
This slipped by me in the previous commit.
2015-05-04 18:26:55 +00:00
Guido Falsi
2c44e6acd0 - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
2015-05-04 15:46:51 +00:00
Guido Falsi
cb214a8a7b Objective Caml interface to Tk
LablTk is an interface to the Tcl/Tk GUI framework. It allows to
develop GUI applications in a speedy and type safe way. A legacy
Camltk interface is included. The OCamlBrowser library viewer is
also part of this project.

WWW: https://forge.ocamlcore.org/projects/labltk/

PR:		195737
Submitted by:	Michael Grunewald <michipili at gmail.com>
2015-05-04 15:39:41 +00:00
Jan Beich
decefcad97 x11-toolkits/scintilla, editors/scite: update to 3.5.5
- Pet portlint since r383894 by formatting patches with makepatch target

Changes:	http://www.scintilla.org/ScintillaHistory.html
PR:		199565
Submitted by:	lightside <lightside@gmx.com>
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2015-05-04 11:17:39 +00:00
Sunpoet Po-Chuan Hsieh
ec224f1ed0 - Update to 2.2.5
- Add LICENSE
- Sort RUN_DEPENDS

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:38:24 +00:00
Sunpoet Po-Chuan Hsieh
cd06adcd83 - Update to 2.2.5
- Add LICENSE
- Fix USE_GNOME

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:36:55 +00:00
Sunpoet Po-Chuan Hsieh
b0445f62ad - Update to 2.2.5
- Add LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:36:42 +00:00
Sunpoet Po-Chuan Hsieh
343305070e - Update to 2.2.5
- Add LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:36:38 +00:00
Sunpoet Po-Chuan Hsieh
ebe8f507c8 - Update to 2.2.5
- Add LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:36:33 +00:00
Sunpoet Po-Chuan Hsieh
5210dba886 - Update to 2.2.5
- Add LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:36:28 +00:00
Sunpoet Po-Chuan Hsieh
8d868a3bda - Update to 2.2.5
- Add LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:36:24 +00:00
Sunpoet Po-Chuan Hsieh
58d4e44fce - Update to 2.2.5
- Add LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/commits/master
2015-05-03 19:35:43 +00:00
Bryan Drewery
fa44fda0f0 Fix DISTNAME after USE_GITHUB changes in r384932.
PR:		199069
Pointyhat to:	bdrewery
With hat:	portmgr
2015-04-29 16:29:00 +00:00
Bryan Drewery
63408327b0 USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
2015-04-28 17:01:46 +00:00
Dmitry Marakasov
ceb8aadb5a - Remove conditional dependency for outdated perl version
- Mark BROKEN on pre-10.x: even if it's made to build with some makefile hacks, it still produces broken library because it doesn't respect LDFLAGS
2015-04-23 20:53:21 +00:00
Mathieu Arnold
23c65546ae Update to 0.99.27.
With hat:	perl@
Sponsored by:	Absolight
2015-04-20 22:16:39 +00:00
Mathieu Arnold
5c10e54527 Fix build with Perl 5.20.0+
With hat:	perl@
Sponsored by:	Absolight
2015-04-20 22:14:25 +00:00
Mathieu Arnold
e877ae1522 Update to 1.43. Add a patch to make it build with Perl 5.21.6+.
Sponsored by:	Absolight
2015-04-20 15:24:00 +00:00
John Marino
84377e24a0 x11-toolkits/py-fltk: Fix on DragonFly4 too
This was broken on DragonFly for the same reason it was broken on
FreeBSD11 (similar fix).
2015-04-20 10:40:16 +00:00
John Marino
ff17f0d80c p5-Wx: Unbreak on some platforms
This port was using CFLAGS for c++, so the -std=c++11 flag wasn't getting
passed even when USE_CXXSTD was set.  This port broke in some places when
c++11 became a requirement of Wx.

This is still broken on FreeBSD 8 (F9 not tested) due to new problems
related to compiling with gcc48.
2015-04-20 09:48:04 +00:00
Cy Schubert
e0e7a90c85 Unbreak. 2015-04-19 06:02:40 +00:00
Koop Mast
1fc509c591 Misc X.org port updates:
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.

Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
  all affected ports.

PR:		199400
Obtained from:	Xorg-devel repo
2015-04-18 15:34:36 +00:00
Antoine Brodin
b86740a2a8 Mark BROKEN: Fails to package
===>  Building package for xview-clients-3.2.1.4.19c_2
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/clock: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/cmdtool: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwm: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwmslave: No such file or directory
...

Reported by:	pkg-fallout
2015-04-18 08:45:42 +00:00
Baptiste Daroussin
f8a1430380 Over to the enlightement team
Submitted by:	Chris Petrik (via irc)
2015-04-16 21:55:10 +00:00
Grzegorz Blach
45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00
Antoine Brodin
649b305d4f Fix build with GCC on recent head kernel by disabling PCH for GCC
With hat:	portmgr
2015-04-15 22:41:15 +00:00
Guido Falsi
c36fcac5f6 Previous commit missed plist changes due to a mistake on my part.
PR:		199456
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2015-04-15 08:57:56 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Guido Falsi
aa21afb972 - Update girara to 0.2.4
- Chase shlib version bump
2015-04-14 20:55:33 +00:00
Raphael Kubo da Costa
f93780a7ec Add patches for CVE-2015-1858, CVE-2015-1859 and CVE-2015-1860.
Multiple vulnerabilities in Qt image format handling.

MFH:		2015Q2
Security:	5713bfda-e27d-11e4-b2ce-5453ed2e2b49
2015-04-14 08:34:41 +00:00
John Marino
4040163bd6 x11-toolkits/py-wxPython30: Fix c++ code, drop gcc requirement
While here, upgrade from version 3.0.0 to 3.0.2
wxPython30 was obligated to build under c++11 standards, but the code
was not compliant.  It now builds on system clang again.

PR:		199403
Submitted by:	matthew (reztec.cz)
Approved by:	blanket (fixes previous "fix")
2015-04-14 06:43:09 +00:00
Mathieu Arnold
43eeee825e This patch somehow got badly garbled somewhere.
Sponsored by:	Absolight
2015-04-13 14:00:44 +00:00
John Marino
3b39d1c77a x11-toolkits/py-wxPython30: Unbreak on F10
It turns out that wxPython30 won't build with clang at all.  The c++ code
is illegal according to clang (e.g. illegal cast), so remove the
USES=compiler setting and replace with USE_GCC=yes.  Tested on F8 and F10.
I apologize for adding the GCC dependence for F10+ users but I didn't see
any other simple fix.

Approved by:	blanket
2015-04-12 07:03:19 +00:00
John Marino
f008e368c9 x11-toolkits/py-wxPython30: Unbreak on F8 and F9
This port must be built under c++11 standard like the rest of the
wx-dependent ports.  I couldn't find a way to pass the flag so I had
to patch the python script directly.  Also, the USES=compiler setting
was missing, which is required to actually pull in a c++11 capable
compiler on the older FreeBSD releases.

This port was blocking ~29 other ports from building on releases that
it wouldn't build on.

Approved by:	blanket
2015-04-11 20:30:18 +00:00
Koop Mast
e71ef7738b Fix warnings with modern perl (5.16+) and which errors out with newest (5.21+)
PR:		199380
Submitted by:	mat@
2015-04-11 15:23:35 +00:00
Koop Mast
f782153658 Mini gnome update. Next stop GNOME 3.16!
Update rhythmbox to 3.2.
Update gnome-tweak-tool to 3.14.3.
Update gnome-mines to 3.14.2.
Update eog to 3.14.4.
Update geary to 0.10.0.
Update tracker to 1.2.6.
Update gdm to 3.14.2.
Update gtk30 to 3.14.12.
Update gtksourceview3 to 3.14.4.

Obtained from:	GNOME dev repo
2015-04-10 12:50:09 +00:00
Baptiste Daroussin
06f79b66f2 Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG

Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui

Merge deskutils/preferencepanes into deskutils/systempreferences
2015-04-09 07:44:41 +00:00
Cy Schubert
98d9fcefa0 Repair build. 2015-04-09 03:38:04 +00:00
John Marino
39048027d5 x11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFly
The wxgtk30 port will use TR1 headers if the capability is detected.
These TR1 functions were experimental and not included in the same form
in the final c++11 standard.  This patch forcibly disabled TR1 support,
which requires the explicit setting of -std=c++11 in CXXFLAGS>

A private "exp-run" was performed, all 62 ports dependent on wxgtk2
successfully built before and after after the patch was applied on two
separate runs (FreeBSD 10 amd64 jail).

While here, remove the incorrect $PTHREAD_LIB setting and let it default
to -pthread.  Also bring in the configure patch fragement from DragonFly.

PR:		199177
Submitted by:	marino
Approved by:	maintainer (Chris Hutchinson)
2015-04-06 18:49:52 +00:00
Mark Felder
c0eaed102a Bump PORTREVISION to chase the new font paths
Pango's modules.cache needs to be updated to find the fonts. For
example, Smokeping has broken fonts until modules.cache is
updated. It can also be done manually with:

pango-querymodules --update-cache
2015-04-06 15:57:53 +00:00
Johannes Jost Meixner
abb03c2e25 Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.

Differential Revision:	https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
2015-04-05 07:23:49 +00:00
Pawel Pekala
a0107163a4 - Convert to new USE_GITHUB
- Use preprocessor flags for includes
2015-04-04 13:37:40 +00:00
Grzegorz Blach
5a2708a6be Update to 1.13.2 2015-04-03 12:53:55 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Baptiste Daroussin
fa41a8e52f Remove dead mirror 2015-03-30 21:51:08 +00:00
David Naylor
cf2fa38a77 x11-toolkits/py-kivy: use new USE_GITHUB. 2015-03-30 18:28:20 +00:00
Koop Mast
bab4673b1b Add portscout macro to igore these ports in the version checker, these
ports hold older version.
2015-03-29 14:56:46 +00:00
Koop Mast
68f9745c48 Don't do mkdir -p (it done in the post-install target).
Remove two redundand @dir lines.

Submitted by:	bapt@
2015-03-27 08:56:55 +00:00
Koop Mast
207640829f Update glib20 to 2.42.2.
Update gtk20 to 2.24.27.
Update gtk30 to 3.14.10.

Cleanup @dirrm in plist.
Cleanup the gtk20 Makefile.

Submitted by:	Gusau Perez
Obtained from:	GNOME devel repo
2015-03-27 07:01:53 +00:00
John Marino
d2d0618fc2 x11-toolkits/swt: Fix embarrassing typo
Reports by:	Jung-uk Kim
2015-03-26 20:22:00 +00:00
John Marino
4f6686216b x11-toolkits/swt: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 19:37:41 +00:00
John Marino
0c5ab989b3 x11-toolkits/xforms: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 15:48:12 +00:00
Dmitry Marakasov
adb7bb5679 - Fix build on 11.x 2015-03-26 01:20:03 +00:00
Matthias Andree
39296d516a Fix build as unprivileged user.
Add rpm4 as extract requisite, and use rpm2archive to get something that
yields non-zero-sized manual pages.
While here, clean up pkg-plist a bit.
Bump PORTREVISION.

PR:		196414
Submitted by:	peterj
Reviewed by:	xmj
Approved by:	emulation (eadler)
2015-03-25 23:57:31 +00:00
John Marino
0ae327316b 3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits

approved by:	PTHREAD blanket
2015-03-24 19:37:43 +00:00
Bartek Rutkowski
5335b93785 x11-toolkits/libXt: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)

PR:		197964
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-24 14:21:19 +00:00
David Naylor
8b21f4af47 x11-toolkits/py-kivy: unbreak due to cython 0.22. 2015-03-22 20:14:18 +00:00
Baptiste Daroussin
de1de28cb5 Fix typo 2015-03-21 23:13:24 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Cy Schubert
68a6d50b97 Fix conflict, file ownership, and build issues. 2015-03-19 02:21:24 +00:00
Romain Tartière
09cd57eec8 Update to 3.12. 2015-03-18 11:06:55 +00:00
Raphael Kubo da Costa
ccb0759749 Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)

There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.

I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.

PR:		198585
2015-03-18 09:37:42 +00:00
Bryan Drewery
dce0506cd5 Don't dereference WRKDIR/WRKSRC. Also mark this BROKEN due to:
[exp-10i386-commit-test] Installing xview-clients-3.2.1.4.19c_1...
  pkg-static: xview-clients-3.2.1.4.19c_1 conflicts with xview-3.2.1.4.19c_1 (installs files into the same place).  Problematic file: /usr/local/lib/help/clock.info
  *** Error code 70

With hat:	portmgr
2015-03-17 20:59:21 +00:00
Pietro Cerutti
5f505ba086 - Update Tcl/Tk 8.6 to 8.6.4
Release notes: http://code.activestate.com/lists/tcl-core/14494/
2015-03-16 22:12:51 +00:00
John Marino
4b3a62af97 x11-toolkits/qtada: fix building on gcc5-aux
GNAT 4.9 and earlier was not checking for the explicit use of "limited"
in the full type declaration when it also appeared inthe private
extension declaration (Ada RM 7.3 p10.1/3).  QtAda violated this rule
numerous times, so the attached diff fixes all of the instances.
2015-03-16 22:00:49 +00:00
John Marino
d2fd619340 x11-toolkits/gtkada: Fix build on gcc5-aux (from Fedora) 2015-03-16 14:54:37 +00:00
Sunpoet Po-Chuan Hsieh
6be343b5be - Update to 0.67
- Add LICENSE
- Use = instead of +=
- Remove tab in blank line
- Sort PLIST

Changes:	http://search.cpan.org/dist/Alien-wxWidgets/Changes
2015-03-12 18:00:44 +00:00
Dmitry Marakasov
a3741820ce - Add LICENSE
- Strip library
2015-03-11 14:53:45 +00:00
Vanilla I. Shu
a84e60389a Upgrade to 3.5.4.
PR:		198501
Submitted by:	maintainer
2015-03-11 02:54:24 +00:00
Dmitry Marakasov
195dbb14f2 - Pet portlint
- Add LICENSE
- Strip libraries
2015-03-10 14:16:01 +00:00
Dmitry Marakasov
73a738003d - Strip library 2015-03-10 14:15:53 +00:00
Mikhail Teterin
f8434d270a Fix a typo, which broke -- among other things -- port graphics/xfpovray.
Upstream notified...
2015-03-09 02:52:47 +00:00
Bartek Rutkowski
25c38be69f x11-toolkits/ocaml-lablgtk2: fix build without DOCS
- Maintainer's timeout (bf@FreeBSD.org)

PR:		195907
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2015-03-08 17:56:30 +00:00
Pietro Cerutti
4f3e70eb4d - Update Tcl/Tk 8.5 to 8.5.18
Release notes: http://code.activestate.com/lists/tcl-core/14457/
2015-03-07 10:57:50 +00:00
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Raphael Kubo da Costa
e3dad0e904 Update PyQt and its dependencies.
* PyQt4 has been updated to 4.11.3.
* QScintilla has been updated to 2.8.4.
* SIP has been updated to 4.16.5.

This update is much smaller than the previous one, as there has been no
further need for clean ups in the ports infrastructure.

Pretty much the entire patch set has been originally contributed by Tobias
Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot!

PR:		198016
Submitted by:	Tobias Berner <tcberner@gmail.com>
2015-03-04 23:20:47 +00:00
Raphael Kubo da Costa
5d9d0e2d2c Add patch for CVE-2015-0295, DoS vulnerability in the BMP image handler.
MFH:		2015Q1
Security:	c9c3374d-c2c1-11e4-b236-5453ed2e2b49
2015-03-04 23:06:13 +00:00
Baptiste Daroussin
40afbae004 Remove Author from pkg-descr 2015-03-02 23:57:52 +00:00
Nicola Vitale
5e04994940 Perl bindings for the C library "libunique" that provides a mechanism for
writing single instance applications. If you launch a single instance
application twice, the second instance will either just quit or will send a
message to the running instance.

Unique makes it easy to write this kind of applications, by providing a base
class, taking care of all the IPC machinery needed to send messages to a running
instance, and also handling the startup notification side.

WWW: http://search.cpan.org/dist/Gtk2-Unique/
2015-02-28 22:47:16 +00:00
Nicola Vitale
9c9ce4146c This Perl module allows you to use the Window Navigator Construction Kit
library (libwnck for short) from Perl.

WWW: http://search.cpan.org/dist/Gnome2-Wnck/
2015-02-28 22:43:45 +00:00
Grzegorz Blach
6f368be4e1 Update to 1.13.1 2015-02-27 18:27:26 +00:00
Kurt Jaeger
4caecaf1cb x11-toolkits/p5-Tk: 804.032 -> 804.033
Changes:
http://cpansearch.perl.org/src/SREZIC/Tk-804.033/Changes
2015-02-22 10:14:39 +00:00
Dmitry Marakasov
897a4bb6af - Simplify MASTER_SITES
- Strip library
2015-02-22 04:53:14 +00:00
Dmitry Marakasov
0b9e0fa63d - Add LICENSE_FILE
- Strip libraries
2015-02-21 13:14:57 +00:00
Jan Beich
20b60f0221 - Update to 0.22 [1]
- Strip C modules [2]
- Mark py-kivy as BROKEN [3]

PR:		197375 [1]
PR:		197776 [2]
Submitted by:	Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1]
Approved by:	Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2]
Approved by:	dbn (maintainer) [3]
2015-02-19 09:28:42 +00:00
Dmitry Marakasov
b34b3c6f49 - Strip binaries and libraries
- Fix style
2015-02-18 15:17:21 +00:00
Alonso Schaich
83de6e51d7 Fix QSystemTray
Add a patch found by PCBSD's Kris Moore <kris@pcbsd.org> that fixes
QSystemTrayIcons on Desktops other than KDE.

Provided by Kris via mailing list on 2015-01-29.

Approved by:	rakuco (mentor)
MFH:		2015Q1
2015-02-17 19:36:29 +00:00
Grzegorz Blach
bb100468e8 - Update devel/efl to 1.13.0
- Update devel/py-efl to 1.13.0
- Update graphics/evas_generic_loaders-* to 1.13.0
- Update multimedia/emotion_generic_players-vlc to 1.13.0
- Update x11-toolkits/elementary to 1.13.0
2015-02-11 02:55:24 +00:00
Alexey Dokuchaev
f805256365 - Since version 1.3.3, FLTK now checks for compiler support of -fvisibility
and -fvisibility-inlines-hidden and uses it if available to reduce shared
  library size.  Unfortunately, this hides Fl_XFont_On_Demand::value, which
  in turn causes undefined reference errors during linking.  Fix by marking
  Fl_XFont_On_Demand class as FL_EXPORT for the time being (Gentoo Linux is
  doing the same)
- Do not strip libraries for now: FLTK uses the same command for installing
  both dynamic and static libraries, but "fltk-config(1) --compile" prefers
  static, which breaks programs like `graphics/iccexamin' (threading test)
- Pull another patch from Gentoo to fix segmentation fault in vncview(1) of
  port `net/tigervnc' (Gentoo bug #529856 by Maxim Britov)
- Do not leak non-existent (build-time only) -Lfoo references in LDFLAGS as
  it can potentially lead to various sporadic bugs in programs which obtain
  these flags through fltk-config(1).  To prevent build-time conflicts that
  this gimmick was originally used for, we change shared linking command of
  fluid(1) accordingly

Since these are one-line changes likely to be merged upstream sooner rather
than later, perform them with sed(1) instead of trivial patches.

Reported and reviewed by:	antoine
2015-02-10 19:29:46 +00:00
Vanilla I. Shu
b06784ad44 Fix hanging of xfe.
PR:		197464
Submitted by:	Ports Fury
2015-02-10 13:38:16 +00:00
Alexey Dokuchaev
beb4e27215 Augment FLTK ports' descriptions. 2015-02-09 16:06:25 +00:00
Alexey Dokuchaev
0ebb290638 - Fix the breakage caused by previous commit (r378707): restore sane order of
knobs; resurrect documentation/Makefile patch; bring back recalculation of
  ${ETCDIR} length in Fl_Preferences.cxx, trim CONFIGURE_ARGS (again), etc.
- Restore correct LDFLAGS+= -L../src (previously -L${WRKSRC}/src), otherwise
  the build fails with e.g. previous version of FLTK libraries installed
- Take maintainership to prevent Kato's monkeys jeopardizing it all over again
- Install code examples as PORTEXAMPLES (we do not install any documentation
  because it requires LaTeX stack to build)
- Since `post-patch' target is a bit too verbose now, make it .SILENT
- Do not compile things with -Os by default (already honors user's CXXFLAGS)
- Do not blindly strip libraries and fluid(1) binary (respect ${STRIP} value)
2015-02-09 08:50:02 +00:00
Vanilla I. Shu
8bf267de95 Update to version 1.3.3
PR:		197463
Submitted by:	Ports Fury
2015-02-09 02:28:38 +00:00
Vanilla I. Shu
6811fc7090 Upgrade to 1.6.50
PR:		197464
Submitted by:	Port Fury <tkato432@yahoo.com>
2015-02-09 02:25:01 +00:00
Alexey Dokuchaev
26811663f4 In sight of upcoming update, clean up things a bit:
- Sort the knobs, remove "default=yes" arguments from CONFIGURE_ARGS
- In post-staging era, conditional installation of documentation is no
  longer necessary, so simplify the patch and drop post-install target
2015-02-03 13:55:05 +00:00
Baptiste Daroussin
60c6ffb08b Upgrade to 1.7.50 2015-02-03 13:35:35 +00:00
Koop Mast
563f73ccfe Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
2015-02-03 12:28:23 +00:00
Grzegorz Blach
c74aec3f9f Update to 1.12.3 2015-01-30 18:09:56 +00:00
Dmitry Marakasov
fead972aff - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket, kwm (for gnome@ ports)
2015-01-28 01:08:43 +00:00
Dmitry Marakasov
323b760c6c - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket, kwm (for gnome@ ports)
2015-01-27 21:01:58 +00:00
Dmitry Marakasov
0fb80df6e2 - Update to 3.5.3
PR:		196952
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-01-26 19:55:34 +00:00
Gabor Pali
4d7b960062 - Fix build on FreeBSD 8.x and 9.x
Obtained from:	FreeBSD Haskell
2015-01-26 02:42:55 +00:00
Raphael Kubo da Costa
ab682aa360 Remove now-redundant @dirrmtry entry from the plist. 2015-01-25 00:51:03 +00:00
Raphael Kubo da Costa
71b6addfc4 Remove now-redundant @dirrm{try} entries from the plist. 2015-01-25 00:50:28 +00:00
Antoine Brodin
bd63b368ac Fix some _DEPENDS 2015-01-24 19:27:27 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Dmitry Marakasov
12045a9696 - Fix library on < 10.x after webkit-gtk2 update
Some dependent ports may need USES=compiler:c++11-lib as well

PR:		196703 [1], 197031 [2]
Submitted by:	beastie@tardisi.com [1], amdmi3 [2]
Approved by:	portmaster@bsdforge.com (maintainer)
MFH:		2015Q1
2015-01-24 02:00:10 +00:00
Antoine Brodin
4eb0c493e8 Depend on update-mime-database instead of a file generated by pkg-install 2015-01-23 18:51:11 +00:00