From owner-svn-ports-all@FreeBSD.ORG Sun Aug 3 13:02:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 216C9A55 for ; Sun, 3 Aug 2014 13:02:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03C092B41 for ; Sun, 3 Aug 2014 13:02:12 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 5289 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 13:02:11 +0000 From: William Grzybowski Date: Sun, 3 Aug 2014 13:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363897 - in head/math/orpie: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de32d3.5289.7ee16f80@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 13:02:12 -0000 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 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 + ############