Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 15:52:35 GMT
From:      Stas Timokhin <devel@stasyan.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178240: Update port science/meep to 1.2
Message-ID:  <201304291552.r3TFqZR2095579@red.freebsd.org>
Resent-Message-ID: <201304291600.r3TG00hu080728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178240
>Category:       ports
>Synopsis:       Update port science/meep to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 29 16:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Stas Timokhin
>Release:        10-current i386
>Organization:
None
>Environment:
>Description:
http://www.freebsd.org/cgi/query-pr.cgi?pr=178239 should be commited synchronously with this PR.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-04-18 23:12:00.000000000 +0700
+++ Makefile	2013-04-18 23:17:04.000000000 +0700
@@ -2,8 +2,7 @@
 # $FreeBSD: science/meep/Makefile 314144 2013-03-14 11:20:54Z miwi $
 
 PORTNAME=	meep
-PORTVERSION=	1.1.1
-PORTREVISION=	4
+PORTVERSION=	1.2
 CATEGORIES=	science
 MASTER_SITES=	http://ab-initio.mit.edu/meep/
 
@@ -15,8 +14,8 @@
 		gsed:${PORTSDIR}/textproc/gsed
 LIB_DEPENDS+=	guile.21:${PORTSDIR}/lang/guile \
 		blas.2:${PORTSDIR}/math/blas \
-		ctl.4:${PORTSDIR}/science/libctl \
-		hdf5.0:${PORTSDIR}/science/hdf5
+		ctl.5:${PORTSDIR}/science/libctl \
+		hdf5.7:${PORTSDIR}/science/hdf5-18
 RUN_DEPENDS+=	harminv:${PORTSDIR}/science/harminv
 
 USE_GMAKE=	yes
--- distinfo.orig	2012-07-14 21:29:18.000000000 +0700
+++ distinfo	2013-04-18 23:12:49.000000000 +0700
@@ -1,2 +1,2 @@
-SHA256 (meep-1.1.1.tar.gz) = 7a97b5555da1f9ea2ec6eed5c45bd97bcd6ddbd54bdfc181f46c696dffc169f2
-SIZE (meep-1.1.1.tar.gz) = 751244
+SHA256 (meep-1.2.tar.gz) = 2734737b8053a45942bc1a50933d63b6fd18c7dc3cf33e92e0815ece93138942
+SIZE (meep-1.2.tar.gz) = 807522
--- files/patch-configure.orig	2012-07-14 21:29:18.000000000 +0700
+++ files/patch-configure	2013-04-18 23:48:43.000000000 +0700
@@ -1,6 +1,12 @@
---- configure.orig	2009-08-21 16:35:00.000000000 +0000
-+++ configure	2011-06-19 22:08:46.000000000 +0000
-@@ -920,6 +920,7 @@
+--- configure.orig	2012-07-20 08:29:15.000000000 +0700
++++ configure	2013-04-18 23:46:39.000000000 +0700
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/local/bin/bash
+ # Guess values for system-dependent variables and create Makefiles.
+ # Generated by GNU Autoconf 2.69 for meep 1.2.
+ #
+@@ -772,6 +772,7 @@
  datadir
  datarootdir
  libexecdir
@@ -8,7 +14,7 @@
  sbindir
  bindir
  program_transform_name
-@@ -1002,6 +1003,7 @@
+@@ -856,6 +857,7 @@
  bindir='${exec_prefix}/bin'
  sbindir='${exec_prefix}/sbin'
  libexecdir='${exec_prefix}/libexec'
@@ -16,7 +22,7 @@
  datarootdir='${prefix}/share'
  datadir='${datarootdir}'
  sysconfdir='${prefix}/etc'
-@@ -1398,7 +1400,7 @@
+@@ -1247,7 +1249,7 @@
  fi
  
  # Check all directory arguments for consistency.
@@ -25,3 +31,21 @@
  		datadir sysconfdir sharedstatedir localstatedir includedir \
  		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  		libdir localedir mandir
+@@ -9622,7 +9624,7 @@
+ LIBTOOL_DEPS="$ltmain"
+ 
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL='/usr/local/bin/bash $(top_builddir)/libtool'
+ 
+ 
+ 
+@@ -25552,7 +25554,7 @@
+ 	ACTIVATE_READLINE="$ractivate"
+ else
+ 	ractivate="(use-modules (ice-9 readline)) (activate-readline)"
+-	if guile -c "$ractivate" >& /dev/null; then
++	if guile -c "$ractivate" > /dev/null 2>&1; then
+ 	        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ice-9 readline" >&5
+ $as_echo "ice-9 readline" >&6; }
+ 	        ACTIVATE_READLINE="$ractivate"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304291552.r3TFqZR2095579>