- Update to 1.5.3.
- Fix BUILD_DEPENDS. - Change depending library name. (ports/121284) - Remove BROKEN on amd64. (ports/121284) Changes: PR: ports/121285 Submitted by: maintainer ("Shin'ya Murakami")
This commit is contained in:
parent
625be6b2a4
commit
058df97171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209920
2 changed files with 7 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dcl
|
||||
PORTVERSION= 1.5.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.5.3
|
||||
CATEGORIES= science graphics ruby
|
||||
MASTER_SITES= http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -16,14 +15,14 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|||
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
|
||||
COMMENT= A Ruby interface to the scientific graphic library DCL
|
||||
|
||||
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
||||
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \
|
||||
${X11BASE}/lib/libcdcl.a:${PORTSDIR}/science/cdcl
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
||||
|
||||
.if defined(WITHOUT_GTK)
|
||||
.else
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
|
||||
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
|
||||
BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl.a:${PORTSDIR}/science/cdcl
|
||||
.endif
|
||||
|
||||
USE_RUBY= yes
|
||||
|
@ -44,7 +43,7 @@ DEMODAT= grph1/scpack/t810630.dat grph1/scpack/t811231.dat \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not build on ${ARCH} (Needs to link against shared libraries)
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ruby-dcl-1.5.2.tar.gz) = 6eac6916f09ef1fcf9b93e80dbf3693f
|
||||
SHA256 (ruby-dcl-1.5.2.tar.gz) = f80d0430b173348078094ca5c4b6be74db21eda68995c325984c1d7653663626
|
||||
SIZE (ruby-dcl-1.5.2.tar.gz) = 237066
|
||||
MD5 (ruby-dcl-1.5.3.tar.gz) = ac76939f0791f9c7d1900644bb5f0681
|
||||
SHA256 (ruby-dcl-1.5.3.tar.gz) = 7f594ed4f238267fbe247a928947c3318cf3179f806ad0c7eaa3458677d28eef
|
||||
SIZE (ruby-dcl-1.5.3.tar.gz) = 251061
|
||||
|
|
Loading…
Reference in a new issue