Commit graph

3063 commits

Author SHA1 Message Date
Li-Wen Hsu
f059d57e5c - Add TWAREN in MASTER_SITE_APACHE 2012-08-05 08:00:49 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Gerald Pfeifer
7926c3c909 Introduce _GCC_RUNTIME, to be used by ports in need of knowing the
run-time directory of the version of GCC in use.

As a side effect this fixes the inclusion of said directory into
CFLAGS and LDFLAGS (and FFLAGS where applicable). [1]

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu> [1]
2012-08-03 21:23:04 +00:00
Wesley Shields
2ad39cddf8 Add PGO description and adjust firefox accordingly.
PR:		ports/170275
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	beat@
2012-08-03 17:17:28 +00:00
Gerald Pfeifer
be24e56570 Add support for USE_GCC=4.8, USE_GCC=4.8+, and generally detect
and consider lang/gcc48 if present.

Submitted by:	kwm
2012-08-03 16:23:13 +00:00
Gerald Pfeifer
336cf4f81e Use the stable, slow moving lang/gcc instead of lang/gcc46 for
USE_GCC=4.6 and USE_GCC=4.6+ and generally whenever the default
version of GCC is employed.

This will significantly benefit tinderboxes and the larger, reasonably
conservative user base by reducing the amount of rebuilds.

Rename _GCC_BUILD_DEPENDS to _GCC_PORT, but still set _GCC_BUILD_DEPENDS
in the end for the sake of some ports relying on that.

PR:		169449
Discussed with:	bf
2012-08-03 02:28:37 +00:00
Ashish SHUKLA
d98bb49da8 GNU Emacs updates
editors/emacs
- Update to v. 24.1[1]
- Update CANNA patch to v. 24.1[2]
- Convert OPTIONS to OptionsNG
- Remove patch to VC to make it work with Subversion 1.7
- Add patch to implement process support for FreeBSD from Emacs bug# 5243
- Add patch to fix segfault on Terminal (from NetBSD emacs port)[2]

editors/emacs23
- Convert OPTIONS to OptionsNG
- Bump PORTREVISION of editors/emacs23 port
- Remove PORTEPOCH, as port needs to be explicitly installed/upgraded
- Connect repocopied editors/emacs23 to build

editors/emacs-devel
- Update to bzr revision 109364
- Convert OPTIONS to OptionsNG
- Remove redundant patches
- Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3]

Mk/bsd.emacs.mk
- Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk
- Update major version for emacs-devel port
- Take maintainership of bsd.emacs.mk

Thanks to everyone who tested these updates, and provided their feedback.

Submitted by:	http://www.gnu.org/software/emacs/NEWS.24.1[1]
Submitted by:	Yuji TAKANO[2] (via private email), Jan Beich[3]
2012-08-01 15:20:25 +00:00
Erwin Lansing
0c9a3c5e53 Fix typo
Submitted by:	emax
2012-07-31 18:41:21 +00:00
Gerald Pfeifer
c49a40ef52 Include the expansion of the term HAL in HAL_DESC; it also describes
what this is.
2012-07-29 18:59:43 +00:00
Florian Smeets
72ac8634e0 Commit a part which was missed in r301582 2012-07-26 23:12:19 +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
Olli Hauer
7c02e61dd0 - remove old apache13 parts
with hat apache@
2012-07-23 21:19:52 +00:00
Martin Matuska
3ce9aaf065 Update ImageMagick to 6.7.8.6
Convert to new options framework and use default option names.
Drop lcms v1 support.
2012-07-23 12:56:15 +00:00
Ryan Steinmetz
9caaecb5e4 - Add description for MPLS support 2012-07-22 22:27:11 +00:00
Martin Matuska
f0b1bac694 Update gmerlin framework and convert to new options:
gavl 1.2.0 -> 1.4.0
gmerlin 1.0.0 -> 1.2.0
gmerlin-avdecoder 1.1.0 -> 1.2.0
2012-07-22 08:46:59 +00:00
Marcus von Appen
980453215d - Fix joystick input support for RELENG_9
- while here, convert to optionsng framework

