11.0-CURRENT: lang/gcc, lang/gcc5, lang/gcc6-devel, lang/llvm38, etc. do not build on/for armv6 (now implicitly hard float)

2016-05-25 Thread Mark Millard
I'm  not sure that Gerald or Brooks were CC'd on a report made to the arm list 
about armv6 builds of gcc and llvm being broken now because of hard float now 
being implicit:
(the first report listed below has more detail directly visible for gcc 
examples)

https://lists.freebsd.org/pipermail/freebsd-arm/2016-May/013931.html
and:
https://lists.freebsd.org/pipermail/freebsd-arm/2016-May/013930.html
https://lists.freebsd.org/pipermail/freebsd-arm/2016-May/013932.html
https://lists.freebsd.org/pipermail/freebsd-arm/2016-May/013933.html

The first (013931.html) shows that xgcc for configure:3686 for contest.c ends 
up with the likes of:

/usr/local/bin/ld: error: a.out uses VFP register arguments,
/wrkdirs/usr/ports/lang/gcc/work/.build/./gcc/crtbegin.o does not
/usr/local/bin/ld: failed to merge target specific data of file
/wrkdirs/usr/ports/lang/gcc/work/.build/./gcc/crtbegin.o
/usr/local/bin/ld: error: a.out uses VFP register arguments,
/tmp//cchNL2QG.o does not
/usr/local/bin/ld: failed to merge target specific data of file /tmp//cchNL2QG.o
/usr/local/bin/ld: error: a.out uses VFP register arguments,
/wrkdirs/usr/ports/lang/gcc/work/.build/./gcc/crtend.o does not
/usr/local/bin/ld: failed to merge target specific data of file
/wrkdirs/usr/ports/lang/gcc/work/.build/./gcc/crtend.o
collect2: error: ld returned 1 exit status

and points to gcc/config.gcc only having TARGET_FREEBSD_ARM_HARD_FLOAT=1 for 
arm*hf-*-freebsd* . But now armv6*-*-freebsd* is also hard float for 
11.0-CURRENT.

Of course until everyone updates to modern enough armv6 context a mix of 
softfloat and hardfloat will be around.

===
Mark Millard
markmi at dsl-only.net

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: security/tor-devel and Maintainer Timeout

2016-05-25 Thread Kurt Jaeger
Hi!

> I have posted patches for updated versions of security/tor-devel, but 
> the maintainer, b...@freebsd.org does not seem to be looking at the 
> Bugzilla requests, nor are the ports being updated.
> 
> A URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208594

I'll have a look at it in the next few days. Sorry for the delay.

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


security/tor-devel and Maintainer Timeout

2016-05-25 Thread Neel Chauhan

Hi,

I have posted patches for updated versions of security/tor-devel, but 
the maintainer, b...@freebsd.org does not seem to be looking at the 
Bugzilla requests, nor are the ports being updated.


A URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208594

I happily post patches, but bf isn't committing them, nor is any other 
port maintainer doing so, and therefore, security/tor-devel does not 
have a "Maintainer Timeout" status.


Tor isn't a very complex software compilation like GNOME or KDE, so why 
isn't it being updated?


Just to let you be aware of this.

Thanks,
Neel Chauhan
===
http://www.neelc.org

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: mail/ssmtp: mailer.conf instruction in handbook differs from pkg-message

2016-05-25 Thread Alphons van Werven
Grzegorz Junka wrote:

> If you installed from ports then this is what works for me:
> 
> sendmail/usr/local/sbin/sendmail
> send-mail   /usr/local/sbin/sendmail
> mailq   /usr/local/sbin/sendmail
> newaliases  /usr/local/sbin/sendmail
> hoststat/usr/local/sbin/sendmail
> purgestat   /usr/local/sbin/sendmail

Actually, mail/ssmtp installs itself as /usr/local/sbin/ssmtp, not as
/usr/local/sbin/sendmail.

Fonz

-- 
A.J. "Fonz" van Werven
mailsig: Ob technicas difficultates, lux in fine cuniculum non operatur.


