Re: Firefox 3.5, find (Ctrl+F) does not work

2010-11-21 Thread Per olof Ljungmark
On 11/20/10 11:48, Per olof Ljungmark wrote:
 * Output from 'uname -a'.
 
 FreeBSD kreutzman.h.inter-sonic.com 7.3-STABLE FreeBSD 7.3-STABLE #0:
 Sun May 23 08:53:20 CEST 2010
 p...@kreutzman.h.inter-sonic.com:/usr/obj/usr/src/sys/KREUTZMAN  i386
 
 
 * Date/time stamp from www/firefox35/Makefile.
 
 3703 Oct 30 20:24 Makefile
 
 * Where/when did the problem occur: configuring, building, or
 running firefox
 
 running
 
 * How can you reproduce the problem?
 
 Start firefox and try to use Ctrl+F
 You can enter a search phrase but the Previous Next and Highlight
 all buttons are greyed out.

Apparently not a problem with the port.

Sorry for the noise.

http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-UScomments_parentId=609097forumId=1
___
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: How to detect filename conflicts with uninstalled ports?

2010-11-21 Thread Anders F Björklund
Charlie Kester wrote:

 But I expect these two find  greps will detect the majority of filename
 conflicts.  Unless someone has a better recommendation, I'll settle for
 less than perfect.

Using a MANIFEST file for packages works, if you have one available.
It's simply a file listing of the contents of each and every package.
Then just grep that ?

--anders

___
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


Finding files in packages (MANIFEST)

2010-11-21 Thread Anders F Björklund

For PackageKit's app-install, I wanted to list all
ports/packages that had a .desktop file (= an app).

This ended up in a large number of false positives,
since there is no list of the contents of each package.
So the brute-force method is to download *all* of them.

For Slackware, which also uses tarballs for packages,
it was easier because they also make a MANIFEST file
available in addition to the FILE_LIST (= ls -lR)...

ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware64-13.1/slackware64/FILE_LIST
ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware64-13.1/slackware64/MANIFEST.bz2
ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware64-13.1/slackware64/PACKAGES.TXT

Would it be possible to make such a file available
for FreeBSD Packages too ? (maybe even both of them)

--anders


PS. Here was the simple script I used to create mine:

#!/bin/sh

MF=/tmp/MANIFEST

for tbz in All/*.tbz
do
  echo $tbz
  echo ++  ${MF}
  echo ||  ${MF}
  echo ||   Package: $tbz  ${MF}
  echo ||  ${MF}
  echo ++  ${MF}
  tar tjvf $tbz  ${MF}
done

___
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: Finding files in packages (MANIFEST)

2010-11-21 Thread Chris Rees
On 21 November 2010 10:31, Anders F Björklund a...@users.sourceforge.net 
wrote:

 For PackageKit's app-install, I wanted to list all
 ports/packages that had a .desktop file (= an app).

 This ended up in a large number of false positives,
 since there is no list of the contents of each package.
 So the brute-force method is to download *all* of them.

 For Slackware, which also uses tarballs for packages,
 it was easier because they also make a MANIFEST file
 available in addition to the FILE_LIST (= ls -lR)...

 ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware64-13.1/slackware64/FILE_LIST
 ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware64-13.1/slackware64/MANIFEST.bz2
 ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware64-13.1/slackware64/PACKAGES.TXT

 Would it be possible to make such a file available
 for FreeBSD Packages too ? (maybe even both of them)

 --anders


 PS. Here was the simple script I used to create mine:

 #!/bin/sh

 MF=/tmp/MANIFEST

 for tbz in All/*.tbz
 do
  echo $tbz
  echo ++  ${MF}
  echo ||  ${MF}
  echo ||   Package: $tbz  ${MF}
  echo ||  ${MF}
  echo ++  ${MF}
  tar tjvf $tbz  ${MF}
 done

I may be misunderstanding you here, but you could just:

[ch...@amnesiac]~% echo /usr/ports/*/*/pkg-plist | xargs egrep
'\.desktop$' | sed 's|/usr/ports/[a-zA-Z]*/||'  contains_desktop

That works for me,

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


multimedia/vlc Compile failure on upgrade

2010-11-21 Thread David Southwell

