Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.14.2 04 Aug 2024 12:00:52 |
Piotr Kubaj (pkubaj) |
lang/ocaml: fix build on powerpc
ld: error: relocation R_PPC_ADDR16_HA cannot be used against symbol
'caml_program'; recompile with -fPIC
>>> defined in power_libasmrunpic.o
>>> referenced by power_libasmrunpic.o:(caml_start_program)
ld: error: relocation R_PPC_ADDR16_LO cannot be used against symbol
'caml_program'; recompile with -fPIC
>>> defined in power_libasmrunpic.o
>>> referenced by power_libasmrunpic.o:(caml_start_program)
ld: error: relocation R_PPC_ADDR16_HA cannot be used against symbol
'caml_apply2'; recompile with -fPIC
>>> defined in power_libasmrunpic.o
>>> referenced by power_libasmrunpic.o:(caml_callback2_asm)
ld: error: relocation R_PPC_ADDR16_LO cannot be used against symbol
'caml_apply2'; recompile with -fPIC (Only the first 15 lines of the commit message are shown above ) |
4.14.2 22 May 2024 17:16:28 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
ocaml: Updates to ocaml compiler and several ocaml ports
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4] (Only the first 15 lines of the commit message are shown above ) |
4.14.1 10 Apr 2024 09:32:25 |
Piotr Kubaj (pkubaj) |
lang/ocaml: fix build on powerpc* |
4.14.1 11 Mar 2024 21:50:58 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
lang/ocaml: Update to 4.14.1
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.
- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.
The update includes the following updates to existing ports (needed
to keep them working):
- devel/ocaml-camlp4: Updated to 4.14+1 (Only the first 15 lines of the commit message are shown above ) |
4.08.1_2 29 Feb 2024 20:21:37 |
Tijl Coosemans (tijl) |
Mk/*: Build with a clean environment
Both our make and gmake use the MAKEFLAGS environment variable but the
values aren't compatible and the latest version of gmake complains about
that. To rule out that any environment variable can cause problems like
this, add a new command SETENVI=/usr/bin/env -i that clears the
environment, and use it to run upstream build systems with a clean
environment.
Introduce a new variable WRK_ENV that contains the environment to use
with SETENVI in all targets that run upstream build commands. Variables
that are common between CONFIGURE_ENV and MAKE_ENV could be moved to
WRK_ENV but for now it just contains a minimal environment:
HOME=${WRKDIR}: Fixes USES=elixir ports that were using the user's HOME. (Only the first 15 lines of the commit message are shown above ) |
4.08.1_1 27 Jan 2024 00:30:42 |
Muhammad Moinur Rahman (bofh) |
lang/ocaml: Moved man to share/man
Approved by: portmgr (blanket) |
4.08.1 05 Jan 2024 21:04:00 |
Piotr Kubaj (pkubaj) |
lang/ocaml: drop ELFv1 support |
4.08.1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
4.08.1 28 Jul 2023 08:13:06 |
Mikael Urankar (mikael) |
lang/ocaml: Fix build on aarch64
SYSTEM_ARCH has to be set to arm64
The raw_spacetime_lib is only built on aarch64
Approved by: portmgr (build fix blanket) |
4.08.1 15 Jul 2023 00:42:54 |
Piotr Kubaj (pkubaj) |
lang/ocaml: fix build on powerpc*
1. SYSTEM_ARCH needs to be set to power.
2. To override LD, -fuse-ld=bfd needs to be appended to CC. |
4.08.1 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1] (Only the first 15 lines of the commit message are shown above ) |
4.07.1 09 Apr 2023 13:37:35 |
Po-Chuan Hsieh (sunpoet) |
lang/ocaml: Mark PIE_UNSAFE
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.07.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.07.1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
4.07.1 27 Apr 2022 13:21:46 |
Piotr Kubaj (pkubaj) |
lang/ocaml: simplify powerpc* handling |
4.07.1 25 Apr 2022 14:12:45 |
Piotr Kubaj (pkubaj) |
lang/ocaml: switch to clang + bfd on powerpc64 |
4.07.1 22 Apr 2022 10:47:40 |
Alexey Dokuchaev (danfe) |
lang/ocaml: simplify handling of the documentation distfiles
- Make use of the options helper, DOCS_DISTFILES, and get rid of the
poorly readable .if ${PORT_OPTIONS:MDOCS} block
- Drop useless `post-extract' target, all needed files are extracted
automagically by the framework
- GC left-over CMP_LIB_DESC, MODOPT, PATTERN, and DOCSDISTNAME knobs |
4.07.1 19 Apr 2022 12:09:13 |
Piotr Kubaj (pkubaj) |
lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le |
4.07.1 19 Apr 2022 08:58:07 |
Mikael Urankar (mikael) |
lang/ocaml: Unbreak on aarch64
Enable profiling on aarch64
Approved by: portmgr (build fix blanket) |
4.07.1 16 Apr 2022 07:19:46 |
Alexey Dokuchaev (danfe) |
OCaml: transient update of the stack to version 4.07.1
This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.
It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.
For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.
PR: 250408, 262781
Exp-run by: antoine |
4.05.0_1 29 Oct 2021 10:05:35 |
Stefan Eßer (se) |
lang/ocaml: Remove redundant '-[0-9]*' from CONFLICTS
Follow-up to previous commit: one occurance of "-[0-9]*" had been
missed.
Approved by: portmgr (blanket) |
4.05.0_1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
4.05.0_1 03 Sep 2021 13:01:58 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
4.05.0_1 30 Aug 2021 11:44:57 |
Alexey Dokuchaev (danfe) |
lang/ocaml: sort pkg-plist correctly, remove some old cruft
- Sort the *flat* pkg-plist (after the PLIST_SUB expansion), and drop
needless ``@dir lib/ocaml/threads'' entry
- Remove "INSTALL* safeness" gimmick which had been added 16 years ago
in r133975 and supposedly helped to preserve correct permissions in
some circumstances, but these days it erroneously removes executable
bits from some binaries, or causes nothing but stage Q/A warnings |
4.05.0_1 10 Jun 2021 18:29:12 |
Piotr Kubaj (pkubaj) |
lang/ocaml: fix build on powerpc
Use ld.bfd:
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against symbol:
caml_last_return_address in readonly segment; recompile object files with -fPIC
or pass '-Wl,-z,notext' to allow text relocations in the output |
4.05.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.05.0_1 26 Mar 2021 02:05:33 |
pkubaj |
lang/ocaml: fix packaging on armv6
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.a:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cma:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmi:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmx:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmxa:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmxs:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.mli:No
such file or directory |
4.05.0_1 01 Mar 2021 21:09:20 |
pkubaj |
lang/ocaml: fix build on armv6
Same issue as on armv7.
MFH: 2021Q1 |
4.05.0_1 03 Jan 2021 14:34:33 |
pkubaj |
lang/ocaml: fix build on powerpc64le
Use GCC, like on powerpc64 and add powerpc64le entry to configure script.
Approved by: tier 2 blanket |
4.05.0_1 02 Jan 2021 01:46:09 |
linimon |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
4.05.0_1 22 Aug 2020 21:32:36 |
zeising |
lang/ocaml: Fix build with llvm 11
Fix the build of lang/ocaml with llvm 11.
There are two issues, first off, te issue with -fno-common, which is default
with llvm 11. This is fixed by pulling in a modified patch from upstream,
as well as local patches.
Secondly, there's a problem with how asm sections are handled, patch this
locally. Thanks to dim@ for help with this.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
4.05.0_1 29 May 2020 11:27:55 |
antoine |
ocaml depends on as(1) at runtime
PR: 205250 |
4.05.0_1 29 May 2020 00:20:19 |
emaste |
lang/ocaml: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
4.05.0_1 16 Dec 2019 12:56:06 |
pkubaj |
lang/ocaml: fix build on powerpc64 elfv2
LLVM miscompiles ocaml on powerpc64 elfv2:
ld: error: bytecomp/printlambda.ml:23:(.text+0x16): relocation R_PPC64_TOC16_DS
out of range: 73024 is not in [-32768, 32767]
Use GCC instead on powerpc64.
Add a conditional patch enabled only on powerpc64 elfv2 to use elfv2 abi instead
of elfv1.
Add a bunch of other patches to correctly check for abi instead of relying on
endianness.
PR: 242389
Approved by: michipili@gmail.com (maintainer) |
4.05.0_1 06 Nov 2019 18:06:41 |
zeising |
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
4.05.0_1 20 Oct 2019 09:39:10 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
4.05.0_1 01 Aug 2019 19:30:38 |
pkubaj |
lang/ocaml: fix build on armv7
armv7 requires -Wl,-znotext in LDFLAGS (same as i386), added definition for
triple target and include term.h in the test for tgetent.
PR: 239157
Approved by: michipili@gmail.com (maintainer timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21085 |
4.05.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.05.0 12 Jul 2019 09:09:56 |
pkubaj |
lang/ocaml: fix on powerpc64
powerpc64 needs to be put to configure script to be recognized.
PR: 238788
Approved by: michipili@gmail.com (maintainer timeout), tcberner (mat)
Differential Revision: https://reviews.freebsd.org/D20891 |
4.05.0 27 Jun 2019 13:11:22 |
danfe |
Make sure that correct LDFLAGS are passed when linking shared libraries,
otherwise the build would fail on i386 with recent versions of FreeBSD.
PR: 218333 |
4.05.0 25 Jun 2019 12:55:28 |
gerald |
Fix up pkg-plist in case the THREADS option (which is on by default) is
off by marking a couple of files added in revision 505020 conditional on
that option.
PR: 218333 |
4.05.0 24 Jun 2019 10:14:57 |
danfe |
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine |
4.02.3 08 Jan 2019 13:19:05 |
tobik |
Do not set PORTDOCS twice |
4.02.3 18 Sep 2018 16:05:15 |
emaste |
lang/ocaml: add -znotext to LDFLAGS on i386, for lld
Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
symbol: caml_last_return_address in readonly segment; recompile
object files with -fPIC
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864, 230209
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17200 |
4.02.3 01 Aug 2018 09:16:11 |
danfe |
To make tracking of upcoming changes easier, sort pkg-plist (per LANG=C). |
4.02.3 18 Dec 2017 14:48:49 |
danfe |
Further pre-update cleanups for `lang/ocaml':
- Do not suppress .bak-files when patching things with ``sed(1) -i'',
those can be useful for debugging and catching no-ops
- Drop `files/manfiles', it is no longer used (looks like a relic from
pre-staging times)
- Do not pass ``-as "${AS} ${ASFLAGS}"'' in the initial CONFIGURE_ARGS:
when ARM support was added in r361233, appropriate values are passed
conditionally (subject to ${ARCH}), see line 69
- Simplify handling of CFLAGS (obtained from RedHat package): rather
than passing them as part of the compiler and "fixing" one generated
Makefile in `post-configure', teach the configure script about them |
4.02.3 18 Dec 2017 06:55:07 |
danfe |
In sight of long-overdue update of `lang/ocaml', start cleaning things up:
- Remove hunks from `patch-configure' that are irrelevant on *BSD
- Do not aggressively edit configure script in `post-patch', especially
when it is not required (e.g. no variables are expanded). This was
the reason for bogus changes committed in r403835 by wen@ and r403898
by marino@ (cf. "$bytecclinkopts $bytecclinkopts $bytecclinkopts");
now ``make makepatch'' command is idempotent again
- Do not needlessly pass STAGEDIR via MAKE_ENV: it is correctly passed
via MAKE_ARGS (as DESTDIR), and OCaml's build system is aware of it,
while nowhere referencing STAGEDIR variable
- Drop permission fix for ld.conf that was added in r169472 by itetcu@
11 years 4 months ago: it is no-op these days
Build logs remain identical (modulo the whitespace), regression tests pass. |
4.02.3 18 Dec 2017 01:42:12 |
danfe |
Actualize BROKEN_sparc64 statement. It was (re)marked broken last time in
r138465 by mi@ (first time in r109062 by kris@), that's 12.5 years ago, and
never revisited ever since (except minor facelifting in r387855 by marino@).
The world was largely different back then, with GCC 3.4.4 and OCaml 3.08.3.
Currently it does not build on 10.4-STABLE running under QEMU 2.9.0.
While here, remove stale comment about hardcoded GCC for depend target that
was added in r292093 by bf@ and later *not* removed in r385012 by marino@
together with in-place editing commands it was attributed to. I messed up
the history with r456400, thinking it still applies yet not performing the
proper archaeology check, and rightfully deserve a pointy hat for that. |
4.02.3 15 Dec 2017 15:31:08 |
danfe |
First step to unbreak `lang/ocaml' on aarch64: teach configure script that
the architecture exists on FreeBSD. Unfortunately, this is not enough for
build to succeed, it now complains that as(1) is not found:
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A
-bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmx`
-c camlinternalFormatBasics.ml
sh: as: not found
File "camlinternalFormatBasics.ml", line 1:
Error: Assembler error, input left in file /tmp/camlasm4329ae.s
gmake[7]: *** [Makefile.shared:84: camlinternalFormatBasics.cmx] Error 2
Developed on: ref11-aarch64.freebsd.org |
4.02.3 15 Dec 2017 15:15:02 |
danfe |
Improve handling of the system architecture in `lang/ocaml'.
OCaml is using ARCH variable throughout its makefiles, which clashes with
our own variable of the same name. To workaround it, OCAML_ARCH variable
was introduced which is set based on ARCH, and makefiles later patched in
the `post-configure' target.
This approach does not scale well with porting OCaml to new architectures
as being fragile and sometimes making the build non-idempotent under some
circumstances.
Instead of "fixing" makefiles post-configure, rename ARCH to SYSTEM_ARCH:
this avoids the clash altogether and lets configure script to set correct
values for supported architectures in the first place with no adjustments
required afterwards.
Tested on: i386, amd64, powerpc |
4.02.3 30 Nov 2017 07:27:06 |
linimon |
Attempt to build on armv7 by generalizing from armv6 code.
Unfortanately it didn't build for me on armv7: perhaps it is a difference
in compiler. (It currently builds on armv6 on the freebsd.org cluster.)
So, this is a necessary but insufficient step.
Approved by: portmgr (tier-2 blanket) |
4.02.3 29 Apr 2017 05:44:25 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
4.02.3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.02.3 12 Oct 2016 02:40:29 |
linimon |
Mark as broken on aarch64.
Approved by: portmgr (tier-2 blanket) |
4.02.3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
4.02.3 24 Mar 2016 20:55:15 |
madpilot |
Fix packaging on armv6 by enabling profiling libraries.
PR: 206615
Submitted by: mikael.urankar at gmail.com
Approved by: michipili at gmail.com (maintainer) |
4.02.3 04 Jan 2016 04:27:26 |
danfe |
As usual, routinely update to the next version in r403835 had removed support
for DragonFly (readded in r403898) and FreeBSD/powerpc. Put it back (again). |
4.02.3 17 Dec 2015 10:00:27 |
marino |
lang/ocaml: Unbreak DragonFly
The previous upgrade removed all the dragonfly patches. Bring those
back to restore the port on DragonFly.
PR: 203589 |
4.02.3 16 Dec 2015 03:31:51 |
wen |
- Update to 4.02.3
PR: 203589
Submitted by: michipili@gmail.com(maintainer) |
4.02.1 02 Oct 2015 06:40:02 |
antoine |
Backout r398381, it fails to package
With hat: portmgr
MFH: 2015Q4 |
4.02.3 01 Oct 2015 19:24:12 |
mi |
Upgrade from 4.02.1 to 4.02.3. Disable adding of explicit -O to compiler flags,
because that ends up lowering optimization for most people (from -O2).
Approved by: maintainer
(The upgrade is too minor to justify revision bumping of depending ports.) |
4.02.1 23 Aug 2015 10:12:19 |
pi |
lang/ocaml: pet portlint, change pkg-plist as suggested by ohauer
PR: 195736
Submitted by: ohauer |
4.02.1 16 Aug 2015 17:58:14 |
pi |
lang/ocaml: give execute permissions via pkg-plist to two files
PR: 195736
Submitted by: mmatalka@gmail.com
Approved by: Michael Gruenewald <michipili@gmail.com> (maintainer) |
4.02.1 30 Jul 2015 09:37:17 |
danfe |
Fix the build on PowerPC (again) that was broken as of r385012. |
4.02.1 31 May 2015 17:49:00 |
marino |
lang/ocaml: Remove softvfp option from ARMv6 build (no longer required)
PR: 200102
Submitted by: Mikael Urankar
Approved by: maintainer (assumed good, not able to test) |
4.02.1 29 May 2015 13:58:12 |
marino |
lang/ocaml: Set BROKEN on 2 new ARCHES
The MIPS platforms can't build ocaml. Set it and rework the BROKEN
for sparc64 while here.
PR: 197127 |
4.02.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
4.02.1 13 May 2015 17:38:34 |
marino |
lang/ocaml: Tweak PROFILE handling to support DragonFly
This changes a conditional statement to an equivalent variation. An
internal transformation of DPorts was getting confused by this construct.
Discussed with: Michael Gruenewald (maintainer) |
4.02.1 03 May 2015 13:35:35 |
sunpoet |
- Remove incomplete check for configure arguments to fix build when
CONFIGURE_ARGS contains =
PR: 199884
Submitted by: sunpoet (myself)
Approved by: Michael Grunewald <michipili@gmail.com> (maintainer) |
4.02.1 29 Apr 2015 20:45:24 |
marino |
lang/ocaml: Upgrade version 4.01 => 4.02
PR: 195736
Submitted by: Michael Gruenewald (maintainer)
Add'l fixes: marino
Besides typical port cleanup, the dragonfly patches which had been
removed for the update were added back to the configure patch. |
4.01.0_4 25 Apr 2015 05:51:19 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
4.01.0_4 25 Mar 2015 12:58:34 |
marino |
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket |
4.01.0_4 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
4.01.0_4 20 Oct 2014 11:32:00 |
marino |
lang/ocaml: Remove special NO_PROFILE handling for DragonFly |
4.01.0_4 22 Aug 2014 07:20:30 |
antoine |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
4.01.0_4 19 Aug 2014 13:55:11 |
marino |
lang/ocaml: Improve jobcontrol in ocamlbuild
Apply patch for upstream issue 0005371. It improves job control in
ocamlbuild and fixes some faulty sigpipe affecting ports build with
ocamlbuild.
PR: 189710
Submitted by: edwin (skylable.com)
patch by: glondu
Approved by: maintainer (Michael Gruenewald) |
4.01.0_3 02 Aug 2014 11:57:17 |
danfe |
Unbreak the build and packaging on PowerPC. |
4.01.0_3 15 Jul 2014 17:52:18 |
adamw |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
4.01.0_3 08 Jul 2014 13:11:04 |
marino |
lang/ocaml: Add ARMv6 support
Redports confirms that changes do not break i386 and amd64 builds (8x).
PR: 189063
Submitted by: maintainer (Michael Gruenewald)
Patch by: Andy Ray |
4.01.0_2 10 Jun 2014 23:40:37 |
marino |
lang/ocaml: Remove DEF_OPT option (non-default option)
The option reacts poorly with ocamlp4, and phasing out DEF_OPT
completely will prevent a lot of breakage with ports that also
interact with ocamlp4.
PR: 189176
Submitted by: Anil Madhavapeddy
Prepared by: maintainer (Michael Gruenewald) |
4.01.0_1 06 Jun 2014 14:37:26 |
bapt |
Fix license perms to allow package distribution
Reported by: theraven |
4.01.0_1 13 May 2014 07:25:54 |
makc |
math/facile:
- bump PORTREVISION to trigger repackaging after recent ocaml update:
the package is usable only with ocaml which was used to compile facile.
lang/ocaml:
- add upgrading notes for committers |
4.01.0_1 07 May 2014 08:27:28 |
marino |
lang/ocaml: Fix NO_PROFILE setting and native compiler for DragonFly
The ocaml port was not respecting a NO_PROFILE definition in make.conf,
which causes a stage check failure (missing files) if it is set. Improve
that logic and patch the configure script in numerous places to support
building the native code compiler on DragonFly. This is one of those
famous ports that think all BSDs have the pattern "bsd" in their target
triplet.
Continued under PR: ports/188158 |
4.01.0_1 26 Apr 2014 21:39:07 |
marino |
lang/ocaml: Fix plist issues
These missing man page issues were seen on Redports and reported, then
disappeared after the final patch. Unfortunately they weren't actually
addresses, so it's a mystery why Redports didn't continue to catch the
problem, nor the extra ocamldoc/custom directory (which is why the
ocamldoc/custom/.keep file original existed).
Add the 15 missing man pages to the plist and remove the empty directory
in the post-install target. Strangely enough, Redports still shows an
8x pass. I'm losing a lot of confidence in Redports results...
While here, remove the muting from the post-install target. This is
against convention.
PR: ports/188158 |
4.01.0 26 Apr 2014 17:20:33 |
marino |
lang/ocaml: Upgrade version 4.00.1 to 4.01.0 and stage
This is a significant update from the maintainer. Not only has stage
support been added (and verified with an 8x pass on RedPorts), but
installed binaries are no longer stripped which was the cause of the
coccinelle malfunction seen on DragonFly.
Licensing was also defined, and the X11 build failure caused by the
use of the -R linker flag without the -Wl prefix has also been
rectified. [2]
PR: ports/188158 [1]
Submitted by: maintainer (Michael Gruenewald)
PR: ports/188330 [2]
Submitted by: madpilot
Approved by: maintainer |
4.00.1_1 29 Mar 2014 17:35:09 |
marino |
lang/ocaml: Restore CMP_LIB option in the definitions
noticed by: sunpoet |
4.00.1_1 26 Mar 2014 21:58:07 |
marino |
lang/ocaml: Make expunge executable
devel/ocaml-lwt needs to use it. |
4.00.1 26 Mar 2014 17:50:29 |
marino |
ocaml update 1/4: lang/ocaml upgrade from 3.12 to 4.00
There have been manual outstanding PRs on OCAML that have dragged on
for well more than a year. In the meantime, FreeBSD has been painfully
stucking on version 3.12 of Ocaml. Meanwhile, DragonFly's dports have
been maintaining version 4.00.
With a "Just do it" attitude, the dports version of Ocaml has been brought
in. This doesn't have stage support, nor is the the latest version
available. The idea is just get a working base Ocaml 4.00 in ports and
then have the maintainer update the appropriate PRs.
As a consequence, updates to omake, ocaml-findlib, and ocaml-images is
also required and upcoming.
Urged by: portmgr (bapt)
Related PR: ports/173364
Related PR: ports/173453 |
3.12.1_1 19 Feb 2014 16:20:49 |
gahr |
- Also, remove useless include |
3.12.1_1 19 Feb 2014 16:15:23 |
gahr |
- Convert to USES=tk |
3.12.1_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3.12.1_1 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
3.12.1_1 28 Jun 2013 21:35:14 |
antoine |
Unbreak ocaml-nox11 after PORT_OPTIONS conversion |
3.12.1_1 04 Jun 2013 15:13:42 |
bapt |
Convert to new options framework |
3.12.1_1 06 Feb 2013 15:42:16 |
gahr |
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages |
3.12.1_1 23 Feb 2012 01:10:28 |
bf |
fix the packing list for WITH_CMP_LIB |
3.12.1_1 23 Feb 2012 00:21:15 |
bf |
respect CC [1]; fix Tcl/Tk dependencies; don't conflate -nox11 and
-notk; add a test target; clean up
PR: 160492 [1]
Submitted by: J. Beich (partial patch; under various pseudonyms?) [1]
Approved by: maintainer |
3.12.1 15 Jan 2012 20:32:00 |
crees |
Fix build on FreeBSD 10
Submitted by: avg
Approved by: maintainer timeout (>8 weeks) |
3.12.1 29 Dec 2011 20:33:27 |
scheidell |
- Install expunge script with right permissions [1]
- needed to take the MAN()!= out because it causes multiple background shells
and can hurt INDEX performance [2]
PR: ports/163275 [1]
Approved by: gabor (mentor) [2] |