Ports r459270 upsets "make index"

2018-02-11 Thread Peter Jeremy
r459270 created hard references to clang38 and clang++38 in
misc/sword/Makefile and, as a result, "make index" is reporting warnings:

--- describe.misc ---
sh: clang38: not found
make[5]: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang38 --version"
+returned non-zero status
make[5]: "/usr/ports/Mk/Uses/compiler.mk" line 112: warning: "clang++38 -###
+/dev/null 2>&1" returned non-zero status

Is there a cleaner way to define the required compiler?

-- 
Peter Jeremy


signature.asc
Description: PGP signature


Re: mail/postfixadmin: Error Regarding "SCOPE_BUBBLE_UP".

2018-02-11 Thread Janky Jay, III
Thanks, Walter!

Hrm. Very strange that a) Github didn't alert me to the reply and b)
when I checked 2 days ago I didn't see the reply although it says 7 days
ago (bad cache maybe?).

Anyhow, it looks like the port is broken then. I'm unsure why the
current port was expected to work either (unless, as mentioned) it *IS*
a Smarty3 version issue. I'll just contact the maintainer and wait for
the next PFA release.

Thanks again!

Regards,
Janky Jay, III

On 2/11/2018 4:41 PM, Walter Schwarzenfeld wrote:
> No answer?
> 
> https://sourceforge.net/p/postfixadmin/discussion/676076/thread/0f6936c7/
> 
> and
> 
> https://github.com/postfixadmin/postfixadmin/commit/14ec596cbfebc27bb8066e0ce870e68d53e00de9
> 
> 
> ___
> 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@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/postfixadmin: Error Regarding "SCOPE_BUBBLE_UP".

2018-02-11 Thread Walter Schwarzenfeld

No answer?

https://sourceforge.net/p/postfixadmin/discussion/676076/thread/0f6936c7/

and

https://github.com/postfixadmin/postfixadmin/commit/14ec596cbfebc27bb8066e0ce870e68d53e00de9

___
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/postfixadmin: Error Regarding "SCOPE_BUBBLE_UP".

2018-02-11 Thread Janky Jay, III
Hello All,

Versions:
FreeBSD - 11.1-RELEASE-p6
PostfixAdmin - 3.1
Smarty3 - 3.1.30
PHP - 5.6.33

So, I'm unsure if the is due to the most recent update of PostfxAdmin,
Smarty3, or PHP, but I'm seeing the following error upon loading the
login page for PostfixAdmin:

PHP Fatal error:  Undefined class constant 'SCOPE_BUBBLE_UP' in
/usr/local/www/postfixadmin/smarty/libs/sysplugins/smarty_internal_runtime_subtemplate.php
on line 114

Has anyone else been seeing this? I've tried the PFA FreeNode channel
and the PFA forums on Github but thus far no replies. Has anyone else
seen this behavior or is this a configuration issue of some type, maybe?
I will mention that PFA was working perfectly fine less than a month ago.

Regards,
Janky Jay, III
___
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"


New port: dns/bind9stats -- Munin plugin for BINDv9 stats channel

2018-02-11 Thread John W. O'Brien
Hello FreeBSD ports,

This new port [0] has not gotten any committer love for the last two
weeks. I would appreciate feedback or to have it added to the ports tree.

[0] dns/bind9stats: Munin plugin to collect BINDv9 data from the
statistics channel
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225508

Thank you,

-- 
John W. O'Brien
OpenPGP keys:
0x33C4D64B895DBF3B
0x474ABD3C1A7B3F70 (expires 2018-03-14)



signature.asc
Description: OpenPGP digital signature


Re: Upgrade rubygem port with strange version string

2018-02-11 Thread Matthias Fechner
Hi Jochen,

Am 11.02.2018 um 11:35 schrieb Jochen Neumeister:
> where is the new Version 5.1.0 from unicorn? On Github and the webpage
> i found only Version 1.0.1


look here:

https://rubygems.org/gems/unicorn/versions/5.1.0.4.gd5fbb

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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: Tensorflow port

2018-02-11 Thread Li-Wen Hsu
Just checked building devel/bazel in poudriere and it built fine.  It seems
that you have BUILD_AS_NON_ROOT in poudriere.conf so it cannot stage the
port, you might want to disable it or set sysctl
security.bsd.hardlink_check_uid and/or security.bsd.hardlink_check_gid to 1
(not recommended).

I also tested attached bazel5 but it doesn't have good luck:
https://gist.github.com/02694ad2f9f9abf78078c85362d3efe4
It looks we have some Java problems here.

May I ask why tensorflow needs an old version of bazel?

Best,
Li-Wen


On Sun, Feb 11, 2018 at 10:02 AM, Jov  wrote:

