Re: pam_ssh_agent_auth: ENOENT

2013-02-27 Thread Dimitry Andric

On 2013-02-27 00:39, Stefan Bethke wrote:
...

openbsd-compat/vis.h is #ifdef'd HAVE_STRNVIS, so we check configure.  
configure.log thinks we have a suitable strnvis:

configure:16566: checking for strnvis
configure:16622: cc -o conftest -O2 -pipe -fno-strict-aliasing -fPIC -Wall 
-Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -fstack-protector-all 
  -fstack-protector-all conftest.c  -lutil -lpam 5
configure:16629: $? = 0
configure:16651: result: yes


Do we?


We have strnvis(), but it is not suitable.  We got strnvis() from
NetBSD, and its arguments are in a different order from OpenBSD's
version.  See the archive for earlier discussions (and crash reports :)
about this.

I recommend adding the line:

CONFIGURE_ENV=  ac_cv_func_strnvis=no

to the port Makefile, just as with security/openssh-portable.
___
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: pam_ssh_agent_auth: ENOENT

2013-02-27 Thread Stefan Bethke

Am 27.02.2013 um 09:01 schrieb Dimitry Andric dimi...@andric.com:

 On 2013-02-27 00:39, Stefan Bethke wrote:
 ...
 openbsd-compat/vis.h is #ifdef'd HAVE_STRNVIS, so we check configure.  
 configure.log thinks we have a suitable strnvis:
 
 configure:16566: checking for strnvis
 configure:16622: cc -o conftest -O2 -pipe -fno-strict-aliasing -fPIC -Wall 
 -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign 
 -fstack-protector-all   -fstack-protector-all conftest.c  -lutil -lpam 5
 configure:16629: $? = 0
 configure:16651: result: yes
 
 
 Do we?
 
 We have strnvis(), but it is not suitable.  We got strnvis() from
 NetBSD, and its arguments are in a different order from OpenBSD's
 version.  See the archive for earlier discussions (and crash reports :)
 about this.
 
 I recommend adding the line:
 
 CONFIGURE_ENV=ac_cv_func_strnvis=no
 
 to the port Makefile, just as with security/openssh-portable.

Ah, neat, I didn't know you could do that in a Makefile.  I've just submitted 
ports/176469 with a patch to configure, but this much nicer.

http://www.freebsd.org/cgi/query-pr.cgi?pr=176469


Stefan

-- 
Stefan Bethke s...@lassitu.de   Fon +49 151 14070811



___
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: Firefox upgrade fails

2013-02-27 Thread Andrea Venturoli

On 02/22/13 11:50, Dimitry Andric wrote:


In any case, this looks like Firefox is attempting to use profile guided
optimization (via -fprofile-generate, etc), which is currently not
supported.  Try turning it off.


I never enabled this...



 Disable PGO

I thought I'd try this, but see below; however I would be curious why it 
suddenly stopped working...





 or build with GCC (I used make USE_GCC=4.6+).

I thought I was using GCC...




Anyway, the next day, after another update of the port tree, compilation 
went fine.




 Thanks to all
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


RE: www/chromium: call to 'abs' is ambiguous

2013-02-27 Thread Andriy Kornatskyy

 
  See below.
 
 You can try the patch for base/media/audio_splicer.cc at
 http://forums.freebsd.org/showthread.php?t=38000

 I'm doing a test build right now.

Just wanted conform the issue has been fixed.   
  
___
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


Ocaml ports needs love

2013-02-27 Thread Baptiste Daroussin
hi all,

I received a lot of complaint about ocaml being in a bad shape: lang/ocaml being
outdated, lots of ocaml ports not being carefully maintained and updated.

I personnally know nothing about ocaml so I'm not able to actually be helpful to
improve the situation, I would love to see people taking the task of cleaning up
the situation, bringing up ocaml ports to newer version.

Probably creating a ocaml@ team would be a good idea?

regards,
Bapt


pgpTN1XyR6Z5K.pgp
Description: PGP signature


Re: FreeBSD port for redirecting printer

2013-02-27 Thread Wojciech Puchar

lpd(8) can be annoying, but works fine for this kind of use.


I concur in this case. I have a Postscript-aware HP printer that also
does PCL. The usual simple shell script filter to detect PostScript
allows that to auto-adjust. printcap is easy, and I love chkprintcap -


exactly what i do.

lpd as print spooler, all programs compiled without CUPS if possible, and 
now my simple script using Xdialog to ask where do you like to print - 
started in place of lpr.


