Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.4 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |
3.3.4 25 Jun 2015 10:02:25 |
olgeni |
Compatibility fix for R18.
- Fix portlint warnings
- Use DOS2UNIX_GLOB to fix all source files |
3.3.4 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
3.3.4 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.3.4 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
3.3.4 26 May 2014 06:55:07 |
bapt |
Convert to USES=dos2unix
With hat: portmgr |
3.3.4 07 Nov 2013 13:41:52 |
olgeni |
- Switch to USES=gmake.
- Remove redundant GH master site. |
3.3.4 29 Oct 2013 20:30:23 |
olgeni |
- Add staging support.
- Do not mute install commands.
- Cleanup plist. |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
3.3.4 02 Sep 2013 05:41:50 |
bsam |
1. Introduce using iconv with arguments:
. lib (default, implicit);
. build,
. patch.
The default is the same, all existing ports stay valid.
2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv.
It is intended to get the value of /usr/bin/iconv at recent 10.x.
3. Adopt all ports to using USES+= icomv:build and iconv:patch and
change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports.
Submitted by: bsam (me, via e-mail)
Approved by: portmgr (bapt) |
3.3.4 18 May 2013 13:02:12 |
olgeni |
Add common_lib, a library of Erlang functions used by oserl and
other projects. |