www/geneweb: change distsite to address compatibility issues with OCaml 4.xx

- also: add ocamlfind dependency

PR:		219793
Submitted by:	Alex Stangl <alex@stangl.us> (maintainer)
Reviewed by:	swills
This commit is contained in:
Kurt Jaeger 2018-05-07 13:26:23 +00:00
parent 07784a692b
commit acdde9b9c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469287
4 changed files with 16 additions and 18 deletions

View file

@ -4,6 +4,7 @@
PORTNAME= geneweb
DISTVERSIONPREFIX= distrib-
DISTVERSION= 6-08
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= alex@stangl.us
@ -12,10 +13,12 @@ COMMENT= Advanced genealogy software
LICENSE= GPLv2
BUILD_DEPENDS= ocamlc:lang/ocaml \
camlp5:devel/ocaml-camlp5
camlp5:devel/ocaml-camlp5 \
ocamlfind:devel/ocaml-findlib
USE_GITHUB= yes
GH_ACCOUNT= geneanet
GH_ACCOUNT= geneweb
GH_TAGNAME= 13c850a0cc3973daf7ae3e0772a1621f84052041
HAS_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes

View file

@ -1,2 +1,3 @@
SHA256 (geneanet-geneweb-distrib-6-08_GH0.tar.gz) = 082038c595cb9477212656690a02f23dabe53d4511469d6cdfba8a590f6080d7
SIZE (geneanet-geneweb-distrib-6-08_GH0.tar.gz) = 1791772
TIMESTAMP = 1525699554
SHA256 (geneweb-geneweb-distrib-6-08-13c850a0cc3973daf7ae3e0772a1621f84052041_GH0.tar.gz) = 79a062d83181c6a686794d2bb60577e963b26ff01154ac8ec4a3604c796f27e3
SIZE (geneweb-geneweb-distrib-6-08-13c850a0cc3973daf7ae3e0772a1621f84052041_GH0.tar.gz) = 1793948

View file

@ -0,0 +1,8 @@
--- configure.orig 2016-11-06 14:21:56 UTC
+++ configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
OCAML_MIN_VER="4.02"

View file

@ -1,14 +0,0 @@
--- ./tools/Makefile.inc.unix.orig 2015-10-03 02:32:14 UTC
+++ ./tools/Makefile.inc.unix
@@ -5,8 +5,8 @@
CAMLP5_COMM=TOP=$(TOP) $(TOP)/tools/caml
CAMLP5F=-DUNIX
CAMLP5D=+camlp5
LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt -warn-error "+A-d"
+OCAMLOPT=ocamlopt.opt -warn-error "+A-d"
OCAMLI=
OCAMLD=
STRIP=strip