FreeBSD Bugzilla – Attachment 180473 Details for
Bug 217460
math/speedcrunch: update port to 0.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
math_speedcrunch.diff (text/plain), 4.86 KB, created by
Mikael Urankar
on 2017-03-03 18:23:40 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2017-03-03 18:23:40 UTC
Size:
4.86 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 434696) >+++ Makefile (working copy) >@@ -2,20 +2,26 @@ > # $FreeBSD$ > > PORTNAME= speedcrunch >-DISTVERSION= 0.11 >+DISTVERSION= 0.12 > CATEGORIES= math >+MASTER_SITES= http://bitbucket.org/heldercorreia/${PORTNAME}/get/ >+DISTNAME= branch-${DISTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= mikael.urankar@gmail.com > COMMENT= Keyboard-oriented desktop scientific calculator > > LICENSE= GPLv2+ > >-USE_GITHUB= yes >-GH_PROJECT= SpeedCrunch >+WRKSRC= ${WRKDIR}/heldercorreia-speedcrunch-7f2565d6a0ad > >-USES= cmake:outsource >+USES= cmake:outsource gmake > CMAKE_SOURCE_PATH= ${WRKSRC}/src >-USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui network >-USE_XORG= x11 xext sm ice >+USE_QT5= buildtools core gui help qmake_build qml widgets >+USE_XORG= x11 > >+PLIST_FILES= bin/speedcrunch \ >+ share/applications/speedcrunch.desktop \ >+ share/appdata/speedcrunch.appdata.xml \ >+ share/pixmaps/speedcrunch.png >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 434696) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (speedcrunch-SpeedCrunch-0.11_GH0.tar.gz) = 3632f2b40ac628d2665c838643cc99c50e89b60f54ac2a82b4533d254f0cb6eb >-SIZE (speedcrunch-SpeedCrunch-0.11_GH0.tar.gz) = 1516510 >+TIMESTAMP = 1488474133 >+SHA256 (branch-0.12.tar.gz) = 24d8b0d9f1386d74fe75f7f86d56fd8a57405887b30da55a12dc7d1078780485 >+SIZE (branch-0.12.tar.gz) = 3667373 >Index: files/patch-src_CMakeLists.txt >=================================================================== >--- files/patch-src_CMakeLists.txt (revision 434696) >+++ files/patch-src_CMakeLists.txt (nonexistent) >@@ -1,38 +0,0 @@ >---- src/CMakeLists.txt.orig 2014-01-29 21:24:08 UTC >-+++ src/CMakeLists.txt >-@@ -19,8 +19,6 @@ IF(COMMAND cmake_policy) >- CMAKE_POLICY(SET CMP0005 OLD) # remove this and the quoted arguments in >- # ADD_DEFINITONS() once CMake 2.6 is used >- ENDIF(COMMAND cmake_policy) >--SET(CMAKE_COLOR_MAKEFILE ON) >--SET(CMAKE_VERBOSE_MAKEFILE OFF) >- SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) >- >- SET(QT_MIN_VERSION "4.8.0") >-@@ -71,12 +69,13 @@ ENDIF( APPLE ) >- >- ADD_CUSTOM_TARGET( confclean COMMAND rm -rf Makefile CMakeFiles/ CMakeCache.txt cmake_install.cmake DartTestfile.txt install_manifest.txt ) >- >--find_library(x11 X11) >--IF(x11) >-- TARGET_LINK_LIBRARIES(${PROGNAME} ${QT_LIBRARIES} X11) >--ELSE(x11) >-+find_package(X11) >-+IF(X11_FOUND) >-+ INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) >-+ TARGET_LINK_LIBRARIES(${PROGNAME} ${QT_LIBRARIES} ${X11_LIBRARIES}) >-+ELSE(X11_FOUND) >- TARGET_LINK_LIBRARIES(${PROGNAME} ${QT_LIBRARIES}) >--ENDIF(x11) >-+ENDIF(X11_FOUND) >- >- # only needed for static builds when directx is enabled in qt and you >- # get a linker error because of missing a directx function >-@@ -98,6 +97,7 @@ TARGET_LINK_LIBRARIES(testevaluator ${QT >- ADD_TEST(testevaluator testevaluator) >- >- ADD_EXECUTABLE(testfloatnum ${testfloatnum_SOURCES}) >-+TARGET_LINK_LIBRARIES(testfloatnum m) >- ADD_TEST(testfloatnum testfloatnum) >- >- INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR} thirdparty core gui math) > >Property changes on: files/patch-src_CMakeLists.txt >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-src_SourceFiles.cmake >=================================================================== >--- files/patch-src_SourceFiles.cmake (revision 434696) >+++ files/patch-src_SourceFiles.cmake (nonexistent) >@@ -1,10 +0,0 @@ >---- src/SourceFiles.cmake.orig 2014-01-29 21:24:08 UTC >-+++ src/SourceFiles.cmake >-@@ -55,7 +55,6 @@ gui/mainwindow.h >- >- set(speedcrunch_SOURCES >- main.cpp >--thirdparty/binreloc.c >- core/book.cpp >- core/constants.cpp >- core/evaluator.cpp > >Property changes on: files/patch-src_SourceFiles.cmake >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 434696) >+++ pkg-plist (nonexistent) >@@ -1,3 +0,0 @@ >-bin/speedcrunch >-share/applications/speedcrunch.desktop >-share/pixmaps/speedcrunch.png > >Property changes on: pkg-plist >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217460
: 180473 |
180475
|
180488
|
187022
|
187023