Re: INDEX build failed for 8.x

2015-07-14 Thread Kurt Jaeger
Hi!

> --- describe.deskutils ---
> --- describe.devel ---
> --- describe.dns ---
> --- describe.editors ---
> --- describe.devel ---
> clang34: not found
> make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: 
> warning: "clang34 --version" returned non-zero status
> make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 109: 
> warning: "clang++34 -### /dev/null 2>&1" returned non-zero status
> [...]
> --- describe.print ---
[...]
> Committers on the hook:
>  hrs kevlo pi 

Any ideas what might be the cause ? I'm not sure how I can debug this.

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
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: INDEX build failed for 8.x

2015-07-14 Thread Erwin Lansing
Hi Kurt,

On Tue, Jul 14, 2015 at 09:32:06AM +0200, Kurt Jaeger wrote:
> Hi!
> 
> > --- describe.deskutils ---
> > --- describe.devel ---
> > --- describe.dns ---
> > --- describe.editors ---
> > --- describe.devel ---
> > clang34: not found
> > make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: 
> > warning: "clang34 --version" returned non-zero status
> > make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 109: 
> > warning: "clang++34 -### /dev/null 2>&1" returned non-zero status
> > [...]
> > --- describe.print ---
> [...]
> > Committers on the hook:
> >  hrs kevlo pi 
> 
> Any ideas what might be the cause ? I'm not sure how I can debug this.
> 

You snipped the wrong bit of the message.  These are just warnings
(though they still should be fixed), the real culprit is further below
with a failed dependency:

make_index: /home/indexbuild/tindex/ports/print/latex-beamer: no entry
for /home/indexbuild/tindex/ports/print/latex-pgf

Erwin

-- 
Erwin Lansinghttp://droso.dk
er...@freebsd.orghttp:// www.FreeBSD.org
___
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"


Can't use nmap on 10.1

2015-07-14 Thread Andrea Venturoli

Hello.

I've always used NMap, but now I've got several 10.1 boxes where it 
doesn't work.



# nmap -sP -PI 192.168.1.0/24

