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

Collapse All | Expand All

(-)Makefile (-2 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	flamerobin
8
PORTNAME=	flamerobin
9
PORTVERSION=	0.7.5
9
PORTVERSION=	0.7.6
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	fbclient.1:${PORTSDIR}/databases/firebird-client
18
LIB_DEPENDS=	fbclient.1:${PORTSDIR}/databases/firebird-client
19
19
20
USE_WX=		2.6
20
USE_WX=		2.6+
21
WX_COMPS=	wx contrib
21
WX_COMPS=	wx contrib
22
WX_CONF_ARGS=	absolute
22
WX_CONF_ARGS=	absolute
23
WX_PREMK=	yes
23
WX_PREMK=	yes
Lines 26-36 Link Here
26
USE_X_PREFIX=	yes
26
USE_X_PREFIX=	yes
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
28
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
29
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
30
31
OPTIONS=       FIREBIRD "Use firebird1 instead of firebird2" off
29
32
30
SUB_FILES=	pkg-message
33
SUB_FILES=	pkg-message
31
MAN1=		flamerobin.1
34
MAN1=		flamerobin.1
32
35
33
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
37
38
.if defined(WITH_FIREBIRD)
39
LIB_DEPENDS=    fbclient.1:${PORTSDIR}/databases/firebird-client
40
.else
41
LIB_DEPENDS=    fbclient.2:${PORTSDIR}/databases/firebird2-client
42
.endif
34
43
35
.if exists(${WX_CONFIG})
44
.if exists(${WX_CONFIG})
36
WX_VER_STR!=	${WX_CONFIG} --release
45
WX_VER_STR!=	${WX_CONFIG} --release
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (flamerobin-0.7.5-src.tar.gz) = f7be54b5a70bee15e158cb732c1fbb3d
1
MD5 (flamerobin-0.7.6-src.tar.gz) = 8ef6c222b162a0e2b24ee8b54380491c
2
SHA256 (flamerobin-0.7.5-src.tar.gz) = 5cf69736df816d0b37f580dec4e8db4f45578f5ef589e74c71017dccf9ad612e
2
SHA256 (flamerobin-0.7.6-src.tar.gz) = 2e73a2e0ca2b01835b03b97e8ad30efe9bb939701092af8d7b2f5d203a683db9
3
SIZE (flamerobin-0.7.5-src.tar.gz) = 771880
3
SIZE (flamerobin-0.7.6-src.tar.gz) = 778733
(-)files/pkg-message.in (-8 / +5 lines)
Lines 1-9 Link Here
1
***********************************************************************
1
######################################################################
2
*                             INSTALL COMPLETE                        *
2
FlameRobin was installed For additonal documentation read manpage
3
***********************************************************************
3
flamerobin(1) and docs in %%PREFIX%%/share/flamerobin/docs/ . Also you
4
can view same docs from flamerobin's help menu.
5
#####################################################################
4
6
5
For additonal documentation read manpage flamerobin(1) and docs in 
6
%%PREFIX%%/share/flamerobin/docs/ . Also you can view same docs from
7
flamerobin's help menu.
8
9
***********************************************************************
(-)pkg-plist (+4 lines)
Lines 34-40 Link Here
34
%%DATADIR%%/html-templates/ok2.png
34
%%DATADIR%%/html-templates/ok2.png
35
%%DATADIR%%/html-templates/redx.png
35
%%DATADIR%%/html-templates/redx.png
36
%%DATADIR%%/html-templates/view.png
36
%%DATADIR%%/html-templates/view.png
37
share/applications/flamerobin.desktop
38
share/pixmaps/flamerobin.pn
37
@dirrm %%DATADIR%%/html-templates
39
@dirrm %%DATADIR%%/html-templates
38
@dirrm %%DATADIR%%/docs
40
@dirrm %%DATADIR%%/docs
39
@dirrm %%DATADIR%%/conf-defs
41
@dirrm %%DATADIR%%/conf-defs
40
@dirrm %%DATADIR%%
42
@dirrm %%DATADIR%%
43
@dirrmtry share/applications
44
@dirrmtry share/pixmaps

Return to bug 109585