Commit graph

248 commits

Author SHA1 Message Date
Pietro Cerutti
e50f8a9adc - Convert to USES=tk 2014-02-20 10:19:17 +00:00
Jimmy Olgeni
36af465f4d Upgrade to version R16B03-1.
Submitted by:	Kenji Rikitake <kenji@k2r.org>
2014-01-28 14:02:50 +00:00
Jimmy Olgeni
ccc8b0b357 - Upgrade to version R16B03.
- Add MANPATH entry.
- Do not mute the remaining install commands.
2014-01-08 11:45:58 +00:00
Jimmy Olgeni
f9ecf79989 Upgrade to version R16B02. 2013-11-17 21:49:37 +00:00
Jimmy Olgeni
172360a1fa - Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
- Remove unnecessary USE_CSTD (see r331232). [1]
- Remove build_plt target, which is overkill for normal usage anyway.

PR:           ports/180017 [1]
Submitted by: Stefan Grundmann <sg2342@googlemail.com> [1]
2013-10-22 19:02:06 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
9f48528e6e Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:51:04 +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
Jimmy Olgeni
2516bccd36 Revert dumb mistake from 317548.
Submitted by:	danfe
2013-05-07 04:55:44 +00:00
Jimmy Olgeni
f28b0b5c24 Do not try to install empty DOCSDIR. 2013-05-06 20:18:32 +00:00
Jimmy Olgeni
985473b689 Add support for an ERLANG_LIB variable, which will allow repocopied
ports to provide different Erlang runtimes in separate locations.

These will be useful for testing and for running rebar builds without
module conflicts.

No package changes or PORTREVISION bump so far.
2013-05-05 12:20:16 +00:00
Jimmy Olgeni
167f3cf34f Fix incorrect DISTFILES and DOC_DISTFILES. 2013-04-24 18:03:50 +00:00
Jimmy Olgeni
797a371b80 Only fetch the documentation files if DOCS is defined (the otp_doc_html
tarball can he heavy if you are short on bandwidth).
2013-04-24 12:48:08 +00:00
Jimmy Olgeni
c70ecc8004 Remove ONLY_FOR_ARCHS, since it seems to build everywhere.
PR:		ports/176353
Submitted by:	Brett Wynkoop <bsdbugs@wynn.com>
2013-02-24 10:48:25 +00:00
Jimmy Olgeni
ba21e5c6e0 Use DOCSDIR where possible. 2013-01-31 12:49:24 +00:00
Jimmy Olgeni
4def8bcfac Convert Makefile header to new format. 2013-01-30 23:42:11 +00:00
Jimmy Olgeni
ff8526151d Back when Erlang R15 was imported, lang/erlang14 was added as a
safety fallback option.

Since no issues came up with R15 it can now be removed.
2013-01-30 17:07:20 +00:00
Jimmy Olgeni
b69398fc8c Fix a couple of issues, using patches from erlang-patches:
- When using an async thread pool, terminating a process that uses
the file:open/2 that specify the "compressed" option causes a crash.
(by Filipe David Manana)

- Due to a bug in ssl_manager:clean_cert_db, very time a tcp
connection was upgraded the certificates would be leaked and never
removed from the 'ssl_otp_cacertificate_db' table. (by Daniel Barney)
2013-01-10 14:42:50 +00:00
Jimmy Olgeni
c2129e1c6b Upgrade to version R15B03-1, which contains a few minor improvements
over R15B03:

- Official fix for the ssl:ssl_accept/2 timeout issue.
- Revert erl_crash.dump creation behavior back to R15B02.

Feature safe:	yes
2012-12-07 21:49:46 +00:00
Jimmy Olgeni
261d7ffe0d Fix timeout issue in ssl_connection.erl.
Due to a missing function clause to handle the ssl:ssl_accept-timeout,
it was treated as a canceled timeout.

Submitted by:	Ingela Anderton Andin on erlang-bugs
Feature safe:	yes
2012-11-29 21:42:28 +00:00
Jimmy Olgeni
a23e2eb9d7 Upgrade to version R15B03.
Feature safe:	yes
2012-11-28 19:35:51 +00:00
Jimmy Olgeni
bfe3323fa3 Fix crash when a table viewer in the observer application attempts
to refresh an ETS table which no longer exists.

Submitted by:	Peti Gomori on erlang-patches
Feature safe:	yes
2012-11-27 21:34:53 +00:00
Jimmy Olgeni
30a4e350be Fix 64-bit bug in odbcserver application:
- encode_out_params should perform cast using SQL_INTEGER* rather than long*.

Submitted by:	Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs
Feature safe:	yes
2012-11-05 14:53:00 +00:00
Jimmy Olgeni
62448feee6 Add configuration check: DTRACE support on amd64 requires GCC46 to
be enabled.

