1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Jimmy Olgeni
5f9e5ec093 Do not install dangling symlinks.
Noticed by:	Chris Pressey
2004-01-24 22:14:55 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Jimmy Olgeni
6121683354 Fix dets file corruption issue.
Obtained from:	Hans Bolinder <hasse@erix.ericsson.se>
2003-12-27 18:57:37 +00:00
Jimmy Olgeni
a37a08be8a Look for JDK 1.4.2. 2003-11-20 23:26:35 +00:00
Jimmy Olgeni
3114b9d27c Add nsswitch support, required when running on -CURRENT.
Obtained from:	Daniel Néri <dne@mayonnaise.net>
2003-09-26 11:46:55 +00:00
Jimmy Olgeni
68f0e07687 Bump PORTREVISION for help related fixes. 2003-09-06 13:13:12 +00:00
Jimmy Olgeni
94ab33f7d1 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.
2003-09-06 13:12:46 +00:00
Jimmy Olgeni
2a0df9f4e8 Fix help file pathname for debugger application. 2003-09-06 13:10:46 +00:00
Jimmy Olgeni
2107c1b748 The ei_decode_longlong function fails when decoding long values >
2^32, due to a missing cast.

Obtained from:	Javier París Fernández <paris@dc.fi.udc.es> on erlang-questions
2003-08-31 14:39:34 +00:00
Jimmy Olgeni
49cf062231 Unbreak: fix linker issue when building .so modules. 2003-08-31 14:38:36 +00:00
Jimmy Olgeni
226dece134 Bump PORTEPOCH. 2003-08-07 19:56:35 +00:00
Jimmy Olgeni
9673022b5c Upgrade to release R9C-0, and start using OTP release numbers as
port versions.
2003-08-07 10:03:00 +00:00
Jimmy Olgeni
f42465beb5 * Set java/jdk14 as the default JDK.
* Rearrange Makefile using bsd.port.pre.mk and bsd.port.post.mk: the check
for ${JAVABINDIR}/java always returned false because JAVABINDIR depends on
LOCALBASE, which was not defined because the Makefile used bsd.port.mk.
2003-06-23 15:51:31 +00:00
Jimmy Olgeni
97415c87e2 Merge more crypto related fixes for recent OpenSSL versions.
Submitted by:	Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
2003-06-01 17:01:10 +00:00
Jimmy Olgeni
628d86fa47 Fix build problem when using WITHOUT_X11.
PR:		ports/51435
2003-06-01 09:28:09 +00:00
Jimmy Olgeni
f10b15e833 Fix version number in emacs hint. 2003-03-06 11:13:20 +00:00
Jimmy Olgeni
1acf758549 Add hint about OPTIONAL_MANPATH. 2003-03-05 19:24:24 +00:00
Jimmy Olgeni
85c5a5cd95 Update to R9B-1. 2003-03-05 19:23:46 +00:00
Jimmy Olgeni
9d5b764c7d Unbreak after OpenSSL update (using OPENSSL_DES_LIBDES_COMPATIBILITY).
Submitted by:	nectar
2003-03-03 14:49:02 +00:00
Jimmy Olgeni
2563cb72b3 De-pkg-comment my ports + some more. 2003-02-23 10:51:29 +00:00
Jimmy Olgeni
1ad064fcc7 Fix dependencies: remove USE_XLIB and depend on tk84. 2003-01-02 11:34:29 +00:00
Jimmy Olgeni
23cb6224b9 Add installation message suggesting path to emacs mode.
Submitted by:	Marc Ernst Eddy van Woerkom <Marc.Vanwoerkom@FernUni-Hagen.de>
2002-11-16 00:36:00 +00:00
Jimmy Olgeni
d73c192bb8 Make more silent + whitespace change. 2002-11-16 00:20:07 +00:00
Jimmy Olgeni
f97b6c102b Change PLIST generation to allow installing custom libraries in
erlang/lib. Makefile.lib lists the stock OTP libraries to avoid
cluttering the main Makefile. Time for PORTREVISION bump.
2002-11-13 10:38:23 +00:00
Jimmy Olgeni
d315600efa Fix (rare) installation problem when some files already exist in bin/. 2002-11-13 10:33:19 +00:00
Jimmy Olgeni
4ac42cef94 Enable threading and HiPE by default. 2002-11-13 10:31:17 +00:00
Jimmy Olgeni
40f69d6a9d Add $FreeBSD$. 2002-11-13 09:52:25 +00:00
Jimmy Olgeni
8ee755a281 find -> ${FIND}. 2002-11-13 09:05:31 +00:00
Jimmy Olgeni
bd0e25b138 I removed the autoconf dependency but was still calling ${AUTOCONF},
which is no longer needed.
2002-11-11 17:36:32 +00:00
Jimmy Olgeni
ed579b7fb7 Add WITH_ERLANG_HIPE option, to enable HiPE support. 2002-11-03 20:16:29 +00:00
Jimmy Olgeni
034094bad9 Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
2002-11-02 18:40:49 +00:00
Jimmy Olgeni
169b9965a7 Add support for WITH_ERLANG_THREADS (enables threaded I/O). 2002-07-15 15:50:44 +00:00
Jimmy Olgeni
79d87c64af chown lib/erlang to root:wheel with proper permissions, do not use bogus
uids from the documentation tarball.
2002-07-15 08:56:26 +00:00
Jimmy Olgeni
8bbef658f1 Update port to version 8.1 (R8B-1)
Submitted by:	Vance Shipley <vances@motivity.ca>
2002-04-14 19:07:04 +00:00
Jimmy Olgeni
ff7476d1f5 Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell
scripts controlling erlang nodes).
2002-03-31 18:08:40 +00:00
Jimmy Olgeni
a7b664f052 Add (forgotten) build dependency on devel/autoconf213. 2002-03-31 17:45:14 +00:00
Jimmy Olgeni
735521c275 Update port to version 8.0 (R8B-0).
Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@vailsys.com> on the erlang mailing list).
2002-03-31 10:23:43 +00:00
Jimmy Olgeni
a7bb73bdb3 Fix diff path in patch-al.
Submitted by:	Tomasz Szymczak <ex@valis.net.pl>
2002-02-08 13:11:43 +00:00
Jimmy Olgeni
90fe751c8d Fix strerror_r conflict. 2002-02-07 20:52:33 +00:00
Akinori MUSHA
c982f5faf1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:24:09 +00:00
Jimmy Olgeni
1fe9c70f3d Update port to version R7B-4, with updated documentation tarball. I also
had to rework the documentation merging process because it thought that
1.9 became after 1.10, breaking the merge for this release.
2001-10-05 19:39:12 +00:00
Jimmy Olgeni
98c35cf31e * Point the default JAVABINDIR/JAVAPORT to the native jdk1.3
* Autodetect java, enable WITHOUT_JAVA if no java exists
* Remove useless PLIST_SUBs (plist is automatically generated)
* grep -> ${GREP}
2001-09-28 11:31:59 +00:00
Jimmy Olgeni
4b9c060f57 Take over maintainership.
Approved by:	maintainer (sam@inf.enst.fr)
2001-06-10 20:35:08 +00:00
Jimmy Olgeni
c3874c8b44 Update port to version 7.3.0 (OTP-R7B-3), and add some improvements to
pkg-plist generation (vim5-style).

