Re: CFT mplayer and mencoder snapshot

2013-03-15 Thread Thomas Zander
On 10 March 2013 20:51, Thomas Zander thomas.e.zan...@googlemail.com wrote:

 I have prepared a recent snapshot of mplayer and mencoder. The port
 itself has changed quite a bit, therefore testing and reporting (and
 patches if necessary) are greatly appreciated.
 The port tarballs can be found here:
 https://bsdistfiles.googlecode.com/files/m20130310.tar.xz

No problems? Anyone?
___
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


Status of net/freerdp and PR164843

2013-03-15 Thread meta

Hey, who is responsible for net/freerdp?
I requested the maintainer to update freerdp on October via private 
email but he does nothing.

I requested the new maintainer again Feb 27.
http://www.mail-archive.com/freebsd-ports@freebsd.org/msg47573.html

ports/164843 for freerdp 1.0.0 is open more than one year.
http://www.freebsd.org/cgi/query-pr.cgi?pr=164843

As nobody works to update net/freerdp, I finally did it by myself.
1.0.2 is available on my repository and tested on redports.
https://redports.org/browser/meta/net/freerdp
https://redports.org/buildarchive/20130312162341-90320/

WHOULD SOMEONE PLEASE WORK FOR IT?

--
`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 mplayer and mencoder snapshot

2013-03-15 Thread Waitman Gobble
Thomas Zander thomas.e.zan...@googlemail.com wrote ..
 On 10 March 2013 20:51, Thomas Zander thomas.e.zan...@googlemail.com wrote:
 
  I have prepared a recent snapshot of mplayer and mencoder. The port
  itself has changed quite a bit, therefore testing and reporting (and
  patches if necessary) are greatly appreciated.
  The port tarballs can be found here:
  https://bsdistfiles.googlecode.com/files/m20130310.tar.xz
 
 No problems? Anyone?
 ___
 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

Hi,

I downloaded and looked it over, looks good. I won't have time to really test 
it out until this weekend. But I'll let you know what happens.

Thank you,

Waitman

-- 
Waitman Gobble
San Jose California USA

___
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: Status of net/freerdp and PR164843

2013-03-15 Thread Ruslan Makhmatkhanov

Hi,

meta wrote on 15.03.2013 11:12:

Hey, who is responsible for net/freerdp?
I requested the maintainer to update freerdp on October via private
email but he does nothing.
I requested the new maintainer again Feb 27.
http://www.mail-archive.com/freebsd-ports@freebsd.org/msg47573.html

ports/164843 for freerdp 1.0.0 is open more than one year.
http://www.freebsd.org/cgi/query-pr.cgi?pr=164843

As nobody works to update net/freerdp, I finally did it by myself.
1.0.2 is available on my repository and tested on redports.
https://redports.org/browser/meta/net/freerdp
https://redports.org/buildarchive/20130312162341-90320/

WHOULD SOMEONE PLEASE WORK FOR IT?


Just grabbed it. Please send your patch as follow-up so we don't lose it 
in tracking history. Thank you.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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


devel/gettext build fails

2013-03-15 Thread Beeblebrox
As discussed in this thread;
http://freebsd.1045724.n5.nabble.com/CURRENT-lang-gcc-fails-to-build-on-CURRENT-with-error-configure-error-no-usable-dependency-style-foud-td5793999.html#a5794760
I recently had to switch gnu-grep and to re-build world.

Since then I have been having some other strange compile problems
(http://freebsd.1045724.n5.nabble.com/template/NamlServlet.jtp?macro=replynode=5795763),
so I thought I would re-build some of the base ports which the erroneous
situation depends on. One of these ports is devel/gettext. I have an
installed version built previously but trying to compile now breaks with:

libtool: link: c++  -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o 
.libs/lib-asprintf.o .libs/autosprintf.o-L/usr/local/lib -L/usr/lib
-lstdc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o  -O2
-march=k8   -Wl,-soname -Wl,libasprintf.so.0 -o .libs/libasprintf.so.0
/usr/bin/ld: .libs/autosprintf.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
.libs/autosprintf.o: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
libtool: link: cc -shared  -fPIC -DPIC  .libs/lib-asprintf.o
.libs/autosprintf.o   -L/usr/local/lib  -O2 -march=k8   -Wl,-soname
-Wl,libasprintf.so.0 -o .libs/libasprintf.so.0
/usr/bin/ld: .libs/autosprintf.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with -fPIC
.libs/autosprintf.o: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [libasprintf.la] Error code 1
Stop in
/usr/obj/asp/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime/libasprintf.
*** [all] Error code 1
Stop in
/usr/obj/asp/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime/libasprintf.
*** [all-recursive] Error code 1
Stop in
/usr/obj/asp/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime.
*** [all] Error code 1
Stop in
/usr/obj/asp/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime.
*** [all-recursive] Error code 1
Stop in /usr/obj/asp/ports/devel/gettext/work/gettext-0.18.1.1.
*** [do-build] Error code 1

ccache disabled, make_jobs disabled, same result with both clang and gcc46
Host: 10-Current-amd64-r248212



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/devel-gettext-build-fails-tp5795794.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


Re: Status of net/freerdp and PR164843

2013-03-15 Thread meta

2013-03-15 16:28 Ruslan Makhmatkhanov wrote:

Just grabbed it. Please send your patch as follow-up so we don't lose
it in tracking history. Thank you.


I've just sent. Thanks!

--
`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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-15 Thread Beeblebrox
This is starting to look like a text parser problem to me.
In the poudriere buildjail, bulk-build textproc/gnome-doc-utils breaks. log
shows:
checking for intltool = 0.35.0... ./configure: intltool-update: not found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or
later.

