Commit graph

11801 commits

Author SHA1 Message Date
Jimmy Olgeni
d8e02b46f3 Upgrade to version 10.5.3. 2013-08-24 11:16:53 +00:00
Anton Berezin
849260b5fb Update to 1.31.
Changes:	http://search.cpan.org/dist/Scalar-List-Utils/Changes
2013-08-22 18:14:22 +00:00
Sunpoet Po-Chuan Hsieh
1896d9835a - Sort CONFLICTS 2013-08-22 17:03:43 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
e15628ebf6 - Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
2013-08-21 14:55:43 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Alexey Dokuchaev
484b3a5df8 - Fix parallel (-jX) builds, drop ugly MAKE_JOBS_UNSAFE
- Since patch is now required, remove post-patch target
- Drop an article from COMMENT, optimize away .for loop

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-21 11:51:24 +00:00
Mark Linimon
19f09659e8 Maintainer has relinquished these ports.
PR:		ports/181404
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-08-20 01:08:17 +00:00
Marcus von Appen
50bb471eff - Avoid circular dependencies due to the previous bsd.python.mk change 2013-08-18 15:25:24 +00:00
Sunpoet Po-Chuan Hsieh
80e3d30dbe - Add missing RUN_DEPENDS
- Add LICENSE
- Cleanup Makefile header
- Bump PORTREVISION for dependency change
2013-08-18 13:46:06 +00:00
Sunpoet Po-Chuan Hsieh
90502b7745 - Add LICENSE
- Cleanup Makefile header
2013-08-18 13:43:12 +00:00
Gerald Pfeifer
a6c44cfa9c Replace USE_GMAKE by USES=gmake.
Update to the 20130817 snapshot of GCC 4.7.4.
2013-08-18 09:19:29 +00:00
Marcus von Appen
34f62417c9 - Update lang/Makefile to include the new lang/python2 and lang/python3 ports
Noticed by:	cperciva
2013-08-17 19:33:31 +00:00
Gerald Pfeifer
f9abdb22c7 Replace USE_GMAKE by USES=gmake.
Update to the 20130815 snapshot of GCC 4.8.2.
2013-08-17 19:23:44 +00:00
Marcus von Appen
7452555915 - Move the symlink magic for the default python version into lang/python
and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
2013-08-17 19:10:59 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
1376578fd0 - Fix lang/gcc-aux broken in r324744 [1]
- Convert spaces to tab to pacify portlint