Approved by:	maintainer
2001-06-06 20:57:49 +00:00
Jimmy Olgeni
613d1fe47d Update port to version R7B-2.
A detailed changelog is available at:

  http://www.erlang.org/download/otp_src_R7B-2.readme

(NOTICE: there is an incompatibility with the previous version: see
OTP-3744)

Port note: I finally removed all the lib/ files from pkg-plist, and
switched to automatic plist generation because Erlang is so nice as to live
in its own subdirectory. Previous plist management involved far too many
%%HACKS%%, and untold hours of compilation/testing to get every combination
right.
2001-03-07 21:59:55 +00:00
Jimmy Olgeni
78e52af153 Misc. Makefile, docs and pkg-plist fixes.
* Put documentation in the correct directories.
  An UPDATED_PACKAGES variable is provided in the Makefile to select which
  documentation should be moved (see Makefile comments).
* Move man pages out of pkg-plist.
* Add man pages to Makefile.
* Don't compress man pages, to support emacs erlang mode.
* Don't try to compile java dependent packages if javac cannot be found:
  tell user to check JAVABINDIR in this case.

(no functional changes to the base Erlang system)

Maintainer:	timed out
2001-02-20 14:15:33 +00:00
Pierre Beyssac
2921f400fb Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@inf.enst.fr
2001-01-23 20:50:38 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Alexander Langer
b4fe3b1135 Change maintainer email.
Submitted by:	maintainer on -ports
2000-08-11 12:46:42 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00