1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

308799 Commits

Author SHA1 Message Date
Marcus von Appen
1e35ab7368 - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2
binary in $PATH. It can be set in case the user wants to use a
  specific python2 version as a default. Its behaviour is similar
  to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with
  package builds for different python versions.
- Outline that PYTHON_DEFAULT_VERSION always takes precedence for a
  specific python major version.
- Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the
  PORTREVISION to let the installed port catch up with the change.
- Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if
  PYTHON_DEFAULT_VERSION is not set to a python3 port.

Reported by:	David Demelier <demelier.david@gmail.com>
Reviewed by:	koobs@, sbz@
With hat on:	python@
2013-09-15 12:52:28 +00:00
Antoine Brodin
2d9b5a640b Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-15 12:27:30 +00:00
Ed Schouten
413b2a3af3 Update uriparser to 0.7.9. 2013-09-15 11:15:04 +00:00
Rene Ladan
d41e511131 Fix build with libc++
isnan() and isinf() do not like integer arguments, so remove two offending
tests. These tests would always evaluate to false anyway because integers
cannot express NaN nor infinity.
2013-09-15 09:47:08 +00:00
Marcus von Appen
2163b69280 - set CONFLICTS for libav and ffmpeg, since they both install files in
the same location
- bump PORTREVISION, so users can solve the conflict on existing
  installations

Reported by:	kwm@
2013-09-15 08:16:58 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Andrej Zverev
dcf99688a1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 07:14:12 +00:00
Sunpoet Po-Chuan Hsieh
3db2dffc6a - Update to 0.001009
Changes:	http://search.cpan.org/dist/MooseX-Types-Common/Changes
2013-09-15 06:15:30 +00:00
Sunpoet Po-Chuan Hsieh
26bea8e90c - Add PORTSCOUT 2013-09-15 05:56:05 +00:00
Sunpoet Po-Chuan Hsieh
d3255f10f8 - Update to 2.19
Changes:	http://search.cpan.org/dist/Config-Tiny/Changes
2013-09-15 05:55:05 +00:00
Sunpoet Po-Chuan Hsieh
f22cce5a04 - Update to 0.04
- Add LICENSE

Changes:	http://search.cpan.org/dist/Test-TinyMocker/Changes
2013-09-15 05:55:00 +00:00
Sunpoet Po-Chuan Hsieh
51130d6b8a - Sort *_DEPENDS and MAN*
- Use CPAN as primary WWW
2013-09-15 05:53:33 +00:00
Sunpoet Po-Chuan Hsieh
3fadc72b92 - Remove NOT_FOR_ARCHS=alpha: it is gone and will not return.
Pointed out by:	linimon
2013-09-15 05:24:15 +00:00
Alexander Nedotsukov
5336207bcc Resolve latest link duplicate. 2013-09-15 03:48:52 +00:00
Wen Heping
9702914ca3 - Fix build with clang
- Trim Makefile headers
- Convert to optionsNG
- Update my email to FreeBSD
- Remove leading article from COMMENT
2013-09-15 02:48:18 +00:00
Rusmir Dusko
31002c0394 Capi City is a client for the online server monopd.
You can play Monopoly like games with it online.

Integrated Capid to be able to start a server for LAN.

WWW: http://linux-ecke.de/CapiCity/

CapiCity v1.0 is the stable successor of Capitalism (games/capitalism).

Approved by:	wg/pawel (mentors)
2013-09-15 01:52:53 +00:00
Baptiste Daroussin
6a2df815d0 Fix build with libc++ 2013-09-15 00:07:34 +00:00
Baptiste Daroussin
0284a63783 Remove USE_GCC=any: builds properly with clang 2013-09-14 22:28:36 +00:00
Baptiste Daroussin
97d71f555b Remove USE_GCC=any: build properly with clang 2013-09-14 22:26:27 +00:00
Baptiste Daroussin
a99b3df4f9 Remove USE_GCC=any: builds properly with clang 2013-09-14 22:25:50 +00:00
Marcus von Appen
5c9394ce35 Libav provides cross-platform tools and libraries to convert, manipulate
and stream a wide range of multimedia formats and protocols. It originates
from the FFmpeg codebase, but goes its own way these days, providing its
users with reliable releases and a clear vision how to go forward.

