Commit graph

211 commits

Author SHA1 Message Date
Jimmy Olgeni
be018c77b8 The tarball was re-rolled to install the eunit.hrl file. 2008-11-06 16:19:03 +00:00
Jimmy Olgeni
b6e16d7f29 Upgrade to version R12B-5. 2008-11-05 23:32:22 +00:00
Jimmy Olgeni
867964eda1 Add correct exit code patch. 2008-11-02 14:26:41 +00:00
Jimmy Olgeni
562b026c99 Retire incorrect patch (QAT). 2008-11-02 13:59:27 +00:00
Jimmy Olgeni
a8e1a611fe Create missing empty directory from pkg-plist to avoid a pkg_delete warning.
Make sure that Install exits with 0 (restore previous patch).

No PORTREVISION change needed.
2008-11-02 13:50:08 +00:00
Jimmy Olgeni
59b4ff36d5 Unbreak SCTP support and bump PORTREVISION. 2008-11-01 19:09:27 +00:00
Jimmy Olgeni
c80784e245 Add support for Firefox and Seamonkey. 2008-11-01 19:07:47 +00:00
Jimmy Olgeni
ea4b1f31a4 Remove obsolete patches. 2008-11-01 19:06:19 +00:00
Jimmy Olgeni
7709499828 Remove obsolete patch. 2008-11-01 16:38:07 +00:00
Jimmy Olgeni
03fa4537d8 Upgrade to version R12B-4. 2008-09-05 19:35:57 +00:00
Rong-En Fan
741aa71483 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
 - 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)
