mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
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)
This commit is contained in:
parent
e4bf9eda16
commit
94bac38bb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462278
@ -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/C++ RAD suite
|
||||
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}/include/freetype2 \
|
||||
-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}| ; \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user