Building with gcc version 4.2.1 20070831 causes an infinite loop
while compiling erl_nif.c.

Discovered by:		Kenji Rikitake
2012-09-11 20:16:20 +00:00
Jimmy Olgeni
7b8e8f6174 - Upgrade to version R15B02
- Add GCC46 option
- Update pkg-descr with text from erlang.org
2012-09-10 19:09:48 +00:00
Jimmy Olgeni
dab04f1eef Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS
2012-08-18 10:18:27 +00:00
Jimmy Olgeni
b7e92b9c87 Add experimental DTrace support.
Obtained from:	Kenji Rikitake's Erlang port on github
		https://github.com/jj1bdx/erlang-freebsd-port
2012-08-17 13:16:43 +00:00
Jimmy Olgeni
a40f1404b2 Document conflicts with Erlang R14. 2012-08-15 20:17:48 +00:00
Jimmy Olgeni
fa161be0ef - Upgrade to version R15B01, plus a general cleanup and lots of
fixes (notably SSL and SCTP). [0]

- Switch to a more common version numbering in package name.

Submitted by:	ale[0]
2012-08-15 20:01:14 +00:00
Jimmy Olgeni
ed62e52003 Remove conflicts with lang/erlang-lite, removed in r302575. 2012-08-15 13:46: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
Jimmy Olgeni
f2f72af6ef Restore MAKE_JOBS_UNSAFE.
PR:		ports/169987
Submitted by:	amdmi3
2012-07-20 18:35:12 +00:00
Jimmy Olgeni
5e8dbb70bf - Convert to OptionsNG and add HIPE, KQUEUE, OPENSSL, SCTP, THREADS
- Add USE_CSTD=gnu98 (fixes CLANG build)
- Remove MAKE_JOBS_UNSAFE
- Use standard ODBC, UNIXODB and IODBC knobs in optional OPTIONS_SINGLE group
- Pet portlint

PR:		ports/169355
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-07-01 16:00:59 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Jimmy Olgeni
b425ce9b69 Fix TOOLS_VSN version number.
Remove ERTS_VSN from PLIST_SUB while I'm here.

No PORTREVISION bump since only pkg-message is affected.

Reported by:	stas
Feature safe:	yes
2011-12-03 20:50:21 +00:00
Jimmy Olgeni
b8efb5ed93 Do not include util.h.
If net/libbgpdump was installed then the Erlang build would pick
up a stray util.h and fail to build.

No PORTREVISION bump required: existing installations are just fine.

Reported by:	Kurt Jaeger <pi opsec eu>
2011-10-17 22:53:57 +00:00
Jimmy Olgeni
5a7092122c Update documentation tarball checksum due to minor errors.
PR:		ports/161369
Submitted by:	Besedin Konstantin <besedin.k gmail com>
2011-10-07 14:49:14 +00:00
Jimmy Olgeni
cb7500ecc0 Upgrade to version R14B04. 2011-10-05 16:21:40 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Jimmy Olgeni
c63fc7eba2 Upgrade to version R14B03. 2011-05-25 21:04:58 +00:00
Jimmy Olgeni
b481c6c03a Upgrade to version R14B-02. 2011-03-16 21:08:26 +00:00
Jimmy Olgeni
ad6f264a1e In FreeBSD jails, the source and destination address of connections
to localhost are changed to be the IP address of the jail.

Consider connections from the host's IP address to itself (e.g., the
source and destination address match) to be local for the access
control checks.

Reported by:	<tom diogunix com>
Obtained from:	Michael Santos <michael santos gmail com>
2010-12-23 15:02:17 +00:00
Jimmy Olgeni
79d5253338 Upgrade to version R14B01. 2010-12-15 13:52:59 +00:00
Jimmy Olgeni
687a0ea8ab Add powerpc to ONLY_FOR_ARCHS since it has been reported to work. 2010-10-29 10:43:18 +00:00
Jimmy Olgeni
864e5f3205 Fix build on FreeBSD 6.x.
Noticed by:	ashish
2010-09-30 12:40:48 +00:00
Jimmy Olgeni
20fb377fdc Fix fetching of doc file from MASTER_SITE_LOCAL.
Noticed by:	pointyhat (erwin)
2010-09-29 10:57:54 +00:00
Jimmy Olgeni
8efcfd869e Upgrade to version R14B, with a couple of fixes from the Erlang
mailing lists.
2010-09-27 20:17:16 +00:00
Jimmy Olgeni
8327def0e3 Replace LOCALBASE with PREFIX where needed. 2010-08-14 13:15:03 +00:00