Hi 

I posted about this failure some time ago but have had no useful response. I 
jhave also not heard from the maintainer so I thought another posting might be 
helpful. I understand others have a similar problem.

Thanks in advance for any assistance

David


gmake[6]: Leaving directory 
`/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc/lua'
gmake[5]: Leaving directory 
`/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc/lua'
gmake[5]: Entering directory 
`/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc'
  CC libfreetype_plugin_la-freetype.lo
  CC libgnutls_plugin_la-gnutls.lo
  CC libinhibit_plugin_la-inhibit.lo
  CC libsvg_plugin_la-svg.lo
freetype.c: In function 'Create':
freetype.c:388: warning: pointer targets in passing argument 3 of 
'FcPatternAddString' differ in signedness
freetype.c:389: warning: pointer targets in passing argument 3 of 
'FcPatternAddString' differ in signedness
freetype.c:409: warning: passing argument 4 of 'FcPatternGetString' from 
incompatible pointer type
freetype.c:350: warning: unused variable 't2'
freetype.c: In function 'LoadFontsFromAttachments':
freetype.c:544: warning: 'vlc_object_find' is deprecated (declared at 
../../include/vlc_objects.h:74)
  CC libxdg_screensaver_plugin_la-xdg.lo
inhibit/xdg.c: In function 'Thread':
inhibit/xdg.c:119: warning: unused variable 'argv'
  CC libxscreensaver_plugin_la-xscreensaver.lo
inhibit/xscreensaver.c:55: error: expected specifier-qualifier-list before 
'posix_spawn_file_actions_t'
inhibit/xscreensaver.c: In function 'Activate':
inhibit/xscreensaver.c:91: error: implicit declaration of function 
'posix_spawn_file_actions_init'
inhibit/xscreensaver.c:91: error: 'vlc_inhibit_sys_t' has no member named 
'actions'
inhibit/xscreensaver.c:94: error: implicit declaration of function 
'posix_spawn_file_actions_adddup2'
inhibit/xscreensaver.c:94: error: 'vlc_inhibit_sys_t' has no member named 
'actions'
inhibit/xscreensaver.c:95: error: 'vlc_inhibit_sys_t' has no member named 
'actions'
inhibit/xscreensaver.c:96: error: implicit declaration of function 
'posix_spawn_file_actions_addclose'
inhibit/xscreensaver.c:96: error: 'vlc_inhibit_sys_t' has no member named 
'actions'
inhibit/xscreensaver.c:98: error: 'vlc_inhibit_sys_t' has no member named 
'nullfd'
inhibit/xscreensaver.c:101: error: implicit declaration of function 
'posix_spawnattr_init'
inhibit/xscreensaver.c:101: error: 'vlc_inhibit_sys_t' has no member named 
'attr'
inhibit/xscreensaver.c:103: error: implicit declaration of function 
'posix_spawnattr_setsigmask'
inhibit/xscreensaver.c:103: error: 'vlc_inhibit_sys_t' has no member named 
'attr'
inhibit/xscreensaver.c: In function 'Deactivate':
inhibit/xscreensaver.c:117: error: 'vlc_inhibit_sys_t' has no member named 
'nullfd'
inhibit/xscreensaver.c:118: error: 'vlc_inhibit_sys_t' has no member named 
'nullfd'
inhibit/xscreensaver.c:119: error: implicit declaration of function 
'posix_spawnattr_destroy'
inhibit/xscreensaver.c:119: error: 'vlc_inhibit_sys_t' has no member named 
'attr'
inhibit/xscreensaver.c:120: error: implicit declaration of function 
'posix_spawn_file_actions_destroy'
inhibit/xscreensaver.c:120: error: 'vlc_inhibit_sys_t' has no member named 
'actions'
inhibit/xscreensaver.c: In function 'Execute':
inhibit/xscreensaver.c:133: warning: unused parameter 'p_ih'
inhibit/xscreensaver.c:133: warning: unused parameter 'argv'
  CC libaudioscrobbler_plugin_la-audioscrobbler.lo
gmake[5]: *** [libxscreensaver_plugin_la-xscreensaver.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs
gmake[5]: Leaving directory 
`/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
`/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory 
`/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/multimedia/vlc.
*** Error code 1

