Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME?= ${SAMBA4_BASENAME}45 |
4 |
PORTNAME?= ${SAMBA4_BASENAME}45 |
5 |
PORTVERSION?= ${SAMBA4_VERSION} |
5 |
PORTVERSION?= ${SAMBA4_VERSION} |
6 |
PORTREVISION?= 0 |
6 |
PORTREVISION?= 1 |
7 |
CATEGORIES?= net |
7 |
CATEGORIES?= net |
8 |
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc |
8 |
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc |
9 |
DISTNAME= ${SAMBA4_DISTNAME} |
9 |
DISTNAME= ${SAMBA4_DISTNAME} |
Lines 57-63
Link Here
|
57 |
--with-statedir="${SAMBA4_LOCKDIR}" \ |
57 |
--with-statedir="${SAMBA4_LOCKDIR}" \ |
58 |
--with-cachedir="${SAMBA4_LOCKDIR}" \ |
58 |
--with-cachedir="${SAMBA4_LOCKDIR}" \ |
59 |
--with-privatedir="${SAMBA4_PRIVATEDIR}" \ |
59 |
--with-privatedir="${SAMBA4_PRIVATEDIR}" \ |
60 |
--with-logfilebase="${SAMBA4_LOGDIR}" |
60 |
--with-logfilebase="${SAMBA4_LOGDIR}" \ |
|
|
61 |
--with-profiling-data |
62 |
|
61 |
# Flags |
63 |
# Flags |
62 |
CONFIGURE_ENV+= PTHREAD_LDFLAGS="-lpthread" |
64 |
CONFIGURE_ENV+= PTHREAD_LDFLAGS="-lpthread" |
63 |
|
65 |
|