Commit graph

28 commits

Author SHA1 Message Date
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Adam Weinberger
136cc8f44f Add DOCS option where PORTDOCS appears in plist. 2014-07-16 02:29:34 +00:00
Johan van Selst
6fdcdb7344 Add pkg-plist file, forgotten in previous commit
Bump PORTREVISION for good measure
2014-04-21 16:11:18 +00:00
Johan van Selst
3826f6bcb2 Add pkg-plist file, forgotten in previous commit
Bump PORTREVISION for good measure

Submitted by:	swills
Pointyhat to:	johans
2014-04-21 16:11:00 +00:00
Johan van Selst
98e5c24df8 - Update to CDuce 0.6.0 (works with modern ocaml)
- Minor cleanups
2014-04-21 13:05:13 +00:00
Antoine Brodin
296deb0da8 Mark broken: Fails to build
(cd ocaml_files; ocamlopt -for-pack Cduce_lib.Caml_cduce -c asttypes.mli outcometree.mli asttypes.ml config.ml misc.ml tbl.ml clflags.ml consistbl.ml warnings.ml terminfo.ml location.mli location.ml annot.mli longident.ml ident.ml path.ml primitive.ml types.ml btype.ml oprint.ml subst.ml predef.ml datarepr.ml env.ml ctype.mli ctype.ml printtyp.ml;\
ocamlopt -for-pack Cduce_lib -pack -o caml_cduce.cmx asttypes.cmx config.cmx misc.cmx tbl.cmx clflags.cmx consistbl.cmx warnings.cmx terminfo.cmx location.cmx longident.cmx ident.cmx path.cmx primitive.cmx types.cmx btype.cmx oprint.cmx subst.cmx predef.cmx datarepr.cmx env.cmx ctype.cmx printtyp.cmx; \
cp caml_cduce.cmx caml_cduce.o caml_cduce.cmi ..)
File "asttypes.mli", line 44, characters 8-18:
Error: Unbound module Location
File "_none_", line 1:
Error: File asttypes.cmx not found
cp: caml_cduce.cmi: No such file or directory
cp: caml_cduce.o: No such file or directory
cp: caml_cduce.cmx: No such file or directory
gmake[1]: *** [caml_cduce.cmx] Error 1
gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/cduce/work/cduce-0.5.5/ocamliface'
gmake: *** [ocamliface/caml_cduce.cmx] Error 2
*** [do-build] Error code 1

Reported by:	pkg-fallout
With hat:	portmgr
2014-04-20 20:37:14 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Johan van Selst
f030d9e3ad Convert to new options framework 2012-06-28 16:12:21 +00:00
Johan van Selst
65582c0278 Update cduce to 0.5.5 2011-10-30 17:39:05 +00:00
Johan van Selst
e9b2c96f91 Update cduce to 0.5.4 2011-06-02 08:59:02 +00:00
Johan van Selst
0ed3ec300a - Fix cduce to work with new ocaml-net version
- Don't build CGI, as netcgi1 is no longer supported
  and cduce doesn't work with netcgi2
- Bump PORTREVISION

Reported by:	pointyhat via pav
2011-04-11 22:37:45 +00:00
Johan van Selst
4aaac0b5f9 Update my mail address to @FreeBSD.org
Feature safe:   yes
2010-02-23 18:07:14 +00:00
Stanislav Sedov
c6762e8051 - Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name
- Fix devel/deputy build with 3.11.0 by using proper object file name
- Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters
  is not allowed now.
- Fix usage message in lang/mtasc.
- Implement a FreeBSD specific code for retriving the executable path in lang/mtasc.
- Update devel/omake to 0.9.8.5.
- Fix devel/omake compilation with 3.11 by dropping an unused reference from the code.
- Fix www/geneweb build with 3.11 by not emitting errors for warnings.
- Fix print/advi build. [2]
- Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0).

PR:		ports/130845 [1] [2] (based on)
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1],
		Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
2009-04-11 13:23:05 +00:00
Johan van Selst
ee66f04b02 Fix build with new ocaml-ocurl (if curl is enabled) 2009-03-09 22:26:09 +00:00
Johan van Selst
e9181cb81a - Fix NOPORTDOCS logic
Reported by:	itetcu
2008-06-10 13:31:25 +00:00
Johan van Selst
cf89f43f8c - Update to 0.5.2.1; fixes build with new ocaml libraries
- Use bsd.ocaml.mk features
- Use OPTIONS
- Grab maintainership
2008-04-11 09:02:01 +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
Kirill Ponomarev
9162f7ee92 Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.

Bump PORTREVISION on all dependent ports.
2007-03-11 19:41:33 +00:00
Martin Wilke
8c734245b1 - Update to 0.4.1
PR:             109317
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
2007-02-27 21:19:11 +00:00
Thierry Thomas
31ebb4ed64 Add a missing run dependence on ocamlfind. 2006-07-27 13:12:18 +00:00
Thierry Thomas
35585a7cdb - Chase ocaml upgrade by upgrading to 0.4.0 and unbreak;
- Disable ocurl by default and since I don't know how to fix it mark
  broken if enabled.

Changelog at <http://www.cduce.org/CHANGES>.
2006-07-19 22:49:03 +00:00
Mark Linimon
67691bae84 Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:		portmgr
2006-06-14 21:38:09 +00:00
Edwin Groothuis
68c75aae5d SHA256ify
APproved by: krion@
2006-01-30 11:48:01 +00:00
Kris Kennaway
bfb21e56eb BROKEN: Does not compile 2006-01-20 00:06:34 +00:00
Thierry Thomas
2b905abd02 Add cduce 0.3.2.
CDuce is an XML centric programming language result of a joint research
project on XML, semantic subtyping, databases and efficient tree automata.

Despite its XML orientation, it is also generalist.

PR:		82117
Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
2005-06-19 14:38:51 +00:00