Commit graph

33 commits

Author SHA1 Message Date
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Jimmy Olgeni
137938443f Patch ports depending on lang/erlang-lite to use lang/erlang instead.
The current lang/erlang option defaults match those specified in
lang/erlang-lite, thus making it redundant. Also, mixing ports
depending on lang/erlang and lang/erlang-lite is impossible without
manual patching.

Hence, lang/erlang-lite is going to be removed.
2012-08-15 13:37:44 +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
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Chris Rees
8b8a2ff5e6 Add net/freeswitch-core-devel port; version 1.2 for testing.
Register CONFLICTS with net/freeswitch-core

PR:		ports/167872
Submitted by:	Richard Neese <r.neese@gmail.com>
2012-05-17 21:03:11 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Chris Rees
1062fe66e3 Unbreak on build cluster by copying extra distfiles to WRKSRC/libs directory;
otherwise curl is used to try to fetch them during build.

Pointyhat:	crees from pav
2011-11-03 19:52:06 +00:00
Chris Rees
3c16f745ed - Update to 1.0.7.1
- Re-enable MODSOUNDTOUCH-- no longer broken on amd64
- Add mod_zmq

PR:		ports/162143
Submitted by:	Richard E Neese <r.neese@gmail.com> (maintainer)
2011-10-30 19:31:57 +00:00
Chris Rees
b2ef903783 Update to 1.0.7
PR:		ports/162059
Submitted by:	Richard Neese <r.neese@gmail.com> (maintainer)
2011-10-28 21:56:51 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Josh Paetzel
8fba1543b2 Fix bug in Makefile which caused a plist issue when python or libzrtp
modules were enabled.
Add missing file to plist when python module is enabled.

Approved by:	Richard E. Neese <r.neese@gmail.com> (maintainer)
Pointyhat:	jpaetzel
2010-12-24 15:15:58 +00:00
Josh Paetzel
200422a792 Add support for new module. (libzrtp)
Fix fetch issue when host system has wget installed.
Fix missing depend when python module is selected.

PR:	ports/152789
Submitted by:	Marcin Cieslak <saper@saper.info>
Approved by:	"Richard E. Neese" <r.neese@gmail.com> (maintainer)
2010-12-23 15:36:23 +00:00
Josh Paetzel
2a9499b688 Add missing files.
PR:	ports/153191
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-12-17 17:40:21 +00:00
Philip M. Gollucci
5b9f445cb0 - remove empty files 2010-12-13 00:25:34 +00:00
Josh Paetzel
13d69e29ca Update to latest version
PR:	ports/152423
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-12-08 18:33:22 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Josh Paetzel
36c78798d2 Bump PORTREVISION, missed in prior commit.
Pointyhat to:	jpaetzel
2010-08-20 21:49:18 +00:00
Josh Paetzel
95971a6b78 Fix plist to work better with net/freeswitch meta port
PR:	ports/149839
Submitted by:	jpaetzel@FreeBSD.org
2010-08-20 17:13:56 +00:00
Doug Barton
8ba3678bb4 1. It's generally preferred that ports rc.d files use REQUIRE: LOGIN
unless there is a good reason not to. However this service runs as an
unprivileged user, which makes that a requirement.
2. The default variable assignments have to come after load_rc_config to
be effective.
3. _flags should not be reproduced in command_args
4. The start and restart methods were superfluous, instead use
wait_for_pids in the _stop method.

Bump PORTREVISION

PR:		ports/146442
Submitted by:	me
Approved by:	maintainer
2010-08-11 05:22:11 +00:00
Josh Paetzel
8a9e4fd092 Fix issues with plist caused by previous commit.
Remove BROKEN

PR:	ports/149119
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-08-11 01:39:17 +00:00
Josh Paetzel
4750475180 change MAINTAINER, mark as BROKEN until plist issues from
ORTNAME change are resolved

PR:	ports/149043
Submitted by:	Eric F Crist <ecrist@secure-computing.net>
2010-07-28 19:47:44 +00:00
Mark Linimon
c7989c12e0 Attempt to fix handling of this Makefile on portsmon.
While here, fix an obvious typo in post-install messages.

Hat:		portmgr
2010-07-26 13:03:19 +00:00
Josh Paetzel
a4e26db6ee Move check for OSVERSION to a better place in the Makefile 2010-07-16 17:29:05 +00:00
Josh Paetzel
cad39027af Refactor to fit better in the ports infrastructure.
PR:	ports/148440
Submitted by:	Richard Neese <r.neese@gmail.com>
2010-07-16 14:57:42 +00:00
Josh Paetzel
a58f18744e Mark BROKEN on pointyhat
Approved by:	itetcu@ (mentor) implicit
2010-06-16 17:26:09 +00:00
Josh Paetzel
1958eae713 Whitespace fix
Approved by:	itetcu@ (mentor) implicit
2010-06-12 00:30:19 +00:00
Josh Paetzel
eff58e2192 Add net/freeswitch-core, part of a revamp to the freeswitch ports
PR:	ports/145369
Submitted by:	Eric F Crist <ecrist@secure-computing.net>
Approved by:	itetcu@ (mentor)
2010-06-11 22:26:45 +00:00