Submitted by:	marino (maintainer) [1]
Pointyhat to: ak
2013-08-15 14:39:14 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Romain Tartière
ab7fbe7bb2 Update to 3.2.1.
This update include a patch for sgen which avoids an assertion failure
(condition `info->doing_handshake' not met) that will be part of 3.2.2.
Because our mono version is unstable due to this, we decided not to wait for
3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix.

Many thanks to Charles Randall for reporting and helping.
2013-08-14 14:59:50 +00:00
John Marino
a6086c049a lang/ats: Fix typo on previous commit
Approved by:	bapt (mentor)
2013-08-14 12:27:04 +00:00
John Marino
f5bda3915e lang/pcc: Mark jobs unsafe
- Trim header
- Remove redundant PORTREVISION
- Remove redundant DISTNAME
- Replace USE_GMAKE
- Fix WWW indent

Approved by: 	bapt/culot (mentors, implicit)
2013-08-14 12:18:05 +00:00
John Marino
e58050db12 lang/mmix: Mark jobs unsafe
Also trim header to please portlint.

Approved by: 	bapt/culot (mentors, implicit)
2013-08-14 12:05:35 +00:00
John Marino
0535787066 lang/ats: Mark jobs unsafe
Also replace USE_GMAKE

Approved by: 	bapt/culot (mentors, implicit)
2013-08-14 11:53:17 +00:00
Julien Laffaye
5789e0b8ce - Update to 1.1.2 2013-08-13 20:25:15 +00:00
Mathieu Arnold
5647074878 Introduce Perl 5.18.1
Changes:        http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod
Changes:        http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod
2013-08-13 13:04:55 +00:00
David Naylor
f17b68679f Fix the pypy ports.
Be more aggresive in cleaning up temporary directories that pypy leaves
behind in the copied directories (files and directories in __pycache__).
Only .so and .pyc should be left behind in those __pycache__ directories
and no subdirectories.

Also remove the manual requirement for building lang/pypy. Redports
successfully built lang/pypy3-devel (with leftovers) in 19 hours.

Reported by:	Redports
2013-08-12 17:56:40 +00:00
Alex Dupre
5bb938d0d6 Add php-cgi.1 manpage. 2013-08-12 13:19:19 +00:00
Alex Dupre
2780a2d6cc Update to 5.5.1 release. [1]
Add an OPTION to force ZTS build.

PR:		ports/180931
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-08-12 12:55:03 +00:00
Alex Dupre
bfd6008211 Add an OPTION to force ZTS build.
PR:		ports/180125
Submitted by:	r4721@tormail.org
2013-08-12 12:54:12 +00:00
Veniamin Gvozdikov
16c9d38781 The AngelCode Scripting Library, or AngelScript as it is also known, is an
extremely flexible cross-platform scripting library designed to allow
applications to extend their functionality through external scripts. It has
been designed from the beginning to be an easy to use component, both for
the application programmer and the script writer.

Efforts have been made to let it call standard C functions and C++ methods
with little to no need for proxy functions. The application simply registers
the functions, objects, and methods that the scripts should be able to work
with and nothing more has to be done with your code. The same functions used
by the application internally can also be used by the scripting engine, which
eliminates the need to duplicate functionality.

For the script writer the scripting language follows the widely known syntax
of C/C++, but without the need to worry about pointers and memory leaks.
Contrary to most scripting languages, AngelScript uses the common C/C++
datatypes for more efficient communication with the host application.

WWW: http://www.angelcode.com/angelscript/

PR:		ports/178078
Submitted by:	vg
Approved by:	osa (mentor)
2013-08-12 07:56:01 +00:00
David Naylor
74cc02b4ee Backport and fix-up lang/pypy* ports.
pypy:
 - fix sysconfig.py's include path
 - bump PORTREVISION due to above fix

pypy-devel:
 - remove duplicate '-e' when creating pkg-plist
 - ancillary port functionality (thus no PORTREVISION bump)

pypy3-devel:
 - add missing patch
 - fix pkg-plist
 - build fails without above patch (thus no PORTREVISION bump)
2013-08-11 18:33:33 +00:00
David Naylor
5ac48d4ed4 Introducing lang/pypy3-devel version 2.1.b1.
Highlights
 - The first release of PyPy3: support for Python 3, targetting CPython 3.2.3!
 - There are some known issues including performance regressions (issues
     #1540 & #1541) slated to be resolved before the final release.
2013-08-11 17:27:22 +00:00
David Naylor
12d034d2b9 Add lang/pypy-devel for non-stable releases of PyPy.
pypy-devel is intended as a staging ground for beta releases and - while
no beta releases are available - snapshots of pypy default branch.

While introducing pypy-devel to build logic has been reworked to better
accomodate pypy3.  The lib-python/2.7 and lib_pypy folders are not renamed
after extraction (with only symbolic links used to emulate the structure).
PyPy still expects the standard structure and the symbolic links satisfy
this change.

The devel port was requested by mva@ to better support commercial clients.
2013-08-11 17:10:41 +00:00
Gerald Pfeifer
da9dde7f02 Upgrade to the 20130808 snapshot of GCC 4.8.2.
Adjust the scheme used for PORTVERSION such that snapshots compare
less than the actual release (and no EPOCH bump becomes necessary
at end of life of a release series). [1]

Rename VERSIONSTRING to the standard DISTVERSION. [2]

Add more notes on the various variables carrying version information.

Suggested by:	tijl [1], crees [2]
2013-08-11 14:58:18 +00:00
Gerald Pfeifer
de7fed42b4 Update to the 20130810 snapshot of GCC 4.7.4.
Rename VERSIONSTRING to the standard DISTVERSION. [1]

Add more notes on the various variables carrying version information.

Suggested by:	crees [1]
~
2013-08-11 12:02:10 +00:00
Rene Ladan
782e875bd2 Remove expired ports:
2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead
2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead
2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead
2013-08-11 11:07:12 +00:00
Gerald Pfeifer
4189310a45 Update to the 20130804 snapshot of GCC 4.9.0.
Rename VERSIONSTRING to the standard DISTVERSION. [1]

Add more notes on the various variables carrying version information.

Suggested by:	crees [1]
2013-08-11 10:21:41 +00:00
John Marino
08ebf601b9 lang/ocaml-nox11: Fix package origin
lang/ocaml-nox11 port produces a package with the exact same name as
lang/ocaml because they have a common Makefile.  However, by defining the
SFX variable before including it, ocaml-nox11 package name will receive
a suffix.  This fixes an origin conflict seen on poudriere.

The new base package name will be ocaml-nox11

Approved by: 	bapt/culot (mentors, implicit), maintainer timeout
2013-08-10 23:05:33 +00:00
Alexey Dokuchaev
60ef4233ed Minor last-minute changes missed in recent previous commits. 2013-08-09 14:29:39 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Alexey Dokuchaev
a851269bfa - Trim the article from the COMMENT line
- Switch to new LIB_DEPENDS syntax (per r322328)
- Move pkgconfig from USE_GNOME to USES
- Drop MAKE_JOBS_SAFE, does nothing these days
- Avoid using escaped shell globs; pad pkg-message output
- Fix a few whitespace and markup bugs, wrap very long line
2013-08-09 13:43:59 +00:00
Pietro Cerutti
b9b54c7cd1 - Update to 05_20130805a
20130805:
  * The functions hashCode in complex.s7i, duration.s7i, rational.s7i
    and time.s7i have been improved to avoid an integer overflow.
    Thanks to Pietro Cerutti, for reporting this problem.
  * The description of the Seed7 installation in doc/install.txt has
    been improved.
  * The new library sha1.s7i, which defines a message digest with the
    SHA-1 secure hash algorithm, has been added.
  * Definitions of the operators &:= and |:= have been added to
    bin32.s7i.
  * The functions int64AsBytesBytesLe, int64AsEightBytesBe and
    bytesBeAsInt have been added to bytedata.s7i.
  * Interpreter and compiler have been improved to support the actions
    INT_AND_ASSIGN and INT_OR_ASSIGN.
  * A bug in the function conText (file con_win.c) has been fixed.
  * Debug code has been added to kbd_inf.c and kbd_poll.c.
  * The makefile mk_cygw.mak has been improved to avoid problems with
    the console keyboard.

  20130722:
  * Spelling errors in chlog.txt, faq.htm and faq.txt have been fixed.
  * The function conText (in con_win.c) has been improved to work
    correctly for long strings. The underlying function WriteConsoleW
    fails for string lengths above some limit between 26000 to 32000.
  * The functions find_window, remove_window, gkbGetc, gkbKeyPressed,
    gkbButtonPressed, gkbRawGetc, gkbWindow, gkbButtonXpos and
    gkbButtonYpos have been moved from drw_win.c to the new file
    gkb_win.c.
  * In the functions drwPCircle, drwPFCircle, drwPFEllipse and
    drwFPolyLine (file drw_win.c) wrong usages of inIntRange have been
    replaced with better code.
  * In con_win.c the table map_key has been improved such that kbdGetc
    recognizes the key F12.
  * In gkb_x11.c the functions find_window, enter_window and
    remove_window have been improved.
  * The makefiles mk_bcc32.mak, mk_bccv5.mak, mk_mingc.mak,
    mk_mingw.mak, mk_msvc.mak, mk_msys.mak and mk_nmake.mak have been
    changed to use the new file gkb_win.c.
  * The program chk_all.sd7 has been improved to call chkhsh.sd7.
  * The program chkhsh.sd7 has been improved.
  * The compiler has been improved to generate compare functions with
    the correct prototype.
  * The functions bitSize and process_generic_cmp_declaration have been
    added to s7c.sd7.
  * In flt_rtl.c the function fltCpy has been renamed to fltCpyGeneric.
  * The functions dump_hash and dump_helem have been added to
    hsh_rtl.c.
  * The function new_type in typeutl.c has been changed to add the new
    type to the parameter owningProg instead of the global prog.
2013-08-08 12:33:55 +00:00
William Grzybowski
fa10b934c9 lang/fasm: update to 1.71.12
- Update to 1.71.12

PR:		ports/181122
Submitted by:	Aldis Berjoza <graudeejs gmail.com> (maintainer)
2013-08-08 11:19:45 +00:00
Grzegorz Blach
fa1ad4bd21 - Update EFL to 1.7.8
- Update Enlightenment to 0.17.4

Approved by:	crees, tabthorpe (mentors, implicit)
2013-08-07 20:57:26 +00:00
Andrej Zverev
ca70e439c2 - Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

Approved by:	lth@ (maintainer)
2013-08-07 13:20:32 +00:00
Matthias Andree
03b1cffca7 Link lua .so + program with pthread to prevent hangs in extensions that
use pthreads.

Bump PORTREVISION to pull this in.

PR:		ports/181052
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	mandree@ on behalf of lua@
2013-08-05 20:37:35 +00:00
William Grzybowski
1a87e77b6d lang/chicken: update to 4.8.0.4
- Update to 4.8.0.4

Changes: http://code.call-cc.org/releases/4.8.0/NEWS

PR:		ports/181048
Submitted by:	Vitaly Magerya <vmagerya gmail.com> (maintainer)
2013-08-05 19:05:48 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Alexey Dokuchaev
0288c87495 - Unbreak parallel (-jX) builds by calling submakes correctly
- Improve on COMMENT, remove author attribution from pkg-descr
- Do not explicitly set DISTNAME, b.p.m. derives it just fine
2013-08-05 08:27:46 +00:00
Baptiste Daroussin
c33bfd97eb 2 days deprecation was a bit short 2013-08-04 21:02:19 +00:00
Gerald Pfeifer
93aaf15fa2 Update to the 20130803 snapshot of GCC 4.7.4. 2013-08-04 19:59:53 +00:00
Gerald Pfeifer
8b9e746831 Update to the 20130728 snapshot of GCC 4.9.0.
Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.

Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port.  No change in default behavior
for this port -- for the time being we continue to bootstrap.
2013-08-04 18:12:39 +00:00
Koop Mast
6896e9e82f Convert to new perl5 framework and update to new lib_depend way. 2013-08-04 14:56:47 +00:00
Baptiste Daroussin
659a6d4cf5 Add USE_GCC=any as build fails with clang.
Pass CC to build env to properly using the compiler desired
This fixes build on head without gcc
2013-08-04 00:42:14 +00:00
David Naylor
0c4899d875 Update lang/pypy to 2.1.
Changes:
 - Rename the binary, include and library to pypy-2.1 (recommended by mva@).
     This is in preparation to introduce PyPy3 (PyPy implementing Python 3.2)

Highlights:
* JIT support for ARM, architecture versions 6 and 7, hard- and soft-float ABI
* Stacklet support for ARM
* Support for os.statvfs and os.fstatvfs on unix systems
* Improved logging performance
* Faster sets for objects
* Interpreter improvements
* During packaging, compile the CFFI based TK extension
* Pickling of numpy arrays and dtypes
* Subarrays for numpy
* Bugfixes to numpy
* Bugfixes to cffi and ctypes
* Bugfixes to the x86 stacklet support
* Fixed issue 1533: fix an RPython-level OverflowError for
    space.float_w(w_big_long_number). https://bugs.pypy.org/issue1533
* Fixed issue 1552: GreenletExit should inherit from BaseException.
    https://bugs.pypy.org/issue1552
* Fixed issue 1537: numpypy __array_interface__ https://bugs.pypy.org/issue1537
* Fixed issue 1238: Writing to an SSL socket in PyPy sometimes failed with a
    "bad write retry" message. https://bugs.pypy.org/issue1238
2013-08-03 16:18:49 +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
Mathieu Arnold
3d7ef3e463 Convert to new perl framework. 2013-08-03 12:51:18 +00:00
Johan van Selst
ee1f66eac6 Explicitly disable hidden dependency
Reported by:	cpghost <cpghost@cordula.ws>
2013-08-03 09:32:32 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
David Naylor
3103c35e99 Update lang/pypy to 2.1.b2.
Highlights:
 * Support for os.statvfs and os.fstatvfs on unix systems.
 * Fixed issue 1533: fix an RPython-level OverflowError for
     space.float_w(w_big_long_number).
 * Fixed issue 1552: GreenletExit should inherit from BaseException.
 * Fixed issue 1537: numpypy __array_interface__
 * Fixed issue 1238: Writing to an SSL socket in pypy sometimes failed with a
     "bad write retry" message.
 * distutils: copy CPython's implementation of customize_compiler, dont call
     split on environment variables, honour CFLAGS, CPPFLAGS, LDSHARED and
     LDFLAGS.
 * During packaging, compile the CFFI tk extension.
2013-08-01 18:47:43 +00:00
Baptiste Daroussin
6ec7634602 Fix overwritting of USES
Pointyhat to:	az
2013-08-01 06:31:18 +00:00
Koop Mast
a5f590e51d The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
2013-07-31 11:57:45 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
David Naylor
38a645dfe9 Fix lang/pypy library detection.
The library detection orginally depended on sys.version however that
tends to change a lot and thus a more robust method is used based on
sys.pypy_version_info.

This fixes installation using distutils and corrects output from sysconfig.

Special thanks to Attila Nagy who reported the issue and tracked down
the root issue (allowing me to deliver a quick solution).

Reported by:	Attila Nagy <bra@fsn.hu>
2013-07-30 20:22:47 +00:00
Baptiste Daroussin
494b925c03 Fix typo
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Pointyhat to:	bapt
2013-07-29 09:10:32 +00:00
Baptiste Daroussin
54bea9fc21 Fix mono properly finding isinf() from math.h after recent changes on head 2013-07-29 06:30:10 +00:00
David Naylor
715729d474 Fix lang/pypy (and INDEX build).
Portlint recommends "USE_GCC=yes+" however such an option breaks everything.

Ignore portlint and use "USE+GCC=4.2+" as the port will compile with just about
any valid C compiler.
2013-07-28 20:39:43 +00:00
David Naylor
9def36eeb5 Update lang/pypy to 2.1.b
Changes to port:
 * Abstract ${BUILDDIR} for files/Makefile
 * Remove MAKE_JOBS_SAFE (depreciated)
 * Use "USE_GCC=yes+" as recommended by portlint

Highlights:
 * Bugfixes to the ARM JIT backend, so that ARM is now an officially
supported processor architecture
 * Stacklet support on ARM
 * Interpreter improvements
 * Various numpy improvements
 * Bugfixes to cffi and ctypes
 * Bugfixes to the stacklet support
 * Improved logging performance
 * Faster sets for objects
2013-07-28 20:10:03 +00:00
Vanilla I. Shu
9d39f570f6 1: Fix build with newer zlib [1]
2: switch to gcc46.

PR:		ports/180748
Submitted by:	John Marino <freebsd at marino.st> [1]
2013-07-28 04:20:32 +00:00
Alexey Dokuchaev
b48eba755d - Fix Makefile header, normalize COMMENT text
- Drop explicit shlib ABI versions from LIB_DEPENDS
- Do not redefine PKGMESSAGE, adding it to SUB_FILES does it automagically
- Do not terminate RESTRICTED message with a dot
- Add a comment about possible abuse of USE_PERL5
- Mute post-patch target to match default ports' behavior closely
- Do not abuse ALL_TARGET to pass variables to downstream make(1), use
  MAKE_ARGS properly instead (merge together with MAKE_ENV)
- Fix inner makefiles and configure script to make port jobs (-jX) safe
- Pad the output of PKGMESSAGE to be consistent with the package

Reported by:	pointyhat-west
2013-07-27 08:34:48 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Gabor Pali
5fd823321c - Add bsd.hackage.mk entry that was missed in r321071
Obtained from:	FreeBSD Haskell
2013-07-26 15:07:11 +00:00
Baptiste Daroussin
b3519d0fbb Fix build with newer binutils 2013-07-26 14:23:12 +00:00
Martin Matuska
0ac7a0d515 Add HHVM to comment 2013-07-26 06:29:41 +00:00
Martin Matuska
fe094c1f68 Update comment and pkg-descr to track changes in the project 2013-07-26 06:27:15 +00:00
Martin Matuska
3ce92d01b0 Fix embedding of systemlib.php [1]
Fix repository creation [1]
Add docs, reduce dependencies

Submitted by:	Vanilla Hsu [1]
2013-07-22 20:18:42 +00:00
Andrej Zverev
076cf10694 - Revert MAKE_JOBS_UNSAFE. At least it failed on 9.1-QAT/amd64. 2013-07-22 18:03:15 +00:00
Andrej Zverev
69dba9a123 - Mark job safe
Tested by:	Anton Yuzhaninov <ayuzhaninov@openstat.ru>, az@
2013-07-22 15:56:27 +00:00
Martin Matuska
ea0532cb22 Add option to create a DEBUG build 2013-07-21 23:25:52 +00:00
Martin Matuska
f41279c1f6 Fix CXXFLAGS (GCC_RUTIME already added by USE_GCC)
This port is MAKE_JOBS_SAFE
2013-07-21 22:28:49 +00:00
Martin Matuska
00133f558b Hiphop-php (now actually hhvm) is developed only for x86_64 (amd64) 2013-07-21 22:11:31 +00:00
Martin Matuska
cd17c8f3a3 Unbreak lang/hiphop-php and update to 2.1
Some functionality issues still need fixing (sqlite3)
2013-07-21 22:06:56 +00:00
Johan van Selst
e751ccdc04 Update SWI Prolog to 6.4.1 2013-07-21 15:47:45 +00:00
John Marino
25a3e224f5 Add new port: lang/adacontrol
Adacontrol is a tool that analyzes language constructs in Ada programs.  It
can be used as a standalone tool, or integrated into other tools.  An
example of integration can be seen with the upcoming devel/ahven port.

Approved by:	bapt (mentor)
2013-07-21 14:26:31 +00:00
John Marino
c23e7f6707 Add new port: lang/asis
This is ASIS, the Ada Semantic Interface Specification.
ASIS is tightly coupled with lang/gcc-aux and must be built with the same
sources.  For this reason, ASIS will not work with other Ada compilers,
including GNAT GPL (lang/gnat).

ASIS is a dependency of several upcoming Ada ports.

Approved by:	bapt (mentor)
2013-07-21 14:17:04 +00:00
John Marino
dd06b54dc6 Add new port: lang/gnat_util
There are a number of GNAT tools that have to be build using the same
exact sources as the compiler that it serves.  Two examples of this are
GPRbuild and ASIS.  The latter is an important component of several other
language semantic tools.

Accordingly, a separate port is being created to build a static library
that need these compiler sources.  Incidentally, diverging sources is the
reason devel/gprbuild-aux stopped building after lang/gcc-aux was upgraded.
With this new scheme, this type of failure should no longer occur.

This is a dependency of the upcoming lang/asis port, and must be specified
as a build dependency by any port that needs ASIS.

Approved by: 	bapt (mentor)
2013-07-21 14:12:28 +00:00
John Marino
e753d5da3f lang/gcc-aux: bug fixes
This change covers:
  1) portlint cleanup
  2) Support for bootstrapping on DragonFly 3.5+
  3) Removal of uneeded shared library version specifications
  4) USES+= gmake
  5) Splits out version to separate makefile for Ada framework
  6) Fixes typo that caused DragonFly to use mktemp
  7) Adds aggregate array index fix from gcc 4.8
  8) NetBSD lstdc++ fixes were pulled in from diff reneration
  9) c++ testsuite diff was corrected (how it was committed wrong is unknown)

Approved by:	bapt (mentor)
2013-07-21 13:00:46 +00:00
Wen Heping
573e026d46 - Update to 0.19.1 2013-07-19 08:28:34 +00:00
Pietro Cerutti
75f6de7366 - Remove editors/code-browser and lang/copper, which fail to build on
most environments
2013-07-18 11:54:53 +00:00
Baptiste Daroussin
fedb872b37 Mark as broken:
'Shared object "libgmp.so.7" not found, required by "mlton-compile"

Reported by:	pointyhat and pkg-fallout
2013-07-18 09:40:06 +00:00
Alex Dupre
8881b5bd12 Update to 5.4.17 release.
PR:		ports/180527
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-07-16 06:47:02 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00
Brooks Davis
ef544e6179 Fix a broken BUILD_DEPENDS line for llvm and properly generalize the
llvm RUN_DEPENDS entry.

Reported by:	miwi
2013-07-15 19:12:09 +00:00
Martin Wilke
f55985d860 - Fix build on 9-stable
- Update MASTER_SITES an WWW: line
- Support PORTEXAMPLES

PR:		180513
Submitted by:	Ports Fury
2013-07-15 14:47:53 +00:00
Johan van Selst
f404e4b825 - Correct iodbc dependency
- Disable Java bindings for now (doesn't work with OpenJDK6)

PR:		ports/172837
Submitted by:	C.P. Ghost <cpghost@cordula.ws>
2013-07-15 05:10:59 +00:00
Pawel Pekala
daf1576299 Update to version 2013.1
PR:		ports/180476
Submitted by:	Hannes Mehnert <hannes@mehnert.org> (maintainer)
2013-07-14 20:11:46 +00:00
Florian Smeets
52a83f9ff8 Update to 5.3.27
Please Note: This will be the last regular release of the PHP 5.3 series.
All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP
5.3 series will receive only security fixes for the next year.

I will maintain PHP 5.3 until the first not fixed vulnerability is found.
At that point I will deprecate the port with a 2 months notice, if no
other volunteer is found in that time the port will be removed.
2013-07-13 15:21:08 +00:00
Baptiste Daroussin
16cc8adca7 Mark jobs unsafe 2013-07-13 13:59:54 +00:00