svn commit: r395081 - head/lang/ocaml

Kurt Jaeger pi at FreeBSD.org
Sun Aug 23 10:12:20 UTC 2015


Author: pi
Date: Sun Aug 23 10:12:19 2015
New Revision: 395081
URL: https://svnweb.freebsd.org/changeset/ports/395081

Log:
  lang/ocaml: pet portlint, change pkg-plist as suggested by ohauer
  
  PR:		195736
  Submitted by:	ohauer

Modified:
  head/lang/ocaml/Makefile
  head/lang/ocaml/pkg-plist

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Sun Aug 23 09:39:25 2015	(r395080)
+++ head/lang/ocaml/Makefile	Sun Aug 23 10:12:19 2015	(r395081)
@@ -38,7 +38,7 @@ CONFIGURE_ARGS=	-verbose -prefix "${PREF
 		-aspp "${CC} -c" \
 		-partialld "${LD} -r"
 
-OPTIONS_DEFINE= X11 THREADS DOCS EXAMPLES
+OPTIONS_DEFINE=	X11 THREADS DOCS EXAMPLES
 OPTIONS_DEFAULT=X11 THREADS
 CMP_LIB_DESC=	Install compiler libraries
 PORTDOCS=	htmlman ${DOCSDISTNAME}-refman.ps.gz \
@@ -66,9 +66,9 @@ PLIST_SUB+=	DOC="@comment "
 .endif
 
 .if ${ARCH} == armv6
-CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -meabi=5"
+CONFIGURE_ARGS+=	-as "${AS} ${ASFLAGS} -meabi=5"
 .else
-CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS}"
+CONFIGURE_ARGS+=	-as "${AS} ${ASFLAGS}"
 .endif
 
 .if ${PORT_OPTIONS:MTHREADS}
@@ -95,7 +95,7 @@ CONFIGURE_ARGS+=-no-graph
 .include <bsd.port.pre.mk>
 .include "${FILESDIR}/manfiles"
 
-OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/}
+OCAML_ARCH=	${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/}
 
 .if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64} \
 	|| ${OCAML_ARCH:Marm}

Modified: head/lang/ocaml/pkg-plist
==============================================================================
--- head/lang/ocaml/pkg-plist	Sun Aug 23 09:39:25 2015	(r395080)
+++ head/lang/ocaml/pkg-plist	Sun Aug 23 10:12:19 2015	(r395081)
@@ -288,10 +288,8 @@ lib/ocaml/dynlink.cmx
 lib/ocaml/dynlink.cmxa
 lib/ocaml/dynlink.mli
 %%THREADS%%lib/ocaml/event.mli
- at mode 0555
-lib/ocaml/expunge
-lib/ocaml/extract_crc
- at mode
+@(,,0555) lib/ocaml/expunge
+@(,,0555) lib/ocaml/extract_crc
 lib/ocaml/filename.cmi
 lib/ocaml/filename.cmx
 %%PROF%%lib/ocaml/filename.p.cmx


More information about the svn-ports-all mailing list