Re: Clicking URLs with acroread8

2011-12-20 Thread Doug Barton
On 12/20/2011 04:03, Guido Falsi wrote:
> On Mon, Dec 19, 2011 at 09:18:22PM -0500, Robert Huff wrote:
>>
>> Doug Barton writes:
>>
>>>  > epdfview is like evince, but doesn't use all of the gnome libs.
>>>  
>>>  This is awesome, thanks!
>>
>>  On first look - agreed.
>>
> 
> If you like epdfview you could also like electrix.

Thanks. :)  They seem very similar, for you what are the distinguishing
features?


Doug

-- 

[^L]

Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price.  :)  http://SupersetSolutions.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: CFT: mplayer and mencoder updates

2011-12-20 Thread Zhihao Yuan
On Tue, Dec 20, 2011 at 3:02 PM, Thomas Zander
 wrote:
> On Tue, Dec 20, 2011 at 00:43, Zhihao Yuan  wrote:
>> stable/8:
>>
>> gcc:
>>
>> ffmpeg/libavformat/libavformat.a(udp.o): In function `udp_open':
>> udp.c:(.text+0xf8e): undefined reference to `pthread_create'
>> ffmpeg/libavcodec/libavcodec.a(pthread.o): In function `ff_thread_init':
>> pthread.c:(.text+0x178c): undefined reference to `pthread_create'
>> pthread.c:(.text+0x1894): undefined reference to `pthread_create'
>> collect2: ld returned 1 exit status
>
> How did you trigger this build problem? What OPTIONS did you use?

OCFLAGS, X11, X11XV, VDPAU, MAD, LIBCDIO.

The following is the options recorded by config.mak:

CONFIGURATION = --cc=clang --host-cc=clang --disable-bitmap-font --disab
le-liba52 --disable-ssse3 --disable-directfb --disable-faac --disable-faad --dis
able-libdca --disable-twolame --disable-x264 --disable-xvid --disable-libdirac-l
avc --disable-mencoder --disable-mpg123 --disable-alsa --disable-musepack --disa
ble-inet6 --disable-gif --disable-libopenjpeg --disable-libdv --disable-theora -
-disable-libvpx-lavc --disable-libschroedinger-lavc --disable-speex --disable-li
ve --disable-jack --disable-nas --disable-openal --disable-pulse --disable-blura
y --disable-smb --disable-fribidi --disable-cdparanoia --disable-ladspa --disabl
e-liblzo --disable-win32dll --disable-qtx --disable-real --disable-libopencore_a
mrnb --disable-libopencore_amrwb --disable-libgsm --disable-tv-v4l1 --disable-tv
-v4l2 --disable-librtmp --disable-mng --enable-ass --enable-ass-internal --disab
le-enca --disable-dga1 --disable-dga2 --disable-gl --disable-xinerama --disable-
vm --disable-rtc --disable-arts --disable-caca --disable-lirc --disable-sdl --di
sable-svga --disable-aa --disable-esd --disable-joystick --x-libraries=/usr/loca
l/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/ma
n --build=amd64-portbld-freebsd8.2

And, there is no -pthread in this file.

> I'll look into your patch set as soon as I can!
> Until then, thanks for testing and patching!
>
> Best regards
> Riggs



-- 
Zhihao Yuan, nickname 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"


what I did wrong?

2011-12-20 Thread ajtiM
I don't know what I did wrong?

--  Forwarded Message  --

Subject: Re: bluefish
Date: Tuesday 20 December 2011
From: Sylvio Cesar Teixeira 
To: ajtiM 

2011/12/19 ajtiM :
> On Monday 19 December 2011 05:39:09 you wrote:
>> 2011/12/18 ajtiM :
>> > Dear Sir,
>> >
>> > we have in ports version 2.0.3 but version 2.2 of bluefish is out. Is it
>> > possible to update a port, please?
>> >
>> > Thank you.
>> >
>> > Mitja
>> > 
>> > http://jpgmag.com/people/lumiwa
>>
>> feel the desire to send a patch update for me.
>
> I didn't meen anything bad. If I know how to maintained a port I will do by
> myself and wouldn't ask you as maintainer.
>
> Thanks.
>
> Have a good day.
>
> Mitja
> 
> http://jpgmag.com/people/lumiwa

By the end of 2012 I update the port. Thanks.

-- 
Regards,

Sylvio Cesar   || FreeBSD Committer || Team multime...@freebsd.org
syl...@freebsd.org  || http://people.freebsd.org/~sylvio ||
http://www.scjamorim.org || http://www.freebsd.org

"Tenho posto o Senhor continuamente diante de mim; porque Ele está à
minha mão direita, não vacilarei. Portanto, alegre está o meu
coração". (Salmos 16:8)

"Os olhos do SENHOR estão sobre os justos, e os seus ouvidos atentos
ao seu clamor". (Salmos 34:15)

---
Mitja

http://jpgmag.com/people/lumiwa
___
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 updates

2011-12-20 Thread Thomas Zander
On Tue, Dec 20, 2011 at 00:43, Zhihao Yuan  wrote:
> stable/8:
>
> gcc:
>
> ffmpeg/libavformat/libavformat.a(udp.o): In function `udp_open':
> udp.c:(.text+0xf8e): undefined reference to `pthread_create'
> ffmpeg/libavcodec/libavcodec.a(pthread.o): In function `ff_thread_init':
> pthread.c:(.text+0x178c): undefined reference to `pthread_create'
> pthread.c:(.text+0x1894): undefined reference to `pthread_create'
> collect2: ld returned 1 exit status

