Re: [CFT] xfce4-diskperf-plugin

2013-09-12 Thread Olivier Duchateau
It works fine. It's awesome, thanks.

I noticed odd thing (I don't know if it's default behaviour), when I mount 
additional disk (e.g. USB mass storage), plugin can't display info of this 
disk. While iostat can.

I made patch [1] to fix pkg-plist and Makefile.

[1] https://people.freebsd.org/~olivierd/patches/xfce4-diskperf-plugin.diff

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


Port could not find libstdc++ on latest -HEAD -- what shouls I do? (Was: [RELEASE - head-amd64-default][java/subversion-java] Build failed for subversion-java-1.8.3 during build)

2013-09-12 Thread Lev Serebryakov
Hello, FreeBSD-Ports.
You wrote 12 сентября 2013 г., 12:39:19:

 My port `java/subversion-java' fails to build on -CURRENT (on FreeBSD build
server) with:

pfFo> c++: warning: argument unused during compilation: '-pthread'
pfFo> /usr/bin/ld: cannot find -lstdc++
pfFo> c++: error: linker command failed with exit code 1 (use -v to see 
invocation)
pfFo> *** Error code 1

 It is result of turning off gcc & libstdcpp for sure, but how could I fix this
situation as port maintainer?


-- 
// Black Lion AKA Lev Serebryakov 

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

math/biggles patch (clang only current r255465)

2013-09-12 Thread Roman Cat
Fix build without gcc.

Roman.

patch-make.inc

--- make.inc.orig   2010-04-10 00:54:40.0 +0400
+++ make.inc2013-09-12 13:58:35.0 +0400
@@ -20,8 +20,8 @@
 #

 PYTHON = python
-CC = gcc
-CCSHARED   = gcc -shared
+CC = $(CC)
+CCSHARED   = $(CC) -shared
 CFLAGS = -Wall -O2 -fPIC
 OS = $(shell uname)
___
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"


Berkeley DB 4.1

2013-09-12 Thread Ivan Voras
Hello,

I'd like to start a discussion on changing the default BDB port from 4.1
to something more recent.

bdb version 4.1 was last released in 2002:
README: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)

There are some ports which have an unexpected dependacy on bdb via APR
(apache22, subversion), which does is not wrong in itself, but is
somewhat unelegant (as a personal opinion of course).

I've found this previous discussion:
http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081444.html

And while the argument seems valid, it also doesn't have an estimate of
which / how many ports will break with a more recent bdb.

Could an experimental port build be done with setting WITH_BDB_VER to
either the most recent 4.x version (WITH_BDB_VER=48), to the last
Sleepycat Licensed version (50) or the recent version in ports (60) to
see what breaks?



signature.asc
Description: OpenPGP digital signature


Re: Berkeley DB 4.1

2013-09-12 Thread Matthew D. Fuller
On Thu, Sep 12, 2013 at 12:57:06PM +0200 I heard the voice of
Ivan Voras, and lo! it spake thus:
> 
> And while the argument seems valid, it also doesn't have an estimate
> of which / how many ports will break with a more recent bdb.

FWIW, I've manually pushed all the systems I've managed to higher
versions than 4.2 for years.  I remember having 4.6 around a lot.  In
a quick look around now, I see 4.8 on everything but one system that's
running 4.7, servers and a couple workstations.  I can't recall _ever_
seeing a breakage.


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
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: Berkeley DB 4.1

2013-09-12 Thread John Marino
On 9/12/2013 13:09, Matthew D. Fuller wrote:
> On Thu, Sep 12, 2013 at 12:57:06PM +0200 I heard the voice of
> Ivan Voras, and lo! it spake thus:
>>
>> And while the argument seems valid, it also doesn't have an estimate
>> of which / how many ports will break with a more recent bdb.
> 
> FWIW, I've manually pushed all the systems I've managed to higher
> versions than 4.2 for years.  I remember having 4.6 around a lot.  In
> a quick look around now, I see 4.8 on everything but one system that's
> running 4.7, servers and a couple workstations.  I can't recall _ever_
> seeing a breakage.

If it helps the discussion, dports set the db version default to 4.8
since the beginning of dports.  We found a couple of ports that
misadvertised their compatibility but for the most part, it's been
smooth for us (DragonFly).

John

___
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: Berkeley DB 4.1

2013-09-12 Thread Ivan Voras
On 12/09/2013 13:09, Matthew D. Fuller wrote:
> On Thu, Sep 12, 2013 at 12:57:06PM +0200 I heard the voice of
> Ivan Voras, and lo! it spake thus:
>>
>> And while the argument seems valid, it also doesn't have an estimate
>> of which / how many ports will break with a more recent bdb.
> 
> FWIW, I've manually pushed all the systems I've managed to higher
> versions than 4.2 for years.  I remember having 4.6 around a lot.  In
> a quick look around now, I see 4.8 on everything but one system that's
> running 4.7, servers and a couple workstations.  I can't recall _ever_
> seeing a breakage.

Yes, I've had WITH_BDB_VER?=48 in my standard /etc/make.conf I carry
around in every system for so long that I don't even remember when I've
added it :)





signature.asc
Description: OpenPGP digital signature


graphics/libsvg: svg_image.c:24:17: error: png.h: No such file or directory

2013-09-12 Thread Anton Shterenlikht
On ia64  r254648, ports tree at 327030,
rebuilding ports after removing converters/libiconv:

--- svg_image.lo ---
if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H  
-I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith 
-Wstrict-prototypes   -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT 
svg_image.lo -MD -MP -MF ".deps/svg_image.Tpo" -c -o svg_image.lo svg_image.c;  
then mv -f ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm -f 
".deps/svg_image.Tpo"; exit 1; fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libxml2 
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe 
-fno-strict-aliasing -MT svg_image.lo -MD -MP -MF .deps/svg_image.Tpo -c 
svg_image.c  -fPIC -DPIC -o .libs/svg_image.o
svg_image.c:24:17: error: png.h: No such file or directory
svg_image.c:25:21: error: jpeglib.h: No such file or directory
svg_image.c:26:20: error: jerror.h: No such file or directory

and so on.

The full log:

http://eis.bris.ac.uk/~mexas/libsvg-build-log.text

Thanks

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"


Re: Berkeley DB 4.1

2013-09-12 Thread Volodymyr Kostyrko

12.09.2013 13:57, Ivan Voras wrote:

Hello,

I'd like to start a discussion on changing the default BDB port from 4.1
to something more recent.

bdb version 4.1 was last released in 2002:
README: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)

There are some ports which have an unexpected dependacy on bdb via APR
(apache22, subversion), which does is not wrong in itself, but is
somewhat unelegant (as a personal opinion of course).

I've found this previous discussion:
http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081444.html

And while the argument seems valid, it also doesn't have an estimate of
which / how many ports will break with a more recent bdb.


My long time default was to get last available version and I never saw a 
breakage even with 5*. However there are some ports that strictly 
default to 48 (like net-p2p/bitcoin).



Could an experimental port build be done with setting WITH_BDB_VER to
either the most recent 4.x version (WITH_BDB_VER=48), to the last
Sleepycat Licensed version (50) or the recent version in ports (60) to
see what breaks?


I vote for 48 as 48 was the last version that had major enhancements.

--
Sphinx of black quartz, judge my vow.
___
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/libsvg: svg_image.c:24:17: error: png.h: No such file or directory

2013-09-12 Thread Boris Samorodov
12.09.2013 15:42, Anton Shterenlikht пишет:
> On ia64  r254648, ports tree at 327030,
> rebuilding ports after removing converters/libiconv:
> 
> --- svg_image.lo ---
> if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H  
> -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith 
> -Wstrict-prototypes   -Wmissing-prototypes -Wmissing-declarations 
> -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT 
> svg_image.lo -MD -MP -MF ".deps/svg_image.Tpo" -c -o svg_image.lo 
> svg_image.c;  then mv -f ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm 
> -f ".deps/svg_image.Tpo"; exit 1; fi
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. 
> -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes 
> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs 
> -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP 
> -MF .deps/svg_image.Tpo -c svg_image.c  -fPIC -DPIC -o .libs/svg_image.o
> svg_image.c:24:17: error: png.h: No such file or directory
> svg_image.c:25:21: error: jpeglib.h: No such file or directory
> svg_image.c:26:20: error: jerror.h: No such file or directory
> 
> and so on.
> 
> The full log:
> 
> http://eis.bris.ac.uk/~mexas/libsvg-build-log.text

Please try the following patch.
-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Index: graphics/libsvg/Makefile
===
--- graphics/libsvg/Makefile(revision 327039)
+++ graphics/libsvg/Makefile(working copy)
@@ -20,6 +20,7 @@
 USE_GNOME= libxml2
 USES=  pathfix iconv pkgconfig
 USE_LDCONFIG=  yes
+CFLAGS+=   -I${LOCALBASE}/include
 
 PLIST_FILES=   include/svg.h \
lib/libsvg.a \
___
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/libsvg: svg_image.c:24:17: error: png.h: No such file or directory

2013-09-12 Thread Anton Shterenlikht
>From b...@passap.ru Thu Sep 12 13:48:26 2013
>> 
>> --- svg_image.lo ---
>> if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H 
>>  -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith 
>> -Wstrict-prototypes   -Wmissing-prototypes -Wmissing-declarations 
>> -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT 
>> svg_image.lo -MD -MP -MF ".deps/svg_image.Tpo" -c -o svg_image.lo 
>> svg_image.c;  then mv -f ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else 
>> rm -f ".deps/svg_image.Tpo"; exit 1; fi
>> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes 
>> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs 
>> -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP 
>> -MF .deps/svg_image.Tpo -c svg_image.c  -fPIC -DPIC -o .libs/svg_image.o
>> svg_image.c:24:17: error: png.h: No such file or directory
>> svg_image.c:25:21: error: jpeglib.h: No such file or directory
>> svg_image.c:26:20: error: jerror.h: No such file or directory
>> 
>> and so on.
>> 
>> The full log:
>> 
>> http://eis.bris.ac.uk/~mexas/libsvg-build-log.text
>
>Please try the following patch.

The patch helped.

Thank you

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"


Re: graphics/libsvg: svg_image.c:24:17: error: png.h: No such file or directory

2013-09-12 Thread Boris Samorodov
12.09.2013 16:55, Anton Shterenlikht пишет:
>>From b...@passap.ru Thu Sep 12 13:48:26 2013
>>>
>>> --- svg_image.lo ---
>>> if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc 
>>> -DHAVE_CONFIG_H  -I. -I. -I.. -I/usr/local/include/libxml2 -Wall 
>>> -Wpointer-arith -Wstrict-prototypes   -Wmissing-prototypes 
>>> -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 
>>> -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF 
>>> ".deps/svg_image.Tpo" -c -o svg_image.lo svg_image.c;  then mv -f 
>>> ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm -f 
>>> ".deps/svg_image.Tpo"; exit 1; fi
>>> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. 
>>> -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes 
>>> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs 
>>> -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD 
>>> -MP -MF .deps/svg_image.Tpo -c svg_image.c  -fPIC -DPIC -o .libs/svg_image.o
>>> svg_image.c:24:17: error: png.h: No such file or directory
>>> svg_image.c:25:21: error: jpeglib.h: No such file or directory
>>> svg_image.c:26:20: error: jerror.h: No such file or directory
>>>
>>> and so on.
>>>
>>> The full log:
>>>
>>> http://eis.bris.ac.uk/~mexas/libsvg-build-log.text
>>
>> Please try the following patch.
> 
> The patch helped.

Great, can you file a PR on the matter? Thanks!

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

Pkg-fallout basic256

2013-09-12 Thread Fernando Apesteguía
Hi all,

I received a message stating that basic256 0.9.9.64 doesn't build.

I'll take care of it as soon as possible but that won't happen before the
25th since I'm out of the country and really AFK.

If in the meantime someone wants to take a look fell free to do it :)

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: math/biggles patch (clang only current r255465)

2013-09-12 Thread Boris Samorodov
12.09.2013 14:13, Roman Cat пишет:

> Fix build without gcc.
> 
> Roman.
> 
> patch-make.inc
> 
> --- make.inc.orig   2010-04-10 00:54:40.0 +0400
> +++ make.inc2013-09-12 13:58:35.0 +0400
> @@ -20,8 +20,8 @@
>  #
> 
>  PYTHON = python
> -CC = gcc
> -CCSHARED   = gcc -shared
> +CC = $(CC)
> +CCSHARED   = $(CC) -shared
>  CFLAGS = -Wall -O2 -fPIC
>  OS = $(shell uname)

I've committed a similar fix. Thanks for the report!

-- 
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: graphics/libsvg: svg_image.c:24:17: error: png.h: No such file or directory

2013-09-12 Thread Anton Shterenlikht
http://www.freebsd.org/cgi/query-pr.cgi?pr=182038

Thanks

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"


poudriere ports tree create/delete?

2013-09-12 Thread Anton Shterenlikht
I'm trying to set up poudriere.
I two places I see this command:

http://forums.freebsd.org/showthread.php?t=38859
https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/use_system_ports_tree.wiki

poudriere ports -c -F -f none -M /usr/ports -p default

or

poudriere ports -c -F -f none -M /ports/custom -p custom

So what exactly is the result of this command?
Should something appear under $BASEFS?

My system tree is /usr/ports.
I normally update it via svn+https.
I run the following command:

poudriere ports -c -F -f none -M /usr/ports -p default

and got

# poudriere ports -l
PORTSTREEMETHOD PATH
default  portsnap   /usr/ports
#

I can't seem to update it:

# poudriere ports -u
>> Updating portstree "default"
portsnap: Directory does not exist or is not writable: /usr/ports/.snap
# 

I presume it's because the tree is updated
with svn+https and not with portsnap.
So now I want to change the update method to svn+https.
How do I do this?

What happens if I run

poudriere ports -d

Will I delete my /usr/ports?

Thanks

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"


Re: NZBGet | Port needs a refreshj

2013-09-12 Thread Nicolas Raspail

Nicolas Raspail wrote:

Jos Chrispijn wrote:

William Grzybowski:

There is a PR for it, ports/177839. I'll take care.

thanks William, keep up the good work!

Best regards,
Jos Chrispijn



Hi

I have open two PR about this port, one for the new version 
(ports/180832) and for the postProcess script terminated with unknown 
status (ports/177669).


The new version 11.0 should fix the ports/177669 (see 
http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&p=4873&hilit=freebsd#p4873) 
and has a new concept for the post-processing scripts.


As you have already take care of upgrading this port from 9.1 to 10.2, 
maybe you can do it again :-)


Regards

Nicolas


Hi

I have submitted a patch to update the nzbget port to 11.0 
(http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180832). This is my 
first patch for a FreeBSD port, so it may be far from perfect. Maybe 
someone can have a look to the patch to see if it can be committed


Regards

Nicolas

___
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/gcc fails to build following 20130904

2013-09-12 Thread Anton Shterenlikht
This is on amd64 r255093 with ports at ??? (I haven't rebuilt svn yet):

libtool: compile:  /usr/ports/lang/gcc/work/build/./prev-gcc/xgcc 
-B/usr/ports/lang/gcc/work/build//prev-gcc/ 
-B/usr/local/x86_64-portbld-freebsd10.0/bin/ 
-B/usr/local/x86_64-portbld-freebsd10.0/bin 
-B/usr/local/x86_64-portbld-freebsd10.0/lib/ -isystem 
/usr/local/x86_64-portbld-freebsd10.0/includ -isystem 
/usr/local/x86_64-portbld-freebsd10.0/sys-include -DHAVE_CONFIG_H -I. 
-I.././../gcc-4.6.3lto-plugin -I.././../gcc-4.6.3/lto-plugin/../include 
-DHAVE_CONFIG_H -Wall -g -O2 -gtoggle -c 
../././gcc-4.6.3/lto-plugin/lto-plugin.c  -fPIC -DPIC -o .libs/lto-plugin.o
.././../gcc-4.6.3/libcpp/charset.c:1371:1: error: conflicting types for 
'cpp_interpret_string'
.././../gcc-4.6.3/libcpp/include/cpplib.h:742:13: note: previous declaration of 
'cpp_interpret_strig' was here
.././../gcc-4.6.3/libcpp/charset.c:1452:1: error: conflicting types for 
'cpp_interpret_string_notraslate'
.././../gcc-4.6.3/libcpp/include/cpplib.h:745:13: note: previous declaration of 
'cpp_interpret_strig_notranslate' was here
gmake[5]: *** [charset.o] Error 1

Shall I open a PR?

Thanks

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"


textproc/hunspell build failure following 20130904

2013-09-12 Thread Anton Shterenlikht
amd64 r255093, ports at 327102:

libtool: link: c++ -O2 -pipe -fno-strict-aliasing -Wl,-rpath=/usr/local/lib -o 
.libs/hunspell hunspell.o  -L/usr/local/lib ../parsers/libparsers.a 
../hunspell/.libs/libhunspell-1.3.so -lncursesw -lreadline -lncurses -Wl,-rpath 
-Wl,/usr/local/lib
--- hunzip ---
/bin/sh ../../libtool --tag=CXX--mode=link c++  -O2 -pipe 
-fno-strict-aliasing   -Wl,-rpath=/usr/local/lib -L/usr/local/lib -lreadline -o 
hunzip hunzip.o ../hunspell/libhunspell-1.3.la 
--- hunspell ---
/usr/bin/ld: -: invalid DSO for symbol `cbreak' definition
/usr/local/lib/libtinfow.so.5.9: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** [hunspell] Error code 1