Duplex printing is set as separate printer, so all user have to do is 
single click selecting of duplex printer.


For windows clients, i always use LaserJet 2300 PS driver for every 
server provided printer, so no bloat of supplied drivers and their adverts 
about buying paper.


And no problem changing network printer to another model.
___
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


compiling thunderbird-esr

2013-02-27 Thread Wojciech Puchar
compiled thunderbird-esr from ports, as well as thunderbird-esr-i18i and 
added polish language.


Thunderbird works fine in...english.

No idea where to switch menu/message texts to polish. any help please?
___
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: FreeBSD port for redirecting printer

2013-02-27 Thread Matthias Apitz
El día Tuesday, February 26, 2013 a las 07:36:46PM +0100, Matthias Apitz 
escribió:

   Install CUPS (from our ports), catch the incoming data on 9100 with
   ncat(1) (from ports) and pipe the data to a lpr -P -o raw command 
   (of CUPS)
  No not CUPS. Not needed (i just want to sent it to printer). And avoided 
  at all cost.
 
 But for this, CUPS is your best choice.

Re/ CUPS and lpd(8), I only want to mention that in real world live I'm
the technical lead of a software company and we have around 150 big
libraries (of Universities etc.) which run our solutions on Linux or
Solaris SPARC; they all use a precompiled CUPS and configure all their
printers in the network with CUPS (browser admin); I will not imagine
what would happen for us on service hotline, if they would all use
something different and asking why the hell the print is not coming
out;

another issue, how do you print an UTF-8 encoded text file, containing
for example Hebrew and Greek? With CUPS' lpr(1) you just say:

$ lpr -Pfoo myfile.txt

and all is done on the fly, assuming the printer foo understands
Postscript.

matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz   |  - No system with backdoors like Apple/Android
E-mail: g...@unixarea.de |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
E-mail
phone: +49-170-4527211   |  - Respect for open standards
___
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


[PATCH] ports/audio/jack-rack/Makefile

2013-02-27 Thread Hans Petter Selasky
Hi,

The following patch was needed in order to get a working jack-rack binary 
after building from ports:

- CONFIGURE_ARGS= --disable-ladcca --disable-lash
+ CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq

Else jack-rack crashes stating that /dev/xxx/seq is not present.

--HPS
___
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: Ocaml ports needs love

2013-02-27 Thread b.f.
I received a lot of complaint about ocaml being in a bad shape: lang/ocaml 
being
outdated, lots of ocaml ports not being carefully maintained and updated.

I personnally know nothing about ocaml so I'm not able to actually be helpful 
to
improve the situation, I would love to see people taking the task of cleaning 
up
the situation, bringing up ocaml ports to newer version.

Probably creating a ocaml@ team would be a good idea?

Have these people been talking to the maintainers, or those
responsible for outstanding PRs?  Because I've only had two inquiries
in the past several months.  There were a few delays as maintainership
passed from stas to new volunteers, the pre-release freeze was
drawn-out, some upstream bugs were fixed, and while other changes
(like tcl/tk) were made. But I expect that the new ocaml will be done
soon (right after an update of lablgtk2) , and Michael Grunewald has
been active. An ocaml alias and mailing list might help at least for
the unmaintained ports, and as a place for discussions.

b.
___
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: FreeBSD port for redirecting printer

2013-02-27 Thread Matthias Apitz
El día Wednesday, February 27, 2013 a las 02:10:18PM +0100, Wojciech Puchar 
escribió:

  Re/ CUPS and lpd(8), I only want to mention that in real world live I'm
  the technical lead of a software company and we have around 150 big
  libraries (of Universities etc.) which run our solutions on Linux or
  Solaris SPARC; they all use a precompiled CUPS and configure all their
  printers in the network with CUPS (browser admin); I will not imagine
  what would happen for us on service hotline, if they would all use
  something different and asking why the hell the print is not coming
  out;
 
 it depends of someones imagination :)
 
 I would even be more scared in using pointclick software on that scale.

This shows that you have never used CUPS or just no idea about what you
are talking; in addition to the web based admin interface, you have all
files for edit with vim, like printers.conf or cups.conf, and ofc all
log files upto debug level if you need;

 
  $ lpr -Pfoo myfile.txt
 
  and all is done on the fly, assuming the printer foo understands
  Postscript.
 same without cups with just doing right filters. And knowing what you did.

