# New ports collection makefile for: ssh-picobsd # Date created: 21 Apr 2001 # Whom: luigi@FreeBSD.org # # $FreeBSD$ # # A small version of ssh for picobsd. A single binary does ssh,sshd and scp # PORTNAME= ssh PORTVERSION= 1.2.27 # Note, 1.2.30 is under a more restrictive license PORTREVISION= 1 CATEGORIES= security picobsd MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \ ftp://ftp.cs.umn.edu/dept/users/rybski/ \ ftp://ftp.net.ohio-state.edu/disk/d/security/ssh/ \ ftp://ftp.cronyx.ru/.w2/mirror/ssh/old/ \ ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/old/ \ ftp://ftp.tokyonet.ad.jp/.da0/security/ssh/old/ \ ftp://ftp.comp.hkbu.edu.hk/.6/unix/ \ ftp://ftp.dei.uc.pt/.disk2/Crypto/SSH/old/ MAINTAINER= luigi@FreeBSD.org NO_CDROM= "Picobsd only" NO_PACKAGE= "This is only useful to build picobsd images" USE_AUTOCONF= YES GNU_CONFIGURE= YES USE_PERL5= YES CONFIGURE_ENV+= PERL=${PERL5} CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc # Uncomment if all your users are in their own group and their homedir # is writeable by that group. Beware the security implications! # #CONFIGURE_ARGS+= --enable-group-writeability # Uncomment if you want to allow ssh to emulate an unencrypted rsh connection # over a secure medium (i.e. allow SSH connections without encryption). # This is normally dangerous since it can lead to the disclosure of keys # and passwords. # #CONFIGURE_ARGS+= --with-none .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ --disable-suid-ssh .endif # Include support for the SecureID card # Warning: untested ! # .if defined(WITH_SECUREID) CONFIGURE_ARGS+= --with-secureid .endif # Don't use IDEA. IDEA can be freely used for non-commercial use. However, # commercial use may require a licence in a number of countries. Since SSH # itself may not be used for commercial purposes without a license, we # enable IDEA by default since the user would already be getting himself # into trouble. pre-patch: @${MV} -f ${WRKSRC}/make-ssh-known-hosts.pl \ ${WRKSRC}/make-ssh-known-hosts.pl.in .include # no IDEA, tcpwrap, IPV6, SOCKS, x11 for picobsd CONFIGURE_ARGS+= --disable-ipv6 --without-x --without-idea .include npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xorg-server update to 1.17.2 with related driver updates and bumps.Koop Mast2015-10-131-1/+1
* x11-drivers/drm-kmod: Port for the DRM kernel drivers for FreeBSD 9.3Jean-Sébastien Pédron2015-03-271-1/+11
* x11-servers/xorg-server: Update to 1.14Jean-Sébastien Pédron2014-12-201-0/+1
* xf86-video-ati: Update to 7.5.0Jean-Sébastien Pédron2014-11-053-16/+25
* Remove the switch code between 6.14.6 and 7.2.0.Koop Mast2014-10-203-45/+4
* Fix the PORTREVISION bump for the lang/gcc update that went badly forGerald Pfeifer2014-09-121-3/+3
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
* Rework checks to select between UMS and KMS versions of the ati driver.Koop Mast2014-09-101-2/+25
* x11-drivers/xf86-video-ati:Koop Mast2014-05-301-1/+2
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-232-7/+2
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-172-10/+27
* Only use the KMS driver on i386/amd64. This allows the old version toKoop Mast2014-02-061-1/+2
* Fix includes so that portrevision gets set properly.Niclas Zeising2013-12-171-2/+2
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-162-2/+5
* Fix build with old xorg on 10-CURRENT.Niclas Zeising2013-10-021-1/+1
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-305-10/+54
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-253-17/+9
* Explicit disable KMS support. Because the ati driver only check if libdrm isKoop Mast2013-03-111-0/+2
* - Please welcome Xorg 7.5.2Martin Wilke2012-04-222-0/+18
* Update to 6.14.3Eitan Adler2012-01-132-3/+3
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
* - Fix build on FreeBSD 10.0Martin Wilke2011-10-291-1/+1