2008-08-21 06:18:49 +00:00
Jimmy Olgeni
498a2e406f Upgrade to version R12B-3. 2008-06-14 23:39:49 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Jimmy Olgeni
d12581d188 Portlint:
FATAL: Makefile: [55]: use a tab (not space) after a variable name
2008-06-05 23:50:18 +00:00
Jimmy Olgeni
943ce1c2ab Upgrade to release R12B-2. 2008-04-12 12:52:40 +00:00
Jimmy Olgeni
a7d4facdc9 Fix SSL linking issue on amd64. 2008-02-09 10:07:35 +00:00
Jimmy Olgeni
455d7f5a30 Upgrade to version R12B-1. 2008-02-07 22:40:44 +00:00
Pav Lucistnik
58745c4d07 - Mark erlang-lite BROKEN on amd64/5
Reported by:	pointyhat
2008-02-03 20:42:08 +00:00
Jimmy Olgeni
2c334d055b Upgrade to version R12B-0 with OSP1 source patch. 2007-12-23 21:57:50 +00:00
Mark Linimon
bce5b52668 Move the USE_* variables before the inclusion of bsd.port.pre.mk to fix
building in the new bsd.perl.mk order.
2007-09-08 17:14:55 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Jimmy Olgeni
cde3e8d520 Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).
PR:		ports/114022
Submitted by:	benno
2007-07-31 21:22:04 +00:00
Jimmy Olgeni
f9269d328d * 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
2007-07-02 20:47:53 +00:00
Jimmy Olgeni
2d150227e5 Upgrade to version R11B-5. 2007-06-14 12:37:11 +00:00
Jimmy Olgeni
f4581821cf Add missing patch after R11B-5 upgrade. 2007-06-14 12:36:16 +00:00
Jimmy Olgeni
2dbd0edfe8 Add missing files.
Noticed by:	kris
2007-06-01 09:36:32 +00:00
Jimmy Olgeni
94780d7021 Upgrade to version R11B-4. 2007-05-28 23:49:30 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
cfa7269b11 - 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
2007-04-02 22:56:15 +00:00
Jimmy Olgeni
54a7124a42 Fix formatting exception in io:format.
Obtained from:	Hans Bolinder <hans.bolinder(at)ericsson.com>
2007-02-23 20:14:54 +00:00
Jimmy Olgeni
4dbeec9af9 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>
2007-02-20 21:20:42 +00:00
Jimmy Olgeni
f794385d8f Remove some debug code that was included into the release. 2007-02-20 19:38:32 +00:00
Jimmy Olgeni
7cdaeed6ed Fix "edoc: error in layout 'edoc_layout'" issue.
Obtained from:	Bertil Karlsson <bertil.karlsson(at)ericsson.com>
2007-02-15 20:57:03 +00:00
Jimmy Olgeni
2bf5249dbc Fix http:request error.
Obtained from:	Ingela Anderton Andin <ingela(at)erix.ericsson.se>
2007-02-15 20:56:21 +00:00
Jimmy Olgeni
0c93d484e6 Fix dialyzer_init_plt path. 2007-02-08 22:41:36 +00:00
Jimmy Olgeni
39a9b99bbc Upgrade to version R11B-3. 2007-02-02 13:07:42 +00:00
Jimmy Olgeni
67ee9077e7 Fix R11B-2 SMP timer race condition bug.
Obtained from:	Rickard Green <rickard.s.green(at)ericsson.com>
2006-12-31 23:27:18 +00:00
Jimmy Olgeni
34b6cd81a7 Improve pkg-message management using SUB_FILES. 2006-12-12 13:49:02 +00:00
Jimmy Olgeni
727f1fa132 Portlint: move PORTREVISION. 2006-12-12 10:57:59 +00:00
Jimmy Olgeni
01c5ff695a Portlint: whitespace fixes. 2006-12-12 10:57:16 +00:00
Jimmy Olgeni
87ce2964ee 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.
2006-12-11 17:28:59 +00:00
Jimmy Olgeni
68d867330e 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."
2006-11-25 16:47:07 +00:00
Kris Kennaway
4492170cbd BROKEN on sparc64: does not build 2006-11-17 06:45:48 +00:00
Jimmy Olgeni
b5c6ae5f82 Restore patch-erts_configure: this should fix the amd64 build.
Noticed by:	infofarmer
2006-09-12 22:41:00 +00:00
Jimmy Olgeni
0a4d0c6db9 Update version number. 2006-09-07 13:11:48 +00:00
Jimmy Olgeni
349535f180 Upgrade to version R11B-1. 2006-09-07 12:00:50 +00:00
Erwin Lansing
50513d5d52 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
2006-08-04 12:34:50 +00:00
Jimmy Olgeni
19555a319e Bugfix: ssh_sftp:connect/2,3 hangs when remote the host is unknown.
Obtained from:	Dmitriy Kargapolov <dmitry.kargapolov(at)corp.idt.net>
2006-06-19 20:45:43 +00:00
Jimmy Olgeni
a305924706 Fix list matching problem on 64bit architectures.
Obtained from:	Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
2006-06-19 19:26:58 +00:00
Jimmy Olgeni
c8fd0f9d39 Add sparc64 to ONLY_FOR_ARCHS.
PR:		ports/96688
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-06-19 18:42:46 +00:00
Jimmy Olgeni
c6c2e621b3 Upgrade to release R11B-0. 2006-05-28 14:21:27 +00:00
Renato Botelho
af5296425d Register CONFLICTS with recently added lang/erlang-lite 2006-05-09 12:12:25 +00:00
Jimmy Olgeni
3b0a63a191 Add support for amd64 (from ports/83001, modified).
PR:		ports/83001
Submitted by:	Rasmus Kaj <kaj(at)kth.se>
2006-03-20 23:13:39 +00:00
Jimmy Olgeni
9e78844ca4 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>
2006-03-20 19:54:30 +00:00
Jimmy Olgeni
399fc01fad Upgrade to version R10B-10 (with dialyzer patch). 2006-03-15 16:37:05 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Jimmy Olgeni
c4fb22eedf Upgrade to current bsd.java.mk syntax. 2006-02-13 18:53:33 +00:00
Jimmy Olgeni
304c524492 * 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.
2006-02-04 23:52:18 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Jimmy Olgeni
0485346f09 Upgrade to version R10B-9. 2005-12-15 10:59:30 +00:00
Jimmy Olgeni
8cbd6f6606 Add bugfix for SSL distribution protocol.
Obtained from:	Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
2005-11-10 15:12:40 +00:00
Jimmy Olgeni
a52f1c991b Add SHA256 checksums. 2005-11-10 15:10:17 +00:00
Jimmy Olgeni
a5c7af90db Upgrade to release R10B-8. 2005-10-28 19:51:49 +00:00
Jimmy Olgeni
564f36b49f Fix typo in sample configuration. 2005-10-24 15:06:56 +00:00
Jimmy Olgeni
086d2286e8 Fix path. 2005-09-01 09:13:16 +00:00
Jimmy Olgeni
c6e8539047 Upgrade to version R10B-7. 2005-08-31 13:19:33 +00:00
Jimmy Olgeni
d10d6a25c4 Enable ODBC support.
Submitted by:	Alexey Slynko <slynko(at)tronet.ru>
2005-06-28 12:21:59 +00:00
Jimmy Olgeni
281977c235 Remove disabled code. 2005-06-28 12:21:11 +00:00
Jimmy Olgeni
12f2dcc0e4 Portlint fixes. 2005-06-28 12:20:35 +00:00
Jimmy Olgeni
1aa050fad9 Fix version number in example. 2005-06-25 20:26:04 +00:00
Jimmy Olgeni
a50d4b40bb Upgrade to version R10B-6. 2005-06-23 23:00:48 +00:00
Jimmy Olgeni
3d5940449f Upgrade version number in emacs configuration tip. 2005-05-13 14:16:34 +00:00
Jimmy Olgeni
edd835dd84 Upgrade to version R10B-5. 2005-05-11 16:20:16 +00:00
Jimmy Olgeni
cb4c909db2 Upgrade to version R10B-4. 2005-05-01 09:16:02 +00:00
Jimmy Olgeni
4d84591086 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>
2005-03-19 11:24:22 +00:00
Jimmy Olgeni
7e1588aae0 I forgot to commit this file (for R10B-3.) 2005-03-07 13:46:22 +00:00
Jimmy Olgeni
c211f52b68 Upgrade to version R10B-3. 2005-03-07 13:45:23 +00:00
Jimmy Olgeni
c8813c0e7e Fix problem in run_erl pipe creation.
Submitted by:	Peter Lund <Peter.Lund (at) lundata.se>
2005-02-06 18:05:39 +00:00
Jimmy Olgeni
eb301f91bd Use mkdir -p to create empty directories. 2005-01-29 14:52:08 +00:00
Jimmy Olgeni
9eb6a91072 Create empty directories from pkg-plist. 2005-01-29 13:51:43 +00:00
Jimmy Olgeni
7559c1eae3 Enable kernel poll feature. 2005-01-22 10:42:21 +00:00
Jimmy Olgeni
0b2ae23e01 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]
2005-01-09 11:27:56 +00:00
Jimmy Olgeni
91fa338373 Fix issue with rb:show/1 (could not be called twice).
Obtained from:	Peter Andersson <peppe (at) erix.ericsson.se>
2004-12-30 22:34:09 +00:00
Jimmy Olgeni
14aa3719ef Upgrade to version r10b2. 2004-12-22 15:31:14 +00:00
Jimmy Olgeni
00b8ccf86d Fix packaging, which should also fix the cascading failure on the ports
cluster.
2004-11-25 11:14:10 +00:00
Kris Kennaway
39652bf67a IGNORE on 4.x too since the same problems exist 2004-11-24 01:46:39 +00:00
Kris Kennaway
20d3e7f02b IGNORE on FreeBSD >= 5.x: Crashes at runtime 2004-11-18 22:36:04 +00:00
Jimmy Olgeni
af63caf140 Add "parallel" category.
PR:		ports/72356
Submitted by:	Marc van Woerkom <marc.vanwoerkom at fernuni-hagen.de>
2004-10-12 09:07:54 +00:00
Jimmy Olgeni
b7db406007 Unbreak (disable HIPE build). 2004-10-12 09:03:01 +00:00
Kris Kennaway
fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00
Jimmy Olgeni
4ad8b17341 Silence a couple of debug warnings in et_viewer. 2004-07-24 13:32:57 +00:00
Jimmy Olgeni
849d2ece7c Enable SAE/escript function, which allows creation of standalone Erlang
scripts.
2004-06-27 09:38:01 +00:00
Jimmy Olgeni
b7dfaddab2 Restore PORTEPOCH.
Noticed by:	eik+chkversion
2004-06-24 19:16:37 +00:00
Jimmy Olgeni
53b5189691 Upgrade to release R9C-2. 2004-06-24 10:49:09 +00:00
Jimmy Olgeni
7f0e3a8319 Upgrade to version R9C-1. 2004-05-28 14:41:46 +00:00
Jimmy Olgeni
2a67f30d03 Add SIZE data.
Submitted by:	trevor
2004-03-18 20:45:09 +00:00
Jimmy Olgeni
7bca6a4c59 Unbreak filelib:fold_files/6, add missing clause.
Obtained from:	 Dominic Williams (on erlang-questions)
2004-03-11 20:10:53 +00:00
Jimmy Olgeni
544af71b8f Do not close a SSL connection when a finite timeout is specified and
triggered (also fixes ejabberd).

Submitted by:	demon
Obtained from:	Alexey Shchepin
2004-03-11 19:52:24 +00:00
Jimmy Olgeni
2d29bc4b0f Add ONLY_FOR_ARCHS=i386, as dependent ports consistently fail to build on
other architectures for yet unknown reasons.
2004-02-29 16:54:08 +00:00
Jimmy Olgeni
b07b2409de Sort variables, make portlint happier. 2004-02-29 16:52:37 +00:00