please specify the exact filter command pipe to print an UTF-8 encoded
text file to a Postscript printer; or just say, I've never done and do
not know; thanks

matthias

-- 
Sent from my FreeBSD netbook

Matthias Apitz   |  - No system with backdoors like Apple/Android
E-mail: g...@unixarea.de |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
E-mail
phone: +49-170-4527211   |  - Respect for open standards
___
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: Ocaml ports needs love

2013-02-27 Thread Baptiste Daroussin
On Wed, Feb 27, 2013 at 01:09:34PM +, b.f. wrote:
 I received a lot of complaint about ocaml being in a bad shape: lang/ocaml 
 being
 outdated, lots of ocaml ports not being carefully maintained and updated.
 
 I personnally know nothing about ocaml so I'm not able to actually be 
 helpful to
 improve the situation, I would love to see people taking the task of 
 cleaning up
 the situation, bringing up ocaml ports to newer version.
 
 Probably creating a ocaml@ team would be a good idea?
 
 Have these people been talking to the maintainers, or those
 responsible for outstanding PRs? 

I relayed the information in general to ports@ because ocaml-*
concerns a lot of maintainer to contact individually, but I supposed most of the
people sending mail to me about that haven't contacted the maintainers
neither report any PR, but can't speak for all of them.

 in the past several months.  There were a few delays as maintainership
 passed from stas to new volunteers, the pre-release freeze was
 drawn-out, some upstream bugs were fixed, and while other changes
 (like tcl/tk) were made. But I expect that the new ocaml will be done
 soon (right after an update of lablgtk2) , and Michael Grunewald has
 been active. An ocaml alias and mailing list might help at least for
 the unmaintained ports, and as a place for discussions.

That is nice to hear, thanks for your work and sorry for noise.o

regards,
Bapt


pgpaoRwvnoM4S.pgp
Description: PGP signature


Re: Ocaml ports needs love

2013-02-27 Thread Gabor Pali
Hey there,

On Wed, Feb 27, 2013 at 2:09 PM, b.f. bf1...@googlemail.com wrote:
 An ocaml alias and mailing list might help at least for the unmaintained 
 ports, and as a
 place for discussions.

Count me in!
___
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: compiling thunderbird-esr

2013-02-27 Thread Daniel Nebdal
What happens if you (in some terminal) first set LANG=pl_PL.UTF-8 ,
and then launch thunderbird?

--
Daniel Nebdal

On Wed, Feb 27, 2013 at 12:55 PM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:
 compiled thunderbird-esr from ports, as well as thunderbird-esr-i18i and
 added polish language.

 Thunderbird works fine in...english.

 No idea where to switch menu/message texts to polish. any help please?
 ___
 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-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 ports you maintain which are out of date

2013-02-27 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
+-+
audio/musescore | 1.2 | 1.3
+-+
databases/geoserver-mysql-plugin| 2.1.1   | 2.2.5
+-+
german/pecl-konto_check | 2.98| 4.4
+-+
graphics/geoserver  | 2.1.1   | 2.2.5
+-+
mail/smtp-gated | 1.4.18.8| 1.4.19.0
+-+
math/jlatexmath | 0.9.7   | 1.0.1
+-+
net/liveMedia   | 2012.12.18  | 2013.02.27
+-+


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

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
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


Bigbluebutton install problem and solution

2013-02-27 Thread David Southwell

Hi
After a clean build
# make install
fails with
please reinstall www/tomcat with HHTP_PORT=8080

I have rebuilt www/tomcat
make -DHTTP_PORT=8080
make install


but HTTP Port remains at makefile default of 8180
Altering makefile to 8080 and problem goes away

David


--
David Southwell ARPS AFIAP
Photographic Arts
Trained  experienced competition judge, mentor, trainer, lecturer,
Advanced digital techniques, international project photography

___
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: compiling thunderbird-esr

2013-02-27 Thread Boris Samorodov
On 27.02.2013 15:55, Wojciech Puchar wrote:

 compiled thunderbird-esr from ports, as well as thunderbird-esr-i18i and
 added polish language.
 
 Thunderbird works fine in...english.
 
 No idea where to switch menu/message texts to polish. any help please?

Two steps:
1. Tools - Add-ons - Languages - Enable Polish.
2. Tools - Quick Lockale Switcher - Options.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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: CFT: texlive ports

