- Add optional SAMBA_PORT var and point it as default to net/samba34

- Bump necessary PORTREVISION
This commit is contained in:
Renato Botelho 2010-09-14 18:30:17 +00:00
parent a989fcb6b8
commit 65cd32c3a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261167
5 changed files with 21 additions and 11 deletions

View file

@ -7,14 +7,16 @@
PORTNAME= LinNeighborhood PORTNAME= LinNeighborhood
PORTVERSION= 0.6.5 PORTVERSION= 0.6.5
PORTREVISION= 10 PORTREVISION= 11
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://www.bnro.de/~schmidjo/download/ MASTER_SITES= http://www.bnro.de/~schmidjo/download/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ gui for browsing and mounting SMB filesystems COMMENT= GTK+ gui for browsing and mounting SMB filesystems
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT}
SAMBA_PORT?= net/samba34
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GETTEXT= yes USE_GETTEXT= yes

View file

@ -7,17 +7,19 @@
PORTNAME= xsmbrowser PORTNAME= xsmbrowser
PORTVERSION= 3.4.0 PORTVERSION= 3.4.0
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://nuxo1.free.fr/logiciel_reseau/visu_reso/ \ MASTER_SITES= http://nuxo1.free.fr/logiciel_reseau/visu_reso/ \
http://mirror.uni-c.dk/gentoo/distfiles/ http://mirror.uni-c.dk/gentoo/distfiles/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Tcl/Tk port of Windows' Network Neighborhood COMMENT= Tcl/Tk port of Windows Network Neighborhood
RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 \ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} \
${LOCALBASE}/bin/expectk:${PORTSDIR}/lang/expect ${LOCALBASE}/bin/expectk:${PORTSDIR}/lang/expect
SAMBA_PORT?= net/samba34
USE_PERL5_BUILD=yes USE_PERL5_BUILD=yes
do-build: do-build:

View file

@ -7,7 +7,7 @@
PORTNAME= apsfilter PORTNAME= apsfilter
PORTVERSION= 7.2.8 PORTVERSION= 7.2.8
PORTREVISION= 7 PORTREVISION= 8
CATEGORIES= print CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/ MASTER_SITES= http://www.apsfilter.org/download/
@ -20,6 +20,8 @@ USE_SUBMAKE= yes
SUB_FILES+= pkg-message SUB_FILES+= pkg-message
SAMBA_PORT?= net/samba34
# special arrangement for package building, build stuff without X11 # special arrangement for package building, build stuff without X11
# to make memory footprint of apsfilter package smaller # to make memory footprint of apsfilter package smaller
.if defined(BATCH) && defined(PACKAGE_BUILDING) .if defined(BATCH) && defined(PACKAGE_BUILDING)
@ -98,7 +100,7 @@ RUN_DEPENDS+= wavplay:${PORTSDIR}/audio/wavplay
.endif .endif
# all possible remote printing support # all possible remote printing support
RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
.elif defined(BATCH) .elif defined(BATCH)
# #
# in normal batch/portbuilding mode (without building all) # in normal batch/portbuilding mode (without building all)

View file

@ -16,9 +16,11 @@ COMMENT= Security Administrator's Integrated Network Tool
BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap
.if defined(WITH_SAMBA) .if defined(WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
.endif .endif
SAMBA_PORT?= net/samba34
USE_PERL5= yes USE_PERL5= yes
MANCOMPRESSED= no MANCOMPRESSED= no
MAN1= saint.1 MAN1= saint.1

View file

@ -7,7 +7,7 @@
PORTNAME= smb2www PORTNAME= smb2www
PORTVERSION= 0.0.980804 PORTVERSION= 0.0.980804
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= www CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= smb2www MASTER_SITE_SUBDIR= smb2www
@ -16,8 +16,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//g}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Windows Network client that is accessible through a web browser COMMENT= Windows Network client that is accessible through a web browser
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 \ RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
SAMBA_PORT?= net/samba34
MAKE_JOBS_SAFE= yes MAKE_JOBS_SAFE= yes