Commit graph

72 commits

Author SHA1 Message Date
Tobias C. Berner
2d595c1d10 devel/ace: update to version 6.4.3 and give maintanership
PR:		220034
Submitted by:	Jov <amutu@amutu.com>
2017-06-28 15:47:19 +00:00
Tobias C. Berner
65609ff6c1 Do not patch in wrong qt4-moc paths.
This port was overlooked in r434380 where bin/moc-qt4 was moved to lib/qt4/bin/moc.

PR:		220179
Submitted by:	Jov <amutu@amutu.com>
2017-06-28 15:30:16 +00:00
Mark Linimon
75f25621a6 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-29 06:32:03 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Kurt Jaeger
b25cfda756 devel/ace: 6.3.3 -> 6.3.4
Changes:
- ACE_SSL_Context::set_mode() can no longer be used to select a specific
  SSL/TLS protocol version, use ACE_SSL_Context::filter_versions() for that.
  This follows general advice by the OpenSSL project to go through
  SSL_CTX_set_options() to limit the list of protocols available. The purpose
  of ACE_SSL_Context::set_mode() is now limited to explicitly restricting
  behaviour to client or server (defaults to both).
- Improve Oracle Studio support
- CIAO and DAnCE are forked to their own github repositories
  and are not part anymore of the ACE+TAO release packages
- Fixed several Coverity reported issues
- Added ACE configuration for FACE safety profiles (see config-face-safety.h).
  FACE, or Future Airborne Capability Environment http://www.opengroup.org/face,
  specifies a restricted subset of OS functions and rules for controlling
  dynamic memory allocation.  When built in this configuration on a platform
  that supports it, ACE conforms to the FACE requirements.
- ACE uses new netdb.h functions (getaddrinfo/getnameinfo) if they are
  available, in place of deprecated functions (gethostbyname/addr).

PR:		209292
Submitted by:	tkato432@yahoo.com
2016-05-05 20:50:03 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Pawel Pekala
6d06bfe320 Update to version 6.3.3
PR:		202844
Submitted by:	tkato432@yahoo.com
2015-10-01 21:45:33 +00:00
Kurt Jaeger
60c9b870ce devel/ace: Make EGD conditional/Fix build with LibreSSL
PR:		198776
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-29 19:00:17 +00:00
Vanilla I. Shu
12d588ee15 remove uneeded patch. 2015-01-22 15:08:00 +00:00
Vanilla I. Shu
f4adc4a3ca Upgrade to 6.3.1. 2015-01-22 12:01:05 +00:00
Thomas Zander
394611c4e5 - Update to upstream version 6.3.0
- Add LICENSE*

PR:		196338
Submitted by:	koue@chaosophia.net
2014-12-31 15:04:25 +00:00
Antoine Brodin
7eaeea789e Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:22:21 +00:00
Pawel Pekala
f42c5c6388 - Update to version 6.2.8
- Remove uneeded bsd.port.options.mk inclusion by using BROKEN_* vars

PR:		194164
Submitted by:	tkato432@yahoo.com
2014-11-03 20:55:46 +00:00
Baptiste Daroussin
5fff667e07 Nuke some @dirrm from devel 2014-10-27 07:32:25 +00:00
Tilman Keskinoz
e63f30ab55 Update to 6.2.7
PR:		191371
Submitted by:	tkato432@yahoo.com
2014-07-02 13:57:32 +00:00
Martin Wilke
5ddaaa8a41 - Update to 6.2.6
PR:		190895
2014-06-18 07:44:11 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Martin Wilke
87f4647a82 - Update to 6.2.5
PR:		187294
Submitted by:	Ports Fury
2014-03-11 02:40:43 +00:00
Martin Wilke
afbf3a9249 - Update to 6.2.4
PR:		185713
Submitted by:	ports fury
2014-02-27 15:20:53 +00:00
William Grzybowski
c361883653 devel/ace: update to 6.2.3
PR:		ports/184230
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 21:05:21 +00:00
Jason E. Hale
4d1e0a0c50 - Update to 6.2.2 [1]
- Support staging [1]
- Use new LIB_DEPENDS syntax
- Use options helpers

PR:		ports/181884 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
2013-10-10 07:19:48 +00:00
Pietro Cerutti
7421d876a3 - Fix typo 2013-09-25 10:50:43 +00:00
Pietro Cerutti
4d2ab9a969 - Convert to USES+=tk 2013-09-25 10:44:44 +00:00
Baptiste Daroussin
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Martin Wilke
6d87f42e78 - Update to 6.2.0
PR:		179064
Submitted by:	Ports Fury
2013-05-29 05:23:40 +00:00
Martin Wilke
7eea0e667a - Update to 6.1.9
PR:		178871
Submitted by:	Ports Fury
2013-05-27 14:25:20 +00:00
Baptiste Daroussin
7020ba824d Convert devel to USES=pkgconfig 2013-04-23 10:13:19 +00:00
Martin Wilke
a9bbb8f600 - Update to 6.1.8
PR:		177256
Submitted by:	Ports Fury
2013-03-24 15:59:45 +00:00
Martin Wilke
3b4fa54df6 - Update to 6.1.7
PR:		175029
Submitted by:	Ports Fury
2013-02-07 14:23:11 +00:00
Armin Pirkovitsch
8a12622713 - Update to version 6.1.6
- Trim Makefile header

PR:           ports/171978
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:52:21 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
2012-07-22 23:23:59 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Sylvio Cesar Teixeira
8d27c023e2 - Update to version 6.1.2
PR:		ports/168596
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-05 20:46:44 +00:00
Mark Linimon
d7a793b5ce Mark as broken on powerpc: causes gcc to drop core.
While here, convert the antique NOT_FOR usage to also be in BROKEN.

Hat:		portmgr
2012-05-27 06:47:44 +00:00
Martin Wilke
fec6014354 - Update to 6.1.1
PR:		166879
Submitted by:	Ports Fury
2012-04-21 18:48:27 +00:00
Martin Wilke
1849047686 - Update to 6.1.0
PR:		166022
Submitted by:	Ports Fury
Feature safe:	yes
2012-03-25 03:56:01 +00:00
Martin Wilke
d8c541b638 - Update to version 6.0.8
PR:		164153
Submitted by:	Ports Fury
2012-02-07 04:29:35 +00:00
Pawel Pekala
2c1c46ab77 Fix build with openssl from ports
PR:		ports/163712
Reported by:	Anthony Chavez <acc@hexadecagram.org>
2012-01-10 19:10:15 +00:00
Eitan Adler
e1925f7102 - Remove outdated version checks
Reviewed by:	nox
2012-01-09 04:01:17 +00:00
Martin Wilke
9b44799b8a - Get rid FreeBSD 6.x support 2011-11-07 03:25:29 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dmitry Marakasov
09cb048e6e - Fix build on 7.x
Reported by:	pointyhat via erwin
2009-04-10 17:41:53 +00:00