Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 06:08:06 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462278 - head/devel/upp
Message-ID:  <201802190608.w1J686aU055346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lightside@gmx.com>
  Approved by:	Matthias <m.sund@arcor.de> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802190608.w1J686aU055346>