2013-02-27 Thread Anton Shterenlikht
Date: Wed, 27 Feb 2013 07:41:41 +0900 (JST)
To: po...@freebsd.org
Subject: CFT: texlive ports
From: Hiroki Sato h...@freebsd.org


 Please try to install print/texlive-full.  The total size of the

On ia64 -current I got to:

gmake[3]: Entering directory 
`/usr/ports/print/luatex/work/texlive-20120701-source/texk/web2c'
creating link 'texlua' - 'luatex'
creating link 'texluac' - 'luatex'
gmake[3]: Leaving directory 
`/usr/ports/print/luatex/work/texlive-20120701-source/texk/web2c'
gmake[2]: Leaving directory 
`/usr/ports/print/luatex/work/texlive-20120701-source/texk/web2c'
gmake[1]: Leaving directory 
`/usr/ports/print/luatex/work/texlive-20120701-source/texk/web2c'
for D in /usr/local/share/texmf /usr/local/share/texmf-dist 
/usr/local/share/texmf-local /usr/local/share/texmf-var; do  if [ -r $D/ls-R ]; 
then /usr/local/bin/mktexlsr $D; fi;  done
*** [do-fmtutil-luatex] Error code 1

Stop in /usr/ports/print/luatex.
*** [build-depends] Error code 1

Stop in /usr/ports/print/texlive-full.
# 

Anton


___
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


multimedia/kino LIB_DEPENDS

2013-02-27 Thread Thomas Laus
The most recent port of kino requires the libdc1394 library and this is not
listed in the LIB_DEPENDS section of the Makefile.  Kino won't build
without this library.

Tom

-- 
Public Keys:
PGP KeyID = 0x5F22FDC1
GnuPG KeyID = 0x620836CF
___
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: [PATCH] ports/audio/jack-rack/Makefile

2013-02-27 Thread Marcel Bonnet
On 27 February 2013 10:03, Hans Petter Selasky h...@bitfrost.no wrote:
 Hi,

 The following patch was needed in order to get a working jack-rack binary
 after building from ports:

 - CONFIGURE_ARGS= --disable-ladcca --disable-lash
 + CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq

 Else jack-rack crashes stating that /dev/xxx/seq is not present.

 --HPS

Hi Hans, folks.

Thanks, Hans. That's exactly what I did to make it work. I submitted
the same patch - PR (ports/169563), Sat Jun 30 04:40:21 UTC 2012 - but
without response until now (maybe because there is no maintainer).

Cheers,
-- 
Marcel Bonnet
___
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


graphics/graphviz broken on -current, hangs indefinitely on install

2013-02-27 Thread Daniel Eischen

I have to mark graphics/graphviz BROKEN on -current in order to
get portupgrade to bypass the upgrade of graphviz because it
hangs forever on install:

Making install in dot
gmake[3]: Entering directory 
`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
gmake[4]: Entering directory 
`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

 ../../config/install-sh -c -d '/usr/local/bin'
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g 
wheel -m 555 dot dot_builtins '/usr/local/bin'
libtool: install: install -o root -g wheel -m 555 -s .libs/dot 
/usr/local/bin/dot
libtool: install: install -o root -g wheel -m 555 -s .libs/dot_builtins 
/usr/local/bin/dot_builtins