> When I try to create bazel5 port ,I get this error :
>
> poudriere testport -vv -j 111amd64 devel/bazel5
> =>> Debug: Reading /usr/local/etc/poudriere.conf
> [00:00:00] Warning: You have BUILD_AS_NON_ROOT set to 'yes' (c.f.
> poudriere.conf),
> [00:00:00] Warning: and 'security.bsd.hardlink_check_uid' or
> 'security.bsd.hardlink_check_gid' are not set to '0'.
> [00:00:00] Error: Poudriere will not be able to stage some ports. Exiting.
>
> This is a fresh ports tree. Testport for devel/bazel also report this
> error.
>
> I can not search any info for this error.
>
> Att is the bazel5 port, extract from the last known good 5.x port(ports
> r448218).
>
> As my time is limited, I will not do the work further.
>
> Jov
>
> 2018-02-08 9:06 GMT+08:00 Jason Bacon :
>
>>
>> Thanks, Li-Wen!  That will be helpful until someone finds time to upgrade
>> it.
>>
>> On 02/02/18 02:10, Li-Wen Hsu wrote:
>>
>>> Hi Jov,
>>>
>>> I just noticed this issue and I think it is an acceptable way to create
>>> new bazel5 port if TensorFlow really needs it.  I added the TensorFlow port
>>> so I am happy to work with you to fix it.
>>>
>>> Best,
>>> Li-Wen
>>>
>>> On Fri, Dec 15, 2017 at 10:06 AM, Jov > am...@amutu.com>> wrote:
>>>
>>> I tried to fix and update the py-tensorflow last week but failed
>>> because
>>> the bazel and tensorflow upstream seem heavily development and a
>>> lot of
>>> things changed. My time for the ports work is limited so I will
>>> give up
>>> this port. Anyone can take it and I am fine to answer any question.
>>>
>>> The easiest fixing is to create a new port bazel5 with 0.5.3 as
>>> version and
>>> change the tensorflow depend on this new port.
>>>
>>> Jov
>>>
>>> 2017-12-15 9:21 GMT+08:00 Jason Bacon >> >:
>>>
>>> >
>>> > Hi Jov,
>>> >
>>> > Are you aware that your py-tensorflow port is marked BROKEN?
>>> >
>>> > Thanks for porting this, BTW.  We have researchers interested in
>>> it and we
>>> > use FreeBSD quite a bit here.
>>> >
>>> > Cheers,
>>> >
>>> > Jason
>>> >
>>> > --
>>> > Earth is a beta site.
>>> >
>>> >
>>> ___
>>> 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
>>> "
>>>
>>>
>>>
>>>
>>> --
>>> Li-Wen Hsu 
>>> https://lwhsu.org
>>>
>>
>>
>> --
>> Earth is a beta site.
>>
>>
>


-- 
Li-Wen Hsu 
https://lwhsu.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"


FreeBSD ports you maintain which are out of date

2018-02-11 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
+-+
databases/mantis| 2.6.0   | 
release-2.11.1
+-+
multimedia/subtitlecomposer-kde4| 0.5.7   | v0.6.6
+-+


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"


Re: Upgrade rubygem port with strange version string

2018-02-11 Thread Jochen Neumeister

Morning Matthias,

where is the new Version 5.1.0 from unicorn? On Github and the webpage i 
found only Version 1.0.1


Greetings
Jochen


Am 11.02.2018 um 09:36 schrieb Matthias Fechner:

Dear all,

I need to update a rubygem port to version 5.1.0.4.gd5fbb
PORTNAME=   unicorn
PORTVERSION=    5.1.0
CATEGORIES= www rubygems

I tested it with:

PORTNAME=   unicorn
PORTVERSION=   5.1.0.4
DISTNAME=  ${PORTNAME}-${PORTVERSION}.gd5fbb
CATEGORIES= www rubygems

which fetches the correct version.
But it installs the version into port:

/usr/local/lib/ruby/gems/2.4/gems/unicorn-5.1.0.4.gd5fbb

which causes problems.

What is here the best way to make sure it will be installed into:
/usr/local/lib/ruby/gems/2.4/gems/unicorn-5.1.0.4

Thanks a lot!

Gruß
Matthias



___
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"


Upgrade rubygem port with strange version string

2018-02-11 Thread Matthias Fechner
Dear all,

I need to update a rubygem port to version 5.1.0.4.gd5fbb
PORTNAME=   unicorn
PORTVERSION=    5.1.0
CATEGORIES= www rubygems

I tested it with:

PORTNAME=   unicorn
PORTVERSION=   5.1.0.4
DISTNAME=  ${PORTNAME}-${PORTVERSION}.gd5fbb
CATEGORIES= www rubygems

which fetches the correct version.
But it installs the version into port:

/usr/local/lib/ruby/gems/2.4/gems/unicorn-5.1.0.4.gd5fbb

which causes problems.

What is here the best way to make sure it will be installed into:
/usr/local/lib/ruby/gems/2.4/gems/unicorn-5.1.0.4

Thanks a lot!

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


___
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"