PR:		ports/169042
Submitted by:	Jeffrey Pfau <jeffrey@endrift.com>
2012-07-21 10:03:51 +00:00
Guido Falsi
734baed9c8 Add shared description for mpg123.
Approved by:	tabthorpe (mentor)
2012-07-18 20:36:40 +00:00
Alberto Villa
01af6428d3 - Make FREI0R and LADSPA descriptions more explicit. 2012-07-18 01:27:45 +00:00
Baptiste Daroussin
9bc22bc847 Fix config-conditional
PR:		Gareth Hopkins <gabbawp@gmail.com> (via ports@)
Tested by:	jgh
2012-07-17 16:20:06 +00:00
Martin Matuska
6418d88cb2 Update ffmpeg to use new options framework 2012-07-17 08:58:09 +00:00
Baptiste Daroussin
45b04c6514 compare options loading from /var/db/port/options and make.conf against the
complete list of options.
COMPLETE_OPTIONS_LIST being OPTIONS_DEFINE + all the OPTIONS_SINGLE_* + all the
OPTIONS_MULTI_*
2012-07-16 22:36:44 +00:00
Steve Wills
21ac3b59a5 - Update to 1.8.7p370
PR:		ports/169668
Submitted by:	stas
Approved by:	portmgr (linimon)
2012-07-16 19:11:35 +00:00
Jason Helfman
a9394fb06f - update to 1.0.6, update MASTER_SITES [1]
- move to optionsNG [2]
- add in shared descriptions for {MYSQL,ORACLE,PGSQL}_JDBC [2]
- add LICENSE [2]
- modify startup-script for java sanity [2]

PR:     ports/166244
Submitted by:   maintainer jjuanino@gmail.com [1], jgh@ [2]
2012-07-16 17:41:53 +00:00
Ruslan Makhmatkhanov
473f7fc2dc - remove expired ports
* lang/python24 and lang/python25: unmaintained upstream
  * www/zope and www/zope211: unmaintained upstream (the only
    consumers of python24)
- clean-up python versions < 2.6 from lang/python-doc-html
- clean-up python24/25 from Mk/bsd.ports.mk
- add www/zope213 glue to bsd.python.mk
- clean-up zope versions != 2.13 from bsd.python.mk

Submitted by:	miwi (based on)
Approved by:	portmgr (miwi)
2012-07-16 17:04:29 +00:00
Martin Matuska
253481537f Reorganize options of www/lighttpd
Add two new default options
2012-07-16 12:57:18 +00:00
Baptiste Daroussin
2bf8210563 - Document new options framework in bsd.options.mk
- new OPTIONS_DEFINE_${ARCH} and OPTIONS_DEFAULT_${ARCH} to define and activate
  options per arches.
- No more append to PORT_OPTIONS options that are not in OPTIONS_DEFINE, (in the
  expection of DOCS, NLS, EXAMPLES for compatibility)
2012-07-16 11:38:36 +00:00
Baptiste Daroussin
abb421178b Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given arch
Fix xorg-server on sparc64 by excluing the HAL option on sparc64 has it used to
be before convertion to new options framework [1]

