Re: Port suggestion: Chrome OS fonts

2012-01-15 Thread Baptiste Daroussin
On Sat, Jan 14, 2012 at 09:10:52AM -0800, Pedro Giffuni wrote:
 (I posted this to -office but I would've CC'd -ports too.)
 
 Hello;
 
 I think we should have a port the new fonts that the Google
 Chrome OS developers have made to replace the so-called
 Liberation fonts:
 
 http://chromestory.com/2010/09/default-fonts-of-chrome-os-tinos-arimo-and-cousine/
 
 The best place to get them seems to be here
 http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-1.21.0.tar.gz
 
 but I couldn't get them with fetch(1) for an unknown reason.

this will be a good addition.

If you can't fetch it from ports it is because of the 302 redirection which is
not allowed using the fetch arguments set by default in the ports

regards,
Bapt


pgpLWMe66tbVW.pgp
Description: PGP signature


Two Minor Ports Patches

2012-01-15 Thread George Mitchell

After csupping to 9.0-STABLE and updating my ports tree, I encountered
two compile errors during portmaster -a:

hal: USB_GET_REPORT_ID undefined in probe-hiddev.c.  See first attached
patch (which probably needs a __FreeBSD_version conditional).

sessreg: ttyslot no longer exists.  See second attached patch which is
clearly wrong, but works as a stopgap.   -- George Mitchell
--- hald/freebsd/probing/probe-hiddev.c.orig2009-09-17 09:47:14.0 
-0400
+++ hald/freebsd/probing/probe-hiddev.c 2012-01-14 19:45:46.0 -0500
@@ -33,6 +33,7 @@
 #include sys/ioctl.h
 #include dev/usb/usb.h
 #include dev/usb/usbhid.h
+#include dev/usb/usb_ioctl.h
 #else
 #if __FreeBSD_version = 800064
 #include dev/usb/usbhid.h
--- sessreg.c.orig  2011-09-26 19:01:11.0 -0400
+++ sessreg.c   2012-01-14 20:19:09.0 -0500
@@ -278,7 +278,11 @@
if (xflag)
sysnerr (slot_number = Xslot (ttys_file, xservers_file, 
line, host_name, aflag), Xslot);
else
+#if 0
sysnerr (slot_number = ttyslot (), ttyslot);
+#else
+   perror(ttyslot);
+#endif
}
 #endif
if (!lflag) {
___
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: Two Minor Ports Patches

2012-01-15 Thread Yuri Pankov
On Sun, Jan 15, 2012 at 10:39:48AM -0500, George Mitchell wrote:
 After csupping to 9.0-STABLE and updating my ports tree, I encountered
 two compile errors during portmaster -a:
 
 hal: USB_GET_REPORT_ID undefined in probe-hiddev.c.  See first attached
 patch (which probably needs a __FreeBSD_version conditional).
 
 sessreg: ttyslot no longer exists.  See second attached patch which is
 clearly wrong, but works as a stopgap.   -- George Mitchell

The sessreg problem should be fixed by running `make delete-old` in
/usr/src.


Yuri
___
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: Port suggestion: Chrome OS fonts

2012-01-15 Thread Pedro Giffuni


--- Dom 15/1/12, Baptiste Daroussin b...@freebsd.org ha scritto:

 Da: Baptiste Daroussin b...@freebsd.org
 Oggetto: Re: Port suggestion: Chrome OS fonts
 A: Pedro Giffuni p...@freebsd.org
 Cc: freebsd-ports@FreeBSD.org
 Data: Domenica 15 gennaio 2012, 05:35
 On Sat, Jan 14, 2012 at 09:10:52AM
 -0800, Pedro Giffuni wrote:
  (I posted this to -office but I should've CC'd -ports
 too.)
  
  Hello;
  
  I think we should have a port the new fonts that the
 Google
  Chrome OS developers have made to replace the
 so-called
  Liberation fonts:
  
  http://chromestory.com/2010/09/default-fonts-of-chrome-os-tinos-arimo-and-cousine/
  
  The best place to get them seems to be here
  http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-1.21.0.tar.gz
  
  but I couldn't get them with fetch(1) for an unknown
 reason.
 
 this will be a good addition.
 
 If you can't fetch it from ports it is because of the 302
 redirection which is not allowed using the fetch arguments
 set by default in the ports
 

I see ... thanks for figuring it out.

This can of course be solved by setting FETCH_ARGS or by
mirroring the tarball (or both).

I will give it a try when I find time, but anyone is
welcome to just go ahead and beat me to it :).

