Date: Mon, 11 Jan 2021 16:30:30 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561224 - head/devel/upp Message-ID: <202101111630.10BGUUCN014449@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Jan 11 16:30:30 2021 New Revision: 561224 URL: https://svnweb.freebsd.org/changeset/ports/561224 Log: devel/upp update to revision 15260 PR: 250753 Submitted by: Oskar Holmlund <oskar.holmlund@ohdata.se> (original version, maintainer), lightside@gmx.com (committed version) Modified: head/devel/upp/Makefile head/devel/upp/distinfo Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Mon Jan 11 15:58:59 2021 (r561223) +++ head/devel/upp/Makefile Mon Jan 11 16:30:30 2021 (r561224) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= upp -DISTVERSION= 14429 +DISTVERSION= 15260 CATEGORIES= devel x11-toolkits -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2020.1/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2020.2/ DISTNAME= ${PORTNAME}-posix-${PORTVERSION} MAINTAINER= m.sund@arcor.de @@ -13,7 +13,6 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/uppsrc/Core/Copying -BROKEN= fails to link BROKEN_powerpc= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_powerpc64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_sparc64= Does not compile on ${ARCH} @@ -75,7 +74,7 @@ post-patch: .SILENT /^OutDir_/s|-Linux|| ; \ s|-ldl|-lexecinfo|' \ ${WRKSRC}/Makefile \ - ${WRKSRC}/uMakefile + ${WRKSRC}/umkMakefile ${REINPLACE_CMD} -i '' -E '/^OutDir_/s|-Gui|| ; \ s/[[:blank:]]?`pkg-config --(cflags|libs) (freetype2|xcb|expat|xinerama|xrender|xft|xdmcp|xext)`//g' \ ${WRKSRC}/Makefile @@ -92,12 +91,17 @@ do-build-IDE-on: do-build-UMK-on: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} uMakefile ${_MAKE_JOBS} OutFile="umk") + ${MAKE_FLAGS} umkMakefile ${_MAKE_JOBS} OutFile="umk") do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} \ "-not ( -type d -empty ) -o -name '*.orig'") - (cd ${STAGEDIR}${DATADIR} && ${RMDIR} uppsrc/ide/SrcUpdater uppsrc/Web) + (cd ${STAGEDIR}${DATADIR} && ${RMDIR} uppsrc/ide/SrcUpdater uppsrc/Web \ + bazaar/plugin/sundials/src/nvector/mpiplusx \ + bazaar/plugin/sundials/src/nvector/openmp \ + bazaar/plugin/sundials/src/nvector/parallel \ + bazaar/plugin/sundials/src/nvector/pthreads \ + bazaar/plugin/sundials/src/sunlinsol/klu) do-install-IDE-on: ${INSTALL_PROGRAM} ${WRKSRC}/theide ${STAGEDIR}${PREFIX}/bin Modified: head/devel/upp/distinfo ============================================================================== --- head/devel/upp/distinfo Mon Jan 11 15:58:59 2021 (r561223) +++ head/devel/upp/distinfo Mon Jan 11 16:30:30 2021 (r561224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588515745 -SHA256 (upp-posix-14429.tar.xz) = 9f67329e64b85ef499463f7aef6afa88da8026a5a078b7a95b0129fa66fa5bf2 -SIZE (upp-posix-14429.tar.xz) = 65677844 +TIMESTAMP = 1602841898 +SHA256 (upp-posix-15260.tar.xz) = 3d5c4db9b6f06c7eba738baad1bd2bf516c5e08791bd49e48c5c05e052aa95bb +SIZE (upp-posix-15260.tar.xz) = 81138948
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101111630.10BGUUCN014449>