Commit graph

7577 commits

Author SHA1 Message Date
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
John Marino
06fc30e67c x11-toolkits/iwidgets: Update descriptions
PR:		195354
Submitted by:	maintainer (Chris Hutchinson)
2015-01-21 00:23:39 +00:00
Koop Mast
143337722b Sprinkle some PORTSCOUT macros around to either mark ports:
* ignore because there will not be any new releases.
 * check specific versions or ignore devel versions.
2015-01-15 17:17:32 +00:00
Koop Mast
39aac83c1d Update gdl to 3.14.0. 2015-01-15 16:57:47 +00:00
Koop Mast
1c0c09773f Readd vte3 0.34.7 as vte290. There are still some programs that need the
older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API.
2015-01-15 14:55:12 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Muhammad Moinur Rahman
d40dcd7a43 x11-toolkits/p5-Gtk2-GladeXML: Add LICENSE (LGPL20)
- Pass Maintainership [1]

Differential Revision:	https://reviews.freebsd.org/D1513
Submitted by:		pauls@utdallas.edu [1]
Approved by:		marino(mentor)
2015-01-13 12:24:07 +00:00
Muhammad Moinur Rahman
e56668f965 x11-toolkits/p5-Gtk2-Ex-Utils: Add LICENSE
- Pass Maintainership [1]

Differential Revision:	https://reviews.freebsd.org/D1512
Submitted by:		pauls@utdallas.edu [1]
Approved by:		marino(mentor)
2015-01-13 12:21:41 +00:00
Sunpoet Po-Chuan Hsieh
1c74223968 - Update to 1.41
- Allow to strip shared library as regular user

Changes:	http://search.cpan.org/dist/Prima/Changes
2015-01-12 18:37:08 +00:00
Koop Mast
31fdce076f Update gtk30 to 3.14.7. 2015-01-12 11:55:19 +00:00
Muhammad Moinur Rahman
05971667f8 x11-toolkits/p5-Gtk2-Ex-Dialogs: Add LICENSE
- Pass Maintainership [1]

Differential Revision:	https://reviews.freebsd.org/D1495
Submitted by:		pauls@utdallas.edu [1]
Approved by:		bapt(mentor)
2015-01-12 10:53:02 +00:00
Koop Mast
7a2781a807 Update to 3.14.3.
Build vala "bindings"
2015-01-09 15:40:01 +00:00
Emanuel Haupt
12f48dc28d Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:17:28 +00:00
John Marino
d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00
Johan van Selst
b218d5b61f Update libXaw3dXft to 1.6.2d 2015-01-03 14:50:33 +00:00
John Marino
0c3bc58a90 x11-toolkits/nucleo: #include <cstring>
This is fallout from png upgrade.  Modern GCC needs <cstring> for memmove,
although clang seems to be happy without it.
2015-01-03 01:30:36 +00:00
Antoine Brodin
ce1bc92a68 Unbreak
Pointy hat:	gahr
2015-01-02 17:49:15 +00:00
Pietro Cerutti
078a795627 - Update to 1.0.1
Changelog:
  * Make vtkfox compatible with CMake 3.1.0
2015-01-02 17:19:02 +00:00
Raphael Kubo da Costa
73fcd07807 Add patch (committed upstream) to make the port build with CMake 3.1.0.
Also tested with CMake 3.0.2. The patch itself contains an explanation of
what is being changed and why.

There is no need to bump PORTREVISION as there are no functional changes.
2015-01-02 14:09:42 +00:00
Koop Mast
823f8d67a9 Remove mkdir line in post-install, this is a left over form the old pango
cache location.

PR:		196417
Submitted by:	sunpoet@
2015-01-01 16:35:24 +00:00
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Antoine Brodin
ff10cb7cc3 Allow building with either giflib 4.2 or 5.0
Obtained from:	OpenBSD ports
2014-12-26 14:28:39 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
542e20d6e4 Remove fpc-imlib and fpc-gnome1 2014-12-25 14:49:57 +00:00
Antoine Brodin
3275123a1b Properly support png 1.5 2014-12-25 13:48:21 +00:00
Baptiste Daroussin
358df94711 Properly support png 1.5 2014-12-25 11:16:14 +00:00
Pawel Pekala
2f8b6c3314 Update to version 2.10.1
Changelog:

Fixed error with conflicting libvte/Gtk versions
Fixed ebuild (by Ilya Mochalov).
Suppress "invalid option" for -e.
Fixed missing link to math library (by Thomas Koch)
Miminum required version for Gtk-2 changed to 2.24.
Miminum required version for libvte changed to 0.28.
Rebuild po-files due to source changes.
2014-12-24 19:53:51 +00:00
Pawel Pekala
6ba2b3fe71 - Update x11-toolkits/c++-gtk-utils to version 2.2.10
- Bump affected comms/efax-gtk, fix plist while here
2014-12-24 14:35:35 +00:00
Antoine Brodin
9e02a5f368 Properly support png15, remove useless patch 2014-12-24 01:27:03 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Jean-Sébastien Pédron
3c9a1d11c2 Final removal of WITH_NEW_XORG
This knob was turned on for all version of FreeBSD in r369875
(2014-10-03) and officially deprecated. Since then, it was gradually
removed from many ports when they needed an update.