Stop in /usr/ports/multimedia/vlc.


Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
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: Finding files in packages (MANIFEST)

2010-11-21 Thread Anders F Björklund
Chris Rees wrote:

 For PackageKit's app-install, I wanted to list all
 ports/packages that had a .desktop file (= an app).

 I may be misunderstanding you here, but you could just:
 
 [ch...@amnesiac]~% echo /usr/ports/*/*/pkg-plist | xargs egrep
 '\.desktop$' | sed 's|/usr/ports/[a-zA-Z]*/||'  contains_desktop

That could work too (?), I guess I was also trying to determine
which of the ports had a package available (for portinstall -P).

PackageKit wants the index pre-generated in SQLite form anyway:
https://github.com/hughsie/app-install
i.e. it wants a SQL table with all the desktop files and their
translations and a tarball with all their corresponding icons...

So after screening the list of packages, it would still have to
download each of them to extract the .desktop and (48x48) .png
so I wanted the list of ports to match the packages available.
Mostly since I didn't want to have to build every port first.


Just thought the MANIFEST could be generated with the packages ?
That way you wouldn't need to install the ports collection first.

Even better would be if the app-install data would be created too,
but that might be a taller order and could just go in a port/package.

--anders

___
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: multimedia/vlc Compile failure on upgrade

2010-11-21 Thread Gary Jennejohn
On Sun, 21 Nov 2010 12:12:11 +
David Southwell da...@vizion2000.net wrote:

 I posted about this failure some time ago but have had no useful response. I 
 jhave also not heard from the maintainer so I thought another posting might 
 be 
 helpful. I understand others have a similar problem.
 
 Thanks in advance for any assistance
 

Which version of FreeBSD are you using?

The posix_spawn_file_actions stuff didn't appear until 8.0.

There's a patch under files for older versions of FreeBSD, but it looks
like the patch doesn't match this version of vlc.

-- 
Gary Jennejohn
___
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: multimedia/vlc Compile failure on upgrade

2010-11-21 Thread David Southwell
 On Sun, 21 Nov 2010 12:12:11 +
 
 David Southwell da...@vizion2000.net wrote:
  I posted about this failure some time ago but have had no useful
  response. I jhave also not heard from the maintainer so I thought
  another posting might be helpful. I understand others have a similar
  problem.
  
  Thanks in advance for any assistance
 
 Which version of FreeBSD are you using?
 
 The posix_spawn_file_actions stuff didn't appear until 8.0.
 
 There's a patch under files for older versions of FreeBSD, but it looks
 like the patch doesn't match this version of vlc.
Version is Freebsd 7.2 p3

Somone also reported the identical failure with 7.3

David


Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
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: multimedia/vlc Compile failure on upgrade

2010-11-21 Thread Gary Jennejohn
On Sun, 21 Nov 2010 15:17:21 +
David Southwell da...@vizion2000.net wrote:

  On Sun, 21 Nov 2010 12:12:11 +
  
  David Southwell da...@vizion2000.net wrote:
   I posted about this failure some time ago but have had no useful
   response. I jhave also not heard from the maintainer so I thought
   another posting might be helpful. I understand others have a similar
   problem.
   
   Thanks in advance for any assistance
  
  Which version of FreeBSD are you using?
  
  The posix_spawn_file_actions stuff didn't appear until 8.0.
  
  There's a patch under files for older versions of FreeBSD, but it looks
  like the patch doesn't match this version of vlc.
 Version is Freebsd 7.2 p3
 
 Somone also reported the identical failure with 7.3
 

The apparently out-of-date patch is for all FreeBSD versions  800040.

-- 
Gary Jennejohn
___
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: multimedia/vlc Compile failure on upgrade

2010-11-21 Thread David Southwell
 On Sun, 21 Nov 2010 15:17:21 +
 
 David Southwell da...@vizion2000.net wrote:
   On Sun, 21 Nov 2010 12:12:11 +
   
   David Southwell da...@vizion2000.net wrote:
I posted about this failure some time ago but have had no useful
response. I jhave also not heard from the maintainer so I thought
another posting might be helpful. I understand others have a similar
problem.

