pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/camlimages



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Nov 24 12:44:09 UTC 2022

Modified Files:
        pkgsrc/graphics/camlimages: Makefile
Removed Files:
        pkgsrc/graphics/camlimages: MESSAGE

Log Message:
graphics/camlimages: Replace MESSAGE with an actual fix

MESSAGE exhorted the user to adjust ocaml's ld.conf.  Remove that, and
use ocaml.mk harder so that the directory is automatically registered.

Ride the recent bump to PKGREVISION 100.  This is a clue!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/camlimages/MESSAGE
cvs rdiff -u -r1.141 -r1.142 pkgsrc/graphics/camlimages/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/camlimages/Makefile
diff -u pkgsrc/graphics/camlimages/Makefile:1.141 pkgsrc/graphics/camlimages/Makefile:1.142
--- pkgsrc/graphics/camlimages/Makefile:1.141   Wed Nov 23 16:20:13 2022
+++ pkgsrc/graphics/camlimages/Makefile Thu Nov 24 12:44:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2022/11/23 16:20:13 adam Exp $
+# $NetBSD: Makefile,v 1.142 2022/11/24 12:44:09 gdt Exp $
 
 VERSION=               4.0.1
 PKGNAME=               camlimages-${VERSION}
@@ -39,8 +39,10 @@ do-install:
        cd ${WRKSRC} && OCAMLFIND_DESTDIR=${DESTDIR}${PREFIX}/lib/ocaml/site-lib \
                OCAMLFIND_LDCONF=/dev/null ${PREFIX}/bin/omake install
 
+OCAML_USE_FINDLIB=     yes
+
 BUILDLINK_API_DEPENDS.ocaml+=  ocaml>=3.11.0
-.include "../../lang/ocaml/buildlink3.mk"
+.include "../../lang/ocaml/ocaml.mk"
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../x11/ocaml-graphics/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index