Commit graph

352954 commits

Author SHA1 Message Date
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Raphael Kubo da Costa
fddced02a6 Use a smarter strategy to avoid building src/qml and src/qmldevtools.
Simply patching src/src.pro to remove those directories from the build does
not work in all cases. If an older version of qt5-quick is installed, their
.pri files in mkspecs/modules will be picked up, and in the end when linking
programs such as tools/qmltestrunner something like this happens:

  c++ [...] -Wl,-rpath-link,/usr/local/lib -o ../../bin/qmltestrunner
            -L${WRKSRC}/lib -lQt5QuickTest [...]

The -rpath-link linker option will make ${LOCALBASE}/lib take precedence in
directory lookups, so when the newly-built libQt5QuickTest.so asks for
libQt5Quick.so in its DT_NEEDED section the older version installed in
${LOCALBASE}/lib will be used instead of the one that has just been built.
If the new version has symbols the older one does not (Qt releases are
backwards, not forwards, compatible), the build will fail.

So instead of patching src/src.pro, we let the configuration process proceed
without any patching so that the local .pri files are created in
${WRKSRC}/mkspecs and the Makefiles are created in a way that -rpath-link is
not passed to the linker anymore. We only need to symlink the existing
libraries built by lang/qt5-qml (this is similar to what we do with qtbase
ports to avoid rebuilding tools such as qmake and moc), and then change the
Makefiles in src/qml and src/qmldevtools so that nothing gets built.

This might even be a solution for other ports that got .pro patches in
r372179, since depending on which parts depend on which the same thing could
happen in the future.

I'm not bumping PORTREVISION because the resulting binaries will not change
and this only fixes the build where it was broken before.

PR:		194870
2014-11-12 11:34:38 +00:00
Frederic Culot
9250168593 - Update to 0.0008
PR:		ports/194937
Submitted by:	Henk Van Oers <hvo.pm@xs4all.nl> (maintainer)
2014-11-12 10:18:12 +00:00
Emanuel Haupt
92418986f6 Update to 2.53 2014-11-12 10:11:01 +00:00
Emanuel Haupt
bdbc46c229 Update to 4.3.1 2014-11-12 10:06:20 +00:00
Palle Girgensohn
987b035d67 Revert r247147.
We need -pthread in LDFLAGS for threaded extensions like plv8js to work.

PR:		175783
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
2014-11-12 09:53:41 +00:00
Antoine Brodin
9107047285 Cleanup plist 2014-11-12 09:15:33 +00:00
Antoine Brodin
5f172f29f0 - Allow staging as a regular user
- Cleanup plist
2014-11-12 09:10:23 +00:00
Mikolaj Golub
847cbe6202 Update to 0.4.11 (support for LeoFS v1.2). 2014-11-12 07:02:40 +00:00
Mikolaj Golub
07cd7358e1 Update to 1.2.1. 2014-11-12 07:01:09 +00:00
Olivier Duchateau
f333b7a458 Update to 3.2.1
ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.2.1_.282014-11-11.29
2014-11-12 04:36:52 +00:00
Steve Wills
1be0656d21 sysutils/puppet27: Mark broken with Ruby 2.0 and 2.1
Technically any Ruby version 1.9 or newer isn't supported:

https://docs.puppetlabs.com/guides/platforms.html#ruby-versions

but I didn't hear any complaints about Puppet 2.7 not working until 2.0 became
default, so leave it for now, instead of deleting it.
2014-11-12 03:36:03 +00:00
Steve Wills
56254ff7cd archivers/ruby-lha: Fix version comparison 2014-11-12 03:32:27 +00:00
Steve Wills
4f8c12c38a devel/p5-Module-Install: update to 1.14 2014-11-12 03:24:58 +00:00
Steve Wills
a7ee035653 Mark broken with Ruby 2.1
With hat:	ruby@
2014-11-12 02:58:43 +00:00
Steve Wills
f43809d557 Fix plist with rdoc option off
Reported by:		Warren Block <wblock@wonkity.com>
Reported by:		Herbert J. Skuhra <herbert@oslo.ath.cx>
2014-11-12 02:40:50 +00:00
Steve Wills
24b3951e37 Mark broken with Ruby 2.1
With hat:	ruby@
2014-11-12 02:16:58 +00:00
Steve Wills
c02cda76c0 x11/rubygem-gnome2: update to 2.2.3
Update all rubygem-gnome2 and related ports to 2.2.3

While here, mark rubygem-glib2 as broken with Ruby 2.1
2014-11-12 02:02:59 +00:00
Jung-uk Kim
c8829a2519 - Fix build on i386 with clang. [1]
- Fix mismerged libnio.so. [2]

Reported by:	antoine [1]
Tested by:	antoine [1]
PR:		194941 [2]
2014-11-11 23:53:59 +00:00
Antoine Brodin
0294a433f4 - Don't use a strange prefix
- Strip shared libraries
2014-11-11 23:06:39 +00:00
Ryan Steinmetz
1362159583 - Update to 3.4.3
- Update to more specific LICENSE

PR:		194951
Submitted by:	john@saltant.com
2014-11-11 22:49:13 +00:00
Ed Maste
e3935acbc0 Add 64-bit ARM binutils port
This is a port version of Andrew Turner's AArch64-FreeBSD binutils git
branch, https://github.com/zxombie/aarch64-freebsd-binutils

