From owner-svn-ports-all@freebsd.org Mon Feb 19 06:08:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2B86F05002; Mon, 19 Feb 2018 06:08:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6B4781F9C; Mon, 19 Feb 2018 06:08:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CFA716B5A; Mon, 19 Feb 2018 06:08:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1J68688055348; Mon, 19 Feb 2018 06:08:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1J686aU055346; Mon, 19 Feb 2018 06:08:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802190608.w1J686aU055346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 19 Feb 2018 06:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462278 - head/devel/upp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/upp X-SVN-Commit-Revision: 462278 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 06:08:07 -0000 Author: yuri Date: Mon Feb 19 06:08:06 2018 New Revision: 462278 URL: https://svnweb.freebsd.org/changeset/ports/462278 Log: devel/upp: Update to 11540 Additional port changes: * Changed to DISTVERSION * Moved BROKEN_xx to a proper place * Removed IDE_USES=gmake * Adjusted various _USEx= clauses PR: 224355 Submitted by: lightside Approved by: Matthias (maintainer), tcberner (mentor, implicit) Modified: head/devel/upp/Makefile head/devel/upp/distinfo Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Mon Feb 19 05:18:06 2018 (r462277) +++ head/devel/upp/Makefile Mon Feb 19 06:08:06 2018 (r462278) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= upp -PORTVERSION= 10804 -PORTREVISION= 1 +DISTVERSION= 11540 CATEGORIES= devel x11-toolkits -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2017.1/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2017.2/ DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} MAINTAINER= m.sund@arcor.de @@ -14,6 +13,10 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C LICENSE= BSD2CLAUSE LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying +BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture +BROKEN_powerpc= Does not compile on ${ARCH} +BROKEN_sparc64= Does not compile on ${ARCH} + USES= compiler:c++11-lib WRKSRC= ${WRKDIR}/${DISTNAME} @@ -27,10 +30,6 @@ CINC_GUI= -I. -I${LOCALBASE}/include -I${LOCALBASE}/in -I${LOCALBASE}/lib/glib-2.0/include -I/usr/include CINC_CONSOLE= -I. -I${LOCALBASE}/include -I/usr/include -BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture -BROKEN_powerpc= Does not compile on ${ARCH} -BROKEN_sparc64= Does not compile on ${ARCH} - PORTDATA= bazaar examples reference tutorial uppsrc *.bm OPTIONS_DEFINE= MYSQL OPENGL PGSQL SCD SDL USEMALLOC @@ -50,16 +49,16 @@ IDE_LIB_DEPENDS= libexpat.so:textproc/expat2 \ IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \ GNOME=cairo,gdkpixbuf2,gtk20 -IDE_USES= gmake UMK_DESC= Build/install UMK (U++ MaKe command line utility) UMK_PLIST_FILES= bin/umk ${MANPREFIX}/man/man1/umk.1.gz USEMALLOC_DESC= Compile without U++ heap allocator USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC SCD_DESC= Install spelling dictionaries (*.scd files) SCD_VARS= PORTDATA+=*.scd -SDL_USE= sql -OPENGL_USE= gl -MYSQL_USE= mysql=yes +# SDL/OPENGL/MYSQL/PGSQL dependencies are only for run-time for use by executables built by the IDE +SDL_USE= SDL=sdl +OPENGL_USE= GL=gl,glu +MYSQL_USES= mysql PGSQL_USES= pgsql LLD_UNSAFE= yes @@ -81,7 +80,7 @@ post-patch: .SILENT ${BUILD_WRKSRC}/Makefile \ ${BUILD_WRKSRC}/uMakefile ${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_GUI}| ; \ - /^OutDir_/s|-Gui-Linux|| ; /^OutDir_/s|-Mt|| ; \ + /^OutDir_/s|-Gui-Linux|| ; \ s|-ldl|-lXau -lXdmcp -lxcb -lexecinfo|' \ ${BUILD_WRKSRC}/Makefile ${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_CONSOLE}| ; \ Modified: head/devel/upp/distinfo ============================================================================== --- head/devel/upp/distinfo Mon Feb 19 05:18:06 2018 (r462277) +++ head/devel/upp/distinfo Mon Feb 19 06:08:06 2018 (r462278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485783187 -SHA256 (upp-x11-src-10804.tar.gz) = 271e313af801bac3ca78ca3c90bf9976d92ca9542427425758b4a8e69be86cba -SIZE (upp-x11-src-10804.tar.gz) = 56728218 +TIMESTAMP = 1512832900 +SHA256 (upp-x11-src-11540.tar.gz) = 85707d7b545f262b58bdd783c27aff2357548a3db01bf0f9287a10c90ae01420 +SIZE (upp-x11-src-11540.tar.gz) = 56513312