Commit graph

12168 commits

Author SHA1 Message Date
Baptiste Daroussin
26f4f758b1 Fix pkg name collision 2014-01-04 01:01:03 +00:00
Brooks Davis
9acf8fda8e Upgrade to 3.4rc3.
Install altivec.h and cpuid.h so it is possible to compile things.

PR:		ports/184770, ports/185058
2014-01-04 00:17:38 +00:00
Steve Wills
38f392c2bf - Fix category order to correct PKGORIGIN 2014-01-03 15:50:42 +00:00
Rene Ladan
45686c9388 rene-ladan.nl is online again, re-add WWW line to pkg-descr 2014-01-03 15:16:13 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Steve Wills
a4ed4ba2ea - Update to 1.9.3
- Fix some html issues

PR:		ports/183096
Submitted by:	clutton <clutton@zoho.com>
2014-01-02 21:24:19 +00:00
Steve Wills
03fdbd5ccf - Fix mkmf DESTDIR issue with patch from upstream
Obtained from:	http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=41756&r2=41755&pathrev=41756
2014-01-02 20:46:29 +00:00
Vanilla I. Shu
cabaeee563 Add comment why ofc required gcc4.6.
Submitted by:	gerald@
2014-01-02 06:19:07 +00:00
John Marino
20de4e486d lang/modula3: Fix MASTER_SITES typo (mirror, bootstrap) 2014-01-02 02:43:23 +00:00
Steve Wills
9de02523dd - Add patch to bundled rdoc to fix issue which causes some ports to fail to
build

Obtained from:	f4f5b94285
2014-01-02 02:35:40 +00:00
John Marino
c169024680 Add lang/modula3: Critical Mass implementation of Modula-3
This is a huge port.  It probably should be split into several separate
ports, but Modula-3's lack of popularity doesn't justify the large
effort that would require yet.

This port will download a "bootstrap" compiler which builds a fresh
compiler and small set of core components.  The fresh compiler will
then build everything else.  This includes, among other things:

* CM3 Integrated Development Environment (IDE)
* CM3 Code Generator based on gcc 4.3
* CM3 Middle- and back- ends
* CVSup (CM3 is too new to build the CVSUP already in ports)
* M3 GDB (GNU Debugger)
* M3 GUI and networking support
* M3 Quake
* some demos
* many examples
* many CM3 tools
* Oblique
* Caltech Parser toolset
* Full M3 library
* Lots of documentation and man pages

Intentionally left out for now: six (6) games, three (3) webdev progs,
kate (gui), sgml+deepcopy (devlib), pp (m3devtool)

This is the latest release of the Critical Mass Modula-3 (CM3) collection,
version 5.8.6, and it was released in July 2010.  Days were spent
developing this port, but not so much time was developed to quality
assurance.  I added a "recent" patch from upstream for network concurrency
and also modified the getaddrbyname implementation as the original one
raised IPError exceptions due to my VM not having a fully qualified
hostname and external IP address.  My modification makes the exception
look up hostent with 127.0.0.1 first, then raise a new exception on error.
It seems to work, but like I said, it was not heavily tested.

Most of the programs require a running X (Trestle), which I don't have
at the moment, so they stop with an appropriate raised exception.  I only
assume they work, I'll have to check later.

Right now only FreeBSD AMD64 is supported.  I do not expect to attempt
to support FreeBSD i386.  I will probably make an attempt to cross-compile
this on DragonFly x86-64 after appropriate patches are added.  A few
months ago I nearly succeeded in porting CM3 to DragonFly and I expect to
succeed on the next attempt.  If other platforms are desired, somebody
else will have to create bootstraps and any necessary patches.

This was built and poudriere-tested on FreeBSD 9.2.  Only libc, libm, and
libpthread are dynamically loaded so it should build fine on FreeBSD 8.4.
I don't have access to my Redports repository ATM so I can't test FreeBSD
10+, but I will attempt to fix should it fail to build on those platforms.

Hopefully someone will find this port useful.  I was surprised that
apparently the full Modula-3 compiler set has never been ported to
FreeBSD, only the ezm3 version needed to build cvsup.  Modula-3 is a nice
language that probably deserved to be widely used outside of academia.
2014-01-02 02:34:47 +00:00
Vanilla I. Shu
e8d940c7b8 1: convert LIB_DEPENDS to new format.
2: remove NO_STAGE.
3: use USE_GCC=4.6 instead.

