1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

303838 Commits

Author SHA1 Message Date
Roman Bogorodskiy
3b7ea6467d Remove support for the expired QT3 port.
PR:		180277
Submitted by:	rene
2013-07-05 17:55:09 +00:00
Raphael Kubo da Costa
b2de547574 Add some notes about rebuilding kdelibs4-dependent ports if using clang.
As mentioned in r322300, clang support has been improved since the update to
4.10.4 a few days ago.

This, however, requires a rebuild of the ports that depend on kdelibs4. Most
of them are covered by the KDE update itself, but those which are not part
of the Software Compilation need to be rebuilt manually to make sure the
previous issues (proper symbol visibility being the most annoying of them)
are solved.

I haven't fully tested all the possible portmaster/portupgrade/pkg commands
myself, so please shout out loud if they're not correct.

In collaboration with:	avilla@
2013-07-05 17:45:43 +00:00
Guido Falsi
82c420dca6 - Fix build with new multiimedia/libva [1]
- Convert to USES=gmake

Obtained from:	http://lists.freedesktop.org/archives/libva/2013-July/001772.html [1]
2013-07-05 17:37:24 +00:00
Lars Engels
e36430b309 - Update to 3.3.1
- Changelog: http://tvbrowser.org:8080/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10230
2013-07-05 17:29:27 +00:00
William Grzybowski
3071f9f6b3 irc/py-irc: update to 8.3.1
- Update to 8.3.1
- Use PORTEXAMPLES instead of pkg-plist entries
- Unmute install examples
- Patch setup.py to extract egg file
2013-07-05 16:32:21 +00:00
Pawel Pekala
33beb08e7b Register install conflicts with version 1.x
Submitted by:	maintainer via private email
2013-07-05 16:21:49 +00:00
William Grzybowski
d22e8ae7f2 www/dojo: update to 1.9.1
- Update to 1.9.1
- Take maintainership

PR:		ports/179682
Submitted by:	wg (myself)
Approved by:	maintainer (timeout)
2013-07-05 15:37:00 +00:00
Rene Ladan
d46264516d Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
2013-07-05 15:17:15 +00:00
Alexey Dokuchaev
cc5f50ea5d Deprecate in sight of Qt 3.x port deorbit; trim Makefile header. 2013-07-05 15:01:08 +00:00
William Grzybowski
a1681eb3a2 textproc/libguess: convert remaining USE_GNOME
- Convert USE_GNOME to USES as well

Reported by:	jgh
2013-07-05 14:51:09 +00:00
William Grzybowski
afab08bde8 - Convert to new USES gmake for my ports 2013-07-05 14:41:15 +00:00
Frederic Culot
c5208655a0 - Update to 1.306
Changes:	http://search.cpan.org/dist/Git-Repository/Changes
2013-07-05 14:40:10 +00:00
William Grzybowski
6d314b6384 textproc/libguess: minor fixes
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- USES gmake
2013-07-05 14:37:43 +00:00
Bryan Drewery
30e2283f00 Convert from USE_GMAKE to USES=gmake 2013-07-05 14:32:27 +00:00
William Grzybowski
ea31cb8a19 databases/xtrabackup: fix RUN_DEPENDS
- Add p5-DBD-mysql to RUN_DEPENDS

PR:		ports/180290
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2013-07-05 14:31:43 +00:00
Alexey Dokuchaev
e91ed3ea1c - Remove support for the expired KDE3 port
- While here convert NOPORTDOCS and USE_GMAKE

PR:		ports/180265
Submitted by:	rene
2013-07-05 14:30:00 +00:00
Baptiste Daroussin
e7965f1cae Add new LIB_DEPENDS syntax:
libname.so:${PORTSDIR}/devel/name
libname.so.0.1.2:${PORTSDIR}/devel/name

This syntax is support to replace the old syntax and code which has multiple weakness:
It was replying on ldconfig -r which arbritrary limited our valid library to name of the following form:
libname.so[.X] where X can be a number
foo.3 could match both libfoo.3.do and libfoo.so.3

Reviewed by:	bdrewery, danfe, miwi
2013-07-05 14:10:55 +00:00
Ganael LAPLANCHE
ba7839ff73 - Fix COMMENT
- Rework USE_GNOME and USES

PR:		ports/180255
Submitted by:	bsam
2013-07-05 13:53:33 +00:00
Baptiste Daroussin
cb1c94b1f4 Readd the USE_BZIP2 removed by mistake
Submitted by:	flo
2013-07-05 13:51:13 +00:00
Baptiste Daroussin
6151b40b59 Convert to USES=gmake 2013-07-05 13:44:31 +00:00
Baptiste Daroussin
01d6c7d5de Import new gmake.mk and rip out USE_GMAKE from bsd.port.mk
A USE_GMAKE stub as be created to help migration please now use USES=gmake

Reviewed by:	bdrewery
Exp-run by:	bdrewery
2013-07-05 13:32:31 +00:00
Alex Dupre
5c9e41ea31 Don't crash when backend cannot be signalled.
Update master sites.

