Bug 160389 - [patch] security/openssh-portable: fix build on 9.x
Summary: [patch] security/openssh-portable: fix build on 9.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 11:20 UTC by Sergey Kandaurov
Modified: 2011-10-21 17:23 UTC (History)
0 users

See Also:


Attachments
file.diff (991 bytes, patch)
2011-09-02 11:20 UTC, Sergey Kandaurov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Kandaurov freebsd_committer freebsd_triage 2011-09-02 11:20:09 UTC
autoconf fails to detect openpty(3) properly, so it substitutes
this function from openbsd-compat which doesn't compile on 9.x.

Fix: add -lutil to the autoconf library list for openpty(), so
the native openpty() can be found and used instead of
the non-compilable compat function from openbsd-compat.

Patch attached with submission follows:
How-To-Repeat: Try to build on 9.x with default config
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-02 11:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pluknet

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-02 11:20:21 UTC
Maintainer of security/openssh-portable,

Please note that PR ports/160389 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160389

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-02 11:20:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Sergey Kandaurov freebsd_committer freebsd_triage 2011-09-02 12:11:01 UTC
Responsible Changed
From-To: pluknet->freebsd-ports-bugs

Back to the pool.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-10-21 17:19:12 UTC
flo         2011-10-21 16:18:57 UTC

  FreeBSD ports repository

  Modified files:
    security/openssh-portable Makefile distinfo pkg-plist 
    security/openssh-portable/files openssh.in patch-Makefile.in 
                                    patch-auth.c patch-auth1.c 
                                    patch-auth2.c patch-loginrec.c 
                                    patch-readconf.c 
                                    patch-servconf.c 
                                    patch-session.c 
                                    patch-ssh-agent.c patch-ssh.c 
                                    patch-ssh_config 
                                    patch-ssh_config.5 
                                    patch-sshd.8 patch-sshd.c 
                                    patch-sshd_config 
                                    patch-sshd_config.5 
  Added files:
    security/openssh-portable/files extra-patch-configure 
                                    openssh-lpk-5.8p2.patch 
  Removed files:
    security/openssh-portable/files VersionAddendum-ssh.1.patch 
                                    VersionAddendum-ssh_config.5.patch 
                                    VersionAddendum-sshd_config.5.patch 
                                    contrib-openssh-5.1_p1-lpk-64bit.patch 
                                    contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch 
                                    contrib-openssh-lpk-5.1p1-0.3.10.patch 
                                    gss-serv.c.patch 
                                    lpk+hpn-servconf.c.patch 
                                    openssh-5.2p1-hpn13v6-servconf.c.diff 
                                    openssh-5.2p1-hpn13v6.diff 
                                    openssh-5.2p1.sftpfilecontrol-v1.3.patch 
                                    patch-version.c 
                                    patch-version.h 
  Log:
  - update to 5.8p2 [1]
  - fix Kerberos knob [2]
  - fix build on 9.0 [3]
  - fix deinstall with various knobs [4]
  - fix LPK knob [5]
  
  PR:             ports/161818 [1], ports/144597 [2], ports/160389 [3]
                  ports/150493, ports/156926 [4], ports/155456 [5]
  
  Submitted by:   "Grzegorz Blach" <magik@roorback.net> [1], [2], [4], [5]
                  pluknet [3]
  Reported by:    Jonathan <lordsith49@hotmail.com> [2]
                  Kevin Thompson <antiduh@csh.rit.edu> [4]
                  Alexey Remizov <alexey@remizov.org> [5]
  
  Revision  Changes    Path
  1.155     +48 -86    ports/security/openssh-portable/Makefile
  1.53      +8 -6      ports/security/openssh-portable/distinfo
  1.2       +0 -10     ports/security/openssh-portable/files/VersionAddendum-ssh.1.patch (dead)
  1.2       +0 -14     ports/security/openssh-portable/files/VersionAddendum-ssh_config.5.patch (dead)
  1.2       +0 -14     ports/security/openssh-portable/files/VersionAddendum-sshd_config.5.patch (dead)
  1.2       +0 -44     ports/security/openssh-portable/files/contrib-openssh-5.1_p1-lpk-64bit.patch (dead)
  1.2       +0 -213    ports/security/openssh-portable/files/contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch (dead)
  1.2       +0 -1682   ports/security/openssh-portable/files/contrib-openssh-lpk-5.1p1-0.3.10.patch (dead)
  1.1       +10 -0     ports/security/openssh-portable/files/extra-patch-configure (new)
  1.3       +0 -19     ports/security/openssh-portable/files/gss-serv.c.patch (dead)
  1.2       +0 -307    ports/security/openssh-portable/files/lpk+hpn-servconf.c.patch (dead)
  1.2       +0 -117    ports/security/openssh-portable/files/openssh-5.2p1-hpn13v6-servconf.c.diff (dead)
  1.3       +0 -3566   ports/security/openssh-portable/files/openssh-5.2p1-hpn13v6.diff (dead)
  1.2       +0 -488    ports/security/openssh-portable/files/openssh-5.2p1.sftpfilecontrol-v1.3.patch (dead)
  1.1       +1880 -0   ports/security/openssh-portable/files/openssh-lpk-5.8p2.patch (new)
  1.5       +11 -2     ports/security/openssh-portable/files/openssh.in
  1.7       +4 -13     ports/security/openssh-portable/files/patch-Makefile.in
  1.9       +3 -3      ports/security/openssh-portable/files/patch-auth.c
  1.8       +8 -8      ports/security/openssh-portable/files/patch-auth1.c
  1.8       +6 -6      ports/security/openssh-portable/files/patch-auth2.c
  1.7       +8 -8      ports/security/openssh-portable/files/patch-loginrec.c
  1.3       +3 -41     ports/security/openssh-portable/files/patch-readconf.c
  1.3       +6 -36     ports/security/openssh-portable/files/patch-servconf.c
  1.26      +35 -35    ports/security/openssh-portable/files/patch-session.c
  1.4       +3 -3      ports/security/openssh-portable/files/patch-ssh-agent.c
  1.2       +12 -8     ports/security/openssh-portable/files/patch-ssh.c
  1.3       +2 -7      ports/security/openssh-portable/files/patch-ssh_config
  1.2       +3 -3      ports/security/openssh-portable/files/patch-ssh_config.5
  1.2       +6 -6      ports/security/openssh-portable/files/patch-sshd.8
  1.4       +7 -7      ports/security/openssh-portable/files/patch-sshd.c
  1.8       +6 -15     ports/security/openssh-portable/files/patch-sshd_config
  1.2       +17 -26    ports/security/openssh-portable/files/patch-sshd_config.5
  1.2       +0 -65     ports/security/openssh-portable/files/patch-version.c (dead)
  1.2       +0 -19     ports/security/openssh-portable/files/patch-version.h (dead)
  1.18      +1 -1      ports/security/openssh-portable/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Florian Smeets freebsd_committer freebsd_triage 2011-10-21 17:23:42 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!