make[4]: stopped in /usr/ports/textproc/hunspell/work/hunspell-1.3.2/src/tools

I've rebuilt ncurses and readline successfully already.

Thanks

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"


Re: textproc/hunspell build failure following 20130904

2013-09-12 Thread John Marino
On 9/12/2013 22:36, Anton Shterenlikht wrote:
> /usr/bin/ld: -: invalid DSO for symbol `cbreak' definition
> /usr/local/lib/libtinfow.so.5.9: could not read symbols: Bad value
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> *** [hunspell] Error code 1
> 
> make[4]: stopped in /usr/ports/textproc/hunspell/work/hunspell-1.3.2/src/tools
> 
> I've rebuilt ncurses and readline successfully already.

What library does the cbreak symbol belong to?
you need to add it to the linker flags.  (e.g. LDFLAGS+=
-L${LOCALBASE}/lib -lmylib )

Invalid DSO normally means the symbol is in another library and the
linker is not going to recursively search for it.

John
___
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: poudriere ports tree create/delete?

2013-09-12 Thread olli hauer
On 2013-09-12 23:03, Anton Shterenlikht wrote:
>>From oha...@gmx.de Thu Sep 12 21:58:25 2013
>>
>> On 2013-09-12 16:58, Anton Shterenlikht wrote:
>>> I'm trying to set up poudriere.
>>> I two places I see this command:
>>>
>>> http://forums.freebsd.org/showthread.php?t=38859
>>> https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/use_system_ports_tree.wiki
>>>
>>> poudriere ports -c -F -f none -M /usr/ports -p default
>>>
>>> or
>>>
>>> poudriere ports -c -F -f none -M /ports/custom -p custom
>>>
>>> So what exactly is the result of this command?
>>> Should something appear under $BASEFS?
>>>
>>> My system tree is /usr/ports.
>>> I normally update it via svn+https.
>>> I run the following command:
>>>
>>> poudriere ports -c -F -f none -M /usr/ports -p default
>>>
>>> and got
>>>
>>> # poudriere ports -l
>>> PORTSTREEMETHOD PATH
>>> default  portsnap   /usr/ports
>>> #
>>>
>>> I can't seem to update it:
>>>
>>> # poudriere ports -u
>>> >> Updating portstree "default"
>>> portsnap: Directory does not exist or is not writable: /usr/ports/.snap
>>> # 
>>>
>>> I presume it's because the tree is updated
>>> with svn+https and not with portsnap.
>>> So now I want to change the update method to svn+https.
>>> How do I do this?
>>>
>>> What happens if I run
>>>
>>> poudriere ports -d
>>>
>>> Will I delete my /usr/ports?
>>>
>>> Thanks
>>>
>>> Anton
>>>
>>
>> Hi Anton,
>>
>> param -m will do the trick, from man (8) poudriere
>>
>> -m methodSpecifies which method to use to create the ports tree.
>>  Could be portsnap, git, svn{,+http,+https,+file,+ssh}
>>  (Default: portsnap).
>>
> 
> I'm sure I tried it, but still got portsnap:
> 
> # poudriere ports -l
> PORTSTREEMETHOD PATH
> default  portsnap   /usr/ports
> system   -  /usr/ports
> sys  portsnap   /usr/ports
> # 
> 
> Anyway, I'm trying to delete the poudriere ports tree as
> 
> # poudriere ports -d
> >> Deleting portstree "default"
> 
> but it sits forever without exiting.
> 
> I'm not even sure which directories and/or files
> this command is supposed to delete.
> 
> This is on ia64 r255488.
> 
> # pkg info -xo poud
> poudriere-devel-3.0.99.20130906 ports-mgmt/poudriere-devel
> #
> 
> Thanks
> 
> Anton
> 

Is this poudriere or poudriere-devel?

Anyway, you can change the methode in
 /usr/local/etc/poudriere.d/ports/default/method

___
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: poudriere ports tree create/delete?

2013-09-12 Thread Anton Shterenlikht
>From oha...@gmx.de Thu Sep 12 21:58:25 2013
>
>On 2013-09-12 16:58, Anton Shterenlikht wrote:
>> I'm trying to set up poudriere.
>> I two places I see this command:
>> 
>> http://forums.freebsd.org/showthread.php?t=38859
>> https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/use_system_ports_tree.wiki
>> 
>> poudriere ports -c -F -f none -M /usr/ports -p default
>> 
>> or
>> 
>> poudriere ports -c -F -f none -M /ports/custom -p custom
>> 
>> So what exactly is the result of this command?
>> Should something appear under $BASEFS?
>> 
>> My system tree is /usr/ports.
>> I normally update it via svn+https.
>> I run the following command:
>> 
>> poudriere ports -c -F -f none -M /usr/ports -p default
>> 
>> and got
>> 
>> # poudriere ports -l
>> PORTSTREEMETHOD PATH
>> default  portsnap   /usr/ports
>> #
>> 
>> I can't seem to update it:
>> 
>> # poudriere ports -u
>> >> Updating portstree "default"
>> portsnap: Directory does not exist or is not writable: /usr/ports/.snap
>> # 
>> 
>> I presume it's because the tree is updated
>> with svn+https and not with portsnap.
>> So now I want to change the update method to svn+https.
>> How do I do this?
>> 
>> What happens if I run
>> 
>> poudriere ports -d
>> 
>> Will I delete my /usr/ports?
>> 
>> Thanks
>> 
>> Anton
>> 
>
>Hi Anton,
>
>param -m will do the trick, from man (8) poudriere
>
> -m methodSpecifies which method to use to create the ports tree.
>  Could be portsnap, git, svn{,+http,+https,+file,+ssh}
>  (Default: portsnap).
>

I'm sure I tried it, but still got portsnap:

# poudriere ports -l
PORTSTREEMETHOD PATH
default  portsnap   /usr/ports
system   -  /usr/ports
sys  portsnap   /usr/ports
# 

Anyway, I'm trying to delete the poudriere ports tree as

# poudriere ports -d
>> Deleting portstree "default"

but it sits forever without exiting.

I'm not even sure which directories and/or files
this command is supposed to delete.

This is on ia64 r255488.

# pkg info -xo poud
poudriere-devel-3.0.99.20130906 ports-mgmt/poudriere-devel
#

Thanks

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"


Re: graphics/libsvg: svg_image.c:24:17: error: png.h: No such file or directory

2013-09-12 Thread Baptiste Daroussin
On Thu, Sep 12, 2013 at 05:01:54PM +0400, Boris Samorodov wrote:
> 12.09.2013 16:55, Anton Shterenlikht пишет:
> >>From b...@passap.ru Thu Sep 12 13:48:26 2013
> >>>
> >>> --- svg_image.lo ---
> >>> if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc 
> >>> -DHAVE_CONFIG_H  -I. -I. -I.. -I/usr/local/include/libxml2 -Wall 
> >>> -Wpointer-arith -Wstrict-prototypes   -Wmissing-prototypes 
> >>> -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 
> >>> -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF 
> >>> ".deps/svg_image.Tpo" -c -o svg_image.lo svg_image.c;  then mv -f 
> >>> ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm -f 
> >>> ".deps/svg_image.Tpo"; exit 1; fi
> >>> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. 
> >>> -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes 
> >>> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs 
> >>> -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD 
> >>> -MP -MF .deps/svg_image.Tpo -c svg_image.c  -fPIC -DPIC -o 
> >>> .libs/svg_image.o
> >>> svg_image.c:24:17: error: png.h: No such file or directory
> >>> svg_image.c:25:21: error: jpeglib.h: No such file or directory
> >>> svg_image.c:26:20: error: jerror.h: No such file or directory
> >>>
> >>> and so on.
> >>>
> >>> The full log:
> >>>
> >>> http://eis.bris.ac.uk/~mexas/libsvg-build-log.text
> >>
> >> Please try the following patch.
> > 
> > The patch helped.
> 
> Great, can you file a PR on the matter? Thanks!
> 
Just commit with my approval

regards,
Bapt


pgp7nVRbraIkm.pgp
Description: PGP signature


Re: lang/gcc fails to build following 20130904

2013-09-12 Thread Matthias Andree
Am 12.09.2013 21:54, schrieb Anton Shterenlikht:
> This is on amd64 r255093 with ports at ??? (I haven't rebuilt svn yet):
> 
> libtool: compile:  /usr/ports/lang/gcc/work/build/./prev-gcc/xgcc 
> -B/usr/ports/lang/gcc/work/build//prev-gcc/ 
> -B/usr/local/x86_64-portbld-freebsd10.0/bin/ 
> -B/usr/local/x86_64-portbld-freebsd10.0/bin 
> -B/usr/local/x86_64-portbld-freebsd10.0/lib/ -isystem 
> /usr/local/x86_64-portbld-freebsd10.0/includ -isystem 
> /usr/local/x86_64-portbld-freebsd10.0/sys-include -DHAVE_CONFIG_H -I. 
> -I.././../gcc-4.6.3lto-plugin -I.././../gcc-4.6.3/lto-plugin/../include 
> -DHAVE_CONFIG_H -Wall -g -O2 -gtoggle -c 
> ../././gcc-4.6.3/lto-plugin/lto-plugin.c  -fPIC -DPIC -o .libs/lto-plugin.o
> .././../gcc-4.6.3/libcpp/charset.c:1371:1: error: conflicting types for 
> 'cpp_interpret_string'
> .././../gcc-4.6.3/libcpp/include/cpplib.h:742:13: note: previous declaration 
> of 'cpp_interpret_strig' was here
> .././../gcc-4.6.3/libcpp/charset.c:1452:1: error: conflicting types for 
> 'cpp_interpret_string_notraslate'
> .././../gcc-4.6.3/libcpp/include/cpplib.h:745:13: note: previous declaration 
> of 'cpp_interpret_strig_notranslate' was here
> gmake[5]: *** [charset.o] Error 1

Also, on a freshly rebuilt and "make delete-old-libs" system, GMP does
not build due to lack of libstdc++, but GCC requires GMP.

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


coming laptop keyboards

2013-09-12 Thread zhouqbeydd
   Hi

   coming new keyboard:

   price 8-10usd/pcs

   HP DV7-6000 SP  HP FOLI013 US
   HP CQ72 GR USHP CQ42 US
   HP DV4 US   HP DV5 LA UK
   HP DV6000 US  HP DV2000 IT US UK
   HP CQ50 SP  HP CQ62 US  HP 6720S SP
   ASUS K52 G51  FR GR IT US
   ASUS F80 SP ASUS M50 US
   ASUS A3000 US IT  ASUS EPC7000 UK
   ASUS A8 TI US  ASUS F2 RU
   ACER AS9400 RU FR  ACER AS4710 UK
   ACER AS5516 SP IT ACER ONE A150 US
   ACER TM2300 SP GR
   TOSHIBA A300 RU P205 FR
   TOSHIBA P750 USC650 US   A660 US
   SAMSUNG NP300 US   N148 UK   RV511 UK
   DELL E6420 US
   LENOVOL S10-2 RU LA  S10 US RU
 X108- US
   LENOVO S10-2- US
   SONY CS -SP,IT,BR
   ASUS 1005-US,
   LENOVO U310RU
   LENOVO U410   RU
   HP 8570/6570   US
   HP 8570/6570   TR
   LENOVO G470   US
   ASUS 1015   LA
   HP DV5   RU
   LENOVO Z560   TR
   LENOVO G470   LA
   TOSHIBA A500   FR
   LENOVO G470   RU
  LA
   LG R410   BR
   ASUS 1015   TR
   ASUS 1015   FR
   TOSHIBA A10   SP
   LENOVO S10-2   TR
   LENOVO S10-2   UK
   LENOVO S10-2   IT
   LENOVO S10-2   RU
   LENOVO S10-2   LA
   ASUS K42   BR
   ACER V3   SP
   TOSHIBA A500   GR
   TOSHIBA A500   UK
   LENOVO G565 G560   UK
   LENOVO G565 G560   LA
   HP  DV5   LA
   TOSHIBA A300   GR
   TOSHIBA A300   RU
   FUJITSU AH532   US
   LENOVO G465 G460   LA
   TOSHIBA A300   UK
   ACER AS3810   IT
   HP MINI10   US
   DELL E6420 E6320   US
   ACER 532H   FR
  UK
   DELL N7110   KR
   ASUS K42   TR
   HP CQ72   GR
   TOSHIBA U500   FR
   ACER ONE 751   FR
   ACER ONE 751   TR
   HP M2000   GR
   gateway NV55
 ASUS N50
   TOSHIBA A10
DELL N4010
   HP DV6000
ASUS N53
   TOSHIBA A300
DELL 630M
   HP DV6, DV6-1000 black  SP
   LENOVO G470 G475 B470 V470 black  LA
   LENOVO G550 B550 V560 black SP
   TOSHIBA L800 L830 L845black  LA;
   TOSHIBA C800 C805 C845 black  LA;
   ACER ONE ZG5 black  SP
   ACER ONE ZG5 A110 A150 D250   SP
   TOSHIBA L600 C640 C645 black  LA
   TOSHIBA L600 C640 C645 black SP
   LENOVO Z470 black  LA
   ACER ONE 532H D255 D260 black  SP
   hp CQ43 G4  G6 black  SP
   hp CQ42 G42 black  LA
   hp mini 1103 mini 110-3500 MINI 110-3700 black  SP
   HP MINI 210-3000 black SP
   HP MINI 1000 black LA
   ACER S3 S5, Aspire one 756  SP
   ACER ASPIRE 5810T black  SP
   ACER ONE 751H ZA3 black  SP
   DELL MINI 1012 MINI 1018 black  SP
   DELL MINI 10, MINI 1010 black LA
   DELL Studio 14 1440 black  LA
   SAMSUNG RV411 RC410 black  LA
   SAMSUNG 300E5A 300V5A  black  LA;
   SONY VPC-EE black  LA
   SONY VPC-EG   LA
   SONY NW black  SP;
   SONY EA   LA
   SONY EB black  SP
   SONY EB SP
   HP DM4, DV5-2000 black  LA;
   HP 8440P black  SP
   ACER AS5516 EMACHINE E625  black  SP
   LENOVO G560 black  LA
   LENOVO S10-3 black  LA
   LENOVO G460 black  SP
   HP DV3500   SP ,LA
   ACER TM8571 TM5740 TM5742 black  SP
   DELL Inspiron 11Z 1110 black  SP
   DELL E5400 black LA;
   DELL STUDIO 1535 1555 black  LA;
   DELL E4300 black LA;
   LENOVO G480  black SP
   SONY VPC-S black  SP
   HP MINI 110 black SP )
   HP MINI 210-2000  SP
   ACER ONE 532H SP
   ASUS EPC 1000-BR,SP,FR,GR,TR
   ASUS F80- US,
   ASUS 1015- UK
   DELL MINI10US
   DELL 1012
   TOSHIBA NB100- US

   Laptop battery OEM 3/4cell   15usd/pcs original need model to quote
  OEM  6cell 19usd/pcs original need model to
   quote
 OEM  8/9cell   23usd/pcs original need model to
   quote
   OEM Laptop adapter 60W 4usd/pcs original 9usd/pcs
90W 6usd/pcs original 11.5usd/pcs
   laptop fan 4usd/pcs
   For more model no#,please tell me what you want ,then we will quote to
   you .
   Otherwise, we are supply original laptop adapter, laptop battery,
   motherboard,laptop fan, LED light, CCTV camera and LED/LCD Screen for
   all size model
   Should you have any questions, pls do not hesitate to contact me.

   Best regards
   Grace zhang
   +86 13669601454
   +86 0775 83647855
   [1]http://www.keyboard2013.com
   Email:zhangtingyouxi...@hotmail.com
   huaruishop eletronic co.,ltd
   Q5B136 5F huqiangbei eletronic square
   futian district shenzhen city
   guangdong province china

References

   1. http://www.keyboard2013.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: textproc/hunspell build failure following 20130904

2013-09-12 Thread Rainer Hurling
Am 12.09.2013 22:45 (UTC+1) schrieb John Marino:
> On 9/12/2013 22:36, Anton Shterenlikht wrote:
>> /usr/bin/ld: -: invalid DSO for symbol `cbreak' definition
>> /usr/local/lib/libtinfow.so.5.9: could not read symbols: Bad value
>> c++: error: linker command failed with exit code 1 (use -v to see invocation)
>> *** [hunspell] Error code 1
>>
>> make[4]: stopped in 
>> /usr/ports/textproc/hunspell/work/hunspell-1.3.2/src/tools
>>
>> I've rebuilt ncurses and readline successfully already.
> 
> What library does the cbreak symbol belong to?
> you need to add it to the linker flags.  (e.g. LDFLAGS+=
> -L${LOCALBASE}/lib -lmylib )
> 
> Invalid DSO normally means the symbol is in another library and the
> linker is not going to recursively search for it.

