$PREFIX/lib/locale?

2010-05-14 Thread Norikatsu Shigemura
: @dirrmtry lib/locale/s...@latin/LC_MESSAGES @dirrmtry lib/locale/s...@latin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Norikatsu Shigemura n...@freebsd.org ___ freebsd-ports@freebsd.org mailing list

[ports/net/isc-dhcp*] Don't stop DHCP related daemons

2010-09-11 Thread Norikatsu Shigemura
forcestop 2/dev/null || true isc-dhcp41-relay/pkg-plist:@unexec %D/etc/rc.d/isc-dhcrelay forcestop 2/dev/null || true isc-dhcp41-server/pkg-plist:@unexec %D/etc/rc.d/isc-dhcpd forcestop 2/dev/null || true I want to remove these lines in pkg-plist. Thank you! -- Norikatsu

[ports/databases/sqlite3] Fix build error WITH_ICU

2010-09-11 Thread Norikatsu Shigemura
+=CPPFLAGS=-I. -I./src ${CPPFLAGS} LDFLAGS=${LDFLAGS} +MAKE_ENV+= CPPFLAGS=-I. -I./src ${CPPFLAGS} LDFLAGS=${LDFLAGS} post-install: .if defined(WITH_TCLWRAPPER) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thank you. -- Norikatsu

Re: [ports/net/isc-dhcp*] Don't stop DHCP related daemons

2010-09-11 Thread Norikatsu Shigemura
. But it's hard, so in practice: 1. portupgrade -aR. 2. Check updating documents, and update environments. 3. repeat 3. 4. restart OS if needed. So please regard such as system managers! -- Norikatsu Shigemura n...@freebsd.org

Re: [ports/net/isc-dhcp*] Don't stop DHCP related daemons

2010-09-15 Thread Norikatsu Shigemura
} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If needed, we (administrators) can disable a mechanism such as thus. -- Norikatsu Shigemura n...@freebsd.org ___ freebsd-ports@freebsd.org mailing list http

[ports/net-im/pidgin-msn-pecan] update to 0.0.19

2009-06-27 Thread Norikatsu Shigemura
Hi Henrik. ports/net-im/pidgin-msn-pecan was updated to 0.0.19. So I update your port. May I commit this OK? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile

Re: libiconv local distfile missing?