PR:		ports/180291
Submitted by:	Marcin Cieslak <saper@saper.info>
2013-07-05 13:21:07 +00:00
Baptiste Daroussin
0fa3776fec Add a mechanism to allow USES to define code to be loaded after post.mk
Reviewed by:	bdrewery
Exp-run by:	bdrewery
2013-07-05 13:16:57 +00:00
Bryan Drewery
dcd945cc38 Add LICENSE 2013-07-05 12:46:45 +00:00
Bryan Drewery
9584952370 - Fix pkg2ng due to UID/ID not being defined.
Pkg-1.1.4 will define UID=0 when sourcing bsd.pkgng.mk directly.
  This extra defined(UID) can eventually be removed, but is needed
  for backwards compatibility for now.

Reported by:	uqs
Reviewed by:	bapt
With hat:	portmgr
2013-07-05 12:29:35 +00:00
Alex Dupre
c78100319a Update to v13.04.29 release. 2013-07-05 12:07:16 +00:00
William Grzybowski
958b931ab8 benchmarks/flowgrind: fix IPv6 address parsing
- Fix IPv6 address parsing (upstream)
- Enable debug by default

PR:		ports/180259
Submitted by:	Lars Eggert <lars@eggert.org> (maintainer)
2013-07-05 11:53:08 +00:00
Emanuel Haupt
83743a5de0 Update WWW 2013-07-05 11:39:48 +00:00
Emanuel Haupt
a0b1d6fecf Update to 2.4.5 2013-07-05 11:15:38 +00:00
Tijl Coosemans
11831641c2 Fix build with clang (USE_CSTD=gnu89) and respect CFLAGS, CPPFLAGS
and LDFLAGS.

Approved by:	maintainer timeout (20 days)
2013-07-05 08:09:44 +00:00
Alex Dupre
d9a82846d2 Add insynth and search plugins. 2013-07-05 07:54:03 +00:00
Baptiste Daroussin
94816a9ca7 Add an explicit dependency on pkgconf to fix build 2013-07-05 07:13:14 +00:00
Alexey Dokuchaev
7ddd7f8152 - Sadly, remove support for the expired Qt 3.x port
- Rename GUI option to X11, to allow for umbrella X11-less builds

PR:		ports/180276
Submitted by:	rene
2013-07-05 07:08:16 +00:00
Jason Helfman
397c522dca - fix options conversion
Reported by: portmgr
2013-07-05 06:47:13 +00:00
Baptiste Daroussin
ed9c3f1e7b Mark as broken: does not build
common.c:64:17: error: lua.h: No such file or directory
common.c:65:21: error: lauxlib.h: No such file or directory
common.c:66:20: error: lualib.h: No such file or directory
2013-07-05 06:44:42 +00:00
Baptiste Daroussin
b0c4a2bf6b Mark as broken: does not fetch 2013-07-05 06:42:31 +00:00
Baptiste Daroussin
a1c9885a9d Move USE_GMAKE prior to pre.mk in preparation for USES=gmake 2013-07-05 06:38:03 +00:00
Baptiste Daroussin
2e2753ee13 Mark as broken: does not fetch 2013-07-05 06:34:56 +00:00
Baptiste Daroussin
2b5be93642 add explicit dependency on pkgconfig 2013-07-05 06:33:58 +00:00
Baptiste Daroussin
816837e1bc Mark as broken: does not fetch 2013-07-05 06:33:06 +00:00
Baptiste Daroussin
07d65e1a42 Fix after optionsng conversion 2013-07-05 06:29:55 +00:00
Baptiste Daroussin
f228fb5ab1 Add an explicit dependency on pkgconf 2013-07-05 05:56:12 +00:00
Baptiste Daroussin
7a55382d83 pkgconfig is needed by all slaves either (to detect xmms2 itself)
Reported by:	poudriere
2013-07-05 05:55:18 +00:00
Hiroki Sato
b9c07f24aa Fix inconsistent library dependency when OpenSSL is installed
from the Ports Collection.

PR:	ports/180283
2013-07-05 02:42:35 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Grzegorz Blach
497d5f5c95 - Build mplayer2 with libavresample
- Bump PORTREVISION

Approved by:	crees, tabthorpe (mentors, implicit)
2013-07-04 23:29:40 +00:00
Martin Matuska
a2836c8236 Build ffmpeg1 with libavresample
Bump PORTREVISION

Submitted by:	Grzegorz Blach <magik@roorback.net>
2013-07-04 23:13:54 +00:00
William Grzybowski
8da6dc218d x11-fm/doublecmd: update to 0.5.5
- Update to 0.5.5

Changes:
http://doublecmd.sourceforge.net/mediawiki/index.php/Changes_in_version_0.5.5

PR:		ports/180240
Submitted by:	Beñat Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2013-07-04 23:01:34 +00:00
Florian Smeets
1e02e1f289 - Don't force gcc, make this work with clang, too [1]
- Don't call gmake directly [1]
- Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1]
- Use @dirrmtry for directories that can contain files after deinstall
- Fix build of guid_uuid.c [2]

PR:		ports/180233 [2]
Submitted by:	tijl [1]
		Kurt Jaeger <fbsd-ports@opsec.eu> [2]
2013-07-04 22:49:22 +00:00
Florian Smeets
b003ca6d34 - Don't force gcc, make this work with clang, too [1]
- Don't call gmake directly [1]
- Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1]
- Use @dirrmtry for directories that can contain files after deinstall

Submitted by:	tijl [1]
2013-07-04 22:46:33 +00:00