View | Details | Raw Unified | Return to bug 54548
Collapse All | Expand All

(-)amanda-client/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	${MASTERPORTNAME:S/-server/-client/g}
8
PORTNAME=	${MASTERPORTNAME:S/-server/-client/g}
9
PORTREVISION=	0
9
PORTREVISION=	1
10
10
11
MASTERDIR=	${.CURDIR}/../amanda-server
11
MASTERDIR=	${.CURDIR}/../amanda-server
12
COMMENT=	The Advanced Maryland Automatic Network Disk Archiver (client)
12
COMMENT=	The Advanced Maryland Automatic Network Disk Archiver (client)
(-)amanda-server/Makefile (-17 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME?=	${MASTERPORTNAME}
8
PORTNAME?=	${MASTERPORTNAME}
9
PORTVERSION=	2.4.4
9
PORTVERSION=	2.4.4
10
PORTREVISION?=	2
10
PORTREVISION?=	3
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	misc
12
CATEGORIES=	misc
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Lines 41-48 Link Here
41
	@${ECHO} "    -DWITH_PLOT to enable ploting, requires X11 libraries"
41
	@${ECHO} "    -DWITH_PLOT to enable ploting, requires X11 libraries"
42
	@${ECHO} "    -DWITH_SAMBA to enable the use of smbclient"
42
	@${ECHO} "    -DWITH_SAMBA to enable the use of smbclient"
43
	@${ECHO} "    -DWITH_MTX to enable the use of mtx changer scripts"
43
	@${ECHO} "    -DWITH_MTX to enable the use of mtx changer scripts"
44
	@${ECHO} "    -DWITHOUT_GNUTAR to NOT use GNUTar and use the"
45
	@${ECHO} "        native FreeBSD version"
46
	@${ECHO} "    AMANDA_SERVER=server to specify a server name"
44
	@${ECHO} "    AMANDA_SERVER=server to specify a server name"
47
	@${ECHO} "        The default is `uname -n`"
45
	@${ECHO} "        The default is `uname -n`"
48
	@${ECHO} "    AMANDA_TAPE=tape to specify the default tape device"
46
	@${ECHO} "    AMANDA_TAPE=tape to specify the default tape device"
Lines 98-109 Link Here
98
RUN_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
96
RUN_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
99
.endif
97
.endif
100
98
101
.if !defined (WITHOUT_GNUTAR)
102
CONFIGURE_ARGS+=	--with-gnutar=${PREFIX}/bin/gtar
103
BUILD_DEPENDS+=	gtar:${PORTSDIR}/archivers/gtar
104
RUN_DEPENDS+=	gtar:${PORTSDIR}/archivers/gtar
105
.endif
106
107
.if defined (AMANDA_SERVER)
99
.if defined (AMANDA_SERVER)
108
CONFIGURE_ARGS+=	--with-index-server=${AMANDA_SERVER}
100
CONFIGURE_ARGS+=	--with-index-server=${AMANDA_SERVER}
109
CONFIGURE_ARGS+=	--with-tape-server=${AMANDA_SERVER}
101
CONFIGURE_ARGS+=	--with-tape-server=${AMANDA_SERVER}
Lines 154-161 Link Here
154
	@${ECHO} ""
146
	@${ECHO} ""
155
	@${ECHO} "You may use the following build options:"
147
	@${ECHO} "You may use the following build options:"
156
	@${ECHO} ""
148
	@${ECHO} ""
157
	@${ECHO} "    -DWITHOUT_GNUTAR to NOT use GNUTar and use the"
158
	@${ECHO} "        native FreeBSD version"
159
	@${ECHO} "    AMANDA_SERVER=server to specify a server name"
149
	@${ECHO} "    AMANDA_SERVER=server to specify a server name"
160
	@${ECHO} "        The default is `uname -n`"
150
	@${ECHO} "        The default is `uname -n`"
161
	@${ECHO} "    AMANDA_CONFIG=config to specify the default configuation"
151
	@${ECHO} "    AMANDA_CONFIG=config to specify the default configuation"
Lines 191-202 Link Here
191
		${WRKSRC}/example/chg-scsi.conf \
181
		${WRKSRC}/example/chg-scsi.conf \
192
		${WRKSRC}/example/disklist \
182
		${WRKSRC}/example/disklist \
193
		${PREFIX}/share/examples/amanda
183
		${PREFIX}/share/examples/amanda
194
195
.if !defined (WITHOUT_GNUTAR)
196
CONFIGURE_ARGS+=	--with-gnutar=${PREFIX}/bin/gtar
197
BUILD_DEPENDS+=	gtar:${PORTSDIR}/archivers/gtar
198
RUN_DEPENDS+=	gtar:${PORTSDIR}/archivers/gtar
199
.endif
200
184
201
.if defined (AMANDA_SERVER)
185
.if defined (AMANDA_SERVER)
202
CONFIGURE_ARGS+=	--with-index-server=${AMANDA_SERVER}
186
CONFIGURE_ARGS+=	--with-index-server=${AMANDA_SERVER}

Return to bug 54548