Starting Nmap 6.47 ( http://nmap.org ) at 2015-07-13 11:50 CEST
route_dst_generic: Failed to obtain system routes: getsysroutes_dnet: 
sysroutes_dnet_find_interfaces() failed



I tried searching for this, but most results are in Russian and I cannot 
read them. I only found one in English and it says it's PF's fault, but 
I don't have PF enabled.


I tried playing with -e option (e.g. "nmap -sP -PI 192.168.1.0/24 -e 
rl0"), but what I get is:



I cannot figure out what source address to use for device rl0, does it even 
exist?


Of course rl0 exists.



Any hint?

 bye & Thanks
av.
___
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"


INDEX build failed for 8.x

2015-07-14 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.chinese ---
--- describe.comms ---
--- describe.converters ---
--- describe.databases ---
--- describe.deskutils ---
--- describe.devel ---
--- describe.dns ---
--- describe.editors ---
--- describe.devel ---
clang34: not found
make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: warning: 
"clang34 --version" returned non-zero status
make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 109: warning: 
"clang++34 -### /dev/null 2>&1" returned non-zero status
[...]
--- describe.print ---
--- describe.russian ---
--- describe.science ---
--- describe.security ---
--- describe.shells ---
--- describe.sysutils ---
--- describe.textproc ---
--- describe.ukrainian ---
--- describe.vietnamese ---
--- describe.www ---
--- describe.x11 ---
--- describe.x11-clocks ---
--- describe.x11-drivers ---
--- describe.x11-fm ---
--- describe.x11-fonts ---
--- describe.x11-servers ---
--- describe.x11-themes ---
--- describe.x11-toolkits ---
--- describe.x11-wm ---
 Done.
make_index: /home/indexbuild/tindex/ports/print/latex-beamer: no entry for 
/home/indexbuild/tindex/ports/print/latex-pgf

Committers on the hook:
 hrs kevlo kwm mr pi 

Most recent SVN update was:
Updating '.':
Usecurity/vuxml/vuln.xml
Ucad/kicad-devel/distinfo
Ucad/kicad-devel/Makefile.bzr_rev
Ucad/kicad-devel/pkg-plist
Ucad/kicad-devel/Makefile
Updated to revision 391974.
___
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: Can't use nmap on 10.1

2015-07-14 Thread timp
One of those russian links tells us the following:
you  have a custom kernel with IPV6 turned off.
Then you use nmap compiled with IPV6 on.
Another problem is security/nmap port doesn't handle IPV6 option properly.
IPV6 stays On no matter what you choose in nmap's installing dialog. So you
can try add '--disable-ipv6' to Makefile and see what happens.
Hint from link: without stuff described above nmap works under non-root
user.

I'd create a bug report for security/nmap if these doings helped you.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Can-t-use-nmap-on-10-1-tp6025103p6025120.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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"


www/squid's cache dir

2015-07-14 Thread Pavel Timofeev
Hi!

A question was born in my mind about www/squid port:

Do we really need a separate /var/squid dir for 'cache' and always
empty 'logs' subdirs?
Squid's logs are really in /var/log/squid, not in /var/squid/logs.

So I think what if we had cache dir like /var/cache/squid, and got rig
of /var/squid at all?
What do you think?
___
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"


INDEX build failed for 8.x

2015-07-14 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.chinese ---
--- describe.comms ---
--- describe.converters ---
--- describe.databases ---
--- describe.deskutils ---
--- describe.devel ---
--- describe.dns ---
--- describe.editors ---
--- describe.devel ---
clang34: not found
make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 66: warning: 
"clang34 --version" returned non-zero status
make[5]: "/home/indexbuild/tindex/ports/Mk/Uses/compiler.mk" line 109: warning: 
"clang++34 -### /dev/null 2>&1" returned non-zero status
[...]
--- describe.print ---
--- describe.russian ---
--- describe.science ---
--- describe.security ---
--- describe.shells ---
--- describe.sysutils ---
--- describe.textproc ---
--- describe.ukrainian ---
--- describe.vietnamese ---
--- describe.www ---
--- describe.x11 ---
--- describe.x11-clocks ---
--- describe.x11-drivers ---
--- describe.x11-fm ---
--- describe.x11-fonts ---
--- describe.x11-servers ---
--- describe.x11-themes ---
--- describe.x11-toolkits ---
--- describe.x11-wm ---
 Done.
make_index: /home/indexbuild/tindex/ports/print/latex-beamer: no entry for 
/home/indexbuild/tindex/ports/print/latex-pgf

Committers on the hook:
 hrs kevlo kwm makc marino mr olgeni pi 

Most recent SVN update was:
Updating '.':
Udevel/elixir-calendar/pkg-plist
Udevel/elixir-calendar/Makefile
Udevel/elixir-calendar/distinfo
Adevel/erlang-gpb
Adevel/erlang-gpb/Makefile
Adevel/erlang-gpb/distinfo
Adevel/erlang-gpb/pkg-descr
Adevel/erlang-gpb/files
Adevel/erlang-gpb/files/patch-build_mk__version__hrl
Adevel/erlang-gpb/files/patch-include_gpb__version.hrl.in
Adevel/erlang-gpb/pkg-plist
Adevel/elixir-exprotobuf
Adevel/elixir-exprotobuf/files
Adevel/elixir-exprotobuf/files/patch-mix.exs
Adevel/elixir-exprotobuf/pkg-plist
Adevel/elixir-exprotobuf/Makefile
Adevel/elixir-exprotobuf/distinfo
Adevel/elixir-exprotobuf/pkg-descr
Udevel/Makefile
Usysutils/dvtm/Makefile
UMk/Uses/erlang.mk
Ugraphics/copperspice/Makefile
Usecurity/pinentry/Makefile
Updated to revision 391985.
___
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: net/liferea

2015-07-14 Thread Koop Mast
On 11-7-2015 19:44, Loïc BLOT wrote:
> I also think we should add dconf. Liferea is linked with dconf for many
> things and users doesn't want to reconfigure software at each usage :)
>

Done, thanks for reporting!
___
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"

INDEX now builds successfully on 8.x

2015-07-14 Thread Ports Index build

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


FreeBSD Port: samba42-4.2.2_1

2015-07-14 Thread Dutchman01
Can you please upgrade samba to 4.2.3

 

Thanks

Dutchman01

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


Swat2

2015-07-14 Thread Carmel NY
I understand that there is a "swat2" available for Samba4*. I have not seen
it in the ports system thought. Is it available for FreeBSD?

https://wiki.samba.org/index.php/SWAT2

-- 
Carmel
___
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: www/squid's cache dir

2015-07-14 Thread RW via freebsd-ports
On Tue, 14 Jul 2015 12:33:33 +0300
Pavel Timofeev wrote:

> Hi!
> 
> A question was born in my mind about www/squid port:
> 
> Do we really need a separate /var/squid dir for 'cache' and always
> empty 'logs' subdirs?
> Squid's logs are really in /var/log/squid, not in /var/squid/logs.
> 
> So I think what if we had cache dir like /var/cache/squid, and got rig
> of /var/squid at all?
> What do you think?

I can see a case for fixing the Makefile so the log directory is
created in the right place. Moving the squid directory itself wouldn't
avoid creating /var/squid/logs.

Squid can use more than one cache directory, so it makes sense to have
the default cache directory as a sub-directory of squid/.
___
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: www/squid's cache dir

2015-07-14 Thread timp
> I can see a case for fixing the Makefile so the log directory is 
created in the right place. 

What do you mean? It's already created and used by port in right place -
/var/log/squid.

> Moving the squid directory itself wouldn't  avoid creating
> /var/squid/logs. 

And there is no need to move this directory. Removing a few lines from
Makefile and pkg-plist would avoid this. Do I misunderstand something?

> Squid can use more than one cache directory, so it makes sense to have the
> default cache directory as a sub-directory of squid/.

Additional cache dirs can be created manually by user in /var/squid, I
agree. Like /var/squid/cache{1,2,3} etc whatever.
But these dirs can be created manually in /var/cache too. Like
/var/cache/squid{1,2,3}. I can't see any difference.

Explain, please.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/www-squid-s-cache-dir-tp6025127p6025395.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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"