Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.4_1 07 Jun 2018 00:34:18 |
rene |
Remove expired ports:
2018-06-06 biology/ssaha: Broken for more than 6 months
2018-06-06 biology/crux: Broken for more than 6 months
2018-06-06 biology/ariadne: Broken for more than 6 months
2018-06-06 cad/sceptre: Broken for more than 6 months
2018-06-06 cad/cider: Broken for more than 6 months
2018-06-06 chinese/scim-array: Broken for more than 6 months
2018-06-06 chinese/xpdf: Broken for more than 6 months
2018-06-06 chinese/telnet: Broken for more than 6 months
2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring
comms/java-commapi
2018-06-06 comms/soundmodem: Broken for more than 6 months
2018-06-06 comms/jsdr: Broken for more than 6 months
2018-06-06 comms/java-commapi: Broken for more than 6 months
2018-06-06 converters/pdf2djvu: Broken for more than 6 months
2018-06-06 databases/rdb: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
4.0.4_1 05 May 2018 10:49:36 |
antoine |
Deprecate ports broken for more than 6 months |
4.0.4_1 14 Dec 2017 06:59:14 |
antoine |
Mark BROKEN: fails to build
../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" -I/usr/local/include
-I/usr/local/include/p11-kit-1 -I/usr/local/include
nettls_nettle_bindings_stubs.c
+ cc -O2 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-D_THREAD_SAFE -O2 -pipe -fno-strict-aliasing -fPIC -c -O -g
-I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include
-I'/usr/local/lib/ocaml' 'nettls_nettle_bindings_stubs.c'
nettls_nettle_bindings_stubs.c:120:36: error: function cannot return array type
'const struct nettle_cipher *const []'
const struct nettle_cipher * const nettle_ciphers[] = {
^
/usr/local/include/nettle/nettle-meta.h:75:43: note: expanded from macro
'nettle_ciphers'
#define nettle_ciphers (nettle_get_ciphers())
^
nettls_nettle_bindings_stubs.c:359:34: error: function cannot return array type
'const struct nettle_hash *const []'
const struct nettle_hash * const nettle_hashes[] = {
^
/usr/local/include/nettle/nettle-meta.h:140:41: note: expanded from macro
'nettle_hashes'
#define nettle_hashes (nettle_get_hashes())
^
Reported by: pkg-fallout |
4.0.4_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
4.0.4_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
4.0.4_1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.0.4 21 Feb 2016 10:23:06 |
amdmi3 |
- Switch to options helpers
- Mark APACHE options BROKEN, does not build |
4.0.4 27 Nov 2015 02:55:02 |
vanilla |
Upgrade to 4.0.4. |
4.0.3_1 05 Aug 2015 17:16:20 |
vg |
- Added gnutls support and enabled by default |
4.0.3 16 May 2015 11:36:49 |
marino |
www/ocamlnet: Upgrade version 3.7.4 => 4.0.3 to unbreak
Several options were removed / changed / added. I maintained as many
as I could, but did not add new ones e.g. gnutls which probably requires
another ocaml package. Somebody that needs more options than this needs
to adopt the port and support them.
This port broke with the latest ocaml, so upgrading was necessary to
fix the build. |
3.7.3 16 May 2015 07:37:22 |
marino |
Reset 14 ocaml ports maintained by Jaap Boender per his request
"I don't use FreeBSD very much anymore, so I'm not really the best person
to fix this. (As a corollary, if anyone wants to take over maintainership
of any or all of the ports, I'm still listed as maintainer of, they are
most welcome to.)"
Given that Jaap hasn't submitted or handled any PRs since before staging,
I think it will be more effective to just reset all the ports and let
people pick up the ones they like. Thanks for your past support, Jaap!
PR: 199845 |
3.7.3 04 May 2015 15:46:52 |
madpilot |
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat) |
3.7.3 27 Mar 2014 00:29:12 |
marino |
www/ocaml-net: Upgrade version 3.5.1 -> 3.7.3 and stage
The original PR requested to version 3.6.3, but it was straight-forward
to jump to the latest version. The stage support came from the pkgsrc
version.
PR: ports/176062
Submitted by: maintainer (Jaap Boender)
Stage support: Taken from pkgsrc |
3.5.1 15 Mar 2014 08:12:20 |
miwi |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
3.5.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.5.1 04 Jun 2013 10:02:00 |
bapt |
Convert to new options framework |
3.5.1 27 Oct 2012 20:06:24 |
bapt |
Disable gtk1 support which depends on ocaml-lablgtk which is expired
Feature safe: yes |
3.5.1 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
3.5.1 22 May 2012 13:12:46 |
scheidell |
- Update to 3.5.1 [1]
- Honor NOPORTEXAMPLES if NOPORTDOCS not defined [2]
PR: ports/167987 [1]
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> [1]
Reviewed by: scheidell@ (me) [2]
Approved by: Jaap Boender <jaapb@kerguelen.org> (maintainer) |
3.3.3 15 Feb 2012 14:31:49 |
eadler |
Remove duplicate variable
Submitted by: Alex Kozlov
Approved by: maintainer (implicit) |
3.3.3 15 Feb 2012 13:41:16 |
eadler |
Fix the variable name
Submitted by: Alex Kozlov |
3.3.3 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
3.3.3 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
3.3.3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.3.3 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
3.3.3 21 Jun 2011 09:51:12 |
johans |
Update ocaml-net to 3.3.3 (bugfix release) |
3.3.1 11 Jun 2011 11:06:45 |
johans |
Update ocaml-net to 3.3.1 |
3.2.1_2 10 May 2011 07:37:03 |
johans |
Fix PLIST by using USE_OCAMLFIND_PLIST
Bump PORTREVISION |
3.2.1_1 05 May 2011 08:12:08 |
johans |
Pass maintainership to submitter of the last PR (Jaap Boender) |
3.2.1_1 05 May 2011 07:51:39 |
johans |
Add OPTIONS to install additional optional modules
PR: ports/122890
Submitted by: Jaap Boender <jaapb@kerguelen.org> |
3.2.1 08 Apr 2011 10:56:14 |
johans |
- Update ocaml-net to 3.2.1
- Grab maintainership |
2.2.9_2 05 Apr 2011 22:23:33 |
stas |
- Bump portrevisions on all ocaml libraries, as it appears that compiled
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree |
2.2.9_1 24 Mar 2011 07:08:49 |
linimon |
Maintainer is currently unable to work on this port. |
2.2.9_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.2.9_1 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.2.9_1 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
2.2.9_1 10 Apr 2008 06:46:34 |
stas |
- Fix pkg-plist.
Reported by: Manfred Lotz <manfred.lotz@yahoo.de>,
Johan van Selst <johans@stack.nl> |
2.2.9 08 Apr 2008 19:21:35 |
stas |
- Update ocaml-net to 2.2.9
- make PREFIX-clean
- use bsd.ocamk.mk framework
- update pkg description
- pass maintainership to submitter.
PR: ports/118888 (based on)
Submitted by: manfred.lotz@yahoo.de |
1.1.1_1 25 May 2007 00:39:40 |
clsung |
- stephane@ give up maintain his ports
PR: ports/112464
Submitted by: stephane |
1.1.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.1 07 Jan 2006 07:45:07 |
edwin |
Update port: www/ocaml-net (upgrade to the latest version)
Upgrade to the latest, 1.1.1, version. I've added lang/ocaml to
RUN_DEPENDS for rebuild the port with portupgrade -r lang/ocaml.
PR: ports/90212
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approved by: Stephane Legrand <stephane@freebsd.org> |
1.1 03 Oct 2005 13:58:50 |
garga |
- Update to 1.1
PR: ports/85188
Submitted by: maintainer |
0.98_1 27 Oct 2004 22:45:28 |
pav |
- Fix package so it registers shared libraries in ocaml register
PR: ports/73194
Submitted by: stephane (maintainer) |
0.98 18 Oct 2004 16:52:45 |
thierry |
Upgrade to 0.98.
PR: ports/72279
Submitted by: maintainer. |
0.97_1 28 Mar 2004 18:27:15 |
pav |
- Add missed runtime dependency on ocaml-pcre
PR: ports/64862
Submitted by: stephane (maintainer) |
0.97 23 Mar 2004 23:39:20 |
pav |
- Update to 0.97
PR: ports/64622
Submitted by: stephane (maintainer) |
0.95_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.95 03 Apr 2003 15:16:48 |
obraun |
Add ocaml-net 0.95, OCaml modules for Internet applications.
PR: ports/48818
Submitted by: Stephane Legrand <stephane@freebsd.org> |