Compile from Host side for same shows:
checking for intltool = 0.35.0... 0.50.2 found

The log also showed these dependent ports:
Installing getopt-1.1.5...Installing gettext-0.18.1.1...Installing
libiconv-1.14...
So I decided to re-build those 3 ports and I ran into this:
http://freebsd.1045724.n5.nabble.com/devel-gettext-build-fails-td5795794.html



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795799.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


Re: Status of net/freerdp and PR164843

2013-03-15 Thread meta

For your information, I explain patches placed in files directory.
I hope this will help you.

files/patch-libfreerdp-*:
  Backport patches. The issues are fixed in recent master repo. But not 
included in 1.0.2 release.

  https://github.com/FreeRDP/FreeRDP/issues/536
  https://github.com/FreeRDP/FreeRDP/pull/544

files/patch-cmake_FindFFmpeg.cmake:
  To use multimedia/ffmpeg-devel instead of miltimedia/ffmpeg.

2013-03-15 16:28 Ruslan Makhmatkhanov wrote:

Hi,

meta wrote on 15.03.2013 11:12:

Hey, who is responsible for net/freerdp?
I requested the maintainer to update freerdp on October via private
email but he does nothing.
I requested the new maintainer again Feb 27.
http://www.mail-archive.com/freebsd-ports@freebsd.org/msg47573.html

ports/164843 for freerdp 1.0.0 is open more than one year.
http://www.freebsd.org/cgi/query-pr.cgi?pr=164843

As nobody works to update net/freerdp, I finally did it by myself.
1.0.2 is available on my repository and tested on redports.
https://redports.org/browser/meta/net/freerdp
https://redports.org/buildarchive/20130312162341-90320/

WHOULD SOMEONE PLEASE WORK FOR IT?


Just grabbed it. Please send your patch as follow-up so we don't lose
it in tracking history. Thank you.


