Update to 2.0.2
This commit is contained in:
parent
f1e5c6edd4
commit
1a85e54520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264883
4 changed files with 21 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kst
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= science kde
|
||||
MASTER_SITES= SF/${PORTNAME}/Kst%20${PORTVERSION}/
|
||||
|
||||
|
@ -44,6 +44,12 @@ IGNORE= does not compile on 6.x
|
|||
do-configure:
|
||||
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} ${QMAKEFLAGS}
|
||||
|
||||
post-configure:
|
||||
#fix build when Qt-3.x is installed
|
||||
${FIND} -d ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e '/^CFLAGS.*=/s|-I/usr/local/include||' \
|
||||
-e '/^CXXFLAGS.*=/s|-I/usr/local/include||'
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,}
|
||||
${MKDIR} ${PREFIX}/share/pixmaps
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (kst-2.0.0.tar.gz) = 30fa9d5a3af9170592c49ba282947331
|
||||
SHA256 (kst-2.0.0.tar.gz) = 6f3e639b87cc21c3ddc8891aa91ee713c6b750cd9fafc945fb97acc1a8fe0c7c
|
||||
SIZE (kst-2.0.0.tar.gz) = 10270708
|
||||
SHA256 (kst-2.0.2.tar.gz) = 706a4c83f246a5bc9691cc574e7deb8d817d64f27182adb4400776752edf430a
|
||||
SIZE (kst-2.0.2.tar.gz) = 10503526
|
||||
|
|
11
science/kst2/files/patch-kst.pro
Normal file
11
science/kst2/files/patch-kst.pro
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./kst.pro.orig 2010-09-27 11:32:51.000000000 +0400
|
||||
+++ ./kst.pro 2010-11-13 23:53:45.113750666 +0300
|
||||
@@ -9,7 +9,5 @@
|
||||
src/libkstapp \
|
||||
src/kst \
|
||||
src/d2asc \
|
||||
- src/plugins \
|
||||
- tests
|
||||
+ src/plugins
|
||||
|
||||
-!win32-msvc*:SUBDIRS += tests/dirfile_maker
|
|
@ -1,5 +1,6 @@
|
|||
bin/kst2
|
||||
lib/kst/libkst2data_ascii.so
|
||||
lib/kst/libkst2data_fitsimage.so
|
||||
lib/kst/libkst2data_qimagesource.so
|
||||
lib/kst/libkst2data_sampledatasource.so
|
||||
lib/kst/libkstplugin_akima.so
|
||||
|
|
Loading…
Reference in a new issue