gmake  install-exec-hook
gmake[5]: Entering directory 
`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
(cd /usr/local/bin; if test -x dot; then for i in neato twopi fdp circo 
osage patchwork sfdp; do rm -f $i; ln -s dot $i; done; fi;)
if test x = x; then if test -x /usr/local/bin/dot; then if test -x 
/sbin/ldconfig; then /sbin/ldconfig 2/dev/null; fi; /usr/local/bin/dot 
-c; else /usr/local/bin/dot_static -c; fi; fi


And there it hangs.

# ls -l /usr/local/bin/dot
-r-xr-xr-x  1 root  wheel  8480 Feb 27 12:33 /usr/local/bin/dot

# dot -v
Error: /usr/local/lib/graphviz/config6 is zero sized, or other read 
error.

dot - graphviz version 2.30.1 (20130227.1730)
libdir = /usr/local/lib/graphviz
Error: /usr/local/lib/graphviz/config6 is zero sized, or other read 
error.

There is no layout engine support for dot
Perhaps dot -c needs to be run (with installer's privileges) to 
register the plugins?


# rm /usr/local/lib/graphviz/config6

# /usr/local/bin/dot -c
[ hangs ]

#  uname -a
FreeBSD rigel 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247154: Fri Feb 22 14:59:28 EST 2013 
deischen@rigel:/usr/obj/opt/FreeBSD/current/src/sys/rigel  amd64


# cat /etc/make.conf
BATCH=yes
WITH_NEW_XORG=true
WITH_KMS=true
WITH_PKGNG=yes
# added by use.perl 2012-11-10 23:33:24
PERL_VERSION=5.14.2

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


solved Re: compiling thunderbird-esr

2013-02-27 Thread Wojciech Puchar
both polish texts and quick locale switched got installed, i switched to 
PL without result, but missed option in it about switching user interface 
language.


so only assumed default WWW language was switched to polish.

thanks
___
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: compiling thunderbird-esr

2013-02-27 Thread Wojciech Puchar

What happens if you (in some terminal) first set LANG=pl_PL.UTF-8 ,
and then launch thunderbird?


i have pl_PL.ISO8859-2 but tested UTF-8 too, thunderbird seems to ignore 
it.




--
Daniel Nebdal

On Wed, Feb 27, 2013 at 12:55 PM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:

compiled thunderbird-esr from ports, as well as thunderbird-esr-i18i and
added polish language.

Thunderbird works fine in...english.

No idea where to switch menu/message texts to polish. any help please?
___
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-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-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: graphics/graphviz broken on -current, hangs indefinitely on install

2013-02-27 Thread Chris Rees
On 27 Feb 2013 17:48, Daniel Eischen deisc...@freebsd.org wrote:

 I have to mark graphics/graphviz BROKEN on -current in order to
 get portupgrade to bypass the upgrade of graphviz because it
 hangs forever on install:

 Making install in dot
 gmake[3]: Entering directory
`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
 gmake[4]: Entering directory
`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
  ../../config/install-sh -c -d '/usr/local/bin'
   /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -m 555 dot dot_builtins '/usr/local/bin'
 libtool: install: install -o root -g wheel -m 555 -s .libs/dot
/usr/local/bin/dot
 libtool: install: install -o root -g wheel -m 555 -s .libs/dot_builtins
/usr/local/bin/dot_builtins
 gmake  install-exec-hook
 gmake[5]: Entering directory
`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'
 (cd /usr/local/bin; if test -x dot; then for i in neato twopi fdp circo
osage patchwork sfdp; do rm -f $i; ln -s dot $i; done; fi;)
 if test x = x; then if test -x /usr/local/bin/dot; then if test -x