Reviewed by:	bapt
Approvied by:	bapt
Differential Revision: https://reviews.freebsd.org/D912
2014-11-11 22:41:57 +00:00
Antoine Brodin
2fd25fa08d Package orphaned man pages 2014-11-11 22:29:40 +00:00
Antoine Brodin
f8d4948b53 - Use option helpers
- Use @sample keyword
- Use COPYTREE_SHARE instead of handrolling
- Cleanup plist
2014-11-11 22:11:55 +00:00
Antoine Brodin
d8984a3603 Cleanup plist 2014-11-11 22:01:11 +00:00
Steve Wills
41bdbdb22b lang/ruby21: Update to 2.1.4
PR:		194677
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-11-11 21:56:53 +00:00
Ryan Steinmetz
20a59f99d7 - Work around issue with modern versions of perl/libwww
- Bump PORTREVISION
2014-11-11 21:26:34 +00:00
Antoine Brodin
ef48806ec0 - Fix shebangs
- Cleanup plist
2014-11-11 21:15:35 +00:00
Koop Mast
ea453ab321 Unbreak install when the perl option is off.
Submitted by:	adamw@, Mike harding <mvharding@gmail.com>
2014-11-11 21:07:12 +00:00
Antoine Brodin
7624ac54e4 Cleanup plist 2014-11-11 20:11:53 +00:00
Steven Kreuzer
3f3097a9d3 Update to version 0.36
Define LICENSE
2014-11-11 20:07:40 +00:00
Koop Mast
6b213c18bc Update dbus to 1.8.10.
MFH:		2014Q4
Security:	c1930f45-6982-11e4-80e1-bcaec565249c
2014-11-11 18:36:24 +00:00
Koop Mast
11e7d8245f document dbus CVE-2014-7824 2014-11-11 18:35:05 +00:00
Jung-uk Kim
b216d1db1d Add a missing dependency for the latest Flash plugin.
Reported by:	Piotr Kubaj (pkubaj at riseup dot net)
2014-11-11 17:55:13 +00:00
Mathieu Arnold
b4ab5320cf Fix build as a user.
Sponsored by:	Absolight
2014-11-11 17:53:36 +00:00
Steve Wills
96bf534838 lang/ruby2*: disable dtrace on OS versions without the dtrace fixes from r271413
While here, fix plist issues
2014-11-11 17:47:06 +00:00
Steven Kreuzer
0269206b25 Update to version 1.07
Add TEST_DEPENDS
2014-11-11 16:30:26 +00:00
Antoine Brodin
1f5defdd47 Fix shebang 2014-11-11 16:20:48 +00:00
Renato Botelho
16910802f2 - Update suricata to 2.0.4 [1]
- Added JSON knob - this allows Suricata to be compiled with JSON output support
- Added GEOIP knob - this allows Suricata to support rules with geoip word
- Added HTP_PORT knob - this make the use of www/libhtp-suricata optional. E.g.
  user can choose between build-in and port version.
- Unbreak PLIST renaming sample files from -sample to .sample

PR:		193220 [1]
Submitted by:	cheffo [1]
Approved by:	maintainer timeout (> 2 months)
Security:	CVE-2014-6603
2014-11-11 15:57:52 +00:00
Johannes Jost Meixner
05c440e10b graphics/linux-c6-libGLU: upgrade to 10.1
- upgrade to 10.1

Differential Revision:	https://reviews.freebsd.org/D1144
Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by:	swills (mentor)
2014-11-11 15:32:29 +00:00
Johannes Jost Meixner
62c8c97bf1 emulators/linux_base-c6: distfiles cleanup
- replace two i686 distfiles in SRC_DISTFILES with their src.rpm counterpart

Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by:	swills (mentor)
2014-11-11 15:20:12 +00:00
Johannes Jost Meixner
b16e42afd4 www/linux-{c6,f10}-flashplugin: update to 11.2r202.418
- update to 11.2r202.418

Differential Revision:	https://reviews.freebsd.org/D1143
Approved by: swills (mentor)
2014-11-11 15:04:09 +00:00
Johannes Jost Meixner
4a784406b1 audio/linux-c6-alsa-plugins-oss: fix sample file
- fix @sample file not being found
- revert adding @dirs

Reported by:    bapt
Differential Revision:	https://reviews.freebsd.org/D1108
Approved by:    swills (mentor)
2014-11-11 14:53:45 +00:00
Guido Falsi
d8a48d8efb - Update net/asterisk to 1.8.32.0
- Update net/asterisk11 to 11.14.0
- Allow customizing startup options used by rc script [1]
- While here, fix some rclint warnings

Reported/Requested by:	Emmanuel Coulon <silicium at orange.fr> [1]
2014-11-11 14:00:43 +00:00
Bartek Rutkowski
42e01db0e2 japanese/mh: fixes
- Strip binaries and libs
- Add missing patch

PR:		194880
Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
Approved by:	mentors (implicit)
2014-11-11 13:41:37 +00:00
Koop Mast
12089f1b84 Fix typo in PORTREVISION.
It is clearly not my day.
2014-11-11 13:19:52 +00:00
Johannes Jost Meixner
80b6c31429 Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-11-11 13:06:39 +00:00
Antoine Brodin
29be7efb7b Update to experimental-20141110 2014-11-11 12:56:42 +00:00
Antoine Brodin
eb9315f3f9 Update to 2.1.2 2014-11-11 12:52:56 +00:00
Koop Mast
0aef8aee8f Fix plist. 2014-11-11 12:20:03 +00:00