Reported by:	marius@
Tested by:	marius@
Approved by:	kwm [1]
2012-07-13 10:23:57 +00:00
Sunpoet Po-Chuan Hsieh
7e659e1f4d - Add shared TCLTK description
- Add TLS to OPENSSL_DESC
- Fix Tcl & Tk names
2012-07-13 08:35:03 +00:00
Sunpoet Po-Chuan Hsieh
da2c2b3abf - Shorten descriptions: change "support for ..." to "... support"
- Fix upper/lower cases to match their official names
2012-07-13 08:00:19 +00:00
Gerald Pfeifer
45cd9bcc48 Spell CUPS all upper-case per their web page and our ports. 2012-07-11 05:46:20 +00:00
Jason Helfman
e5f96c1bcc - add shared description for PROFILE support
PR:	ports/169704
Submitted by:	mexas@bristol.ac.uk
2012-07-11 02:53:28 +00:00
Ade Lovett
2a5dee6af8 Update to 1.12.2 (feature safe from 1.12.1, no -exp required) 2012-07-10 21:14:27 +00:00
Baptiste Daroussin
0c7d746d6a Fix PKG_IGNORE with pkgng
Submitted by:	des@
2012-07-10 08:48:54 +00:00
Sunpoet Po-Chuan Hsieh
71c50eaabc - Add shared DCRAW, GD, GRAPHMAGICK, IMAGEMAGICK, JHEAD, NETPBM, SQL and UNZIP descriptions 2012-07-09 18:55:00 +00:00
Olli Hauer
595048ebe6 - convert to options NG
- add desc. for MP3
2012-07-08 19:53:24 +00:00
Olli Hauer
229052b9ed - add desc. for GDBM (GNU dbm support) 2012-07-08 17:43:48 +00:00
Sunpoet Po-Chuan Hsieh
36241dcccb - Add shared IODBC and UNIXODBC descriptions 2012-07-08 06:48:24 +00:00
Sunpoet Po-Chuan Hsieh
4836f91670 - Add shared DATA description (used for old PORTDATA) 2012-07-07 08:19:48 +00:00
Alberto Villa
ff330a762f - Update Calligra to 2.4.3.
- Add Japanese localization.

This release contains a number of important bug fixes to 2.4.2:
http://www.calligra.org/news/calligra-2-4-3-released
2012-07-05 08:20:22 +00:00
Alberto Villa
f84dc6affb - Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be used
instead.

With hat on:	kde
Approved by:	portmgr (bapt)
2012-07-01 20:57:48 +00:00
Chris Rees
121d9dc468 Don't clobber USE_PERL5 values when USE_PERL5 is set.
Example of the problems caused:

http://lists.freebsd.org/pipermail/freebsd-ports/2012-May/075194.html

PR:		ports/168379
Submitted by:	crees
Reviewed by:	Silence on perl@ for over a month
2012-07-01 16:38:22 +00:00
Sunpoet Po-Chuan Hsieh
09e778be52 - Add shared CARES, GSSAPI, KERBEROS4, KERBEROS5, LDAPS, NTLM and PROXY descriptions 2012-07-01 12:24:53 +00:00
Sergey Skvortsov
3533830550 Introduce Perl 5.16.0
Changes:	http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod
Approved by:	portmgr (linimon)
2012-06-30 21:00:43 +00:00
Baptiste Daroussin
b6155c6344 Add a shared OSD description 2012-06-29 12:00:33 +00:00
Baptiste Daroussin
f7c6b31899 Add PDF shared description 2012-06-29 10:27:03 +00:00
Baptiste Daroussin
b18a795b97 Add shared GTK1 description 2012-06-29 10:21:32 +00:00
Brendan Fabeny
5a3980c27b remove the Thessaloniki Sunsite mirror after repeated distilator NXDOMAIN
results; to compensate for this and previous removals, and to obtain a better
geographical spread, add the Sunsite mirrors in Oviedo, Paris, and Stellenbosch
(found via http://ibiblio.org/pub/linux/MIRRORS.html )
2012-06-29 01:17:03 +00:00
Ade Lovett
409e8fee15 Update to 1.12.1 (essentially a no-op with some bugfixes) 2012-06-28 06:19:24 +00:00
Thomas Abthorpe
1bd5f0b6b4 - Add AGPLv3 to the list, missed in last commit
PR:		ports/169499
Submitted by:	Bryan Drewery <bryan shatow.net>
Pointyhat to:	tabthorpe@
2012-06-28 01:32:40 +00:00
Sunpoet Po-Chuan Hsieh
21f6c17c02 - Add shared NUMPY and SCIPY descriptions 2012-06-26 18:32:33 +00:00