pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-deriving-ocsigen
Module Name: pkgsrc
Committed By: jaapb
Date: Tue Jul 11 14:14:20 UTC 2017
Modified Files:
pkgsrc/devel/ocaml-deriving-ocsigen: Makefile
Log Message:
Revbump associated with ocaml-4.04.2, plus correction of OASIS build.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ocaml-deriving-ocsigen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocaml-deriving-ocsigen/Makefile
diff -u pkgsrc/devel/ocaml-deriving-ocsigen/Makefile:1.12 pkgsrc/devel/ocaml-deriving-ocsigen/Makefile:1.13
--- pkgsrc/devel/ocaml-deriving-ocsigen/Makefile:1.12 Fri Dec 30 11:16:58 2016
+++ pkgsrc/devel/ocaml-deriving-ocsigen/Makefile Tue Jul 11 14:14:20 2017
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2016/12/30 11:16:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2017/07/11 14:14:20 jaapb Exp $
#
VERSION= 0.7.1
GITHUB_PROJECT= deriving
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${GITHUB_PROJECT}-ocsigen-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Extension to OCaml for deriving functions from type declarations
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
@@ -15,14 +15,10 @@ HOMEPAGE= http://github.com/ocsigen/deri
LICENSE= mit
USE_TOOLS= gmake
-OCAML_USE_OASIS= yes
+OCAML_USE_OASIS_DYNRUN= yes
OCAML_FINDLIB_DIRS= deriving
-post-patch:
- cd ${WRKSRC} && oasis setup
-
# Package actually needs ocaml-oasis to be installed
-.include "../../devel/ocaml-oasis/buildlink3.mk"
.include "../../devel/ocaml-optcomp/buildlink3.mk"
.include "../../lang/camlp4/buildlink3.mk"
.include "../../mk/ocaml.mk"
Home |
Main Index |
Thread Index |
Old Index