x11-servers/xorg-server was the last major user of this knob. The port
was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid
of the knob, clearing the path to the final removal.

This commit changes ports who were checking for WITH_NEW_XORG and remove
its handling from bsd.port.mk.

While here, two sanity checks are added to warn user about WITH_KMS and
WITH_NEW_XORG which have no effect now.

Differential Revision:	https://reviews.freebsd.org/D1351
Reviewed by:	antoine, bapt, kwm
Approved by:	portmgr (antoine, bapt), kwm
2014-12-22 23:04:17 +00:00
Baptiste Daroussin
fb92938c57 get rid of gnomehier 2014-12-22 22:54:35 +00:00
Dmitry Marakasov
a4f284aeb7 - Silence patching
- Drop @dirrm* from plist
2014-12-21 18:00:31 +00:00
Baptiste Daroussin
7aaa65906d cleanup plist 2014-12-20 20:00:26 +00:00
Baptiste Daroussin
3103726150 Convert to USES=autoreconf
Strip binaries
Remove useless inclusion of bsd.port.options.mk
2014-12-18 12:06:30 +00:00
Antoine Brodin
134c55fc88 Fix 41 gstreamer1-plugins- ports that were creating empty packages
With hat:	portmgr
2014-12-17 21:14:29 +00:00
Dmitry Marakasov
2f4abff960 - Fix license
- Add LICENSE_FILE
- Drop @dirrm* from plist
2014-12-13 06:32:54 +00:00
Grzegorz Blach
5ef9131741 Update to 1.12.2 2014-12-12 23:32:21 +00:00
John Marino
d730a9356e USES+= gettext-tools on 5 ports
These ports require msgfmt.  FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool.  The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked.  Explicitly add gettext-tools to get msgfmt.
2014-12-12 19:37:32 +00:00
Pietro Cerutti
6fc4e4de25 - Assign maintainer
PR:		195867
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (new maintainer)
2014-12-11 07:28:39 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Mathieu Arnold
c1d1c3113e Cleanup.
Sponsored by:	Absolight
2014-12-10 11:27:37 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Sunpoet Po-Chuan Hsieh
a247394c6e - Use real PORTVERSION 2014-12-08 16:01:07 +00:00
Sunpoet Po-Chuan Hsieh
3518f0fb3c - Use real PORTVERSION 2014-12-08 16:01:03 +00:00
Antoine Brodin
a54dab7b4e Unbreak 2014-12-08 07:33:14 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Mark Felder
5bd1a593e2 Update "BSD" license in x11 categories 2014-12-07 13:54:52 +00:00
Dmitry Marakasov
c704b8c171 - Update to 3.5.2
- Add license information

PR:		195675
Submitted by:	lightside@gmx.com
Approved by:	cyberbotx@cyberbotx.com (maintainer)
2014-12-05 12:36:04 +00:00
Koop Mast
02a84a11e4 The gtk30 port installs share/icons icons so it needs INSTALLS_ICONS set.
Submitted by:	antoine@
2014-12-04 22:20:09 +00:00
Dmitry Marakasov
58094ff690 - Fix python compilation to not reference stagedir in compiled files
- Strip libraries

MFH:		2014Q4
2014-12-03 17:53:05 +00:00
Koop Mast
6ce4980916 Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
2014-12-03 09:18:23 +00:00
Olivier Duchateau
74177528a0 Update to 0.3.0 2014-12-02 18:27:47 +00:00
Mathieu Arnold
0c5b126a0c Fix build when linking with libperl.so.
With hat:	portmgr, perl
Sponsored by:	Absolight
2014-12-01 16:17:33 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Antoine Brodin
99cc4d234d Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:58:28 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Koop Mast
f663cce1eb Make sure vte doesn't enabled stack-protector on it own on i386 when
OSVERSION < 1000036 (taken from bsd.ssp.mk). Else it fails to build with:
libvte-2.91.so: undefined reference to `__stack_chk_fail_local'.

PR:		195267
Submitted by:	bar@
2014-11-25 20:49:21 +00:00
Grzegorz Blach
f9d5c76a8a - Update devel/efl to 1.12.1
- Update x11-toolkits/elementary to 1.12.1
2014-11-25 19:21:18 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Grzegorz Blach
273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00
Sunpoet Po-Chuan Hsieh
094957edc4 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:32:48 +00:00
Sunpoet Po-Chuan Hsieh
674e3fddfb - Add LICENSE
- Cleanup PLIST
2014-11-24 18:32:44 +00:00
Sunpoet Po-Chuan Hsieh
f2705f1d66 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:32:40 +00:00
Mathieu Arnold
f3d2dfff79 Remove SITE_ARCH/auto/Tk/pTk/extralibs.ld, it's empty, and conflicts.
Sponsored by:	Absolight
2014-11-24 17:05:20 +00:00
Koop Mast
b2f56f8b61 Remove old firefox/thunderbird crash workaround. Upstream fixed it, and now
the patch is causing window update issues.

PR:		195312
Submitted by:	gblach@
2014-11-24 10:22:43 +00:00