Thanks in advance for any assistance
   
   Which version of FreeBSD are you using?
   
   The posix_spawn_file_actions stuff didn't appear until 8.0.
   
   There's a patch under files for older versions of FreeBSD, but it looks
   like the patch doesn't match this version of vlc.
  
  Version is Freebsd 7.2 p3
  
  Somone also reported the identical failure with 7.3
 
 The apparently out-of-date patch is for all FreeBSD versions  800040.

I have cc'd this to the maintainer...
Any chance of a good patch?

David


Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: freebsd-ports Digest, Vol 391, Issue 10

2010-11-21 Thread Julian Elischer

On 11/21/10 4:00 AM, freebsd-ports-requ...@freebsd.org wrote:


deprecated because: has not been developed for 10 years



but is this a reason for deprecation  if it still works?

Julian

___
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: multimedia/vlc Compile failure on upgrade

2010-11-21 Thread Gary Jennejohn
On Sun, 21 Nov 2010 17:18:13 +
David Southwell da...@vizion2000.net wrote:

  On Sun, 21 Nov 2010 15:17:21 +
  
  David Southwell da...@vizion2000.net wrote:
On Sun, 21 Nov 2010 12:12:11 +

David Southwell da...@vizion2000.net wrote:
 I posted about this failure some time ago but have had no useful
 response. I jhave also not heard from the maintainer so I thought
 another posting might be helpful. I understand others have a similar
 problem.
 
 Thanks in advance for any assistance

Which version of FreeBSD are you using?

The posix_spawn_file_actions stuff didn't appear until 8.0.

There's a patch under files for older versions of FreeBSD, but it looks
like the patch doesn't match this version of vlc.
   
   Version is Freebsd 7.2 p3
   
   Somone also reported the identical failure with 7.3
  
  The apparently out-of-date patch is for all FreeBSD versions  800040.
 
 I have cc'd this to the maintainer...
 Any chance of a good patch?
 

Try running make config and disabling XCB.  It looks like xscreensaver
is disabled when XCB is turned off.  That means you also have to disable
XVIDEO, because it requires XCB.

Can't test any of this myself because I'm using CURRENT.

-- 
Gary Jennejohn
___
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: becoming a port committor

2010-11-21 Thread Jonathan

On 11/20/2010 11:57 PM, Beech Rintoul wrote:

Contribute approx. 50 pr's with patches that are consistently coded and prove
to work (and in the right format) no shar files please.


Does the Porter's Handbook need to be updated then?  It explicitly says 
to use shar files to send ports in section 3.6, or where you referring 
specifically to patches and not full ports?


http://www.freebsd.org/doc/en/books/porters-handbook/porting-submitting.html

Jonathan
___
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: Finding files in packages (MANIFEST)

2010-11-21 Thread Marcin Wisnicki
On Sun, 21 Nov 2010 13:25:13 +0100, Anders F Björklund wrote:

 Chris Rees wrote:
 
 For PackageKit's app-install, I wanted to list all ports/packages
 that had a .desktop file (= an app).
 
 I may be misunderstanding you here, but you could just:
 
 [ch...@amnesiac]~% echo /usr/ports/*/*/pkg-plist | xargs egrep
 '\.desktop$' | sed 's|/usr/ports/[a-zA-Z]*/||'  contains_desktop
 
 That could work too (?),

It won't because plist can be generated

 
 Just thought the MANIFEST could be generated with the packages ? That
 way you wouldn't need to install the ports collection first.

pkg_info -qL your-package.tbz


___
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


ports/finance/homebank 4.3 no longer work after latest gtk-2.22.1 upgrade

2010-11-21 Thread Hanno Krusken
hi there,

running FreeBSD-8.1-releng-p1

after this mornings portupgrade, as described in the ports/UPDATEING file and 
successfully
rebuild all the needed ports, the port homebank-4.3 stops working.
even after rebuilding it with portupgrade -f homebank as well

I get this error:

Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval 
!= NULL)

basically the program is starting up, and the shortly comes up on the screen 
but before the full
program is loaded it just cuts out and a core dump is left behind.

any idea's how to solve the problem ?

thanks
-- 
Hanno Krusken

