Index: head/misc/valentina/Makefile =================================================================== --- head/misc/valentina/Makefile (revision 482629) +++ head/misc/valentina/Makefile (revision 482630) @@ -1,37 +1,38 @@ # $FreeBSD$ PORTNAME= valentina DISTVERSION= 0.6.0.0 PORTREVISION= 1 DISTVERSIONSUFFIX= a CATEGORIES= misc MASTER_SITES= http://cdn.bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ MAINTAINER= yuri@FreeBSD.org COMMENT= Sewing pattern drafting tool aiming to remake the garment industry LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL.txt -USES= desktop-file-utils gmake qmake qt:5 +USES= compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 USE_QT= concurrent core gui network opengl printsupport svg widgets xml xmlpatterns buildtools_build linguisttools_build testlib_build USE_GL= gl USE_LDCONFIG= yes BB_ACCOUNT= dismine BB_PROJECT= ${PORTNAME} BB_COMMIT= fccfd7b0aa17 QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath" .if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE) QMAKE_ARGS+= CONFIG+="no_ccache" .endif BINARY_ALIAS= hg=/usr/bin/true WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} post-patch: @${REINPLACE_CMD} 's|DEFAULT_PREFIX = /usr|DEFAULT_PREFIX = ${PREFIX}|' ${WRKSRC}/common.pri @${REINPLACE_CMD} 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/src/app/valentina/valentina.pro ${WRKSRC}/src/app/tape/tape.pro + @${REINPLACE_CMD} 's|g++ -dumpversion|g++${GCC_DEFAULT} -dumpversion|' ${WRKSRC}/Valentina.pro .include Index: head/misc/valentina/files/patch-src_libs_vmisc_debugbreak.h =================================================================== --- head/misc/valentina/files/patch-src_libs_vmisc_debugbreak.h (nonexistent) +++ head/misc/valentina/files/patch-src_libs_vmisc_debugbreak.h (revision 482630) @@ -0,0 +1,16 @@ +--- src/libs/vmisc/debugbreak.h.orig 2018-10-20 17:36:33 UTC ++++ src/libs/vmisc/debugbreak.h +@@ -100,6 +100,13 @@ __inline__ static void trap_instruction(void) + * 'aarch64_default_breakpoint' */ + __asm__ volatile(".inst 0xd4200000"); + } ++#elif defined(__powerpc__) ++enum { HAVE_TRAP_INSTRUCTION = 1 }; ++__attribute__((gnu_inline, always_inline)) ++__inline__ static void trap_instruction(void) ++{ ++ __asm__ volatile(".4byte 0x7d821008"); ++} + #else + enum { HAVE_TRAP_INSTRUCTION = 0 }; + #endif Property changes on: head/misc/valentina/files/patch-src_libs_vmisc_debugbreak.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property