Re: portupgrade fails - how to fix?

2008-10-22 Thread Chris Timmons


I was having the same problem with portupgrade-devel 2.4.6; removing that 
and installing a package I had saved of:


portupgrade-devel-2.4.3_1

resolved the issue for me.  I believe ports-mgmt/portdowngrade can help 
with this if you don't have a saved package lying around.


Regards,
-Chris

On Tue, 7 Oct 2008, Torfinn Ingolfsen wrote:


Hello,

On Tue, Oct 7, 2008 at 10:21 AM, Parv [EMAIL PROTECTED] wrote:

Is your version of portupgrade is the latest in the ports? (So that
I can install the same  investigate.)


Yes - always. I think I even stated in my first message that the ports
tree was updated.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: x11/xterm-227 does not like FreeBSD

2007-07-26 Thread Chris Timmons


Yes - all fixed now.  Thanks krion!

On Thu, 26 Jul 2007, Adam McDougall wrote:


I noticed this too but it was followed by an upgrade to 228 which
seems to fix it


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Wireshark-0.99.2 build (formerly ethereal)

2006-07-23 Thread Chris Timmons


There are some issues with this port, which used to be known as the 
Ethereal network analzyer.


#1 There is now a dependency on security/libgcrypt which the port needs to
   be taught about.  On 6.1-STABLE, this causes a build failure which can
   manually be resolved by adding -lgcrypt to the command line:

epan/.libs/libwireshark.so: undefined reference to `gcry_md_get_algo_dlen'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_read'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_setkey'
epan/.libs/libwireshark.so: undefined reference to 
`gcry_cipher_get_algo_keylen'

epan/.libs/libwireshark.so: undefined reference to `gcry_control'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_write'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_ctl'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_close'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_open'
epan/.libs/libwireshark.so: undefined reference to `gcry_md_algo_name'
epan/.libs/libwireshark.so: undefined reference to `gpg_strerror'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_decrypt'
epan/.libs/libwireshark.so: undefined reference to `gcry_cipher_algo_name'
*** Error code 1

Stop in /usr/ports/net/wireshark/work/wireshark-0.99.2.
*** Error code 1

Stop in /usr/ports/net/wireshark/work/wireshark-0.99.2.
*** Error code 1

Stop in /usr/ports/net/wireshark/work/wireshark-0.99.2.
*** Error code 1

Stop in /usr/ports/net/wireshark.


#2  Someone just updated net/wireshark/pkg-descr to show the project
link to be: http://www.writeshark.org/

http://www.wireshark.org is the correct site.



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]