Important note:
please do not replay with any HTML tags in your mail which will be blocked and 
deleted.
Regarding known SPAM, VIRUS and junk mail sender, which often use this way of 
fooling recipients
with fancy images and HTML-artwork. Remember that I'm using a very strict spam 
setup on top of it.
Thanks for your understanding.


signature.asc
Description: PGP signature


Re: ports/finance/homebank 4.3 no longer work after latest gtk-2.22.1 upgrade

2010-11-21 Thread Ruslan Mahmatkhanov

21.11.2010 23:53, Hanno Krusken пишет:

Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval 
!= NULL)

basically the program is starting up, and the shortly comes up on the screen 
but before the full
program is loaded it just cuts out and a core dump is left behind.

any idea's how to solve the problem ?


I can't reproduce. Can you please describe what you do to trigger this 
error in more detail?


--
Regards,
Ruslan
___
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: becoming a port committor

2010-11-21 Thread Torfinn Ingolfsen
Hi,

On Sun, Nov 21, 2010 at 7:49 PM, Jonathan jonat...@kc8onw.net wrote:

 On 11/20/2010 11:57 PM, Beech Rintoul wrote:

 Contribute approx. 50 pr's with patches that are consistently coded and
 prove
 to work (and in the right format) no shar files please.


 Does the Porter's Handbook need to be updated then?  It explicitly says to
 use shar files to send ports in section 3.6, or where you referring
 specifically to patches and not full ports?


That is my understanding at least:
shar for new ports
diffs for patches and updates to existing ports.

HTH
-- 
Regards,
Torfinn Ingolfsen
___
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


Suggestions on getting compiz working?

2010-11-21 Thread Doug Barton
Any ideas? I've tried the suggestions at 
http://www.freebsd.org/doc/en/articles/compiz-fusion/index.html and they 
don't work for me.



Doug

 Original Message 
Subject: Suggestions on getting compiz working?
Date: Wed, 10 Nov 2010 22:21:28 -0800
From: Doug Barton do...@dougbarton.us
Organization: http://SupersetSolutions.com/
To: freebsd-gn...@freebsd.org

I've been multi-booting FreeBSD, Windows, and Ubuntu linux, and the
default window manager for Ubuntu is compiz (with gnome of course). It
works well, and I was hoping to get it working in FreeBSD. I tried
several different configuration options that I found from searching on
line, but didn't have any success, not even trying to run it all by
itself (using startx).

So does anyone have compiz working with gnome on FreeBSD? The CPU and
RAM on this system are pretty beefy, even though the Intel GPU is fairly
run of the mill. OTOH, it works in linux ...


Help and suggestions welcome,

Doug

--

Nothin' ever doesn't change, but nothin' changes much.
-- OK Go

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: Suggestions on getting compiz working?

2010-11-21 Thread perryh
Doug Barton do...@freebsd.org wrote:

 So does anyone have compiz working with gnome on FreeBSD?

I can't help with that directly, but have a related suggestion:

Based on what I've been reading on wine-users, it seems that wine
and compiz do not get along well together.  When you get compiz
working, it might be well to mark it as incompatible with wine.
___
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: becoming a port committor

2010-11-21 Thread Beech Rintoul
On Sunday 21 November 2010 15:12:08 Torfinn Ingolfsen wrote:
 Hi,
 
 On Sun, Nov 21, 2010 at 7:49 PM, Jonathan jonat...@kc8onw.net wrote:
  On 11/20/2010 11:57 PM, Beech Rintoul wrote:
  Contribute approx. 50 pr's with patches that are consistently coded and
  prove
  to work (and in the right format) no shar files please.
  
  Does the Porter's Handbook need to be updated then?  It explicitly says
  to use shar files to send ports in section 3.6, or where you referring
  specifically to patches and not full ports?
 
 That is my understanding at least:
 shar for new ports
 diffs for patches and updates to existing ports.
 
 HTH

That is correct, although it is possible to use a unified diff with the -N 
flag against a non existent source. The problem is too many contributors send 
in update pr's in shar format which are a real PITA to deal with from our end.

You may notice that many pr's aren't picked up by committers for just that 
reason.

In the above I was referring to updates, not new ports.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \ - http://www.FreeBSD.org/releases/8.0R/announce.html
---