--
`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: Status of net/freerdp and PR164843

2013-03-15 Thread Ruslan Makhmatkhanov

meta wrote on 15.03.2013 12:19:

For your information, I explain patches placed in files directory.
I hope this will help you.

files/patch-libfreerdp-*:
   Backport patches. The issues are fixed in recent master repo. But not
included in 1.0.2 release.
   https://github.com/FreeRDP/FreeRDP/issues/536
   https://github.com/FreeRDP/FreeRDP/pull/544

files/patch-cmake_FindFFmpeg.cmake:
   To use multimedia/ffmpeg-devel instead of miltimedia/ffmpeg.


Ok, thanks. I'm using patch from avg@ as base (because it was well 
tested and many things fixed) and will integrate your changes to update 
it to 1.0.2 and fix upstream issues.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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: starnge ports tree error: perl5.16 non-existent -- dependency list incomplete

2013-03-15 Thread Beeblebrox
OK, I just got textproc/gnome-doc-utils (and a bunch of other ports that
normally break) built in poudriere.
I did this by re-building  re-installing poudriere-devel.
I think the lesson is: If you switch from BSD_GREP to GNU_GREP in world, you
should re-build your poudriere!



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/starnge-ports-tree-error-perl5-16-non-existent-dependency-list-incomplete-tp5795304p5795803.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


mixxx segfault

2013-03-15 Thread Marko Cupać
I can succesfully compile mixxx from ports on 9-STABLE, but it dumps
core when trying to start it.

I reported a bug on launchpad:
https://bugs.launchpad.net/mixxx/+bug/1085955

But no luck so far.

Any chance to make it work?
-- 
Marko Cupać

___
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: texinfo

2013-03-15 Thread ajtiM
On Thursday, March 14, 2013 23:34:11 Baptiste Daroussin wrote:
 pkg info -l texinfo

pkg info -l texinfo
texinfo-5.1.20130313 owns the following files:
/usr/local/bin/info
/usr/local/bin/infokey
/usr/local/bin/install-info
/usr/local/bin/makeinfo
/usr/local/bin/pdftexi2dvi
/usr/local/bin/pod2texi
/usr/local/bin/texi2any
/usr/local/bin/texi2dvi
/usr/local/bin/texi2pdf
/usr/local/bin/texindex
/usr/local/info/info-stnd.info
/usr/local/info/info.info
/usr/local/info/texinfo.info
/usr/local/info/texinfo.info-1
/usr/local/info/texinfo.info-2
/usr/local/info/texinfo.info-3
/usr/local/man/man1/info.1.gz
/usr/local/man/man1/infokey.1.gz
/usr/local/man/man1/install-info.1.gz
/usr/local/man/man1/makeinfo.1.gz
/usr/local/man/man1/pdftexi2dvi.1.gz
/usr/local/man/man1/pod2texi.1.gz
/usr/local/man/man1/texi2any.1.gz
/usr/local/man/man1/texi2dvi.1.gz
/usr/local/man/man1/texi2pdf.1.gz
/usr/local/man/man1/texindex.1.gz
/usr/local/man/man5/info.5.gz
/usr/local/man/man5/texinfo.5.gz
/usr/local/share/locale/cs/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/da/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/de/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/de_AT/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/eo/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/eo/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/es.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/es/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/fr/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/fr/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/he/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/hr/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/hu/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/hu/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/id/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/it/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/it/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/ja/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/nb/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/nl/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/nl/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/pl/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/pl/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
/usr/local/share/locale/ro/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/ru/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/rw/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/sl/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/sv/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/tr/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/uk/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/vi/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/texinfo.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/texinfo.mo
/usr/local/share/texinfo/DebugTexinfo/DebugCount.pm
/usr/local/share/texinfo/DebugTexinfo/DebugTree.pm
/usr/local/share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
/usr/local/share/texinfo/Texinfo/Common.pm
/usr/local/share/texinfo/Texinfo/Convert/Converter.pm
/usr/local/share/texinfo/Texinfo/Convert/DocBook.pm
/usr/local/share/texinfo/Texinfo/Convert/HTML.pm
/usr/local/share/texinfo/Texinfo/Convert/IXIN.pm
/usr/local/share/texinfo/Texinfo/Convert/IXINSXML.pm
/usr/local/share/texinfo/Texinfo/Convert/Info.pm
/usr/local/share/texinfo/Texinfo/Convert/Line.pm
/usr/local/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm
/usr/local/share/texinfo/Texinfo/Convert/Paragraph.pm
/usr/local/share/texinfo/Texinfo/Convert/PlainTexinfo.pm
/usr/local/share/texinfo/Texinfo/Convert/Plaintext.pm
/usr/local/share/texinfo/Texinfo/Convert/Texinfo.pm
/usr/local/share/texinfo/Texinfo/Convert/TexinfoSXML.pm
/usr/local/share/texinfo/Texinfo/Convert/TexinfoXML.pm
/usr/local/share/texinfo/Texinfo/Convert/Text.pm
/usr/local/share/texinfo/Texinfo/Convert/TextContent.pm
/usr/local/share/texinfo/Texinfo/Convert/UnFilled.pm
/usr/local/share/texinfo/Texinfo/Convert/Unicode.pm
/usr/local/share/texinfo/Texinfo/Documentlanguages.pm
/usr/local/share/texinfo/Texinfo/Encoding.pm
/usr/local/share/texinfo/Texinfo/Parser.pm
/usr/local/share/texinfo/Texinfo/Report.pm
/usr/local/share/texinfo/Texinfo/Structuring.pm
/usr/local/share/texinfo/htmlxref.cnf
/usr/local/share/texinfo/init/book.pm
/usr/local/share/texinfo/init/chm.pm
/usr/local/share/texinfo/init/html32.pm
/usr/local/share/texinfo/init/latex2html.pm
/usr/local/share/texinfo/init/tex4ht.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x00.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x01.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x02.pm
/usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x03.pm

Re: texinfo

2013-03-15 Thread Baptiste Daroussin
On Fri, Mar 15, 2013 at 05:18:38AM -0500, ajtiM wrote:
 On Thursday, March 14, 2013 23:34:11 Baptiste Daroussin wrote:
  pkg info -l texinfo
 
 pkg info -l texinfo
 texinfo-5.1.20130313 owns the following files:
 /usr/local/bin/info
 /usr/local/bin/infokey
 /usr/local/bin/install-info
 /usr/local/bin/makeinfo
 /usr/local/bin/pdftexi2dvi
 /usr/local/bin/pod2texi
 /usr/local/bin/texi2any
 /usr/local/bin/texi2dvi
 /usr/local/bin/texi2pdf
 /usr/local/bin/texindex
 /usr/local/info/info-stnd.info
 /usr/local/info/info.info
 /usr/local/info/texinfo.info
 /usr/local/info/texinfo.info-1
 /usr/local/info/texinfo.info-2
 /usr/local/info/texinfo.info-3
 /usr/local/man/man1/info.1.gz
 /usr/local/man/man1/infokey.1.gz
 /usr/local/man/man1/install-info.1.gz
 /usr/local/man/man1/makeinfo.1.gz
 /usr/local/man/man1/pdftexi2dvi.1.gz
 /usr/local/man/man1/pod2texi.1.gz
 /usr/local/man/man1/texi2any.1.gz
 /usr/local/man/man1/texi2dvi.1.gz
 /usr/local/man/man1/texi2pdf.1.gz
 /usr/local/man/man1/texindex.1.gz
 /usr/local/man/man5/info.5.gz
 /usr/local/man/man5/texinfo.5.gz
 /usr/local/share/locale/cs/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/da/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/de/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/de_AT/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/eo/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/eo/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/es.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/es/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/fr/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/fr/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/he/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/hr/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/hu/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/hu/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/id/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/it/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/it/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/ja/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/nb/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/nl/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/nl/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/pl/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/pl/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
 /usr/local/share/locale/ro/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/ru/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/rw/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/sl/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/sv/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/tr/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/uk/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/vi/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/zh_CN/LC_MESSAGES/texinfo.mo
 /usr/local/share/locale/zh_TW/LC_MESSAGES/texinfo.mo
 /usr/local/share/texinfo/DebugTexinfo/DebugCount.pm
 /usr/local/share/texinfo/DebugTexinfo/DebugTree.pm
 /usr/local/share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm
 /usr/local/share/texinfo/Texinfo/Common.pm
 /usr/local/share/texinfo/Texinfo/Convert/Converter.pm
 /usr/local/share/texinfo/Texinfo/Convert/DocBook.pm
 /usr/local/share/texinfo/Texinfo/Convert/HTML.pm
 /usr/local/share/texinfo/Texinfo/Convert/IXIN.pm
 /usr/local/share/texinfo/Texinfo/Convert/IXINSXML.pm
 /usr/local/share/texinfo/Texinfo/Convert/Info.pm
 /usr/local/share/texinfo/Texinfo/Convert/Line.pm
 /usr/local/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm
 /usr/local/share/texinfo/Texinfo/Convert/Paragraph.pm
 /usr/local/share/texinfo/Texinfo/Convert/PlainTexinfo.pm
 /usr/local/share/texinfo/Texinfo/Convert/Plaintext.pm
 /usr/local/share/texinfo/Texinfo/Convert/Texinfo.pm
 /usr/local/share/texinfo/Texinfo/Convert/TexinfoSXML.pm
 /usr/local/share/texinfo/Texinfo/Convert/TexinfoXML.pm
 /usr/local/share/texinfo/Texinfo/Convert/Text.pm
 /usr/local/share/texinfo/Texinfo/Convert/TextContent.pm
 /usr/local/share/texinfo/Texinfo/Convert/UnFilled.pm
 /usr/local/share/texinfo/Texinfo/Convert/Unicode.pm
 /usr/local/share/texinfo/Texinfo/Documentlanguages.pm
 /usr/local/share/texinfo/Texinfo/Encoding.pm
 /usr/local/share/texinfo/Texinfo/Parser.pm
 /usr/local/share/texinfo/Texinfo/Report.pm
 /usr/local/share/texinfo/Texinfo/Structuring.pm
 /usr/local/share/texinfo/htmlxref.cnf
 /usr/local/share/texinfo/init/book.pm
 /usr/local/share/texinfo/init/chm.pm
 /usr/local/share/texinfo/init/html32.pm
 /usr/local/share/texinfo/init/latex2html.pm
 /usr/local/share/texinfo/init/tex4ht.pm
 /usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode.pm
 /usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x00.pm
 /usr/local/share/texinfo/lib/Text-Unidecode/lib/Text/Unidecode/x01.pm
 

Re: texinfo

2013-03-15 Thread Daniel Thiele

On 03/14/13 23:04, Johan van Selst wrote:

Hi Mitja,

ajtiM wrote:

In ports is texinfo-5.1 update but whenever is texinfo new version
(update) I have a problem:
print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
the same place.
Problematic: /usr/local/share/texinfo/init/book.init


This is curious: texinfo does not install this book.init file; and
neither port seems to mention a potential conflict in the port Makefile.

Could this be a left-over warning from an old version? Are other people
seeing this problem as well?


I also see this problem. I am experiencing this on a freshly installed 
system, so no updating of any of the two ports is involved. texi2html 
was installed first and seems to install a couple of init files in 
TEXINFODIR. An installation of texinfo then fails with


===   Registering installation for texinfo-5.1.20130313 as automatic
Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts 
with texi2html-5.0_1,1 (installs files into the same place). 
Problematic file: /usr/local/share/texinfo/init/book.init

*** [fake-pkg] Error code 70

although the conflicting file is not listed in texinfo's pkg-plist.


Regards,
Daniel

___
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: texinfo

2013-03-15 Thread Baptiste Daroussin
On Fri, Mar 15, 2013 at 12:03:08PM +0100, Daniel Thiele wrote:
 On 03/14/13 23:04, Johan van Selst wrote:
  Hi Mitja,
 
  ajtiM wrote:
  In ports is texinfo-5.1 update but whenever is texinfo new version
  (update) I have a problem:
  print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
  the same place.
  Problematic: /usr/local/share/texinfo/init/book.init
 
  This is curious: texinfo does not install this book.init file; and
  neither port seems to mention a potential conflict in the port Makefile.
 
  Could this be a left-over warning from an old version? Are other people
  seeing this problem as well?
 
 I also see this problem. I am experiencing this on a freshly installed 
 system, so no updating of any of the two ports is involved. texi2html 
 was installed first and seems to install a couple of init files in 
 TEXINFODIR. An installation of texinfo then fails with
 
 ===   Registering installation for texinfo-5.1.20130313 as automatic
 Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts 
 with texi2html-5.0_1,1 (installs files into the same place). 
 Problematic file: /usr/local/share/texinfo/init/book.init
 *** [fake-pkg] Error code 70
 
 although the conflicting file is not listed in texinfo's pkg-plist.
 
 
 Regards,
 Daniel
 

Ok I'll try to reproduce, and fix pkgng is the bug comes from pkgng or come back
with an explanation

But do not expect something before next week.

regards
Bapt


pgpC39wbmh8pU.pgp
Description: PGP signature


Re: texinfo

2013-03-15 Thread Daniel Thiele

On 03/15/13 12:21, Baptiste Daroussin wrote:

On Fri, Mar 15, 2013 at 12:03:08PM +0100, Daniel Thiele wrote:

On 03/14/13 23:04, Johan van Selst wrote:

Hi Mitja,

ajtiM wrote:

In ports is texinfo-5.1 update but whenever is texinfo new version
(update) I have a problem:
print/texinfo-5.1 confilcts with texi2html-5.0 (installs files into
the same place.
Problematic: /usr/local/share/texinfo/init/book.init


This is curious: texinfo does not install this book.init file; and
neither port seems to mention a potential conflict in the port Makefile.

Could this be a left-over warning from an old version? Are other people
seeing this problem as well?


I also see this problem. I am experiencing this on a freshly installed
system, so no updating of any of the two ports is involved. texi2html
was installed first and seems to install a couple of init files in
TEXINFODIR. An installation of texinfo then fails with

===   Registering installation for texinfo-5.1.20130313 as automatic
Installing texinfo-5.1.20130313...pkg: texinfo-5.1.20130313 conflicts
with texi2html-5.0_1,1 (installs files into the same place).
Problematic file: /usr/local/share/texinfo/init/book.init
*** [fake-pkg] Error code 70

although the conflicting file is not listed in texinfo's pkg-plist.


Regards,
Daniel



Ok I'll try to reproduce, and fix pkgng is the bug comes from pkgng or come back
with an explanation

But do not expect something before next week.

regards
Bapt



Thanks for looking into it. If you need any assistance or more 
information, just drop me a line.


Regards,
Daniel

___
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


lang/ExtUtils-F77, pkg, portmaster fail to deal with GCC_DEFAULT_VERSION= 4.7

2013-03-15 Thread Anton Shterenlikht
This is r244834 ia64, ports tree at r314250.

lang/gcc46 doesn't build, but lang/gcc47 does.
So I set:

# grep GCC_DEFAULT_VERSION= /usr/ports/Mk/bsd.gcc.mk
GCC_DEFAULT_VERSION=4.7
#

I now want to rebuild all p5-* ports following
perl upgrade to perl-5.16.2_1.

On build and install of p5-ExtUtils-F77
dependence on gcc47 is clear:

# make
===   p5-ExtUtils-F77-1.17_1 depends on file: /usr/local/sbin/pkg - found
===  Extracting for p5-ExtUtils-F77-1.17_1
= SHA256 Checksum OK for ExtUtils-F77-1.17.tar.gz.
===   p5-ExtUtils-F77-1.17_1 depends on file: /usr/local/bin/perl5.16.2 - found
===  Patching for p5-ExtUtils-F77-1.17_1
===   p5-ExtUtils-F77-1.17_1 depends on file: /usr/local/bin/perl5.16.2 - found
===  Applying FreeBSD patches for p5-ExtUtils-F77-1.17_1
===   p5-ExtUtils-F77-1.17_1 depends on executable: gcc47 - found
 ^

# make install
===  Installing for p5-ExtUtils-F77-1.17_1
===   p5-ExtUtils-F77-1.17_1 depends on executable: gcc47 - found
 ^
However, pkg doesn't seem to record
the dependence on gcc47:

# pkg info -xd p5-ExtUtils-F77
p5-ExtUtils-F77-1.17_1 depends on:
perl-5.16.2_1

#

when I then try to rebuild with portmaster, I get:

# portmaster p5-ExtU

=== Currently installed version: p5-ExtUtils-F77-1.17_1
=== Port directory: /usr/ports/lang/p5-ExtUtils-F77

=== Gathering distinfo list for installed ports

=== Launching 'make checksum' for lang/p5-ExtUtils-F77 in background
=== No options to configure
=== Gathering dependency list for lang/p5-ExtUtils-F77 from ports
=== Launching child to install lang/gcc

=== p5-ExtUtils-F77-1.17_1  lang/gcc (1/1)

which is wrong

I think either p5-ExtUtils-F77, pkg or portmaster fail
to record properly that this port depends on gcc47.

Please advise

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


[QAT] r314020: 4x leftovers

2013-03-15 Thread Ports-QAT
New port hugin-devel, tracking development version of Hugin.

Approved by:edwin (mentor)
-

  Build ID:  20130313034800-54903
  Job owner: g...@freebsd.org
  Buildtime: 3 days
  Enddate:   Fri, 15 Mar 2013 22:09:09 GMT

  Revision:  r314020
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=314020

-

Port:graphics/hugin-devel 2013.0

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20130313034800-54903-118164/hugin-devel-2013.0.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20130313034800-54903-118165/hugin-devel-2013.0.log

  Buildgroup: 8.3-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20130313034800-54903-118166/hugin-devel-2013.0.log

  Buildgroup: 8.3-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20130313034800-54903-118167/hugin-devel-2013.0.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20130313034800-54903
redports https://qat.redports.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: graphviz -- can't fetch

2013-03-15 Thread Lowell Gilbert
Ronald F. Guilmette r...@tristatelogic.com writes:

 What gives?  Where is the missing .gz file?


 % portupgrade graphics/graphviz
 ...
 ===  Found saved configuration for graphviz-2.30.1
 = graphviz-2.30.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch 
 http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.30.1.tar.gz
 fetch: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.30.1.tar.gz: 
 Moved Temporarily
 = Attempting to fetch 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/graphviz-2.30.1.tar.gz
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/graphviz-2.30.1.tar.gz:
 File unavailable (e.g., file not found, no access)
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.
 *** [do-fetch] Error code 1

 Stop in /usr/ports/graphics/graphviz.
 *** [build] Error code 1

 Stop in /usr/ports/graphics/graphviz.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade20130314-39851-1llt20w-0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=graphviz-2.30.0 UPGRADE_PORT_VER=2.30.0 make
 ** Fix the problem and try again.
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! graphics/graphviz (graphviz-2.30.0)   (fetch error)

Try the first mastersite again; I just fetched from there.
___
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


[QAT] r313998: 4x leftovers

2013-03-15 Thread Ports-QAT
Fix fix compiler error by adding patch from upstream.

PR: ports/176887
Submitted by:   Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org
Obtained from:  pan upstream
-

  Build ID:  20130312190001-10720
  Job owner: k...@freebsd.org
  Buildtime: 3 days
  Enddate:   Fri, 15 Mar 2013 23:56:52 GMT

  Revision:  r313998
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=313998

-

Port:news/pan 0.139

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~k...@freebsd.org/20130312190001-10720-118088/pan-0.139.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~k...@freebsd.org/20130312190001-10720-118089/pan-0.139.log

  Buildgroup: 8.3-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~k...@freebsd.org/20130312190001-10720-118090/pan-0.139.log

  Buildgroup: 8.3-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~k...@freebsd.org/20130312190001-10720-118091/pan-0.139.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20130312190001-10720
redports https://qat.redports.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: graphviz -- can't fetch

2013-03-15 Thread Ronald F. Guilmette

In message 44k3p8pa1t@lowell-desk.lan, 
Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org wrote:

Ronald F. Guilmette r...@tristatelogic.com writes:

 What gives?  Where is the missing .gz file?


 % portupgrade graphics/graphviz
 ...
 ===  Found saved configuration for graphviz-2.30.1
 = graphviz-2.30.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz
-2.30.1.tar.gz
 fetch: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.30.1.tar.gz: 
Moved Temporarily
 = Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gra
phviz-2.30.1.tar.gz
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/graphviz-2.30.1.tar.gz:
 File unavailable (e.g., file not found, no access)
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.
 *** [do-fetch] Error code 1

 Stop in /usr/ports/graphics/graphviz.
 *** [build] Error code 1

 Stop in /usr/ports/graphics/graphviz.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade20130314-39851-1llt20w-0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=graphviz-2.30.0 UPGRADE_PORT_VER=2.30.0 make
 ** Fix the problem and try again.
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 ! graphics/graphviz (graphviz-2.30.0)   (fetch error)

Try the first mastersite again; I just fetched from there.

By the first master site I assume you mean by the first URL, i.e.:

  http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.30.1.tar.gz

Well, I just did try that and I am still getting the same result.  In fact,
it appears to me that the entire web site of www.graphviz.org is most
seriously and entirely baroque I mean busted, kaput, blewie, snafued,
hosed in a major way.

Please look for yourself.

I've tried looking at the home page on that site and every version of the
URL for the (alleged) .gz file between the full path of the .gz file and
the home page of the web site, and all of these display as nothing but
a blank page.  I've reproduced this is both FireFox and Opera.

I think that _somebody_ has really and totally effed up that site.

But anyway, meanwhile, back here on earth, forget about THAT for a
second... How come a copy of the dist file is *also* not available
(still) from ftp.FreeBSD.org ??

I'm filing a PR.  This is really broke.

(I wouldn't even care, but graphviz is apparently a dependency of something
else I need to build.  Gr.)
___
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


[QAT] r314235: 4x leftovers

2013-03-15 Thread Ports-QAT
- Convert to PEAR_AUTOINSTALL
- Trim header
-

  Build ID:  20130315024200-20301
  Job owner: m...@freebsd.org
  Buildtime: 22 hours
  Enddate:   Sat, 16 Mar 2013 00:39:00 GMT

  Revision:  r314235
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=314235

-

Port:sysutils/pear-I18Nv2 0.11.4

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-20301-119060/pear-I18Nv2-0.11.4.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-20301-119061/pear-I18Nv2-0.11.4.log

  Buildgroup: 8.3-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-20301-119062/pear-I18Nv2-0.11.4.log

  Buildgroup: 8.3-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-20301-119063/pear-I18Nv2-0.11.4.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20130315024200-20301
redports https://qat.redports.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


QT4 Port Installing Too Many Deps

2013-03-15 Thread Robert Simmons
I'm trying to install the quassel port with only the quassel core not
any of the client components.  I'm running into two problems:

1) Even when I specify the CORE only make option, make still tries to
install absolutely everything related to qt4 and X11, the whole
kitchen sink.  This is the line in the makefile and it seems like this
port is disobeying this:
.if ${PORT_OPTIONS:MCORE}
USE_QT4+=   network script sql sql-sqlite3_run

2) There is no make config option to disable NLS, even though it is
listed as an option in the makefile:
.if ${PORT_OPTIONS:MNLS}
USE_QT4+=   linguist_build

How can I install this port without installing all of qt4 and x11 etc etc etc?
___
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: pkgconf is broken?

2013-03-15 Thread Baptiste Daroussin
On Wed, Mar 13, 2013 at 08:34:12AM +0100, Baptiste Daroussin wrote:
 On Wed, Mar 13, 2013 at 02:35:48AM -0300, Sergio de Almeida Lenzi wrote:
  Hello,
  
  new pkgconf (0.8.12) does different results
  from previos version (0.8.9)
  
  if I have instaled mjpegtools-2.0.0
  
  command: pkgconf --exists --print-errors mjpegtools  1.6.0 mjpegtools
   1.8.0
  
  pkgconf version 0.8.9 returns 1 (correct answer)
  pkgconf version 0.8.12 returs 0, and make the package with errors...
  
 Weird I'll have a look thanks for reporting.
 
Fixed in 0.9.1.

regards,
Bapt


pgpCibFE3VPVb.pgp
Description: PGP signature


net/mtr fails to build

2013-03-15 Thread sib
Hi. I tried updating mtr to 0.84 this morning and can't seem to get it to
build with clang or base gcc. Tried on i386 and x86-64.

Buildlog for clang:
http://dpaste.com/1023982/plain/

Buildlog for gcc:
http://dpaste.com/1023983/plain/


___
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


[QAT] r314236: 4x leftovers

2013-03-15 Thread Ports-QAT
- Convert to PEAR_AUTOINSTALL
- Trim header
-

  Build ID:  20130315024200-18928
  Job owner: m...@freebsd.org
  Buildtime: 25 hours
  Enddate:   Sat, 16 Mar 2013 04:04:25 GMT

  Revision:  r314236
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=314236

-

Port:security/pear-Net_Portscan 1.0.3

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-18928-119064/pear-Net_Portscan-1.0.3.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-18928-119065/pear-Net_Portscan-1.0.3.log

  Buildgroup: 8.3-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-18928-119066/pear-Net_Portscan-1.0.3.log

  Buildgroup: 8.3-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20130315024200-18928-119067/pear-Net_Portscan-1.0.3.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20130315024200-18928
redports https://qat.redports.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: net/mtr failed to build

2013-03-15 Thread Jeremy Chadwick
The breakage you see in curses.c is caused by IPv6 support being
mandatory, as a result of the software authors/committers being
idiots on numerous levels.

The rollout of mtr 0.84 is, basically, completely buggered for the BSDs.
The software authors should be utterly ashamed.

mtr 0.84 was released roughly a month ago.  Around 0.83, glib became a
mandatory dependency, and its implementation done stupidly/badly:

https://github.com/traviscross/mtr/commits/v0.84

This affected/affects OS X as well as the other BSDs as I said.

If we look at HEAD, we find that the idiocy has been cleaned up:

https://github.com/traviscross/mtr/commits/master

More specifically:

https://github.com/traviscross/mtr/commit/8348cfdc39694f0ada686b8277b75b3f72c6a47f#configure.ac

Note the introduction of a --without-glib configure option.  And note
the commit reason too -- make building work on OS X, a.k.a. fix the
idiocy committed prior to 0.84.

The IPv6 stuff got fixed in HEAD as well.  It's hard to see (you gotta
dig), but it's there.  Look around like 318:

https://github.com/traviscross/mtr/blob/master/curses.c

I also like this:

https://github.com/traviscross/mtr/commit/b32f0bd4295d32c2fd87c36f3c8a0d00fa53e660#README

The new situation -- uh, okay, as if readers would know what this
means/is/whatever.  Gut feeling tells me it has something to do with
either neglect or administrator/author drama.

Bottom line:

The FreeBSD port should be rolled back to 0.82 until 0.85 or newer comes
out.  Making diffs for all this crap is not worth it; 0.84 should be
nuked from orbit.

-- 
| Jeremy Chadwick   j...@koitsu.org |
| UNIX Systems Administratorhttp://jdc.koitsu.org/ |
| Mountain View, CA, US|
| Making life hard for others since 1977. PGP 4BD6C0CB |

___
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/mtr fails to build

2013-03-15 Thread Lowell Gilbert
s...@tormail.org writes:

 Hi. I tried updating mtr to 0.84 this morning and can't seem to get it to
 build with clang or base gcc. Tried on i386 and x86-64.

The no-IPv6 option is broken.  

The problem is upstream; you might want to report to the developers.
___
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


[QAT] r314073: 4x leftovers

2013-03-15 Thread Ports-QAT
Do not removed directories not owned by the port

Reported by:pkg DEVELOPER_MODE
-

  Build ID:  20130313112200-37972
  Job owner: b...@freebsd.org
  Buildtime: 3 days
  Enddate:   Sat, 16 Mar 2013 05:27:38 GMT

  Revision:  r314073
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=314073

-

Port:devel/p5-String-TT 0.03

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~b...@freebsd.org/20130313112200-37972-118384/p5-String-TT-0.03.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~b...@freebsd.org/20130313112200-37972-118385/p5-String-TT-0.03.log

  Buildgroup: 8.3-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~b...@freebsd.org/20130313112200-37972-118386/p5-String-TT-0.03.log

  Buildgroup: 8.3-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~b...@freebsd.org/20130313112200-37972-118387/p5-String-TT-0.03.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20130313112200-37972
redports https://qat.redports.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