In this case I think there is a problem with coexistence of
libtinfow.so in devel/ncurses and systems libtinfow.so (maybe also some
conflict with devel/readline).

There are two different versions of libtinfow.so:
/usr/lib/libtinfow.so
/usr/local/lib/libtinfow.so.5.9

This problem also occurs at least with textproc/aspell, security/clamav,
sysutils/libcdio and multimedia/vcdimager, as I reported about in
another thread three days ago (no answer until now).

If I (temporarily) deinstall the dependency devel/ncurses, I am able to
build and reinstall hunspell and the other mentioned ports. Of course,
ncurses was updated before hunspell.

Rainer

> 
> John
___
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: textproc/hunspell build failure following 20130904

2013-09-12 Thread Sergey V. Dyatko
On Fri, 13 Sep 2013 07:30:54 +0200
Rainer Hurling  wrote:

> Am 12.09.2013 22:45 (UTC+1) schrieb John Marino:
> > On 9/12/2013 22:36, Anton Shterenlikht wrote:
> >> /usr/bin/ld: -: invalid DSO for symbol `cbreak' definition
> >> /usr/local/lib/libtinfow.so.5.9: could not read symbols: Bad value
> >> c++: error: linker command failed with exit code 1 (use -v to see
> >> invocation) *** [hunspell] Error code 1
> >>
> >> make[4]: stopped
> >> in /usr/ports/textproc/hunspell/work/hunspell-1.3.2/src/tools
> >>
> >> I've rebuilt ncurses and readline successfully already.
> > 
> > What library does the cbreak symbol belong to?
> > you need to add it to the linker flags.  (e.g. LDFLAGS+=
> > -L${LOCALBASE}/lib -lmylib )
> > 
> > Invalid DSO normally means the symbol is in another library and the
> > linker is not going to recursively search for it.
> 
> In this case I think there is a problem with coexistence of
> libtinfow.so in devel/ncurses and systems libtinfow.so (maybe also
> some conflict with devel/readline).
> 
> There are two different versions of libtinfow.so:
> /usr/lib/libtinfow.so
> /usr/local/lib/libtinfow.so.5.9
> 
> This problem also occurs at least with textproc/aspell,
> security/clamav, sysutils/libcdio and multimedia/vcdimager, as I
> reported about in another thread three days ago (no answer until now).
> 
+ irs/irssi

> If I (temporarily) deinstall the dependency devel/ncurses, I am able
> to build and reinstall hunspell and the other mentioned ports. Of
> course, ncurses was updated before hunspell.

from IRC:
is that right way (deinstall ncurses
and rebuild irssi/aspell/libcdio/etc) ?
 yes

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



-- 
wbr, tiger
___
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"