2009-07-05 Thread Norikatsu Shigemura
Hi keramida. On Sun, 05 Jul 2009 08:56:31 +0300 Giorgos Keramidas keram...@freebsd.org wrote: After my latest portsnap libiconv fails to `make fetch' with: = Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch:

[HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-04 Thread Norikatsu Shigemura
Hi Radeon HD 2xxx, 3xxx and 4xxx users! I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, graphics/libGL*, graphics/libglut, graphics/mesa-demos and graphics/libdrm. Please see also my attached patch file. I'll update these as soon as tomorrow.

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Norikatsu Shigemura
On Sat, 5 Dec 2009 02:01:03 -0600 Scot Hetzel swhet...@gmail.com wrote: You will also need the attached patch for graphics/libglut, since bsd.mesalib.mk automatically upgrades this port to 7.6 also. Oops, I forgot it. Yes, I would update it, too. Thanks for your pointed out.

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Norikatsu Shigemura
On Sat, 5 Dec 2009 01:34:48 -0600 Scot Hetzel swhet...@gmail.com wrote: I had to add the following to MASTER_SITES in graphics/libGL/bsd.mesalib.mk: ftp://ftp.freedesktop.org/pub/mesa/${MESAVERSION}/:mesa,glut,demos Thanks for your pointed out. I updated bsd.mesalib.mk. - - - - - - - -

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Norikatsu Shigemura
On Sat, 05 Dec 2009 14:22:45 +0200 Andriy Gapon a...@icyb.net.ua wrote: Additionally, as Robert has already mentioned[1], Mesa3D has a bug that leads to text corruption in compiz/kde4. [1] See thread with subject kwin composite w/ opengl on r600? Oh my god. jkim@ was already working

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Norikatsu Shigemura
On Sat, 05 Dec 2009 18:31:49 +0200 Andriy Gapon a...@icyb.net.ua wrote: I think that it's swrast (SoftWare RASter) driver's issue. I was troubled about swrast driver, too. I think it was an r600-specific issue. See here: https://bugs.freedesktop.org/show_bug.cgi?id=24266 The fix

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Norikatsu Shigemura
On Sun, 6 Dec 2009 02:22:00 +0900 Norikatsu Shigemura n...@freebsd.org wrote: Hum.. When 7.6.1 release? If not yet, I'll back port. But, I don't understand fix by https://bugs.freedesktop.org/show_bug.cgi?id=24266 How should I find git's commit id from http

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Norikatsu Shigemura
On Sun, 6 Dec 2009 02:52:35 +0900 Norikatsu Shigemura n...@freebsd.org wrote: On Sun, 6 Dec 2009 02:22:00 +0900 Norikatsu Shigemura n...@freebsd.org wrote: Hum.. When 7.6.1 release? If not yet, I'll back port. But, I don't understand fix by https://bugs.freedesktop.org

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-06 Thread Norikatsu Shigemura
Hi rnoland. Thank you. I'll commit after 7.6.1 release, at least. On Sun, 06 Dec 2009 07:51:22 -0600 Robert Noland rnol...@freebsd.org wrote: Actually, looking through the patch now... Two things jump out at me... We can't currently update libdrm in the ports collection without

[HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx, 2nd!

2009-12-20 Thread Norikatsu Shigemura
Hi everyone! On Sat, 5 Dec 2009 10:42:43 +0900 Norikatsu Shigemura n...@freebsd.org wrote: I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, graphics/libGL*, graphics/libglut, graphics/mesa-demos and graphics/libdrm. Please see also my attached patch file

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx, 2nd!

2009-12-20 Thread Norikatsu Shigemura
On Mon, 21 Dec 2009 00:34:22 +0900 Norikatsu Shigemura n...@ninth-nine.com wrote: I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, graphics/libGL*, graphics/libglut, graphics/mesa-demos and graphics/libdrm. Please see also my attached patch file. I'll

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx, 2nd!

2009-12-22 Thread Norikatsu Shigemura
Hi rnoland. On Tue, 22 Dec 2009 00:26:38 -0600 Robert Noland rnol...@freebsd.org wrote: As much as I don't want to, I need to request a repo copy of libdrm in order to keep nouveau working... The bits needed for r600 were added just after 2.4.12 and the bits that broke nouveau were just

Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx, 2nd!

2010-01-09 Thread Norikatsu Shigemura
Hi rnoland. On Sun, 03 Jan 2010 11:04:52 -0600 Robert Noland rnol...@freebsd.org wrote: One additional option that I've been considering, though I haven't tried it yet, it to construct a patch for 2.4.17 that essentially rolls libdrm_nouveau back to the 2.4.12 API. If we can pull that off,

[HEADS UP] AMD Radeon HD 2xxx/3xxx/4xxx users to use 3D HW accel support

2010-02-07 Thread Norikatsu Shigemura
Hi Radeon HD users. I committed new Mesa3D and libdrm. In this time, disabled, so to use new version, you should set WITHOUT_NOUVEAU on /etc/make.conf. Please see also /usr/ports/UPDATING and KNOBS. ___

new imported libpcap has net/bpf.h handling issue

2007-10-20 Thread Norikatsu Shigemura
I tried to install ports/net/pchar on 8-current machine. And I got following compiling error message:-(. c++ -O -fno-strict-aliasing -pipe -march=pentium3 -I. -DSIZEOF_BOOL=1 -DHAVE_SOCKLEN_T=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SOCKADDR_SA_LEN=1

Re: misc/compat5x package installs with weird messages

2007-12-14 Thread Norikatsu Shigemura
On Fri, 14 Dec 2007 18:32:22 -0600 Stephen Montgomery-Smith [EMAIL PROTECTED] wrote: My bets are on noschg flag. Pav, you are exactly right. I have experienced this many times myself. After installing the compat5x package you need to do chflags -R noschg /var/tmp/inst* rm -rf

[ports/graphics/opencv] Add support V4L compat.

2007-12-14 Thread Norikatsu Shigemura
Hi Marc. I'm tring to use opencv with USB camera. So I hope to support Video for Linux compat to opencv. May I commit following patch? Index: Makefile === RCS file: /home/ncvs/ports/graphics/opencv/Makefile,v

Re: [ports/graphics/opencv] Add support V4L compat.

2007-12-14 Thread Norikatsu Shigemura
On Sat, 15 Dec 2007 14:43:29 +0900 Norikatsu Shigemura [EMAIL PROTECTED] wrote: I'm tring to use opencv with USB camera. So I hope to support Video for Linux compat to opencv. May I commit following patch? Oops! I forgot that there is a added patch. Please look

Re: FreeBSD Port: DarwinStreamingServer-5.5.5

2008-05-25 Thread Norikatsu Shigemura
On Sun, 25 May 2008 15:24:01 -0400 (EDT) Tuc at T-B-O-H [EMAIL PROTECTED] wrote: Just a bit of an update.. I'm not sure if you follow the DSS list. (I get it, may not always READ it, but I get it)... It turns out Stephen Tonna announced the release about 28 hours before your email to the

[ports/devel/gettext] not respect PTHREAD_LIBS issue

2007-03-23 Thread Norikatsu Shigemura
Hi ade. This port has a 'not respect PTHREAD_LIBS' issue. Can you please investigate and/or validate following patch? By the way, I'm validating ports which have this issue on no libpthread.* environment. So you won't get this error, and notice it. Index:

[ports/graphics/graphviz] graphviz doesn't build-depend on tcl84

2007-03-24 Thread Norikatsu Shigemura
Hi dinoex. graphviz doesn't build-depend on tcl84. So I didn't make it. Sorry, I don't have any idea to fix this issue. So I just report to you. 1 [EMAIL PROTECTED] make : /usr/local/bin/tclsh8.4 ./gv_doc_writer.tcl . /usr/local/bin/tclsh8.4: not found gmake[3]: ***

Re: [wine] can't run /libexec/ld-elf.so.1 not found

2007-04-17 Thread Norikatsu Shigemura
On Tue, 17 Apr 2007 13:24:25 +0200 regisr [EMAIL PROTECTED] wrote: When I launch wine just build from ports tree (cvsup yesterday) installed with portupgrade, I have the following error message: ELF interpreter /libexec/ld-elf.so.1 not found But the lib is in right place... It is the only

Re: Acrobat - linuxpluginwrapper broken again?

2006-08-07 Thread Norikatsu Shigemura
On Mon, 07 Aug 2006 10:12:46 +0200 Matthias Andree [EMAIL PROTECTED] wrote: (Note I haven't installed a Linuxulator on my FreeBSD machines, so forgive me if my questions are just shooting into the blue.) No problem. LPW haven't required a Linuxulator. This looks like some GNU libc

[devel/libpdel] Fix build error on 7-current

2006-09-18 Thread Norikatsu Shigemura
Hi Archie! I have a patch to fix build error on 7-current of devel/libpdel. Please confirm following patch, and commit them. or may I commit this OK? cvs add list: files/patch-http_servlet_cookieauth.c files/patch-ppp_auth_radius.c

rcNG-fy net/mpd4

2006-09-23 Thread Norikatsu Shigemura
Hi glebius! I make a patch to rcNG-fy the net/mpd4. Please review and commit or may I commit this OK? cvs add: files/mpd4.sh.in cvs remove: files/mpd4.sh cvs commit: Makefile pkg-plist

Re: HEADS UP: GNOME 2.16.1 has been committed

2006-10-14 Thread Norikatsu Shigemura
Oops, I found a problem in print/freetype2. Please add missing #. Index: Makefile === RCS file: /home/ncvs/ports/print/freetype2/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile14 Oct 2006

Re: HEADS UP: GNOME 2.16.1 has been committed

2006-10-14 Thread Norikatsu Shigemura
Oops, I found a problem in print/freetype2. Please add missing #. Index: Makefile === RCS file: /home/ncvs/ports/print/freetype2/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile14 Oct 2006

[CALL FOR TESTERS] make the Flash7 plugin more stable.

2006-10-19 Thread Norikatsu Shigemura
Hi. I found a idea to make the Flash7 plugin more stable. 1. Please install ports/x11-fonts/cyberbit-ttfonts. I think that almost users have no problem. Maybe non-ISO8859-1 users have a stability problem. Because the Flash7 plugin required

make ports depending on sysutils/cdrtools* USE_GNOME=cdrools

2006-10-31 Thread Norikatsu Shigemura
Submitter-Id: current-users Originator:Norikatsu Shigemura Organization: Ensure Technology LTD. Confidential: no Synopsis: make ports depending on sysutils/cdrtools* USE_GNOME=cdrtools Severity: serious Priority: medium Category: ports Class: sw-bug Release

Re: make ports depending on sysutils/cdrtools* USE_GNOME=cdrools

2006-11-03 Thread Norikatsu Shigemura
Thanks for your many comments! On Tue, 31 Oct 2006 14:36:54 -0600 Scot Hetzel [EMAIL PROTECTED] wrote: If it doesn't then it would be better to add a USE_CDRTOOLS knob to bsd.port.mk that would allow the selection of either the cdrtools or cdrtools-cjk ports. .if

ports/devel/icu: PTHREAD_LIBS clean

2006-11-27 Thread Norikatsu Shigemura
Hi mi! I found a problem that icu don't reflect PTHREAD_LIBS=ANY(like -lthr). Please check following patch. Index: Makefile === RCS file: /home/ncvs/ports/devel/icu/Makefile,v retrieving revision 1.24 diff -u -r1.24

net/openldap23-server: PTHREAD_LIBS clean

2006-11-27 Thread Norikatsu Shigemura
Hi delphij! I found a problem that openldap23-server doesn't reflect PTHREAD_LIBS=ANY (like -lthr). Please check following patch. Index: Makefile === RCS file: /home/ncvs/ports/net/openldap23-server/Makefile,v

Re: ports/devel/icu: PTHREAD_LIBS clean

2006-11-27 Thread Norikatsu Shigemura
On Mon, 27 Nov 2006 10:32:17 -0500 Mikhail Teterin [EMAIL PROTECTED] wrote: On Monday 27 November 2006 08:27, Norikatsu Shigemura wrote: = Hi mi! = I found a problem that icu don't reflect PTHREAD_LIBS=ANY(like -lthr). = Please check following patch. Thanks, I'll try it... Do you need

Re: ports/devel/icu: PTHREAD_LIBS clean

2006-11-29 Thread Norikatsu Shigemura
On Mon, 27 Nov 2006 11:14:41 -0500 Mikhail Teterin [EMAIL PROTECTED] wrote: = I don't think trying to use multiple threads at the same time. = But if applications use libthr, libraries must use libthr, too. You are right about the dangers of mixing different thread

[ports/devel/libgii] Respect PTHREAD_LIBS

2006-12-09 Thread Norikatsu Shigemura
Hi Antoine. I found a issue of not respect PTHREAD_LIBS. May I commit following patch? Index: Makefile === RCS file: /home/ncvs/ports/devel/libgii/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile ---

[ports/lang/mono] Respect PTHREAD_LIBS

2006-12-09 Thread Norikatsu Shigemura
Hi tmclaugh! I found a issue of not respect PTHREAD_LIBS. Please check following patch. Index: Makefile === RCS file: /home/ncvs/ports/lang/mono/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile ---

Re: ports/devel/icu: PTHREAD_LIBS clean

2006-12-09 Thread Norikatsu Shigemura
On Wed, 29 Nov 2006 10:52:22 -0500 Mikhail Teterin [EMAIL PROTECTED] wrote: I know. And the ICU developers think, threads should be enabled by default. The reason they aren't right now -- in the FreeBSD port -- is because of certain bugs in thread implementation(s) on FreeBSD/ia64, which lead

Re: [ports/devel/libgii] Respect PTHREAD_LIBS

2006-12-09 Thread Norikatsu Shigemura
On Sat, 9 Dec 2006 16:26:36 +0100 Antoine Brodin [EMAIL PROTECTED] wrote: I found a issue of not respect PTHREAD_LIBS. May I commit following patch? [snip] Approved. Is there something to submit upstream ? Can you replace INSTALLS_SHLIB=yes by USE_LDCONFIG=yes, while you are at it

[ports/sysutils/synergy] Respect PTHREAD_LIBS

2006-12-09 Thread Norikatsu Shigemura
Hi Kevin! I found a issue of not respect PTHREAD_LIBS. Please commit following patch. Index: Makefile === RCS file: /home/ncvs/ports/sysutils/synergy/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile ---

[ports/multimedia/libdv] Respect PTHREAD_LIBS

2006-12-09 Thread Norikatsu Shigemura
Hi lioux! I found a issue of not respect PTHREAD_LIBS. Please commit following patch. Index: Makefile === RCS file: /home/ncvs/ports/multimedia/libdv/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile ---

[ports/devel/boehm-gc] PTHREAD_LIBS clean

2007-02-02 Thread Norikatsu Shigemura
I found a problem to not use PTHREAD_LIBS. Please commit following patch. Index: Makefile === RCS file: /home/pcvs/ports/devel/boehm-gc/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- Makefile1

Re: FreeBSD Port: linuxpluginwrapper-20051113_8

2008-09-13 Thread Norikatsu Shigemura
On Sat, 13 Sep 2008 11:23:37 +1000 Peter Jeremy [EMAIL PROTECTED] wrote: On 2008-Sep-12 22:00:49 -0300, Carlos A. M. dos Santos [EMAIL PROTECTED] wrote: I think www/nspluginwrapper is the best choice these days, since linuxpluginwrapper seems to be an abandoned project. Unfortunately,

[ports/www/awffull] update to 3.10.1

2008-11-29 Thread Norikatsu Shigemura
Hi chad. I tried to update awfful port to 3.10.1. So please review and may I commit this OK? Index: Makefile === RCS file: /home/ncvs/ports/www/awffull/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile ---

ports/graphics/ImageMagick: Fix pkg-plist WITH_IMAGEMAGICK_MODULES

2008-12-25 Thread Norikatsu Shigemura
Hi mm! I found a issue of pkg-plist WITH_IMAGEMAGICK_MODULES. Please apply following patch: Index: Makefile === RCS file: /home/ncvs/ports/graphics/ImageMagick/Makefile,v retrieving revision 1.274 diff -u -r1.274

Re: net/liveMedia: AMD64 CFLAGS+=-fPIC ignored

2009-01-24 Thread Norikatsu Shigemura
On Sat, 24 Jan 2009 15:37:58 +0100 Dominic Fandrey kamik...@bsdforen.de wrote: Artem Kim wrote: There is an expression in Makefile: .if ${ARCH} == amd64 || ${ARCH} == ia64 CFLAGS+=-fPIC .else CFLAGS+=-fpic .endif However, the value -fPIC is not added to the variable

JFYI: cyclic dependency on audio/jack and audio/pulseaudio

2010-12-07 Thread Norikatsu Shigemura
. In this time, JFYI. I'll try to test more deep. -- Norikatsu Shigemura n...@freebsd.org ___ 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/databases/sqlite3] WITH_GCOV breaks ports/security/nss

2010-12-10 Thread Norikatsu Shigemura
-gcov LDFLAGS+= -fstack-protector +BROEKN=WITH_GCOV breaks security/nss. .endif .if defined(WITH_MEMMAN) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Norikatsu Shigemura n...@freebsd.org