/sbin/ldconfig; then /sbin/ldconfig 2/dev/null; fi; /usr/local/bin/dot -c;
else /usr/local/bin/dot_static -c; fi; fi

 And there it hangs.

 # ls -l /usr/local/bin/dot
 -r-xr-xr-x  1 root  wheel  8480 Feb 27 12:33 /usr/local/bin/dot

 # dot -v
 Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.
 dot - graphviz version 2.30.1 (20130227.1730)
 libdir = /usr/local/lib/graphviz
 Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.
 There is no layout engine support for dot
 Perhaps dot -c needs to be run (with installer's privileges) to
register the plugins?

 # rm /usr/local/lib/graphviz/config6

 # /usr/local/bin/dot -c
 [ hangs ]

 #  uname -a
 FreeBSD rigel 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247154: Fri Feb 22
14:59:28 EST 2013 deischen@rigel:/usr/obj/opt/FreeBSD/current/src/sys/rigel
 amd64

 # cat /etc/make.conf
 BATCH=yes
 WITH_NEW_XORG=true
 WITH_KMS=true
 WITH_PKGNG=yes
 # added by use.perl 2012-11-10 23:33:24
 PERL_VERSION=5.14.2

Did you try deinstalling first?  Are your world and kernel exactly in sync?

Chris
___
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: graphics/graphviz broken on -current, hangs indefinitely on install

2013-02-27 Thread Daniel Eischen

On Wed, 27 Feb 2013, Chris Rees wrote:


On 27 Feb 2013 17:48, Daniel Eischen deisc...@freebsd.org wrote:


I have to mark graphics/graphviz BROKEN on -current in order to
get portupgrade to bypass the upgrade of graphviz because it
hangs forever on install:

Making install in dot
gmake[3]: Entering directory

`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

gmake[4]: Entering directory

`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

 ../../config/install-sh -c -d '/usr/local/bin'
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g

wheel -m 555 dot dot_builtins '/usr/local/bin'

libtool: install: install -o root -g wheel -m 555 -s .libs/dot

/usr/local/bin/dot

libtool: install: install -o root -g wheel -m 555 -s .libs/dot_builtins

/usr/local/bin/dot_builtins

gmake  install-exec-hook
gmake[5]: Entering directory

`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

(cd /usr/local/bin; if test -x dot; then for i in neato twopi fdp circo

osage patchwork sfdp; do rm -f $i; ln -s dot $i; done; fi;)

if test x = x; then if test -x /usr/local/bin/dot; then if test -x

/sbin/ldconfig; then /sbin/ldconfig 2/dev/null; fi; /usr/local/bin/dot -c;
else /usr/local/bin/dot_static -c; fi; fi


And there it hangs.

# ls -l /usr/local/bin/dot
-r-xr-xr-x  1 root  wheel  8480 Feb 27 12:33 /usr/local/bin/dot

# dot -v
Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.
dot - graphviz version 2.30.1 (20130227.1730)
libdir = /usr/local/lib/graphviz
Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.
There is no layout engine support for dot
Perhaps dot -c needs to be run (with installer's privileges) to

register the plugins?


# rm /usr/local/lib/graphviz/config6

# /usr/local/bin/dot -c
[ hangs ]

#  uname -a
FreeBSD rigel 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247154: Fri Feb 22

14:59:28 EST 2013 deischen@rigel:/usr/obj/opt/FreeBSD/current/src/sys/rigel
amd64


# cat /etc/make.conf
BATCH=yes
WITH_NEW_XORG=true
WITH_KMS=true
WITH_PKGNG=yes
# added by use.perl 2012-11-10 23:33:24
PERL_VERSION=5.14.2


Did you try deinstalling first?  Are your world and kernel exactly in sync?


Yes, yes, and yes :-)  I did make deinstall, make clean, make, and
make install as root in that order.

Here's a ktrace of 'sudo ktrace dot -c':

  http://freefall.freebsd.org/~deischen/graphviz/dot.ktrace

It seems to hang on a _umtx_op() right after getting the
kern.usrstack sysctl.

I'm using the default CC (Clang) but it also seems to be
looking for libgcc_s.so.1.

--
DE
___
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: CFT: texlive ports

2013-02-27 Thread Zhihao Yuan
On Wed, Feb 27, 2013 at 10:11 AM, Anton Shterenlikht
me...@bristol.ac.uk wrote:
 for D in /usr/local/share/texmf /usr/local/share/texmf-dist 
 /usr/local/share/texmf-local /usr/local/share/texmf-var; do  if [ -r $D/ls-R 
 ]; then /usr/local/bin/mktexlsr $D; fi;  done

Only the first dir presents on a clean installed system.  So...

-- 
Zhihao Yuan, ID lichray
The best way to predict the future is to invent it.
___
4BSD -- http://4bsd.biz/
___
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: graphics/graphviz broken on -current, hangs indefinitely on install

2013-02-27 Thread Chris Rees
On 27 Feb 2013 18:10, Daniel Eischen deisc...@freebsd.org wrote:

 On Wed, 27 Feb 2013, Chris Rees wrote:

 On 27 Feb 2013 17:48, Daniel Eischen deisc...@freebsd.org wrote:


 I have to mark graphics/graphviz BROKEN on -current in order to
 get portupgrade to bypass the upgrade of graphviz because it
 hangs forever on install:

 Making install in dot
 gmake[3]: Entering directory


`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

 gmake[4]: Entering directory


`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

  ../../config/install-sh -c -d '/usr/local/bin'
   /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g

 wheel -m 555 dot dot_builtins '/usr/local/bin'

 libtool: install: install -o root -g wheel -m 555 -s .libs/dot

 /usr/local/bin/dot

 libtool: install: install -o root -g wheel -m 555 -s .libs/dot_builtins

 /usr/local/bin/dot_builtins

 gmake  install-exec-hook
 gmake[5]: Entering directory


`/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot'

 (cd /usr/local/bin; if test -x dot; then for i in neato twopi fdp circo

 osage patchwork sfdp; do rm -f $i; ln -s dot $i; done; fi;)

 if test x = x; then if test -x /usr/local/bin/dot; then if test -x

 /sbin/ldconfig; then /sbin/ldconfig 2/dev/null; fi; /usr/local/bin/dot
-c;
 else /usr/local/bin/dot_static -c; fi; fi


 And there it hangs.

 # ls -l /usr/local/bin/dot
 -r-xr-xr-x  1 root  wheel  8480 Feb 27 12:33 /usr/local/bin/dot

 # dot -v
 Error: /usr/local/lib/graphviz/config6 is zero sized, or other read
error.
 dot - graphviz version 2.30.1 (20130227.1730)
 libdir = /usr/local/lib/graphviz
 Error: /usr/local/lib/graphviz/config6 is zero sized, or other read
error.
 There is no layout engine support for dot
 Perhaps dot -c needs to be run (with installer's privileges) to

 register the plugins?


 # rm /usr/local/lib/graphviz/config6

 # /usr/local/bin/dot -c
 [ hangs ]

 #  uname -a
 FreeBSD rigel 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247154: Fri Feb 22

 14:59:28 EST 2013 deischen@rigel
:/usr/obj/opt/FreeBSD/current/src/sys/rigel
 amd64


 # cat /etc/make.conf
 BATCH=yes
 WITH_NEW_XORG=true
 WITH_KMS=true
 WITH_PKGNG=yes
 # added by use.perl 2012-11-10 23:33:24
 PERL_VERSION=5.14.2


 Did you try deinstalling first?  Are your world and kernel exactly in
sync?


 Yes, yes, and yes :-)  I did make deinstall, make clean, make, and
 make install as root in that order.

 Here's a ktrace of 'sudo ktrace dot -c':

   http://freefall.freebsd.org/~deischen/graphviz/dot.ktrace

 It seems to hang on a _umtx_op() right after getting the
 kern.usrstack sysctl.

 I'm using the default CC (Clang) but it also seems to be
 looking for libgcc_s.so.1.

Perhaps this could be related.

http://lists.freebsd.org/pipermail/freebsd-hackers/2009-December/030228.html

I'm out of ideas now :)

Chris
___
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: CFT: texlive ports

2013-02-27 Thread Hiroki Sato
Zhihao Yuan lich...@gmail.com wrote
  in cagsoruavw2ivat3k3ghnrglajujva9_4jwvuvzyp4jbz8l8...@mail.gmail.com:

li On Wed, Feb 27, 2013 at 10:11 AM, Anton Shterenlikht
li me...@bristol.ac.uk wrote:
li  for D in /usr/local/share/texmf /usr/local/share/texmf-dist 
/usr/local/share/texmf-local /usr/local/share/texmf-var; do  if [ -r $D/ls-R ]; 
then /usr/local/bin/mktexlsr $D; fi;  done
li
li Only the first dir presents on a clean installed system.  So...

 Thank you for the report.  A new version which fixes this issue can
 be found at:

  http://people.allbsd.org/~hrs/FreeBSD/texlive-20130228-1.tar.gz

 Please try this instead.

-- Hiroki


pgp6Z3BrHErez.pgp
Description: PGP signature


please update net/freerdp

2013-02-27 Thread meta

Whould someone update net/freerdp? The latest release is 1.0.2.
I asked maintainer to update in private email but no reply almost 5 
months.


--
`whois vmeta.jp | nkf -w`
meta m...@vmeta.jp
___
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: CFT: texlive ports

2013-02-27 Thread Stephen Montgomery-Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/27/2013 07:10 PM, Hiroki Sato wrote:

 http://people.allbsd.org/~hrs/FreeBSD/texlive-20130228-1.tar.gz

It built successfully.  But when I tried to run the command
tlmgr
I got the following error message:
Can't locate TeXLive/TLConfig.pm in @INC (@INC contains:
/usr/texmf/scripts/texlive /usr/tlpkg
/usr/local/lib/perl5/5.14.2/BSDPAN
/usr/local/lib/perl5/site_perl/5.14.2/mach
/usr/local/lib/perl5/site_perl/5.14.2 /usr/local/lib/perl5/5.14.2/mach
/usr/local/lib/perl5/5.14.2 .) at /usr/local/bin/tlmgr line 81.
BEGIN failed--compilation aborted at /usr/local/bin/tlmgr line 81.