Thanks!

Pedro.

___
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: devel/valgrind fails to build on 9.0

2012-01-15 Thread David Demelier

On 13/01/2012 18:50, David Demelier wrote:

Hi there,

Since my update to 9.0 I tried to update valgrind but it fails to build:

cc -B/usr/lib32 -m32 -O2 -g -Wall -Wmissing-prototypes -Wshadow
-Wpointer-arith -Wstrict-prototypes -Wmissing-declarations
-Wno-format-zero-length -fno-strict-aliasing -fpic -O -g
-fno-omit-frame-pointer -fno-strict-aliasing -Wno-long-long -O2 -pipe
-fno-strict-aliasing -Wno-pointer-sign -fno-stack-protector
-nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -B/usr/lib32 -m32
  -o vgpreload_core-x86-freebsd.so
vgpreload_core_x86_freebsd_so-vg_preloaded.o
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/crti.o'
is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file
`/usr/lib/crtbeginS.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file
`/usr/lib/crtendS.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/crtn.o'
is incompatible with i386 output
cc: Internal error: Segmentation fault: 11 (program ld)
Please submit a full bug report.
SeeURL:http://gcc.gnu.org/bugs.html  for instructions.
gmake[3]: *** [vgpreload_core-x86-freebsd.so] Error 1
gmake[3]: Leaving directory
`/usr/ports/devel/valgrind/work/valgrind-freebsd-3.6.1-2/coregrind'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/ports/devel/valgrind/work/valgrind-freebsd-3.6.1-2/coregrind'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/devel/valgrind/work/valgrind-freebsd-3.6.1-2'
gmake: *** [all] Error 2
*** Error code 1

I'm guessing if my WITHOUT_LIB32 may cause this error. This is on my
amd64 machine.

Cheers,



Forget, I didn't have enough swap space...

--
David Demelier
___
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


pulseaudio upgrade (after xcb-util)

2012-01-15 Thread Barbara

I don't know why it didn't happened on the first build, but for 
sysutils/gnome-settings-daemon now I'm getting an error caused by the removal 
of /usr/local/lib/libxcb-aux.la from xcb-util

It seems that the removal of 
   libxcb-atom.so.1
   libxcb-event.so.1
   libxcb-aux.so.0
is causing troubles (http://pastebin.com/7494x4sc) making the problem with 
pulseaudio looks like a joke.


I solved rebuilding the following ports I have installed:

x11-toolkits/libwnck
x11-wm/compizconfig-python
x11/gnome-desktop
x11-wm/compizconfig-backend-gconf
x11-wm/metacity
x11/yelp
sysutils/gnome-system-monitor
x11-toolkits/eel
graphics/eog
sysutils/gnome-settings-daemon
x11-fm/nautilus
www/epiphany
x11/gnome-panel
x11-toolkits/py-gnome-desktop
sysutils/gnome-control-center
x11-wm/compiz
x11-wm/emerald
x11-wm/compiz-plugins-main
x11/gnome-applets
x11-wm/compiz-plugins-extra

so I guess that a rebuild of all the ports depending on xcb-util should be 
suggested.

Barbara

___
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/ocaml: configure script not freebsd10 friendly

2012-01-15 Thread Chris Rees
On 11 January 2012 16:28, Andriy Gapon a...@freebsd.org wrote:
 on 28/11/2011 20:07 Andriy Gapon said the following:

 The following extra diff demonstrates the problem:
 --- configure.orig2   2011-11-28 20:00:49.452553350 +0200
 +++ configure 2011-11-28 20:00:52.493371250 +0200
 @@ -523,7 +523,7 @@
        mksharedlib=$flexlink
        mkmaindll=$flexlink -maindll
        shared_libraries_supported=true;;
 -    
 *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
 +    *-*-linux-gnu|*-*-linux|*-*-freebsd*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
        sharedcccompopts=-fPIC
        mksharedlib=$bytecc -shared
        bytecclinkopts=$bytecclinkopts -Wl,-E

 I think that it's better to have FreeBSD 10 support then to worry about 
 FreeBSD
 2.x (or even 1.x) :-)


 This is still an issue.

Lacking a response from the maintainer I've committed your fix (but
kept it in patch-configure).

Thanks!

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


Re: libxfce4ui vs. libxfce4gui: wha'?

2012-01-15 Thread Chris Rees
On 11 January 2012 11:46, Conrad J. Sabatier conr...@cox.net wrote:
 I just noticed the announcement for libxfce4ui version 4.9.0 and it got
 me wondering about something.

 In the FreeBSD ports collection, we have a libxfce4gui package (note
 the g up in there), but no libxfce4ui.  Are we missing something that
 we should be available here?

 Could anyone please explain the difference between these two packages,
 and possibly why one of them is non-existent in the FreeBSD ports
 collection?

 Could this be the reason why I have no Arrange icons item on my
 desktop menu?  Seems I used to have such an item, but after some port
 upgrades, it just went away, and I've been unable to resurrect it.


libxfce4ui is installed as libxfce4menu on FreeBSD.

Best ask oliver@ if you're really interested in why it's called that!

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


Re: lang/ocaml: configure script not freebsd10 friendly

2012-01-15 Thread Andriy Gapon
on 15/01/2012 22:32 Chris Rees said the following:
 Lacking a response from the maintainer I've committed your fix (but
 kept it in patch-configure).

Thank you!

-- 
Andriy Gapon
___
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: ja-p5-Mail-SpamAssassin needs adoption

2012-01-15 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, Jan 14, 2012 at 11:14:47AM -0500, Michael Scheidell thus spake:
The original maintainer of ja-p5-Mail-SpamAssassin is MIA, and the
person who wanted to take the port informed me by private email that
maintainer cannot get email from @FreeBSD.org anymore, and I am setting
port maintainer to po...@freebsd.org


Note: this won't be THAT hard.  you just have to coordinate with me
(maintainer of p5-Mail-SpamAssassin) and we can make ja* a slave port
and then all the hard work is done.

I picked up a port update of mail/amavis-logwatch, and queried the 
maintainer regarding picking up maintainer-ship of ja-p5-Mail-SpamAssassin.

Maintainer agreed, and has taken over the maintainer-ship of this port, and
I've passed it along that it would be great to move it to be a proper slave.

I planned on slaving it soon, but if this is going to take care of by a new
maintainer, that would be great, too.

Thanks Masaki!

- -jgh

- -- 
Jason Helfman | FreeBSD Committer
j...@freebsd.org   | http://people.freebsd.org/~jgh
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (FreeBSD)

iQEcBAEBAgAGBQJPE0DjAAoJECBZmmNBUNPcJA4H/iiQsGq38ODKmw9FN2dtPOkO
3znScRxT0D0lfAw+71nztJRTpAkXhJrWZbI/gCsdS9UMycpmktB5hHwhaaFmli46
zDCFU22f/eRxouutH9Gz1ajNrGtzAtX6RBfxZziYUQG5/mLs8ZBgLjJuYn8q/exh
oX+yqDYlgEvrLuJPTgd8FyVMwgyzMths3DRDsgSmQfPxZFFH0D+F9co83xgkXLlJ
TRQM/WLnD+c0+Dl6mj1AN7XsGWvVKPCtP01fmwkxGN9rn0jNX2FF95Wjn3j1f1Y9
HfrG70RGfRzq7ib7gdYRJPds6dOC3Q/LasCWT4sbxNC6cMpCnEkNGQmTmVLMQMc=
=gJFs
-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: ja-p5-Mail-SpamAssassin needs adoption

2012-01-15 Thread Michael Scheidell


On 1/15/12 4:10 PM, Jason Helfman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I picked up a port update of mail/amavis-logwatch, and queried the
maintainer regarding picking up maintainer-ship of ja-p5-Mail-SpamAssassin.

Maintainer agreed, and has taken over the maintainer-ship of this port, and
I've passed it along that it would be great to move it to be a proper slave.

I planned on slaving it soon, but if this is going to take care of by a new
maintainer, that would be great, too.
p5-Mail-SpamAssassin will stay in my hands, and since 
ja-p5-Mail-SpamAssassin isn't owned by anyone right now, you should be 
able to make that change.


Do you have a ports commit bit?  can you change ownership of 
ja-p5-Mail-SpamAssassin to j...@freebsd.org?  or do you want me to?


if there are any =? type Makefile vars you need me to add to 
p5-Mail-SpamAssassin, just let me know.


Send me patches and I'll commit them ASAP.

--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
*| *SECNAP Network Security Corporation

   * Best Mobile Solutions Product of 2011
   * Best Intrusion Prevention Product
   * Hot Company Finalist 2011
   * Best Email Security Product
   * Certified SNORT Integrator

___
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: ja-p5-Mail-SpamAssassin needs adoption

2012-01-15 Thread Michael Scheidell



On 1/15/12 5:12 PM, Michael Scheidell wrote:
Do you have a ports commit bit?  can you change ownership of 
ja-p5-Mail-SpamAssassin to j...@freebsd.org?  or do you want me to?



never mind.. I saw you have it already.. happy porting.

if there are any =? type Makefile vars you need me to add to 
p5-Mail-SpamAssassin, just let me know.


Send me patches and I'll commit them ASAP.



--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
*| *SECNAP Network Security Corporation

   * Best Mobile Solutions Product of 2011
   * Best Intrusion Prevention Product
   * Hot Company Finalist 2011
   * Best Email Security Product
   * Certified SNORT Integrator

___
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: x11/xcb-util downgraded?

2012-01-15 Thread Warren Block

On Sat, 17 Dec 2011, Chris Rees wrote:


On 17 December 2011 10:47, Denise H. G. darc...@gmail.com wrote:

  With the version bump of x11/xcb-util, some ports seems to be broken.
  However, after recompiling x11/startup-notification, and all the
  ports that depend on x11/startup-notification, everything will be OK.

  And x11/startup-notification needs to be set to depend on
  x11/xcb-util, whose library is 'xcb-util.0' insead of 'xcb-aux.o'


Thanks for reporting-- this problem is known [1] and affects many ports.
A 'proper' solution will come soon!

Chris

[1] http://www.mail-archive.com/cvs-all@freebsd.org/msg207773.html


xfce4-session conked out after installing the new version 
(xcb-util-0.3.8,1 - 2012-01-15).  xfce4-session can't be rebuilt, 
either.


  CCLD   libxfsm-4.6.la
grep: /usr/local/lib/libxcb-aux.la: No such file or directory
sed: /usr/local/lib/libxcb-aux.la: No such file or directory
libtool: link: `/usr/local/lib/libxcb-aux.la' is not a valid libtool archive
gmake[2]: *** [libxfsm-4.6.la] Error 1
gmake[2]: Leaving directory 
`/usr/ports/x11-wm/xfce4-session/work/xfce4-session-4.8.2/libxfsm'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-wm/xfce4-session/work/xfce4-session-4.8.2'

gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/x11-wm/xfce4-session.
*** Error code 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

Acroread: contacting maintainer

2012-01-15 Thread Da Rock
What is the correct way to contact the maintainer for a port? Does one 
contact directly? Or through a list (this one?)? Or pr?


I'm trying to contact the maintainer of the acroread ports to see if 
they can put in a dependency on linux-f10-cups-libs for the ease of use 
by general users, and to enable acceptance by the graphics industry niche.


I tried a direct email, but I've received no response as yet after 
several days; and I'm not 100% sure I did the right thing.


Cheers
___
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: Acroread: contacting maintainer

2012-01-15 Thread Stephen Montgomery-Smith

On 01/15/2012 09:40 PM, Da Rock wrote:

What is the correct way to contact the maintainer for a port? Does one
contact directly? Or through a list (this one?)? Or pr?

I'm trying to contact the maintainer of the acroread ports to see if
they can put in a dependency on linux-f10-cups-libs for the ease of use
by general users, and to enable acceptance by the graphics industry niche.

I tried a direct email, but I've received no response as yet after
several days; and I'm not 100% sure I did the right thing.

Cheers


Contacting the maintainer is definitely a good thing to do.

He might be on vacation, or busy with some other aspect of life - who 
knows.  A few days is definitely not a long time to wait.


Another way to do it is to submit a PR with your proposed change.  THe 
maintainer of the port will be automatically contacted and asked to 
approve the changes.  If the maintainer doesn't reply after a few 
months, you can ask for a maintainer timeout, and someone will then 
commit it.


But I think waiting for a few more days for the maintainer to reply is a 
good thing to do.  I have used this strategy very successfully many 
times in the past.


Stephen
___
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: irc/bitlbee skype support

2012-01-15 Thread Lyubomir Grigorov
 I do not currently have any plans for a irc/bitlbee-devel port - I simply do 
 not have the time to maintain it. Sorry.
Skype protocol is included by default in 3.0.4. I don't think the port builds 
it (and thus PC-BSD PBI also doesn't include it). All the source and scripts 
are there.

Brix, can you confirm this? I couldn't find the skype protocol or the skyped 
python script if I build Bitlbee 3.0.4 from ports.

Cheers.

--
Lyubomir Grigorov (bgalakazam)


signature.asc
Description: This is a digitally signed message part.