WWW: http://www.libav.org
2013-09-14 21:44:14 +00:00
Martin Matuska
533a4952d2 Use alternative master site for orc
Reported by:	pav
2013-09-14 20:59:44 +00:00
Rene Ladan
e7f3d9d4ef - Properly fix the "album" and "artist" commands
- Bump PORTREVISION
2013-09-14 20:48:48 +00:00
Bryan Drewery
670d00edc0 - Disable for PACKAGE_BUILDING
With hat:	portmgr
2013-09-14 20:45:42 +00:00
Sunpoet Po-Chuan Hsieh
0af43662e8 - Use USES=gmake 2013-09-14 20:04:19 +00:00
Matthew Seaman
41171d05b5 - update to 0.35
ChangeLog:	http://cpansearch.perl.org/src/FALCONE/RT-Extension-LDAPImport-0.35/Changes
Reported By:	portscout
2013-09-14 19:43:27 +00:00
Ed Schouten
1a384c788d Remove USE_GCC.
All versions of FreeBSD we support are shipped with at least GCC 4.2.1
or Clang. The code seems to build fine with Clang. In fact, on platforms
where we no longer ship libstdc++, this port seems to only build using
Clang.
2013-09-14 19:13:46 +00:00
Ed Schouten
e8fe2d7354 Bump bddsolve to version 1.0.3.
Though this does not yet fix the build on FreeBSD HEAD, this version
does fix some tiny issues that prevent it from being built with clang.
2013-09-14 19:08:52 +00:00
Andrej Zverev
69b6f05b28 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 18:12:50 +00:00
Ed Schouten
0291358019 Unbreak libxspf on HEAD.
Unlike libstdc++, libc++ does not leak <unistd.h> into the <c*> headers
that examples/read/read.cpp includes. This means that we need to
explicitly include <unistd.h> to get getcwd().
2013-09-14 18:08:03 +00:00
Sunpoet Po-Chuan Hsieh
e617ac5e41 - Fix build without libstdc++ by removing hardcoded libstdc++ linkage [1]
- Convert to new LIB_DEPENDS format
- Use USE+= after bsd.port.*.mk inclusion

Reported by:	pkg-fallout [1]
2013-09-14 17:24:48 +00:00
Sunpoet Po-Chuan Hsieh
556b14904c - Fix previous commit
- Bump PORTREVISION

Notified by:	Yuri <yuri@rawbw.com>
2013-09-14 17:16:04 +00:00
Martin Matuska
74761a098a Mark as BROKEN on head until fixed 2013-09-14 17:13:10 +00:00
Sunpoet Po-Chuan Hsieh
d798c07faf - Reformat pkg-descr 2013-09-14 17:12:47 +00:00
Martin Matuska
26d839497d Unbreak build with libzfs_core 2013-09-14 17:10:29 +00:00
Sergey Matveychuk
60d7c5f2d4 - A patch to fix preview graphs
Submitted by:	"Chris" <chris@chrysalisnet.org>
Obtained from:	http://forums.cacti.net/viewtopic.php?f=21&t=50645&p=244422
2013-09-14 17:06:54 +00:00
Sunpoet Po-Chuan Hsieh
ae36914d6c - Sort PLIST 2013-09-14 16:51:52 +00:00
Andrej Zverev
bd628ddcbf - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 16:38:28 +00:00
Sunpoet Po-Chuan Hsieh
259d0c73e8 - Convert to new options framework
- Use USES=gmake
- Simplify PORTDOCS installation
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header
- Update WWW
2013-09-14 16:34:27 +00:00
Sunpoet Po-Chuan Hsieh
c2884fae01 - Fix build
- While I'm here:
  - Pet portlint: move USES downward
  - Convert to new LIB_DEPENDS format

PR:		ports/182096
Submitted by:	LEVAI Daniel <leva@ecentrum.hu> (maintainer)
2013-09-14 16:32:56 +00:00
Andrej Zverev
e8c9833a08 - Fix typo 2013-09-14 15:53:45 +00:00
Pawel Pekala
1fe63a7c95 Update to version 4.2.66
Changelog:
--- 4.2.66 2013/09/11

ZOOM: fix record handling for Solr. ZOOM_record_get would return 0, if
schema was given for search. YAZ-675

Add Solr date range searches. YAZ-621
2013-09-14 15:43:43 +00:00
Bryan Drewery
ae91937cb8 - Fix build on head
Reported by:	pkg-fallout
2013-09-14 15:41:55 +00:00
Andrej Zverev
83c8665826 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 15:39:55 +00:00
Bryan Drewery
20e947a006 - Fix build on head without gcc
Reported by:	pkg-fallout
2013-09-14 15:33:03 +00:00
Bryan Drewery
7a490201e8 - Fix build with clang
Obtained from:	irc/eggdrop (patches from NetBSD)
2013-09-14 15:31:04 +00:00
Bryan Drewery
2c7ec98c83 Fix qmail-spamcontrol build on head without gcc
Reported by:	bapt
2013-09-14 15:23:52 +00:00
Andrej Zverev
7815b83df4 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 14:47:56 +00:00
Juergen Lock
c5dfbb4c8c Fix build on recent head with (non-default) PROJM knob. (clang+libc++)
Submitted by:	Gustau Perez i Querol <gustau.perez@gmail.com>
		(via private email)
2013-09-14 14:43:12 +00:00
Sunpoet Po-Chuan Hsieh
7da387fd79 - Fix build with ruby19 [1]
- Remove DEPRECATED and EXPIRATION_DATE
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Simplify DOC_EN and DOC_JA installation

Obtained from:	NetBSD [1]
2013-09-14 14:40:33 +00:00