|
Lines 2-10
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= amanda |
4 |
PORTNAME= amanda |
| 5 |
PORTVERSION= 3.3.6 |
5 |
PORTVERSION= 3.3.9 |
| 6 |
PORTREVISION= 3 |
|
|
| 7 |
PORTEPOCH= 1 |
| 8 |
CATEGORIES= misc |
6 |
CATEGORIES= misc |
| 9 |
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} |
7 |
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} |
| 10 |
PKGNAMESUFFIX?= -server |
8 |
PKGNAMESUFFIX?= -server |
|
Lines 33-39
Link Here
|
| 33 |
--with-user=${USERS} --with-group=${AMANDA_GROUP} \ |
31 |
--with-user=${USERS} --with-group=${AMANDA_GROUP} \ |
| 34 |
--with-bsdtcp-security --with-bsdudp-security \ |
32 |
--with-bsdtcp-security --with-bsdudp-security \ |
| 35 |
--with-ssh-security \ |
33 |
--with-ssh-security \ |
| 36 |
--disable-installperms |
34 |
--disable-installperms --with-security-file=${PREFIX}/etc/amanda/security.conf |
| 37 |
CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda |
35 |
CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda |
| 38 |
PKG_MESSAGE= ${WRKDIR}/pkg-message |
36 |
PKG_MESSAGE= ${WRKDIR}/pkg-message |
| 39 |
SUB_FILES= pkg-message |
37 |
SUB_FILES= pkg-message |
|
Lines 55-62
Link Here
|
| 55 |
.endif |
53 |
.endif |
| 56 |
GROUPS?= operator amanda |
54 |
GROUPS?= operator amanda |
| 57 |
|
55 |
|
| 58 |
AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists |
56 |
AMANDA_GNUTAR_LISTDIR?= /var/db/amanda/gnutar-lists |
| 59 |
AMANDA_DATES?= ${PREFIX}/var/amanda/amandates |
57 |
AMANDA_DATES?= /var/db/amanda/amandates |
| 60 |
PLIST_SUB= SHLIBVER=${PORTVERSION} AMANDA_GROUP=${AMANDA_GROUP} |
58 |
PLIST_SUB= SHLIBVER=${PORTVERSION} AMANDA_GROUP=${AMANDA_GROUP} |
| 61 |
|
59 |
|
| 62 |
# amanda-server/amanda-client common part |
60 |
# amanda-server/amanda-client common part |
|
Lines 122-128
Link Here
|
| 122 |
.endif |
120 |
.endif |
| 123 |
|
121 |
|
| 124 |
.if ${PORT_OPTIONS:MSAMBA} |
122 |
.if ${PORT_OPTIONS:MSAMBA} |
| 125 |
SAMBA_PORT?= samba36 |
123 |
SAMBA_PORT?= samba44 |
| 126 |
BUILD_DEPENDS+= smbclient:net/${SAMBA_PORT} |
124 |
BUILD_DEPENDS+= smbclient:net/${SAMBA_PORT} |
| 127 |
RUN_DEPENDS+= smbclient:net/${SAMBA_PORT} |
125 |
RUN_DEPENDS+= smbclient:net/${SAMBA_PORT} |
| 128 |
CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient |
126 |
CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient |
|
Lines 156-162
Link Here
|
| 156 |
@${ECHO} " The default is `uname -n`" |
154 |
@${ECHO} " The default is `uname -n`" |
| 157 |
@${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" |
155 |
@${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" |
| 158 |
@${ECHO} " the gnutar index files should live in" |
156 |
@${ECHO} " the gnutar index files should live in" |
| 159 |
@${ECHO} " The default is ${PREFIX}/var/amanda/gnutar-lists" |
157 |
@${ECHO} " The default is /var/db/amanda/gnutar-lists" |
| 160 |
@${ECHO} " AMANDA_USER=user to specify the default user" |
158 |
@${ECHO} " AMANDA_USER=user to specify the default user" |
| 161 |
@${ECHO} " The default is amanda" |
159 |
@${ECHO} " The default is amanda" |
| 162 |
@${ECHO} " AMANDA_GROUP=group to specify the default group" |
160 |
@${ECHO} " AMANDA_GROUP=group to specify the default group" |