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

249 Commits

Author SHA1 Message Date
Tijl Coosemans
dd002e4d45 Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports 2014-07-03 13:18:14 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Florian Smeets
c68b5c71d0 - Update net/asterisk to 1.8.28.2
- Update net/asterisk11 to 11.10.2

Security:	f109b02f-f5a4-11e3-82e9-00a098b18457
2014-06-17 08:13:56 +00:00
Florian Smeets
4ef64bcd25 - update to 1.8.28.0
- stage

Reviewed by:	antoine (previous version)
2014-05-30 15:41:42 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
f4f46a920e Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
2014-05-05 16:24:00 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Florian Smeets
16fe156c59 - Update to 1.8.26.1
- set USE_GCC as asterisk uses gcc extensions

(STAGE support will follow soon, just wanted to get the new version out now)

Security:	03159886-a8a3-11e3-8f36-0025905a4771
MFH:		2014Q1
2014-03-11 20:21:45 +00:00
Florian Smeets
e2e126285f - Update net/aserisk to 1.8.25.0
- Update net/aserisk10 to 10.12.4
- Update net/aserisk11 to 11.7.0
- mark net/aserisk10 DEPRECATED, it has reached its EOL

Security:	0c39bafc-6771-11e3-868f-0025905a4771
2013-12-17 23:48:02 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Florian Smeets
a66fd06e16 Update net/asterisk to 1.8.23.1
Update net/asterisk10 to 10.12.3
Update net/asterisk11 to 11.5.1

Security:	fd2bf3b5-1001-11e3-ba94-0025905a4771
2013-08-28 20:51:32 +00:00
Florian Smeets
8c8a782b44 Update to 1.8.23.0 2013-07-24 09:47:33 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +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
Florian Smeets
92e116c94e - create missing directories before chowning them [1]
- asterisk depends on gmake so use gmake to run the menuselect.makeopts
  target [1]
- disable res_timing_kqueue module until we can figure out what's wrong
  with it [2]

Submitted by:	John Marino <draco@marino.st>  [1]
Reported by:	Ian FREISLICH <ianf@clue.co.za>, [2]
		Alejandro Imass <ait@p2ee.org>, [2]
		Amr Elsharqawi <aelsharqawi@live.com> [2]
2013-06-14 07:07:01 +00:00
Florian Smeets
f6a7e86a4d Update to 1.8.22.0 2013-05-18 17:32:24 +00:00
Florian Smeets
0457f174a1 - update net/asterisk to 1.8.21.0
- update net/asterisk11 to 11.3.0
- add -F to command_args in the rc script, this ensures that asterisk
  detaches from the controlling terminal. It was possible for the asterisk
  rc script to prevent a box from reaching full multiuser if e.g. -v was
  passed to command_args. [1]

Reported by:	Kurt Lidl <lidl@pix.net>
2013-04-22 21:11:34 +00:00
Florian Smeets
e02bcece15 Update asterisk ports to:
net/asterisk 1.8.20.2
net/asterisk10 10.12.2
net/asterisk11 11.2.2

Security:	daf0a339-9850-11e2-879e-d43d7e0c7c02
2013-03-29 10:04:43 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Florian Smeets
a125448f33 Update to 1.8.20.1 2013-01-23 07:14:46 +00:00
Florian Smeets
1eeb487462 Update to 1.8.20.0 2013-01-15 17:01:38 +00:00
Florian Smeets
9a4203f7ce - update net/asterisk to 1.8.19.1
- update net/asterisk10 to 10.11.1
- update net/asterisk11 to 10.1.2
- add vuln.xml entry

Security:	f7c87a8a-55d5-11e2-a255-c8600054b392
2013-01-03 19:41:30 +00:00
Florian Smeets
24d9c15ebc - update 1.8.19.0
- use OPTIONS_RADIO instead of OPTIONS_SINGLE
2012-12-12 01:44:43 +00:00
Florian Smeets
2718db2c11 - update to 1.8.18.1
- fix a few portlint warnings

