aboutsummaryrefslogtreecommitdiff
path: root/misc/free42
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-01-08 18:56:09 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-01-08 18:56:09 +0000
commitbdb040c1efa2bfde5fa4e0a3f6ae931de572ca05 (patch)
treeb09e3339d5148cdf46fb729ff21ba83538cea493 /misc/free42
parent62ed8cc16d111137e5d93b86b5556883a0c2c606 (diff)
downloadports-bdb040c1efa2bfde5fa4e0a3f6ae931de572ca05.tar.gz
ports-bdb040c1efa2bfde5fa4e0a3f6ae931de572ca05.zip
misc/free42: Update to 2.0.10
Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13795
Notes
Notes: svn path=/head/; revision=458469
Diffstat (limited to 'misc/free42')
-rw-r--r--misc/free42/Makefile15
-rw-r--r--misc/free42/distinfo6
2 files changed, 10 insertions, 11 deletions
diff --git a/misc/free42/Makefile b/misc/free42/Makefile
index a9c97925b705..091d3a50d9b7 100644
--- a/misc/free42/Makefile
+++ b/misc/free42/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-PORTNAME= Free42
-DISTVERSION= 2.0.7
+PORTNAME= free42
+DISTVERSION= 2.0.10
CATEGORIES= misc
MASTER_SITES= http://thomasokken.com/free42/upstream/
-DISTNAME= ${PORTNAME:tl}-nologo-${DISTVERSION}
+DISTNAME= ${PORTNAME}-nologo-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simulation of the HP-42S scientific calculator and HP-82240 printer
@@ -27,21 +27,20 @@ DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h
BUILD_WRKSRC= ${WRKSRC}/gtk
post-extract:
- @${RM} `${FIND} ${WRKDIR} -name "*.orig"`
@cd ${BUILD_WRKSRC} && tar xvfz ../inteldecimal/IntelRDFPMathLib20U1.tar.gz
post-patch:
- @${REINPLACE_CMD} -e 's|"%s/%s.%s", free42dirname, name,|"%s/%s.%s", "${DATADIR:tl}", name,|' \
- ${BUILD_WRKSRC}/shell_skin.cc
+ @${REINPLACE_CMD} -e 's|snprintf(free42dirname, FILENAMELEN, "%s/\.free42", home)|strcpy(free42dirname, "${DATADIR}")|' \
+ ${BUILD_WRKSRC}/shell_main.cc
do-build:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} cleaner && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD}
- # TODO do we need decimal fp arithmetic?: ${MAKE_CMD} BCD_MATH=1 SKIN_SYS_DIR="${DATADIR:tl}"
+ # TODO do we need decimal fp arithmetic?: ${MAKE_CMD} BCD_MATH=1 SKIN_SYS_DIR="${DATADIR}"
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/free42bin ${STAGEDIR}${PREFIX}/bin/
- @cd ${WRKSRC} && ${COPYTREE_SHARE} skins ${STAGEDIR}${DATADIR:tl}
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} skins ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
diff --git a/misc/free42/distinfo b/misc/free42/distinfo
index f7330ec59019..facf02ffc8dd 100644
--- a/misc/free42/distinfo
+++ b/misc/free42/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511214642
-SHA256 (free42-nologo-2.0.7.tgz) = 97241d56372163904755f8fcf7724adcaa12a2e0fbaf9670c3661c3645805ccc
-SIZE (free42-nologo-2.0.7.tgz) = 7354819
+TIMESTAMP = 1515411890
+SHA256 (free42-nologo-2.0.10.tgz) = e15c8a96643d27961b89488bd1f040a453d03349b5436077ffd3825b7cffdbc3
+SIZE (free42-nologo-2.0.10.tgz) = 7389429