1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

230 Commits

Author SHA1 Message Date
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
Jimmy Olgeni
9453825888 Bring back a few docs that used to live in lang/erlang-doc. 2010-08-14 12:40:33 +00:00
Jimmy Olgeni
ceec748fb3 Display PKGMESSAGE after installation from port. 2010-08-14 12:39:08 +00:00
Jimmy Olgeni
f73236b432 Fix a few whitespace nits. 2010-08-14 12:38:26 +00:00
Jimmy Olgeni
27133a4414 Remove obsolete message about nsswitch.conf in FreeBSD 5.x (no
PORTREVISION bump, which would be overkill for this).
2010-07-23 13:23:23 +00:00
Jimmy Olgeni
b1a3b36665 Patch erlc.c to automatically pass the "-smp disable" arguments to
the Erlang runtime.

This should hopefully fix the pointyhat build hangs which seem
related to the Erlang SMP runtime (beam.smp).
2010-04-07 22:04:49 +00:00
Jimmy Olgeni
e71bc6d153 Revert 1.152, which cannot possibly work until erl is installed in ${LOCALBASE}...
Pointy hat to:	olgeni
2010-04-07 15:01:53 +00:00
Jimmy Olgeni
75a94fd4b2 Disable SMP when running erlc (it hangs at least on pointyhat builds). 2010-04-07 14:33:40 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Jimmy Olgeni
f1ae00508b Add missing emacs files.
Obtained from:	Nico Kruber <kruber at zib dot de>
2010-03-20 20:20:59 +00:00
Jimmy Olgeni
94492cc4a7 Upgrade to version r13b04.
Obtained from:	vanilla (with additional SCTP fix)
2010-03-15 15:30:57 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jimmy Olgeni
1d755807c4 Add OPTIONS support.
Obtained from:	Jim Wagner <jwagner graffadmin com>
2010-01-28 12:27:01 +00:00
Jimmy Olgeni
c283c902d4 Remove extra whitespace, use tabs only. 2010-01-03 14:41:32 +00:00
Martin Wilke
8ca9f0d689 - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR:	ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:	137855
Submitted by:		Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:	Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:	exp-run
2009-12-29 10:25:55 +00:00
Jimmy Olgeni
5a830433de Upgrade to version R13B03.
Obtained from:	Kenji Rikitake <kenji.rikitake at acm.org> (mostly)
2009-11-27 13:21:58 +00:00
Jimmy Olgeni
87d714407b Improve Emacs indentation code (the try/after clause is now handled correctly.)
Obtained from:	Steve Vinoski <vinoski at gmail.com>
2009-10-26 17:45:08 +00:00
Jimmy Olgeni
ce4c3e4256 Upgrade to version R13B02.
Feature safe:	yes
2009-09-22 15:57:20 +00:00