Re: FreeBSD Port: yii-1.1.5

2011-03-27 Thread wen heping
2011/3/28 James Gosnell : > Need any help? I'm a user of yii and I noticed that we're 2 versions behind. > I was wondering if you needed any help getting 1.1.7 out? Thank you! Would you file a PR to update it ? Thanks. wen > > > -- > James Gosnell, ACP > _

FreeBSD Port: yii-1.1.5

2011-03-27 Thread James Gosnell
Need any help? I'm a user of yii and I noticed that we're 2 versions behind. I was wondering if you needed any help getting 1.1.7 out? Thank you! -- James Gosnell, ACP ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Failed building kdebase-workspace-4.5.5_1 cannot find the library liblzma.la

2011-03-27 Thread Troy
Anyone have an idea why it can't find liblzma.la or what port I need to install to make that library available? archivers/xz installs liblzma.la. It looks like it's part of the base system It's a port for FreeBSD 7 and in base for 8 and 9. but I apparently don't have that library for so

Re: Failed building kdebase-workspace-4.5.5_1 cannot find the library liblzma.la

2011-03-27 Thread Christian Weisgerber
Troy wrote: > >> Anyone have an idea why it can't find liblzma.la or what port I need > >> to install to make that library available? > > archivers/xz installs liblzma.la. > > It looks like it's part of the base system It's a port for FreeBSD 7 and in base for 8 and 9. > but I apparently don't

Re: Failed building kdebase-workspace-4.5.5_1 cannot find the library liblzma.la

2011-03-27 Thread Troy
Anyone have an idea why it can't find liblzma.la or what port I need to install to make that library available? archivers/xz installs liblzma.la. It looks like it's part of the base system but I apparently don't have that library for some reason? oz:102:/usr/ports/archivers/xz# make insta

ruby-1.8.7 with clang

2011-03-27 Thread George Kontostanos
Hi all, I am trying to build portupgrade which depends on ruby on FreeBSD 9-Current with clang. Unfortunately the build process stops with: => SHA256 Checksum OK for pkgtools-2.4.8.tar.bz2. ===> portupgrade-2.4.8_1,2 depends on file: /usr/local/bin/ruby18 - not found ===>Verifying install f

Re: makepatch and update-patches inconsistencies

2011-03-27 Thread Christian Weisgerber
Andriy Gapon wrote: > It seems that the makepatch and update-patches target produce different > patch file > names for the same patched file name (at least two underscores vs one). > This probably shouldn't be that way. > > P.S. do we need two targets for what looks like the same task? No, we d

Re: Updating multiple ports with portmaster

2011-03-27 Thread Doug Barton
On 03/27/2011 03:07, J. Hellenthal wrote: Hi Doug, ...Everyone else, Since were on the (-i) subject here. Do you have any plans in the near future to implement a way for to change the default questioning response from [y] to [n] ? No, sorry. I think it would be very confusing to the average

Re: Updating multiple ports with portmaster

2011-03-27 Thread Doug Barton
On 03/27/2011 00:26, per...@pluto.rain.com wrote: Doug Barton wrote: On 03/26/2011 10:00, Matthew Seaman wrote: pkg_version -vIL= | awk '/^p5-/ { print $1 }' | xargs portmaster That's a good suggestion, but if you want to use that technique, better would be: portmaster `pkg_version -vIL= |

Re: some vdr intro/installation notes (watch/record/stream tv)

2011-03-27 Thread Juergen Lock
On Sun, Mar 27, 2011 at 09:14:29AM -0700, VDR User wrote: > On Sun, Mar 27, 2011 at 8:48 AM, Juergen Lock wrote: > >> Considering that vdpau for 1.1 was abandoned long ago and no > >> backporting is being done, I strongly urge finding a reasonable > >> solution to provide 1.2.  The vdpau portion i

Re: some vdr intro/installation notes (watch/record/stream tv)

2011-03-27 Thread VDR User
On Sun, Mar 27, 2011 at 8:48 AM, Juergen Lock wrote: >> Considering that vdpau for 1.1 was abandoned long ago and no >> backporting is being done, I strongly urge finding a reasonable >> solution to provide 1.2.  The vdpau portion is stable, I can't speak >> for the rest of it, though I don't real

Re: some vdr intro/installation notes (watch/record/stream tv)

2011-03-27 Thread Juergen Lock
On Sun, Mar 27, 2011 at 08:23:20AM -0700, VDR User wrote: > On Sun, Mar 27, 2011 at 5:26 AM, Juergen Lock wrote: > >  Well it would also have to work for all the other ports that use > > libxine too, vdr is just one of them...  And if it were really > > stable wouldn't they do a release? :)  (Alt

Re: some vdr intro/installation notes (watch/record/stream tv)

2011-03-27 Thread VDR User
On Sun, Mar 27, 2011 at 5:26 AM, Juergen Lock wrote: > Yes bash is in ports. Good news! :) >  Well it would also have to work for all the other ports that use > libxine too, vdr is just one of them...  And if it were really > stable wouldn't they do a release? :)  (Although I guess one could > d

Re: Can't start X after update SOLVED

2011-03-27 Thread Robert
On Sat, 26 Mar 2011 19:18:48 + (UTC) na...@mips.inka.de (Christian Weisgerber) wrote: > Robert wrote: > > > I updated the below listed ports on one of my systems today using > > portmaster. The system is running 9.0 Current updated yesterday. > > > After updating these ports, I am unable to

Re: some vdr intro/installation notes (watch/record/stream tv)

2011-03-27 Thread Juergen Lock
On Sat, Mar 26, 2011 at 07:05:01PM -0700, VDR User wrote: > On Sat, Mar 26, 2011 at 4:44 PM, Juergen Lock wrote: > >> You can automate most of the stuff required to run VDR, and everything > >> else can be put in a .conf somewhere for the stuff that can't.  I've > >> found this extremely useful an

Re: Updating multiple ports with portmaster

2011-03-27 Thread J. Hellenthal
On Sat, 26 Mar 2011 12:47, dougb@ wrote: On 3/26/2011 8:22 AM, Ron (Lists) wrote: I have a questions about the use of portmaster when upgrading multiple ports and how to correctly use wildcards. For example, I have this from pkg_version: p5-Digest-SHA-5.50 < needs updating (port has 5.61) p5-

Re: Updating multiple ports with portmaster

2011-03-27 Thread perryh
Doug Barton wrote: > On 03/26/2011 10:00, Matthew Seaman wrote: > > pkg_version -vIL= | awk '/^p5-/ { print $1 }' | xargs portmaster > > That's a good suggestion, but if you want to use that technique, better > would be: portmaster `pkg_version -vIL= | awk '/^p5-/ { print $1 }'` ... Unless the

Re: Failed building kdebase-workspace-4.5.5_1 cannot find the library liblzma.la

2011-03-27 Thread Sahil Tandon
On Sun, 2011-03-27 at 01:20:11 -0500, Troy wrote: > Anyone have an idea why it can't find liblzma.la or what port I need > to install to make that library available? archivers/xz installs liblzma.la. -- Sahil Tandon ___ freebsd-ports@freebsd.org mail