mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Add optional SAMBA_PORT var and point it as default to net/samba34
- Bump necessary PORTREVISION
This commit is contained in:
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
|
@ -7,14 +7,16 @@
|
|||
|
||||
PORTNAME= LinNeighborhood
|
||||
PORTVERSION= 0.6.5
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.bnro.de/~schmidjo/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
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
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -7,17 +7,19 @@
|
|||
|
||||
PORTNAME= xsmbrowser
|
||||
PORTVERSION= 3.4.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://nuxo1.free.fr/logiciel_reseau/visu_reso/ \
|
||||
http://mirror.uni-c.dk/gentoo/distfiles/
|
||||
|
||||
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
|
||||
|
||||
SAMBA_PORT?= net/samba34
|
||||
|
||||
USE_PERL5_BUILD=yes
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= apsfilter
|
||||
PORTVERSION= 7.2.8
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.apsfilter.org/download/
|
||||
|
||||
|
@ -20,6 +20,8 @@ USE_SUBMAKE= yes
|
|||
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
SAMBA_PORT?= net/samba34
|
||||
|
||||
# special arrangement for package building, build stuff without X11
|
||||
# to make memory footprint of apsfilter package smaller
|
||||
.if defined(BATCH) && defined(PACKAGE_BUILDING)
|
||||
|
@ -98,7 +100,7 @@ RUN_DEPENDS+= wavplay:${PORTSDIR}/audio/wavplay
|
|||
.endif
|
||||
# all possible remote printing support
|
||||
RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk
|
||||
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
|
||||
RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
|
||||
.elif defined(BATCH)
|
||||
#
|
||||
# in normal batch/portbuilding mode (without building all)
|
||||
|
|
|
@ -16,9 +16,11 @@ COMMENT= Security Administrator's Integrated Network Tool
|
|||
|
||||
BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
||||
.if defined(WITH_SAMBA)
|
||||
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
|
||||
BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
|
||||
.endif
|
||||
|
||||
SAMBA_PORT?= net/samba34
|
||||
|
||||
USE_PERL5= yes
|
||||
MANCOMPRESSED= no
|
||||
MAN1= saint.1
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= smb2www
|
||||
PORTVERSION= 0.0.980804
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SAMBA}
|
||||
MASTER_SITE_SUBDIR= smb2www
|
||||
|
@ -16,8 +16,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//g}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Windows Network client that is accessible through a web browser
|
||||
|
||||
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
|
||||
SAMBA_PORT?= net/samba34
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue