View | Details | Raw Unified | Return to bug 224355 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-7 / +5 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	upp
4
PORTNAME=	upp
5
PORTVERSION=	10804
5
PORTVERSION=	11540
6
PORTREVISION=	1
7
CATEGORIES=	devel x11-toolkits
6
CATEGORIES=	devel x11-toolkits
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/2017.1/
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/2017.2/
9
DISTNAME=	${PORTNAME}-x11-src-${PORTVERSION}
8
DISTNAME=	${PORTNAME}-x11-src-${PORTVERSION}
10
9
11
MAINTAINER=	m.sund@arcor.de
10
MAINTAINER=	m.sund@arcor.de
Lines 50-56 Link Here
50
IDE_PLIST_FILES=	bin/theide ${MANPREFIX}/man/man1/theide.1.gz
49
IDE_PLIST_FILES=	bin/theide ${MANPREFIX}/man/man1/theide.1.gz
51
IDE_USE=	XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \
50
IDE_USE=	XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \
52
		GNOME=cairo,gdkpixbuf2,gtk20
51
		GNOME=cairo,gdkpixbuf2,gtk20
53
IDE_USES=	gmake
54
UMK_DESC=	Build/install UMK (U++ MaKe command line utility)
52
UMK_DESC=	Build/install UMK (U++ MaKe command line utility)
55
UMK_PLIST_FILES=	bin/umk ${MANPREFIX}/man/man1/umk.1.gz
53
UMK_PLIST_FILES=	bin/umk ${MANPREFIX}/man/man1/umk.1.gz
56
USEMALLOC_DESC=	Compile without U++ heap allocator
54
USEMALLOC_DESC=	Compile without U++ heap allocator
Lines 57-64 Link Here
57
USEMALLOC_VARS=	MACRO_FLAGS+=-DflagUSEMALLOC
55
USEMALLOC_VARS=	MACRO_FLAGS+=-DflagUSEMALLOC
58
SCD_DESC=	Install spelling dictionaries (*.scd files)
56
SCD_DESC=	Install spelling dictionaries (*.scd files)
59
SCD_VARS=	PORTDATA+=*.scd
57
SCD_VARS=	PORTDATA+=*.scd
60
SDL_USE=	sql
58
SDL_USE=	SDL=sdl
61
OPENGL_USE=	gl
59
OPENGL_USE=	GL=gl,glu
62
MYSQL_USE=	mysql=yes
60
MYSQL_USE=	mysql=yes
63
PGSQL_USES=	pgsql
61
PGSQL_USES=	pgsql
64
LLD_UNSAFE=	yes
62
LLD_UNSAFE=	yes
Lines 81-87 Link Here
81
		${BUILD_WRKSRC}/Makefile \
79
		${BUILD_WRKSRC}/Makefile \
82
		${BUILD_WRKSRC}/uMakefile
80
		${BUILD_WRKSRC}/uMakefile
83
	${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_GUI}| ; \
81
	${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_GUI}| ; \
84
		/^OutDir_/s|-Gui-Linux|| ; /^OutDir_/s|-Mt|| ; \
82
		/^OutDir_/s|-Gui-Linux|| ; \
85
		s|-ldl|-lXau -lXdmcp -lxcb -lexecinfo|' \
83
		s|-ldl|-lXau -lXdmcp -lxcb -lexecinfo|' \
86
		${BUILD_WRKSRC}/Makefile
84
		${BUILD_WRKSRC}/Makefile
87
	${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_CONSOLE}| ; \
85
	${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_CONSOLE}| ; \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1485783187
1
TIMESTAMP = 1512832900
2
SHA256 (upp-x11-src-10804.tar.gz) = 271e313af801bac3ca78ca3c90bf9976d92ca9542427425758b4a8e69be86cba
2
SHA256 (upp-x11-src-11540.tar.gz) = 85707d7b545f262b58bdd783c27aff2357548a3db01bf0f9287a10c90ae01420
3
SIZE (upp-x11-src-10804.tar.gz) = 56728218
3
SIZE (upp-x11-src-11540.tar.gz) = 56513312

Return to bug 224355