summaryrefslogtreecommitdiffstats
path: root/lang/erlang14
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra whitespace, use tabs only.olgeni2010-01-031-3/+3
|
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade to version R13B03.olgeni2009-11-275-280/+87
| | | | Obtained from: Kenji Rikitake <kenji.rikitake at acm.org> (mostly)
* Improve Emacs indentation code (the try/after clause is now handled correctly.)olgeni2009-10-262-0/+208
| | | | Obtained from: Steve Vinoski <vinoski at gmail.com>
* Upgrade to version R13B02.olgeni2009-09-227-91/+49
| | | | Feature safe: yes
* Add "buildplt" target to Makefile. When invoked, it builds a fullolgeni2009-09-061-0/+9
| | | | | | PLT database in the user's home directory for the dialyzer application. However, this operation is very expensive and should only be performed if necessary, as dialyzer already provides a minimal PLT by default.
* Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.olgeni2009-09-061-1/+4
| | | | | If the Erlang port was built as a dependency of another port, ARCH=i386 was set for some reason and the Hipe build would fail.
* Use "+=" rather than "=" when modifying CONFIGURE_ENV.olgeni2009-09-061-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-151-4/+3
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* The per-thread last floating point exception pointer is not initializedolgeni2009-07-012-1/+14
| | | | | | | to NULL when it is allocated. As a result, spurious floating point exceptions are reported. Obtained from: David Reiss <dreiss at cs.stanford.edu>
* Add bugfix for ei_decode_big.olgeni2009-06-132-1/+18
| | | | | | | | | | | "The high order bits of the 16-bits digit (short) are read, even if the byte (at u[(i*2)+1]) doesn't belong to the big. In other words, big numbers such as 16#1234567890 with an odd number of bytes are decoded with a garbage byte (i.e. 16#XX1234567890)." http://erlang.org/pipermail/erlang-bugs/2008-October/001023.html Obtained from: Paul Guyot <pguyot at kallisys.net>
* files/patch-lib_compiler_src_beam__utils.erl:olgeni2009-06-123-1/+31
| | | | | | | | | | | | Fix "Internal consistency check failed" compiler error. Obtained from: Bjorn Gustavsson <bgustavsson at gmail.com> files/patch-lib_inets_src_http__client_http.erl: The process would hang because {stream,{self,once}} is not recognized as an invalid option. Obtained from: Adam Kocoloski <adam.kocoloski at gmail.com>
* Unbreak PLIST for erlang-lite.olgeni2009-06-111-4/+7
|
* Mark as MAKE_JOBS_UNSAFE.olgeni2009-06-111-0/+1
| | | | | PR: ports/135479 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
* Upgrade to version R13B01.olgeni2009-06-115-77/+59
|
* Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.olgeni2009-06-102-1/+13
| | | | Obtained from: vanilla
* Bump PORTREVISION due to the recent PLIST changes.olgeni2009-06-041-0/+1
| | | | Noticed by: itetcu
* Restore installation of erl_call.olgeni2009-06-042-1/+2
|
* Add missing application: erts-5.7.1.olgeni2009-06-041-0/+1
| | | | Noticed by: QAT
* Upgrade to version R13B.olgeni2009-06-036-104/+317
| | | | Submitted by: Kenji Rikitake <kenji.rikitake at acm.org> (with a few changes)
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
| | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-051-8/+0
|
* Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the ↵olgeni2008-11-173-1/+45
| | | | | | | | | | timestamp cannot be represented. Previously, -1 was interpreted as a valid result leading erlang:localtime_to_universaltime/2 to return {{1969, 12, 31}, {23, 59, 59}}. A detailed explanation may be found here: http://www.erlang.org/pipermail/erlang-bugs/2008-November/001077.html Obtained from: Paul Guyot <pguyot at kallisys.net>
* The tarball was re-rolled to install the eunit.hrl file.olgeni2008-11-062-3/+4
|
* Upgrade to version R12B-5.olgeni2008-11-058-82/+92
|
* Add correct exit code patch.olgeni2008-11-021-0/+11
|
* Retire incorrect patch (QAT).olgeni2008-11-021-11/+0
|
* Create missing empty directory from pkg-plist to avoid a pkg_delete warning.olgeni2008-11-022-1/+18
| | | | | | Make sure that Install exits with 0 (restore previous patch). No PORTREVISION change needed.
* Unbreak SCTP support and bump PORTREVISION.olgeni2008-11-012-1/+24
|
* Add support for Firefox and Seamonkey.olgeni2008-11-011-1/+1
|
* Remove obsolete patches.olgeni2008-11-013-42/+0
|
* Remove obsolete patch.olgeni2008-11-011-14/+0
|
* Upgrade to version R12B-4.olgeni2008-09-055-40/+50
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Upgrade to version R12B-3.olgeni2008-06-1410-128/+54
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* Portlint:olgeni2008-06-051-1/+1
| | | | FATAL: Makefile: [55]: use a tab (not space) after a variable name
* Upgrade to release R12B-2.olgeni2008-04-123-46/+46
|
* Fix SSL linking issue on amd64.olgeni2008-02-091-1/+1
|
* Upgrade to version R12B-1.olgeni2008-02-076-219/+43
|
* - Mark erlang-lite BROKEN on amd64/5pav2008-02-031-0/+4
| | | | Reported by: pointyhat
* Upgrade to version R12B-0 with OSP1 source patch.olgeni2007-12-236-84/+85
|
* Move the USE_* variables before the inclusion of bsd.port.pre.mk to fixlinimon2007-09-081-7/+7
| | | | building in the new bsd.perl.mk order.
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-4/+4
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).olgeni2007-07-311-1/+10
| | | | | PR: ports/114022 Submitted by: benno
* * Use gcc(1) rather than ld(1) to link the crypto_drv.so port driver, else ↵olgeni2007-07-025-0/+202
| | | | | | | | the Erlang runtime would fail to load it. * Use the correct struct member when compiling SCTP support (this should unbreak CURRENT). Submitted by: dumbbell
* Upgrade to version R11B-5.olgeni2007-06-145-60/+93
|
* Add missing patch after R11B-5 upgrade.olgeni2007-06-141-0/+13
|
* Add missing files.olgeni2007-06-011-0/+2
| | | | Noticed by: kris
OpenPOWER on IntegriCloud