How did you trigger this build problem? What OPTIONS did you use?
I'll look into your patch set as soon as I can!
Until then, thanks for testing and patching!

Best regards
Riggs
___
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"


some ports documentation updates on the wiki

2011-12-20 Thread Mark Linimon
In the last week I've been working on updating some of the ports
documentation on the wiki that had become stale.  If you're looking
for something new to work on, these may be of interest.

  http://wiki.freebsd.org/Trybroken

We have the ability to tell the build cluster "go ahead and try to
build ports even though their metadata claims BROKEN".  Here are the
results of the first run in quite a while.  People who are using these
ports might want to test them out to see if the BROKEN tag can now be
removed.

  http://wiki.freebsd.org/PortsBrokenOnTier2Architectures

I've notified sparc64@ and powerpc@ about the updates to this article,
which mostly has to do with the most port breakages (e.g. affects kde
or gnome).  If you're running one of these architectures, you might
wish to take a look.

  http://wiki.freebsd.org/PortsFailingOnPointyhat

These are the ports failing on the main package building cluster.
Mostly this was just a removal of stale information as an FYI.  There
are still some things to be added.

  http://wiki.freebsd.org/PortsFailingOnPointyhatWest

pointyhat-west is the newest package building cluster head node,
which was purchased by the FreeBSD Foundation to be a replacement
for the current, obsolete, machine.  When I set up pointyhat-west
I went through and generalized the codebase and fixed many bugs.
However, there are still ports that do not build there although
they build on pointyhat.  Right now, devel/omake is the main culprit.
If anyone is interested in looking at this, please contact me offline.

  http://wiki.freebsd.org/PortsAndClang

I've mentioned this in separate posts, but I'll include it here for
completeness.

  http://wiki.freebsd.org/WhenDidThatPortBreak

This documents the detective work that you need to do to figure out
when a port broke, and when it last built.  Mostly what this article
needed was updated links to reflect the latest supported ports tree
branches.  Unlike the above, it is more usefaul as a how-to rather than
as a tasklist.

Thanks.

mcl
___
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 ports and clang

2011-12-20 Thread Mark Linimon
I have recently been able to get the new build cluster on pointyhat-west
set up to run full builds of ports with clang on amd64-9.  I have documented
the latest results on the wiki:

  http://wiki.freebsd.org/PortsAndClang

If you are interested in working on ports being built via clang, this
is your place to start.

Please also note that now that we have up-to-date builds going, it is
not as useful to us to report individual clang build failures.  Patches
to fix problems are, of course, highly welcome.

mcl
___
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: Clicking URLs with acroread8

2011-12-20 Thread Robert
On Mon, 19 Dec 2011 17:00:41 -0800
Doug Barton  wrote:

> On 12/12/2011 21:52, Jason Helfman wrote:
> > epdfview is like evince, but doesn't use all of the gnome libs.
> 
> This is awesome, thanks!
> 
> 
I have been using evince for quite a while but after following this
thread I installed epdfview to try it. I do not use cups so I disabled
that option. Everything looks good except there is no print option with
epdfview. Did I do something wrong?

Cheers.

Robert
___
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] lang/gcc -- Fix build on freebsd-current

2011-12-20 Thread Gerald Pfeifer
On Mon, 19 Dec 2011, Steve Kargl wrote:
> Not sure why you need confirmation before committing if it works for 
> you, because anything has to be better than the current state.

Well, I prefer not having to follow up with further patches later
(and luckily my full testing uncovered another small issue).

> Why?  Given that the typical build is 'make && make install && make clean',
> patching ChangeLog seems rather odd.  The same question applies to the
> other ChangeLog diffs that I've removed.

I was going for the full upstream changeset, consuming that directly.
Based on your feedback I just noted the upstream revision ids and omitted
the ChangeLog patches.

Thanks,
Gerald
___
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: lang/gcc on freebsd 10

2011-12-20 Thread Gerald Pfeifer
On Mon, 19 Dec 2011, Andriy Gapon wrote:
> The patch worked for me too, thank you.

Thanks, Andriy.  I'll commit the patch momentarily, with two updates:
removing patches for ChangeLogs, and fixing an issue with a library
getting named .0.0.so (by pulling in another upstream patch).

> The only small trouble with it was that the resulting 
> files/patch-freebsd10 had the dos line endings.

Hmm, I think that must have happened when I mailed it (though no
Windows machine was involved)?  The patch as I applied it should
not have those.

Gerald
___
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: Clicking URLs with acroread8

2011-12-20 Thread Guido Falsi
On Mon, Dec 19, 2011 at 09:18:22PM -0500, Robert Huff wrote:
> 
> Doug Barton writes:
> 
> >  > epdfview is like evince, but doesn't use all of the gnome libs.
> >  
> >  This is awesome, thanks!
> 
>   On first look - agreed.
> 

If you like epdfview you could also like electrix.

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