signature.asc
Description: PGP signature


Re: mail/ssmtp: mailer.conf instruction in handbook differs from pkg-message

2016-05-25 Thread Alphons van Werven
Marko Cupa? wrote:

> Are they both correct, or one of them needs to be updated?

I recommend doing what the port says. The Handbook appears to be incorrect
at this point and probably needs updating.

HTH,

Fonz

-- 
A.J. "Fonz" van Werven
mailsig: Ob technicas difficultates, lux in fine cuniculum non operatur.


signature.asc
Description: PGP signature


Re: mail/ssmtp: mailer.conf instruction in handbook differs from pkg-message

2016-05-25 Thread Grzegorz Junka
/usr/libexec is for the sendmail that is in the base. If you installed 
from ports then this is what works for me:


sendmail/usr/local/sbin/sendmail
send-mail   /usr/local/sbin/sendmail
mailq   /usr/local/sbin/sendmail
newaliases  /usr/local/sbin/sendmail
hoststat/usr/local/sbin/sendmail
purgestat   /usr/local/sbin/sendmail

Grzegorz


On 25/05/2016 10:57, Marko Cupać wrote:

Hi,

I have recently changed MTA on some hosts to mail/ssmtp, following
instruction from handbook:

[https://www.freebsd.org/doc/handbook/mail-changingmta.html]

Handbook instructs to put the following lines in mailer.conf:

sendmail/usr/local/sbin/ssmtp
send-mail   /usr/local/sbin/ssmtp
mailq   /usr/libexec/sendmail/sendmail
newaliases  /usr/libexec/sendmail/sendmail
hoststat/usr/libexec/sendmail/sendmail
purgestat   /usr/libexec/sendmail/sendmail

However, pkg-message of mail/ssmtp gives different instruction:

ssmtp-2.64_1:
Always:
sSMTP has been installed successfully.

To replace sendmail with ssmtp type "make replace" or change
your /etc/mail/mailer.conf to:

sendmail/usr/local/sbin/ssmtp
send-mail   /usr/local/sbin/ssmtp
mailq   /usr/local/sbin/ssmtp
newaliases  /usr/local/sbin/ssmtp
hoststat/usr/bin/true
purgestat   /usr/bin/true

Are they both correct, or one of them needs to be updated?

Regards,


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

mail/ssmtp: mailer.conf instruction in handbook differs from pkg-message

2016-05-25 Thread Marko Cupać
Hi,

I have recently changed MTA on some hosts to mail/ssmtp, following
instruction from handbook:

[https://www.freebsd.org/doc/handbook/mail-changingmta.html]

Handbook instructs to put the following lines in mailer.conf:

sendmail/usr/local/sbin/ssmtp
send-mail   /usr/local/sbin/ssmtp
mailq   /usr/libexec/sendmail/sendmail
newaliases  /usr/libexec/sendmail/sendmail
hoststat/usr/libexec/sendmail/sendmail
purgestat   /usr/libexec/sendmail/sendmail

However, pkg-message of mail/ssmtp gives different instruction:

ssmtp-2.64_1:
Always:
sSMTP has been installed successfully.

To replace sendmail with ssmtp type "make replace" or change 
your /etc/mail/mailer.conf to:

sendmail/usr/local/sbin/ssmtp
send-mail   /usr/local/sbin/ssmtp
mailq   /usr/local/sbin/ssmtp
newaliases  /usr/local/sbin/ssmtp
hoststat/usr/bin/true
purgestat   /usr/bin/true

Are they both correct, or one of them needs to be updated?

Regards,
-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

FreeBSD ports you maintain which are out of date

2016-05-25 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
comms/gammu | 1.37.2  | 1.37.3
+-+
databases/ocaml-sqlite3 | 4.0.3   | v4.0.4
+-+
emulators/mame  | 0.166   | mame0174
+-+
emulators/mess  | 0.166   | mame0174
+-+
multimedia/libav| 11.6| 11.7
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"