tlmgr is rather important, for example, it allows me to set the
default page size (us-letter or A4).

tlmgr does work on my version of texlive:
http://people.freebsd.org/~stephen/ (but my version has other flaws so
I would prefer that your version worked).


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRLth5AAoJEC3xK9GaktgHKQcH+gJf57Fu6eNPKpC/wSJql8Us
qCVdFsSAh3d/IZaqnp31q7xu10e/By4Av+C8RkSZGW8IpJAD5jobdeambh7b1TWN
izTd9F68gAx45XtcG7yHGL8SNm3N8MWUY9peU2eDHFkg6GpGxT+oxuSyfNcXOZfh
VXFGI9r8jsRL2YPqOhmGX6Opl//PFZxLvD6Y8m3NUtUDbjSAqlwlIKySuBIGosax
4SOBi17vrg1TYC7ktBjcILsJHfIY0QBoDfQnLnx188MgQUNETcdIFxlFl5v9uFPt
iYmV19c0VpvpUA7wafOSuQxaloAZ1wMqM1gUoZttK394dY/nR2sHx0lcmNEqY/A=
=iOMo
-END PGP SIGNATURE-
___
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: CFT: texlive ports

2013-02-27 Thread Hiroki Sato
Stephen Montgomery-Smith step...@missouri.edu wrote
  in 512ed882.2030...@missouri.edu:

