Date: Sun, 23 Aug 2015 10:12:19 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395081 - head/lang/ocaml Message-ID: <201508231012.t7NACJj8042009@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@mode 0555 -lib/ocaml/expunge -lib/ocaml/extract_crc -@mode +@(,,0555) lib/ocaml/expunge +@(,,0555) lib/ocaml/extract_crc lib/ocaml/filename.cmi lib/ocaml/filename.cmx %%PROF%%lib/ocaml/filename.p.cmx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231012.t7NACJj8042009>