Feature safe:	yes
2012-12-06 21:46:45 +00:00
Florian Smeets
10e127c87d Update to 1.8.18.0
Feature safe:	yes
2012-11-07 16:20:43 +00:00
Florian Smeets
938cc0f770 Update to 1.8.17.0 2012-10-09 23:36:34 +00:00
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
Florian Smeets
6ca1b4ffa0 Update to 1.8.16.0 2012-09-13 23:21:13 +00:00
Florian Smeets
00c146a0bd - fix typo --with-mysql does not exist, use --with-mysqlclient
- use OPTIONS_DEFINE_$ARCH for DAHDI option, which fixes the option
- bump PORTREVISION so the packages have DAHDI support again

PR:		ports/171590
Submitted by:	Dmitry <dmitry2004@yandex.ru>
2012-09-13 09:39:53 +00:00
Florian Smeets
b306f9876d - Update net/asterisk to 1.8.15.1
- Update net/asterisk10 to 10.7.1
- Document vulnerabilities in vuln.xml
- Fix URLs in the pervious asterisk vuln.xml entry

Security:	http://www.vuxml.org/freebsd/4c53f007-f2ed-11e1-a215-14dae9ebcf89.html
2012-08-30 22:14:10 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Florian Smeets
70cb68b667 Update to 1.8.15.0 2012-08-02 20:55:45 +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
Florian Smeets
edbb7e055a - fix a logic bug in the DAHDI and H323 options, the logic was the wrong way
around. Selecting the option turned it off and vice versa. [1]
- bump PORTREVISION
- remove remnants of old options framework

Reported by:	Attila Bogar <attila.bogar@gmail.com> [1]
		David Froehlich <dfroe@gmx.de> [1]
2012-07-18 22:57:42 +00:00
Florian Smeets
6df8b10829 - update to 1.8.14.1
- switch to optionsNG
- add OOH323 support [1]

Submitted by:	Ilya Zhuralev (i.zhuravlev@bipa.ru) [1]
2012-07-16 17:27:31 +00:00
Florian Smeets
26d2d2cd61 Update to 1.8.14.0 2012-07-11 22:15:12 +00:00
Florian Smeets
5549bb4722 Update to 1.8.13.1
Security:	http://www.vuxml.org/freebsd/4c1ac2dd-c788-11e1-be25-14dae9ebcf89.html
2012-07-06 18:09:17 +00:00
Max Khon
04536cef51 - Add support for MFC/R2 signaling using openr2 library.
- Bump PORTREVISION.

Approved by:	MAINTAINER
2012-06-28 05:24:36 +00:00
Florian Smeets
1d2c6eab7a - Update to 1.8.13.0
- Update conflicts [1]

Reported by:	FreeBSD Ports conflicts checker [1]
2012-06-04 22:04:32 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Florian Smeets
e3d65a2c58 Update to 1.8.12.2 2012-05-30 21:47:23 +00:00
Florian Smeets
698eeb6cfd Update to 1.8.12.1
Security:	http://www.vuxml.org/freebsd/359f615d-a9e1-11e1-8a66-14dae9ebcf89.html
2012-05-29 23:10:08 +00:00
Florian Smeets
29452915dd Update to 1.8.12.0 2012-05-02 20:50:44 +00:00
Florian Smeets
dc1ad8d240 Update to 1.8.11.1
Security:	http://www.vuxml.org/freebsd/1c5abbe2-8d7f-11e1-a374-14dae9ebcf89.html
2012-04-23 20:22:12 +00:00
Florian Smeets
8927670cac - fix build with gcc46 and clang 2012-04-10 20:28:09 +00:00
Florian Smeets
e0e467783f - update to 1.8.11.0 [1]
- add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [2]
- add PORTSCOUT hint

PR:		ports/166403 [2]
Submitted by:	zi [1]
Reported by:	gpalmer [2]
Feature safe:	yes
2012-04-01 13:14:39 +00:00
Florian Smeets
6c653c0486 Update to 1.8.10.1
Security:	http://www.vuxml.org/freebsd/0d530174-6eef-11e1-afd6-14dae9ebcf89.html
Feature safe:	yes
2012-03-15 23:15:26 +00:00
Florian Smeets
04a4ef734b Update to 1.8.10.0
As the iLBC codec is now part of asterisk again just build and install
it unconditionally.
2012-03-05 23:06:55 +00:00
Florian Smeets
1cd2a229f6 update to 1.8.9.3 2012-02-25 00:27:42 +00:00