st -BEGIN PGP SIGNED MESSAGE-
st Hash: SHA1
st
st On 02/27/2013 07:10 PM, Hiroki Sato wrote:
st
st  http://people.allbsd.org/~hrs/FreeBSD/texlive-20130228-1.tar.gz
st
st It built successfully.  But when I tried to run the command
st tlmgr
st I got the following error message:
st Can't locate TeXLive/TLConfig.pm in @INC (@INC contains:
st /usr/texmf/scripts/texlive /usr/tlpkg
st /usr/local/lib/perl5/5.14.2/BSDPAN
st /usr/local/lib/perl5/site_perl/5.14.2/mach
st /usr/local/lib/perl5/site_perl/5.14.2 /usr/local/lib/perl5/5.14.2/mach
st /usr/local/lib/perl5/5.14.2 .) at /usr/local/bin/tlmgr line 81.
st BEGIN failed--compilation aborted at /usr/local/bin/tlmgr line 81.
st
st tlmgr is rather important, for example, it allows me to set the
st default page size (us-letter or A4).
st
st tlmgr does work on my version of texlive:
st http://people.freebsd.org/~stephen/ (but my version has other flaws so
st I would prefer that your version worked).

 Ah, yes, tlmgr is not supported in the patchset yet, but I am
 planning to add it as a separate port which will be installed as a
 dependency of print/texlive-full.  Package management tools in
 TeXLive tend to conflict with our ports framework, so patching them
 to minimize the impact is planned.

-- Hiroki


pgpeO_ZpUu3sd.pgp
Description: PGP signature


Re: FreeBSD port for redirecting printer

2013-02-27 Thread Matthias Apitz
El día Wednesday, February 27, 2013 a las 12:56:47PM +0100, Matthias Apitz 
escribió:

 another issue, how do you print an UTF-8 encoded text file, containing
 for example Hebrew and Greek? With CUPS' lpr(1) you just say:
 
 $ lpr -Pfoo myfile.txt

And now? Big silence? Nobody wants to step-up with a proposal? :-)

matthias
-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
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: FreeBSD port for redirecting printer

2013-02-27 Thread Bernt Hansson

2013-02-28 07:03, Matthias Apitz skrev:

El día Wednesday, February 27, 2013 a las 12:56:47PM +0100, Matthias Apitz 
escribió:


another issue, how do you print an UTF-8 encoded text file, containing
for example Hebrew and Greek? With CUPS' lpr(1) you just say:

$ lpr -Pfoo myfile.txt


And now? Big silence? Nobody wants to step-up with a proposal? :-)


You have already proposed the correct answer.


/usr/bin/lpr -Pbar file instead of your cups /usr/local/bin/lpr
___
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: FreeBSD port for redirecting printer

2013-02-27 Thread Bob Eager
On Thu, 28 Feb 2013 07:03:42 +0100
Matthias Apitz g...@unixarea.de wrote:

 El día Wednesday, February 27, 2013 a las 12:56:47PM +0100, Matthias
 Apitz escribió:
 
  another issue, how do you print an UTF-8 encoded text file,
  containing for example Hebrew and Greek? With CUPS' lpr(1) you just
  say:
  
  $ lpr -Pfoo myfile.txt
 
 And now? Big silence? Nobody wants to step-up with a proposal? :-)
 
   matthias

If I wanted to do that, I'd install CUPS.

But I don't.
___
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: FreeBSD port for redirecting printer

2013-02-27 Thread Wojciech Puchar


And now? Big silence? Nobody wants to step-up with a proposal? :-)





my proposal for you:

man printcap


matthias
--
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
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-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org