[jh...@dataix.net: security/hydra 7.0 add include path.]

2011-09-26 Thread Jason Hellenthal

Meant to CC ports.

- Forwarded message from Jason Hellenthal jh...@dataix.net -

Date: Mon, 26 Sep 2011 10:43:59 -0400
From: Jason Hellenthal jh...@dataix.net
To: cvs-...@yandex.ru
Subject: security/hydra 7.0 add include path.


When building the new hydra with options WITH_SSH you need to add
/usr/local/include to the to -I

This may be a temporary solution to work around line 34 of hydra.h but
it works.

.if defined(WITH_SSH)
LIB_DEPENDS+=   ssh.4:${PORTSDIR}/security/libssh
CFLAGS+=-I/usr/local/include
.endif

- End forwarded message -
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [jh...@dataix.net: security/hydra 7.0 add include path.]

2011-09-26 Thread Ruslan Mahmatkhanov

Problem confirmed and solution is confirmed too. Thanks a lot.

I checked other options and all is fine with them, the problem is only 
in WITH_SSH, so i think your patch is sufficient. This pr is submitted:


http://bugs.freebsd.org/161039

Ryan, may be you can get it, since you touched it recently. Thanks.

Jason Hellenthal wrote on 26.09.2011 18:44:


Meant to CC ports.

- Forwarded message from Jason Hellenthaljh...@dataix.net  -

Date: Mon, 26 Sep 2011 10:43:59 -0400
From: Jason Hellenthaljh...@dataix.net
To: cvs-...@yandex.ru
Subject: security/hydra 7.0 add include path.


When building the new hydra with options WITH_SSH you need to add
/usr/local/include to the to -I

This may be a temporary solution to work around line 34 of hydra.h but
it works.

.if defined(WITH_SSH)
LIB_DEPENDS+=   ssh.4:${PORTSDIR}/security/libssh
CFLAGS+=-I/usr/local/include
.endif




--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [jh...@dataix.net: security/hydra 7.0 add include path.]

2011-09-26 Thread Ryan Steinmetz
On (09/26/11 22:11), Ruslan Mahmatkhanov wrote:
 Problem confirmed and solution is confirmed too. Thanks a lot.
 
 I checked other options and all is fine with them, the problem is only 
 in WITH_SSH, so i think your patch is sufficient. This pr is submitted:
 
 http://bugs.freebsd.org/161039
 
 Ryan, may be you can get it, since you touched it recently. Thanks.
 
 Jason Hellenthal wrote on 26.09.2011 18:44:
 
  Meant to CC ports.
 
  - Forwarded message from Jason Hellenthaljh...@dataix.net  -
 
  Date: Mon, 26 Sep 2011 10:43:59 -0400
  From: Jason Hellenthaljh...@dataix.net
  To: cvs-...@yandex.ru
  Subject: security/hydra 7.0 add include path.
 
 
  When building the new hydra with options WITH_SSH you need to add
  /usr/local/include to the to -I
 
  This may be a temporary solution to work around line 34 of hydra.h but
  it works.
 
  .if defined(WITH_SSH)
  LIB_DEPENDS+=   ssh.4:${PORTSDIR}/security/libssh
  CFLAGS+=-I/usr/local/include
  .endif
 
 
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.

A fix for this has been committed.  Thanks!
-r


-- 
Ryan Steinmetz
PGP: EF36 D45A 5CA9 28B1 A550  18CD A43C D111 7AD7 FAF2
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org