PR:		ports/185306
Submitted by:	tijl@
2014-01-01 03:50:04 +00:00
Jun Kuriyama
bb5d2a3f28 - Unbreak on 10.0 by USE_GCC=4.2+.
This may change dependencies other than 10.x environment, so bump
PORTREVISION for safety.
2013-12-31 12:26:35 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Tijl Coosemans
1cdc83153e Update to version 3.3.2.2013.12.30 revision 8930.
This adds support for new PIC devices and the Toshiba TLCS-90
microcontroller.
2013-12-30 15:44:54 +00:00
Johan van Selst
c2b6d33cc5 - Enable STAGE support
- Simplify OPTIONS handling
- Correct shebang paths
- Strip installed binaries and libraries
- Bump PORTREVISION
2013-12-29 20:23:28 +00:00
Johan van Selst
a4407db72e Enable stage support 2013-12-29 17:39:46 +00:00
Johan van Selst
eb32afc13b Enable stage support 2013-12-29 16:19:57 +00:00
Johan van Selst
7ee05873aa Enable stage support 2013-12-29 16:09:58 +00:00
Johan van Selst
be4189fc06 - Enable STAGE support
- Simplify options handling
2013-12-29 16:00:25 +00:00
Johan van Selst
6d62e86dce - Depend on Nettle from ports
- Actually do custom configuration during configuration phase
- Bump PORTREVISION
2013-12-28 18:55:22 +00:00
Vanilla I. Shu
473ca169ed Fix build on i386. 2013-12-28 14:51:03 +00:00
William Grzybowski
ad177bb8a8 lang/py-prolog: support staging 2013-12-28 10:56:59 +00:00
Johan van Selst
0304765166 update 2013-12-28 09:51:44 +00:00
Vanilla I. Shu
a35adbcd94 repo copy lang/v8 to lang/v8-devel. 2013-12-28 04:28:43 +00:00
Rene Ladan
3964fa47ba rene-ladan.nl is offline for now, remove the WWW: line from pkg-descr 2013-12-27 14:54:08 +00:00
Alex Dupre
f0d7ca680e Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.
PR:		ports/185151
Submitted by:	Erick Turnquist <jhujhiti@adjectivism.org>
2013-12-27 10:24:43 +00:00
Baptiste Daroussin
a8c6c03c3f Fix usage of USES=perl5 2013-12-26 00:03:33 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Martin Matuska
b8a1513031 Release maintainership back to ports@
I don't have time to update to 2.2.0
2013-12-25 21:24:16 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Antoine Brodin
38358e7bf6 - Update to 2013.2
- Add LICENSE
- Stage support

PR:		ports/185087
Submitted by:	Hannes Mehnert (maitainer)
2013-12-22 20:23:12 +00:00
Rene Ladan
0cad9b1ff8 Remove expired port:
2013-11-04 lang/clang: Migrate to lang/clang32 or newer
2013-12-22 19:25:20 +00:00
Mathieu Arnold
cc221c9416 Revert r337193, groff needs perl, makes a loop, is bad.
Pointy hat to:	myself
2013-12-22 16:09:43 +00:00
Mathieu Arnold
fb58ceb1d7 Fixup perldoc by using groff from ports. 2013-12-22 15:59:13 +00:00
Tijl Coosemans
140ec0e71f USES=fortran. 2013-12-22 13:20:52 +00:00
Rene Ladan
d8338d9bfa Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
2013-12-22 11:48:43 +00:00
Pawel Pekala
0fbec82b2e - Fix build with clang
- Add LICENSE
- Support staging

PR:		ports/184820
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 16:17:39 +00:00
Sunpoet Po-Chuan Hsieh
5201867b5e - Update to 1.35
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Scalar-List-Utils/Changes
PR:		ports/184504
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2013-12-19 07:23:55 +00:00
Kubilay Kocak
a1c3980ac8 Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.

We thank you for your contribution to the FreeBSD project

Approved by:	portmgr
2013-12-18 10:38:33 +00:00
David Naylor
127a93439f Update lang/pypy-devel to development snapshot at 16-Dec-'13.
Changes:
 1) Fix installation with LOCALBASE!=/usr/local
 2) Properly detect the number of CPUs for concurrent builds

Notes:
 1) The cffi based module _sqlite3.py needs to know where to find
    sqlite3.h, which is hard-coded into the file, however the '.so'
    created is based on the checksum of _sqlite3.py that changes
    when changing the hard-coded path.  Change this by properly
    using the LOCALBASE environment variable.

 2) This change does not modify the behaviour of the port as this
    port runs the compilation stage directly, and correctly, however
    this change will be upstreamed.
2013-12-17 20:51:59 +00:00
Koop Mast
de9d000301 Add spidermonkey 24.2.0.
Stand-only javascript engine from Mozilla 24-esr series.
2013-12-17 00:17:45 +00:00
Greg Larkin
43b0eb0cb0 [Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
2013-12-16 18:24:49 +00:00
Baptiste Daroussin
4ceae583cc Drop maintainership 2013-12-16 17:26:49 +00:00
Gerald Pfeifer
9111836c05 Update to the 20131212 snapshot of GCC 4.8.3. 2013-12-16 03:31:10 +00:00
Gerald Pfeifer
2639ceabbb Update to the 20131215 snapshot of GCC 4.9.0. 2013-12-16 01:59:25 +00:00
Gerald Pfeifer
6527e22488 Update to the 20131214 snapshot of GCC 4.7.4. 2013-12-16 00:54:23 +00:00
Rene Ladan
14f13b87df Specify which BSD licence applies.
Submitted by:	make check-sanity
2013-12-15 17:41:39 +00:00
William Grzybowski
bf1dd3915f lang/tinypy: fix usage of python and examples
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 17:21:06 +00:00
Baptiste Daroussin
99db4b1c3a Update to 5.2.3
Pass maintainership to lua@
Lots of cleanup in the Makefile
Reduce patching
Support stage
2013-12-15 00:56:05 +00:00