Date: Sun, 3 Aug 2014 13:02:11 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363897 - in head/math/orpie: . files Message-ID: <53de32d3.5289.7ee16f80@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Aug 3 13:02:11 2014 New Revision: 363897 URL: http://svnweb.freebsd.org/changeset/ports/363897 QAT: https://qat.redports.org/buildarchive/r363897/ Log: math/orpie: update to 1.5.2 PR: 190901 Added: head/math/orpie/files/patch-Makefile.in (contents, props changed) Deleted: head/math/orpie/files/patch-gsl Modified: head/math/orpie/Makefile head/math/orpie/distinfo Modified: head/math/orpie/Makefile ============================================================================== --- head/math/orpie/Makefile Sun Aug 3 13:00:00 2014 (r363896) +++ head/math/orpie/Makefile Sun Aug 3 13:02:11 2014 (r363897) @@ -2,24 +2,27 @@ # $FreeBSD$ PORTNAME= orpie -PORTVERSION= 1.5.1 -PORTREVISION= 6 +PORTVERSION= 1.5.2 CATEGORIES+= math MASTER_SITES= http://pessimization.com/software/orpie/ MAINTAINER= ports@FreeBSD.org COMMENT= Fullscreen RPN calculator for the console -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +LICENSE= GPLv2 + LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl -GNU_CONFIGURE= yes USES= gmake -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_OCAML= yes +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc \ man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \ man/man5/orpierc.5.gz +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + .include <bsd.port.mk> Modified: head/math/orpie/distinfo ============================================================================== --- head/math/orpie/distinfo Sun Aug 3 13:00:00 2014 (r363896) +++ head/math/orpie/distinfo Sun Aug 3 13:02:11 2014 (r363897) @@ -1,2 +1,2 @@ -SHA256 (orpie-1.5.1.tar.gz) = f68ee37a5351c1dd32a68edae253a22a913fc2124bace1f6cf19cc2d422100cd -SIZE (orpie-1.5.1.tar.gz) = 370851 +SHA256 (orpie-1.5.2.tar.gz) = de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d +SIZE (orpie-1.5.2.tar.gz) = 379583 Added: head/math/orpie/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/orpie/files/patch-Makefile.in Sun Aug 3 13:02:11 2014 (r363897) @@ -0,0 +1,48 @@ +--- Makefile.in.orig ++++ Makefile.in +@@ -201,7 +201,7 @@ + GSL_INCLUDES = -I ./gsl + GSL_BFLAGS = -g $(GSL_INCLUDES) -thread + GSL_OFLAGS = $(GSL_INCLUDES) -thread +-GSL_CFLAGS = @GSL_CFLAGS@ $(CPPFLAGS) $(CFLAGS) -DHAVE_INLINE -DHAVE_FENV -g -O2 ++GSL_CFLAGS = @GSL_CFLAGS@ $(CPPFLAGS) $(CFLAGS) -DHAVE_INLINE -DHAVE_FENV + + gsl/%.cmi : gsl/%.mli + $(OCAMLC) -c $(GSL_BFLAGS) $< +@@ -264,10 +264,7 @@ + units/%.cmo : units/%.ml + $(OCAMLC) -c $(UNITS_BFLAGS) $< + +-units/%.o : units/%.ml +- $(OCAMLOPT) -c $(UNITS_OFLAGS) $< +- +-units/%.cmx : units/%.ml ++units/%.o units/%.cmx : units/%.ml + $(OCAMLOPT) -c $(UNITS_OFLAGS) $< + + +@@ -278,22 +275,15 @@ + %.cmo : %.ml + $(OCAMLC) -c $(BFLAGS) $< + +-%.o : %.ml +- $(OCAMLOPT) -c $(OFLAGS) $< +- +-%.cmx : %.ml ++%.o %.cmx : %.ml + $(OCAMLOPT) -c $(OFLAGS) $< + + %.ml : %.mll + $(OCAMLLEX) $< + +-%.ml : %.mly ++%.ml %.mli : %.mly + $(OCAMLYACC) -v $< + +-%.mli : %.mly +- $(OCAMLYACC) -v $< +- +- + + # Emacs tags + ############
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de32d3.5289.7ee16f80>