___
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


PR's not being picked up (Was Re: becoming a port committor)

2010-11-21 Thread Charlie Kester

On Sun 21 Nov 2010 at 20:09:23 PST Beech Rintoul wrote:


That is correct, although it is possible to use a unified diff with the -N
flag against a non existent source. The problem is too many contributors send
in update pr's in shar format which are a real PITA to deal with from our end.

You may notice that many pr's aren't picked up by committers for just
that reason.


In such cases, does the submitter receive any communication explaining
the reasons his PR isn't getting worked on?  


E.g., why not send an email requesting resubmission in the proper
format?

Many of the of oldest unassigned but still-open PR's show no evidence
that they've even been looked at by a committer.  There are no entries
beyond the original one.  How can we know which PR's were rejected/not
picked up for some reason and which ones were genuinely overlooked?


___
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: PR's not being picked up (Was Re: becoming a port committor)

2010-11-21 Thread Janky Jay, III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/21/2010 10:26 PM, Charlie Kester wrote:
 On Sun 21 Nov 2010 at 20:09:23 PST Beech Rintoul wrote:

 That is correct, although it is possible to use a unified diff
 with the -N flag against a non existent source. The problem is
 too many contributors send in update pr's in shar format which
 are a real PITA to deal with from our end.

 You may notice that many pr's aren't picked up by committers for
 just that reason.

Almost anyone who is an only semi-serious port maintainer (meaning
they only have a select few number of ports to maintain and are only
trying to contribute/participate) knows that maybe this issue is due
to the porter's handbook. Specifically
http://www.freebsd.org/doc/en/books/porters-handbook/porting-submitting.html
which blatantly states that all submissions whether they are new OR
updates be submitted in shar format. Maybe the commiters should bring
this up and have a few less to deal with..? Just a suggestion.

Regards,
Janky Jay, III


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzqBzgACgkQGK3MsUbJZn5X/gCfbTgIyt4KEyI6ebtYmjm/DUk5
L2AAn28d2RCorQB4lm3KBGIqp9MHTxWZ
=azIy
-END PGP SIGNATURE-

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: PR's not being picked up (Was Re: becoming a port committor)

2010-11-21 Thread Anonymous
Janky Jay, III jan...@unfs.us writes:

 On 11/21/2010 10:26 PM, Charlie Kester wrote:
 On Sun 21 Nov 2010 at 20:09:23 PST Beech Rintoul wrote:

 That is correct, although it is possible to use a unified diff
 with the -N flag against a non existent source. The problem is
 too many contributors send in update pr's in shar format which
 are a real PITA to deal with from our end.

 You may notice that many pr's aren't picked up by committers for
 just that reason.

 Almost anyone who is an only semi-serious port maintainer (meaning
 they only have a select few number of ports to maintain and are only
 trying to contribute/participate) knows that maybe this issue is due
 to the porter's handbook. Specifically
 http://www.freebsd.org/doc/en/books/porters-handbook/porting-submitting.html
 which blatantly states that all submissions whether they are new OR
 updates be submitted in shar format. Maybe the commiters should bring
 this up and have a few less to deal with..? Just a suggestion.

It's because you're looking at the wrong chapter. That one is about new ports,
not updates/bugfixes/changes.

  http://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html
___
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: PR's not being picked up (Was Re: becoming a port committor)

2010-11-21 Thread Charlie Kester

On Sun 21 Nov 2010 at 22:01:28 PST Janky Jay, III wrote:


   Almost anyone who is an only semi-serious port maintainer (meaning
they only have a select few number of ports to maintain and are only
trying to contribute/participate) knows that maybe this issue is due
to the porter's handbook. Specifically
http://www.freebsd.org/doc/en/books/porters-handbook/porting-submitting.html
which blatantly states that all submissions whether they are new OR
updates be submitted in shar format. Maybe the commiters should bring
this up and have a few less to deal with..? Just a suggestion.


That page doesn't say what you think it says.  


Its context is the creation of a new port.  It doesn't say anything
about updating an existing port.

Perhaps the problem is that some people never read the *rest* of the
handbook?  If they would, they'd find this page, which explicitly says
to use 'diff -ruN':

http://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html
___
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