Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
r12b4,1 05 Sep 2008 19:35:41 |
olgeni |
Upgrade to version R12B-4. |
r12b3,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
r12b3,1 14 Jun 2008 23:39:42 |
olgeni |
Upgrade to version R12B-3. |
r12b2_1,1 06 Jun 2008 13:41:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
r12b2,1 05 Jun 2008 23:50:18 |
olgeni |
Portlint:
FATAL: Makefile: [55]: use a tab (not space) after a variable name |
r12b2,1 12 Apr 2008 12:52:31 |
olgeni |
Upgrade to release R12B-2. |
r12b1,1 09 Feb 2008 10:07:35 |
olgeni |
Fix SSL linking issue on amd64. |
r12b1,1 07 Feb 2008 22:40:17 |
olgeni |
Upgrade to version R12B-1. |
r12b0.1,1 03 Feb 2008 20:42:09 |
pav |
- Mark erlang-lite BROKEN on amd64/5
Reported by: pointyhat |
r12b0.1,1 23 Dec 2007 21:57:50 |
olgeni |
Upgrade to version R12B-0 with OSP1 source patch. |
r11b5_1,1 08 Sep 2007 17:14:55 |
linimon |
Move the USE_* variables before the inclusion of bsd.port.pre.mk to fix
building in the new bsd.perl.mk order. |
r11b5_1,1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
r11b5_1,1 31 Jul 2007 21:22:04 |
olgeni |
Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).
PR: ports/114022
Submitted by: benno |
r11b5_1,1 02 Jul 2007 20:47:53 |
olgeni |
* Use gcc(1) rather than ld(1) to link the crypto_drv.so port driver, else the
Erlang runtime would fail to load it.
* Use the correct struct member when compiling SCTP support (this should unbreak
CURRENT).
Submitted by: dumbbell |
r11b5,1 14 Jun 2007 12:36:16 |
olgeni |
Add missing patch after R11B-5 upgrade. |
r11b5,1 14 Jun 2007 12:35:24 |
olgeni |
Upgrade to version R11B-5. |
r11b4,1 01 Jun 2007 09:36:32 |
olgeni |
Add missing files.
Noticed by: kris |
r11b4,1 28 May 2007 23:48:29 |
olgeni |
Upgrade to version R11B-4. |
r11b3_4,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
r11b3_3,1 02 Apr 2007 22:56:15 |
pav |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run |
r11b3_3,1 23 Feb 2007 20:14:54 |
olgeni |
Fix formatting exception in io:format.
Obtained from: Hans Bolinder <hans.bolinder(at)ericsson.com> |
r11b3_2,1 20 Feb 2007 21:20:42 |
olgeni |
The Erlang runtime could occasionally segfault when writing erl_crash.dump
files, due to a fixed size buffer. Using encode_size_struct will fix it.
Obtained from: Christopher Faulet <christopher.faulet(at)capflam.org> |
r11b3_1,1 20 Feb 2007 19:38:33 |
olgeni |
Remove some debug code that was included into the release. |
r11b3_1,1 15 Feb 2007 20:57:03 |
olgeni |
Fix "edoc: error in layout 'edoc_layout'" issue.
Obtained from: Bertil Karlsson <bertil.karlsson(at)ericsson.com> |
r11b3,1 15 Feb 2007 20:56:21 |
olgeni |
Fix http:request error.
Obtained from: Ingela Anderton Andin <ingela(at)erix.ericsson.se> |
r11b3,1 08 Feb 2007 22:41:36 |
olgeni |
Fix dialyzer_init_plt path. |
r11b3,1 02 Feb 2007 13:06:22 |
olgeni |
Upgrade to version R11B-3. |
r11b2_2,1 31 Dec 2006 23:27:18 |
olgeni |
Fix R11B-2 SMP timer race condition bug.
Obtained from: Rickard Green <rickard.s.green(at)ericsson.com> |
r11b2_1,1 12 Dec 2006 13:49:02 |
olgeni |
Improve pkg-message management using SUB_FILES. |
r11b2_1,1 12 Dec 2006 10:57:59 |
olgeni |
Portlint: move PORTREVISION. |
r11b2_1,1 12 Dec 2006 10:57:16 |
olgeni |
Portlint: whitespace fixes. |
r11b2_1,1 11 Dec 2006 17:28:59 |
olgeni |
Disable automatic PLT generation. Add the following patches:
* patch-lib_dialyzer_src_Makefile
Avoid computing the PLT when building the port. It may take so
long that the port building cluster thinks this is a runaway port.
* patch-lib_dialyzer_src_dialyzer__cl.erl
Trick dialyzer into building the PLT even after the port is installed.
* patch-lib_dialyzer_src_dialyzer__cl__parse.erl
Let every user have his own initial PLT in ~/.dialyzer_init_plt.
When dialyzer is invoked the PLT will be rebuilt if needed.
This commit will fix both ports/105869 and the pointyhat port checks. |
r11b2,1 25 Nov 2006 16:47:07 |
olgeni |
Upgrade to release R11B-2.
Support for kqueue has been disabled. From the release notes:
http://www.erlang.org/download/otp_src_R11B-2.readme
"Note: configure will refuse to enable kernel poll support on FreeBSD since
kqueue have problems with (at least) pipes on all version of FreeBSD that we
have tested." |
r11b1,1 17 Nov 2006 06:45:48 |
kris |
BROKEN on sparc64: does not build |
r11b1,1 12 Sep 2006 22:41:00 |
olgeni |
Restore patch-erts_configure: this should fix the amd64 build.
Noticed by: infofarmer |
r11b1,1 07 Sep 2006 13:11:48 |
olgeni |
Update version number. |
r11b1,1 07 Sep 2006 11:59:57 |
olgeni |
Upgrade to version R11B-1. |
r11b0_1,1 04 Aug 2006 12:34:50 |
erwin |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
r11b0_1,1 19 Jun 2006 20:45:43 |
olgeni |
Bugfix: ssh_sftp:connect/2,3 hangs when remote the host is unknown.
Obtained from: Dmitriy Kargapolov <dmitry.kargapolov(at)corp.idt.net> |
r11b0,1 19 Jun 2006 19:26:58 |
olgeni |
Fix list matching problem on 64bit architectures.
Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> |
r11b0,1 19 Jun 2006 18:42:46 |
olgeni |
Add sparc64 to ONLY_FOR_ARCHS.
PR: ports/96688
Submitted by: Shaun Amott <shaun@inerd.com> |
r11b0,1 28 May 2006 14:20:46 |
olgeni |
Upgrade to release R11B-0. |
r10b10,1 09 May 2006 12:12:25 |
garga |
Register CONFLICTS with recently added lang/erlang-lite |
r10b10,1 20 Mar 2006 23:13:39 |
olgeni |
Add support for amd64 (from ports/83001, modified).
PR: ports/83001
Submitted by: Rasmus Kaj <kaj(at)kth.se> |
r10b10,1 20 Mar 2006 19:54:30 |
olgeni |
Improve OSVERSION check for threading issues, using 502102 ("5.2-CURRENT
after change of default thread library from libc_r to libpthread.")
PR: ports/94161
Submitted by: Shaun Amott <shaun(at)inerd.com> |
r10b10,1 15 Mar 2006 16:37:05 |
olgeni |
Upgrade to version R10B-10 (with dialyzer patch). |
r10b9_1,1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
r10b9,1 13 Feb 2006 18:50:06 |
olgeni |
Upgrade to current bsd.java.mk syntax. |
r10b9,1 04 Feb 2006 23:52:18 |
olgeni |
* Clean up Java support.
* Use USE_TK.
* Make sure that ODBC is not built if WITHOUT_ODBC is defined.
* Disable ODBC if ${OSVERSION} < 500000.
* Fix pkg-plist using PLIST_SUB.
* Fix some portlint warnings. |
r10b9,1 22 Jan 2006 02:18:40 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
r10b9,1 15 Dec 2005 10:58:51 |
olgeni |
Upgrade to version R10B-9. |
r10b8_1,1 10 Nov 2005 15:12:41 |
olgeni |
Add bugfix for SSL distribution protocol.
Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> |
r10b8,1 10 Nov 2005 15:10:17 |
olgeni |
Add SHA256 checksums. |
r10b8,1 28 Oct 2005 19:51:02 |
olgeni |
Upgrade to release R10B-8. |
r10b7_1,1 24 Oct 2005 15:06:56 |
olgeni |
Fix typo in sample configuration. |
r10b7_1,1 01 Sep 2005 09:13:16 |
olgeni |
Fix path. |
r10b7_1,1 31 Aug 2005 13:19:33 |
olgeni |
Upgrade to version R10B-7. |
r10b6_1,1 28 Jun 2005 12:21:59 |
olgeni |
Enable ODBC support.
Submitted by: Alexey Slynko <slynko(at)tronet.ru> |
r10b6,1 28 Jun 2005 12:21:11 |
olgeni |
Remove disabled code. |
r10b6,1 28 Jun 2005 12:20:35 |
olgeni |
Portlint fixes. |
r10b6,1 25 Jun 2005 20:26:04 |
olgeni |
Fix version number in example. |
r10b6,1 23 Jun 2005 23:00:00 |
olgeni |
Upgrade to version R10B-6. |
r10b5,1 13 May 2005 14:16:34 |
olgeni |
Upgrade version number in emacs configuration tip. |
r10b5,1 11 May 2005 16:20:16 |
olgeni |
Upgrade to version R10B-5. |
r10b4,1 01 May 2005 09:16:02 |
olgeni |
Upgrade to version R10B-4. |
r10b3_1,1 19 Mar 2005 11:24:22 |
olgeni |
Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4.
(from the erlang-questions mailing list)
Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> |
r10b3,1 07 Mar 2005 13:46:22 |
olgeni |
I forgot to commit this file (for R10B-3.) |
r10b3,1 07 Mar 2005 13:45:23 |
olgeni |
Upgrade to version R10B-3. |
r10b2_4,1 06 Feb 2005 18:05:39 |
olgeni |
Fix problem in run_erl pipe creation.
Submitted by: Peter Lund <Peter.Lund (at) lundata.se> |
r10b2_3,1 29 Jan 2005 14:52:08 |
olgeni |
Use mkdir -p to create empty directories. |
r10b2_3,1 29 Jan 2005 13:51:43 |
olgeni |
Create empty directories from pkg-plist. |
r10b2_3,1 22 Jan 2005 10:42:21 |
olgeni |
Enable kernel poll feature. |
r10b2_2,1 09 Jan 2005 11:27:56 |
olgeni |
Fix HIPE support. Looks like GNU make is picking up ARCH from
environment, even if it is defined in the Makefile. Given that
FreeBSD's ARCH is "i386" and Erlang's ARCH is "x86", some substitutions
did fail leading to a strange compiler failure[0].
Also fix a file:format_error call that produces an incorrect error
message[1].
Obtained from: Brian Buchanan <bwb(at)holo.org> [0]
Obtained from: Vlad Dumitrescu <vlad_dumitrescu(at)hotmail.com> [1] |
r10b2_1,1 30 Dec 2004 22:34:10 |
olgeni |
Fix issue with rb:show/1 (could not be called twice).
Obtained from: Peter Andersson <peppe (at) erix.ericsson.se> |
r10b2,1 22 Dec 2004 15:31:14 |
olgeni |
Upgrade to version r10b2. |
r9c2_1,1 25 Nov 2004 11:14:10 |
olgeni |
Fix packaging, which should also fix the cascading failure on the ports
cluster. |
r9c2_1,1 24 Nov 2004 01:46:40 |
kris |
IGNORE on 4.x too since the same problems exist |
r9c2_1,1 18 Nov 2004 22:36:04 |
kris |
IGNORE on FreeBSD >= 5.x: Crashes at runtime |
r9c2_1,1 12 Oct 2004 09:07:54 |
olgeni |
Add "parallel" category.
PR: ports/72356
Submitted by: Marc van Woerkom <marc.vanwoerkom at fernuni-hagen.de> |
r9c2_1,1 12 Oct 2004 09:03:01 |
olgeni |
Unbreak (disable HIPE build). |
r9c2_1,1 18 Sep 2004 17:07:55 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
r9c2_1,1 24 Jul 2004 13:32:57 |
olgeni |
Silence a couple of debug warnings in et_viewer. |
r9c2_1,1 27 Jun 2004 09:38:01 |
olgeni |
Enable SAE/escript function, which allows creation of standalone Erlang
scripts. |
r9c2,1 24 Jun 2004 19:16:38 |
olgeni |
Restore PORTEPOCH.
Noticed by: eik+chkversion |
r9c2 24 Jun 2004 10:49:10 |
olgeni |
Upgrade to release R9C-2. |
r9c1,1 28 May 2004 14:41:46 |
olgeni |
Upgrade to version R9C-1. |
r9c0_7,1 18 Mar 2004 20:45:09 |
olgeni |
Add SIZE data.
Submitted by: trevor |
r9c0_7,1 11 Mar 2004 20:10:53 |
olgeni |
Unbreak filelib:fold_files/6, add missing clause.
Obtained from: Dominic Williams (on erlang-questions) |
r9c0_6,1 11 Mar 2004 19:52:25 |
olgeni |
Do not close a SSL connection when a finite timeout is specified and
triggered (also fixes ejabberd).
Submitted by: demon
Obtained from: Alexey Shchepin |
r9c0_5,1 29 Feb 2004 16:54:08 |
olgeni |
Add ONLY_FOR_ARCHS=i386, as dependent ports consistently fail to build on
other architectures for yet unknown reasons. |
r9c0_5,1 29 Feb 2004 16:52:37 |
olgeni |
Sort variables, make portlint happier. |
r9c0_5,1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
r9c0_4,1 24 Jan 2004 22:14:55 |
olgeni |
Do not install dangling symlinks.
Noticed by: Chris Pressey |
r9c0_4,1 22 Jan 2004 11:06:02 |
trevor |
Use the SORT macro from bsd.port.mk. |
r9c0_4,1 27 Dec 2003 18:57:37 |
olgeni |
Fix dets file corruption issue.
Obtained from: Hans Bolinder <hasse@erix.ericsson.se> |
r9c0_3,1 20 Nov 2003 23:26:35 |
olgeni |
Look for JDK 1.4.2. |
r9c0_3,1 26 Sep 2003 11:46:55 |
olgeni |
Add nsswitch support, required when running on -CURRENT.
Obtained from: Daniel N?ri <dne@mayonnaise.net> |
r9c0_2,1 06 Sep 2003 13:13:12 |
olgeni |
Bump PORTREVISION for help related fixes. |
r9c0_1,1 06 Sep 2003 13:12:46 |
olgeni |
The open_help function only looks for the netscape executable on unix
systems. Let it look for some browsers that support the openURL command
line protocol (using netscape by default). The BROWSER environment variable
is used if set. |
r9c0_1,1 06 Sep 2003 13:10:46 |
olgeni |
Fix help file pathname for debugger application. |