sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx?

2011-09-23 Thread Hartmann, O.
I was wondering if the SUN Grid Engine, located in port
sysutils/sge6[012] is still broken due to utmpx.

My department uses this GRID engine on Linux and since a long time I
wish to use it also on FreeBSD.

Are there alternatives? What are people using on HPC FreeBSD?

Greetings,
Oliver
___
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: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx?

2011-09-23 Thread Hartmann, O.
On 09/23/11 09:04, Hartmann, O. wrote:
> I was wondering if the SUN Grid Engine, located in port
> sysutils/sge6[012] is still broken due to utmpx.
>
> My department uses this GRID engine on Linux and since a long time I
> wish to use it also on FreeBSD.
>
> Are there alternatives? What are people using on HPC FreeBSD?
>
> Greetings,
> Oliver
> ___
> freebsd-performa...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-performance
> To unsubscribe, send any mail to "freebsd-performance-unsubscr...@freebsd.org"

As I can see, net/clusterit is broken due to the same reason! There is
obviously no
equeuing tool for FreeBSD HPC clusters at this time running FBSD 9?
___
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: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread h h
Dave Males  writes:

> I am upgrading today and have an abort with bigreqsproto-1.1.1,
> What should I do?
[...]
> ===>  Configuring for bigreqsproto-1.1.1
[...]
> checking for xmlto... /usr/local/bin/xmlto
> checking the xmlto version... 0.0.24
> checking for fop... /usr/local/bin/fop
> checking for X.Org SGML entities >= 1.5... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating specs/Makefile
> config.status: creating bigreqsproto.pc
> config.status: executing depfiles commands
> ===>  Building for bigreqsproto-1.1.1
> Making all in specs
>   GENbigreq.html
>   GENbigreq.ps
> Making portrait pages on letter paper (215.9mmx279.4mm)
> Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener 
> processEvent
> WARNING: Unknown formatting object 
[...]

Try disabling specs. I wonder if any port actually uses them.

%%
Index: x11/bigreqsproto/Makefile
===
RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- x11/bigreqsproto/Makefile   25 Feb 2011 16:52:08 -  1.3
+++ x11/bigreqsproto/Makefile   23 Sep 2011 08:06:26 -
@@ -13,5 +13,7 @@ MAINTAINER=   x...@freebsd.org
 COMMENT=   BigReqs extension headers
 
 XORG_CAT=  proto
+CONFIGURE_ARGS=--disable-specs --without-xmlto --without-fop
+MAKE_ARGS= SUBDIRS=
 
 .include 
Index: x11/bigreqsproto/pkg-plist
===
RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v
retrieving revision 1.3
diff -u -p -r1.3 pkg-plist
--- x11/bigreqsproto/pkg-plist  25 Feb 2011 16:52:08 -  1.3
+++ x11/bigreqsproto/pkg-plist  23 Sep 2011 08:04:57 -
@@ -1,6 +1,4 @@
 include/X11/extensions/bigreqsproto.h
 include/X11/extensions/bigreqstr.h
 libdata/pkgconfig/bigreqsproto.pc
-%%DOCSDIR%%/bigreq.xml
-@dirrm %%DOCSDIR%%
 @dirrmtry include/X11/extensions
%%
___
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"


nodejs v0.4

2011-09-23 Thread Norman Khine
hello, i have tried to build nodejs from the ports, but get this error:

# cd /usr/ports/www/node
# make install clean && rehash
===>  Building for node-0.4.11
Waf: Entering directory `/usr/ports/www/node/work/node-v0.4.11/build'
DEST_OS: freebsd
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
[53/74] cxx: src/node_buffer.cc -> build/default/src/node_buffer_3.o
c++ -O2 -pipe -fno-strict-aliasing -pthread -g -O3 -DHAVE_OPENSSL=1 -
DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 -
DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=0 -DPLATFORM="freebsd" -
D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -Idefault/src -
I../src -Idefault/deps/libeio -I../deps/libeio -Idefault/deps/
http_parser -I../deps/http_parser -Idefault/deps/libev -I../deps/libev
-Idefault/deps/c-ares -I../deps/c-ares -Idefault/deps/c-ares/freebsd-
x64 -I../deps/c-ares/freebsd-x64 -I/usr/include -I/usr/local/
include ../src/node_buffer.cc -c -o default/src/node_buffer_3.o
../src/node_buffer.cc: In static member function 'static
v8::Handle node::Buffer::Utf8Write(const v8::Arguments&)':
../src/node_buffer.cc:481: error: 'NO_HINTS' is not a member of
'v8::String'
Waf: Leaving directory `/usr/ports/www/node/work/node-v0.4.11/build'
Build failed:  -> task failed (err #1):
{task: cxx node_buffer.cc -> node_buffer_3.o}
*** Error code 1

Stop in /usr/ports/www/node.

from the node groups,
http://groups.google.com/group/nodejs/browse_thread/thread/cc99fb94ecc1238a?pli=1
it was pointed that the port was trying to build against a shared
libv8 and it's too old.

i tried to follow different suggestions, but no answer as yet, anyone
here able to point me in a direction that will allow me to build
latest stable nodejs.

cheers

-- 
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or
chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )
___
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: Circular dependency in devel/doxygen?

2011-09-23 Thread Thomas Mueller
time for my dime's worth of questions.  is there any way of
building that audio/video app or plugin that works with linux?
it is from adobe and works with pc-bsd.  we've got a free
version.  is it flash?  this is the main reason i switched
to ubuntu for my desktop.  so i can watch sites like pbs.org
and npr.org.  stream igages with sound.  in my opinion, it
is this that stalls the broader use of all of the berkeley
distributions.

Gary Kline  kl...@thought.org  http://www.thought.org  Public Service 
Unix

I was successful with doxygen in FreeBSD 9.0-BETA1; trouble came in BETA2.

Do you mean Adobe (formerly Macromedia) Flash?  There's gnash and swfdec with 
swfdec-gnome.

I'm not sure how to select swfdec(-gnome).

Gnash is good on YouTube but dead on many other sites, such as Yahoo.

Then there are some web sites that use Adobe Flash apparently just to annoy the 
user: no YouTube-style movie, nothing that looks like a Flash video.

Examples are freefilefillableforms.com and online ads on shoplocal.com, though 
shoplocal.com also offers html ("dialup mode").

Can mplayer or vlc, or maybe other multimedia ports, play .flv files, or be 
used as a Flash plugin?

Tom

___
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: print/acroreadwrapper (marked as IGNORE)

2011-09-23 Thread Kruppa, Peter Ulrich



On 23.09.2011 08:27, Ruslan Mahmatkhanov wrote:

Kruppa, Peter Ulrich wrote on 23.09.2011 09:52:

Hi,

when trying to "make" print/acroreadwrapper I receive a

===> acroreadwrapper-0.0.20110920 requires kernel source to
be installed.
*** Error code 1

My kernel sources are installed - do we have some kind of typo there?

Greetings

Peter


Hi.

It said that /usr/src/sys/i386|amd64/conf/GENERIC is not found.

If you removed GENERIC config file for some reason you can define
KERNCONF=YOUR_KERNEL_CONFIG_NAME with make, or set it in /etc/make.conf.


Great!

Thanks - actually I have still got GENERIC in my source tree - but I'am 
running a custom kernel with a different name.


Greetings

Peter.


--

Peter Ulrich Kruppa
Wuppertal
Germany
___
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: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx?

2011-09-23 Thread Julian Elischer

On 9/23/11 12:04 AM, Hartmann, O. wrote:

I was wondering if the SUN Grid Engine, located in port
sysutils/sge6[012] is still broken due to utmpx.

My department uses this GRID engine on Linux and since a long time I
wish to use it also on FreeBSD.

Are there alternatives? What are people using on HPC FreeBSD?


so how broken is it?
Since almost none of the active developers use SGE it is up to the 
users to help us get it fixed..



Greetings,
Oliver
___
freebsd-performa...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscr...@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"


Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx?

2011-09-23 Thread Brooks Davis
On Fri, Sep 23, 2011 at 09:04:49AM +0200, Hartmann, O. wrote:
> I was wondering if the SUN Grid Engine, located in port
> sysutils/sge6[012] is still broken due to utmpx.
> 
> My department uses this GRID engine on Linux and since a long time I
> wish to use it also on FreeBSD.

I've not had a decent 9.0 system available until quite recently and haven't
had as much time as I'd like for FreeBSD HPC stuff lately.  I'm taking a
look at it today.  It looks like I should be able to get it fixed, but
ancient version of tcsh that is failing to compile is really annoying to
patch for utmpx.

-- Brooks


pgpHjF5pFb1jp.pgp
Description: PGP signature


Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx?

2011-09-23 Thread Brooks Davis
On Fri, Sep 23, 2011 at 10:58:33AM -0500, Brooks Davis wrote:
> On Fri, Sep 23, 2011 at 09:04:49AM +0200, Hartmann, O. wrote:
> > I was wondering if the SUN Grid Engine, located in port
> > sysutils/sge6[012] is still broken due to utmpx.
> > 
> > My department uses this GRID engine on Linux and since a long time I
> > wish to use it also on FreeBSD.
> 
> I've not had a decent 9.0 system available until quite recently and haven't
> had as much time as I'd like for FreeBSD HPC stuff lately.  I'm taking a
> look at it today.  It looks like I should be able to get it fixed, but
> ancient version of tcsh that is failing to compile is really annoying to
> patch for utmpx.

I've committed a fix to the sge62 port.  Assuming the change makes it
through some testing without me acquiring more pointyhats I'll add it to
the older ones next week.

-- Brooks


pgpu6AnMperBX.pgp
Description: PGP signature


Re: nodejs v0.4

2011-09-23 Thread Sunpoet Po-Chuan Hsieh
Hi,

This problem is already solved by vanilla@. Please update your ports
tree and make sure you have extra-patch-src__node_buffer.cc in
www/node/files/. Then it should be OK to build nodejs on amd64 arch.

On Fri, Sep 23, 2011 at 11:17:13AM +0200, Norman Khine wrote:
> hello, i have tried to build nodejs from the ports, but get this error:
> 
> # cd /usr/ports/www/node
> # make install clean && rehash
> ===>  Building for node-0.4.11
> Waf: Entering directory `/usr/ports/www/node/work/node-v0.4.11/build'
> DEST_OS: freebsd
> DEST_CPU: x64
> Parallel Jobs: 1
> Product type: program
> [53/74] cxx: src/node_buffer.cc -> build/default/src/node_buffer_3.o
> c++ -O2 -pipe -fno-strict-aliasing -pthread -g -O3 -DHAVE_OPENSSL=1 -
> DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 -
> DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
> DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=0 -DPLATFORM="freebsd" -
> D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -Idefault/src -
> I../src -Idefault/deps/libeio -I../deps/libeio -Idefault/deps/
> http_parser -I../deps/http_parser -Idefault/deps/libev -I../deps/libev
> -Idefault/deps/c-ares -I../deps/c-ares -Idefault/deps/c-ares/freebsd-
> x64 -I../deps/c-ares/freebsd-x64 -I/usr/include -I/usr/local/
> include ../src/node_buffer.cc -c -o default/src/node_buffer_3.o
> ../src/node_buffer.cc: In static member function 'static
> v8::Handle node::Buffer::Utf8Write(const v8::Arguments&)':
> ../src/node_buffer.cc:481: error: 'NO_HINTS' is not a member of
> 'v8::String'
> Waf: Leaving directory `/usr/ports/www/node/work/node-v0.4.11/build'
> Build failed:  -> task failed (err #1):
> {task: cxx node_buffer.cc -> node_buffer_3.o}
> *** Error code 1
> 
> Stop in /usr/ports/www/node.
> 
> from the node groups,
> http://groups.google.com/group/nodejs/browse_thread/thread/cc99fb94ecc1238a?pli=1
> it was pointed that the port was trying to build against a shared
> libv8 and it's too old.
> 
> i tried to follow different suggestions, but no answer as yet, anyone
> here able to point me in a direction that will allow me to build
> latest stable nodejs.
> 
> cheers
> 
> -- 
> %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or
> chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )
> ___
> 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"

-- 
   Sunpoet Po-Chuan Hsieh  
   4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B
 http://people.FreeBSD.org/~sunpoet/pgpkeys.txt


pgpdNVKbOcoYR.pgp
Description: PGP signature


INDEX build failed for 7.x

2011-09-23 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-7 - please wait.. Done.
make_index: linux-f10-gnutls-2.4.2: no entry for 
/usr/ports/security/linux-libgcrypt
make_index: linux-f10-gnutls-2.4.2: no entry for 
/usr/ports/security/linux-libtasn1

Committers on the hook:
brooks bsam kuriyama sunpoet swills 

Most recent CVS update was:
U Mk/bsd.linux-apps.mk
U databases/pgpool-II/Makefile
U databases/pgpool-II/distinfo
U databases/pgpool-II/pkg-plist
U databases/pgpool-II/files/pgpool.in
U databases/pgpool-II-30/Makefile
U devel/p5-HOP-Lexer/Makefile
U security/Makefile
U security/linux-f10-gnutls/Makefile
U security/linux-f10-gnutls/distinfo.i386
U security/linux-f10-gnutls/pkg-plist
U security/linux-f10-libgcrypt/Makefile
U security/linux-f10-libgcrypt/distinfo.i386
U security/linux-f10-libgpg-error/Makefile
U security/linux-f10-libgpg-error/distinfo.i386
U security/linux-f10-libgpg-error/pkg-plist
U security/linux-f10-libtasn1/Makefile
U security/linux-f10-libtasn1/distinfo.i386
U sysutils/py-psutil/files/patch-setup.py
U sysutils/sge62/Makefile
U sysutils/sge62/files/patch-3rdparty_qtcsh_tc.who.c
U sysutils/sge62/files/qtcsh-config.h.diff
___
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: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx?

2011-09-23 Thread Richard Todd
Julian Elischer  writes:

> On 9/23/11 12:04 AM, Hartmann, O. wrote:
>> I was wondering if the SUN Grid Engine, located in port
>> sysutils/sge6[012] is still broken due to utmpx.
>>
>> My department uses this GRID engine on Linux and since a long time I
>> wish to use it also on FreeBSD.
>>
>> Are there alternatives? What are people using on HPC FreeBSD?
>
> so how broken is it?
> Since almost none of the active developers use SGE it is up to the
> users to help us get it fixed..

IIRC, the actual breakage is due to an included slightly-hacked version of
tcsh that gets used to build the qtcsh command.  Since I never used that 
command, I just hacked that one part of the included tcsh to not
do anything with utmp and it built; something like this:

--- 3rdparty/qtcsh/FREEBSD_I386/config.h.orig   2003-03-07 20:27:15.0 
-0600
+++ 3rdparty/qtcsh/FREEBSD_I386/config.h2011-06-10 13:26:20.421119769 
-0500
@@ -26,6 +26,9 @@
  */
 /* #undef POSIXSIGS */

+/* XXX quick  hack to make qtcsh build by disabling utmp usage altogether. */
+#define HAVENOUTMP
+
 /*
  * VFORK   This machine has a vfork().
  * It used to be that for job control to work, this define

A better fix would be to apply whatever fixes were done in fbsd tcsh code to
accomodate the New Utmp Scheme, of course, but this was good enough for me.

___
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: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread Dave Males
On Friday 23 September 2011 08:14:58 h h wrote:
> Dave Males  writes:
> > I am upgrading today and have an abort with bigreqsproto-1.1.1,
> > What should I do?
> 
> [...]
> 
> > ===>  Configuring for bigreqsproto-1.1.1
> 
> [...]
> 
> > checking for xmlto... /usr/local/bin/xmlto
> > checking the xmlto version... 0.0.24
> > checking for fop... /usr/local/bin/fop
> > checking for X.Org SGML entities >= 1.5... no
> > configure: creating ./config.status
> > config.status: creating Makefile
> > config.status: creating specs/Makefile
> > config.status: creating bigreqsproto.pc
> > config.status: executing depfiles commands
> > ===>  Building for bigreqsproto-1.1.1
> > Making all in specs
> > 
> >   GENbigreq.html
> >   GENbigreq.ps
> > 
> > Making portrait pages on letter paper (215.9mmx279.4mm)
> > Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener
> > processEvent
> > WARNING: Unknown formatting object
> 
> [...]
> 
> Try disabling specs. I wonder if any port actually uses them.
> 
> %%
> Index: x11/bigreqsproto/Makefile
> ===
> RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- x11/bigreqsproto/Makefile 25 Feb 2011 16:52:08 -  1.3
> +++ x11/bigreqsproto/Makefile 23 Sep 2011 08:06:26 -
> @@ -13,5 +13,7 @@ MAINTAINER= x...@freebsd.org
>  COMMENT= BigReqs extension headers
> 
>  XORG_CAT=proto
> +CONFIGURE_ARGS=  --disable-specs --without-xmlto --without-fop
> +MAKE_ARGS=   SUBDIRS=
> 
>  .include 
> Index: x11/bigreqsproto/pkg-plist
> ===
> RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v
> retrieving revision 1.3
> diff -u -p -r1.3 pkg-plist
> --- x11/bigreqsproto/pkg-plist25 Feb 2011 16:52:08 -  1.3
> +++ x11/bigreqsproto/pkg-plist23 Sep 2011 08:04:57 -
> @@ -1,6 +1,4 @@
>  include/X11/extensions/bigreqsproto.h
>  include/X11/extensions/bigreqstr.h
>  libdata/pkgconfig/bigreqsproto.pc
> -%%DOCSDIR%%/bigreq.xml
> -@dirrm %%DOCSDIR%%
>  @dirrmtry include/X11/extensions
> %%
> ___
> 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"
Got it!

That works in my
/mnt/disk2/ports/x11/bigreqsproto/Makefile

PORTNAME=   bigreqsproto
PORTVERSION=1.1.1
CATEGORIES= x11

MAINTAINER= x...@freebsd.org
COMMENT=BigReqs extension headers

XORG_CAT=   proto

CONFIGURE_ARGS+=--disable-specs --without-xmlto --without-fop

.include 


h h,

Thanks again!



&&

This looks like the only port with the directory /specs,

did a wild search with,

%find /mnt/disk2/ports/ -name Makefile | xargs grep "/specs"

/mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:abs_builddir
 
= /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs

/mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:abs_srcdir
 
= /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs

/mnt/disk2/ports/x11/recordproto/Makefile:  s/specs//' 
${WRKSRC}/Makefile.in

/mnt/disk2/ports/x11/scrnsaverproto/Makefile:   s/specs//' 
${WRKSRC}/Makefile.in

/mnt/disk2/ports/x11/xcmiscproto/Makefile:  @${REINPLACE_CMD} '/^SUBDIRS 
=/,/^$$/ s/specs//' \

/mnt/disk2/ports/x11/xextproto/Makefile:@${REINPLACE_CMD} 
'/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in

/mnt/disk2/ports/x11/libXtst/Makefile:  s/specs//' 
${WRKSRC}/Makefile.in

/mnt/disk2/ports/devel/aros-sdk/Makefile:   @${REINPLACE_CMD} -e 's|
@aros_sdk_path@|${AROS_SDK_PATH}|g; s|@ld_emu@|${LD_EMU}|g; s|@cc_include@|
${CC_INCLUDE}|g; s|@cc_cpu@|${ARCH}|g' ${WRKSRC}/scripts/specs.in

/mnt/disk2/ports/devel/aros-sdk/Makefile:   @${CP}
= ${WRKSRC}/scripts/specs.in ${AROS_SDK_PATH}/${ARCH}-aros/lib/gcc-lib/specs

/mnt/disk2/ports/science/abinit/Makefile:   ${REINPLACE_CMD} -e 
'/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf

/mnt/disk2/ports/science/abinit/Makefile:   ${REINPLACE_CMD} -e 
'/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf


---
end





___
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: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread Dave Males
On Friday 23 September 2011 21:27:57 Dave Males wrote:
> On Friday 23 September 2011 08:14:58 h h wrote:
> > Dave Males  writes:
> > > I am upgrading today and have an abort with bigreqsproto-1.1.1,
> > > What should I do?
> > 
> > [...]
> > 
> > > ===>  Configuring for bigreqsproto-1.1.1
> > 
> > [...]
> > 
> > > checking for xmlto... /usr/local/bin/xmlto
> > > checking the xmlto version... 0.0.24
> > > checking for fop... /usr/local/bin/fop
> > > checking for X.Org SGML entities >= 1.5... no
> > > configure: creating ./config.status
> > > config.status: creating Makefile
> > > config.status: creating specs/Makefile
> > > config.status: creating bigreqsproto.pc
> > > config.status: executing depfiles commands
> > > ===>  Building for bigreqsproto-1.1.1
> > > Making all in specs
> > > 
> > >   GENbigreq.html
> > >   GENbigreq.ps
> > > 
> > > Making portrait pages on letter paper (215.9mmx279.4mm)
> > > Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener
> > > processEvent
> > > WARNING: Unknown formatting object
> > 
> > [...]
> > 
> > Try disabling specs. I wonder if any port actually uses them.
> > 
> > %%
> > Index: x11/bigreqsproto/Makefile
> > ===
> > RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v
> > retrieving revision 1.3
> > diff -u -p -r1.3 Makefile
> > --- x11/bigreqsproto/Makefile   25 Feb 2011 16:52:08 -  1.3
> > +++ x11/bigreqsproto/Makefile   23 Sep 2011 08:06:26 -
> > @@ -13,5 +13,7 @@ MAINTAINER=   x...@freebsd.org
> > 
> >  COMMENT=   BigReqs extension headers
> >  
> >  XORG_CAT=  proto
> > 
> > +CONFIGURE_ARGS=--disable-specs --without-xmlto --without-fop
> > +MAKE_ARGS= SUBDIRS=
> > 
> >  .include 
> > 
> > Index: x11/bigreqsproto/pkg-plist
> > ===
> > RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v
> > retrieving revision 1.3
> > diff -u -p -r1.3 pkg-plist
> > --- x11/bigreqsproto/pkg-plist  25 Feb 2011 16:52:08 -  1.3
> > +++ x11/bigreqsproto/pkg-plist  23 Sep 2011 08:04:57 -
> > @@ -1,6 +1,4 @@
> > 
> >  include/X11/extensions/bigreqsproto.h
> >  include/X11/extensions/bigreqstr.h
> >  libdata/pkgconfig/bigreqsproto.pc
> > 
> > -%%DOCSDIR%%/bigreq.xml
> > -@dirrm %%DOCSDIR%%
> > 
> >  @dirrmtry include/X11/extensions
> > 
> > %%
> > ___
> > 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"
> 
> Got it!
> 
> That works in my
> /mnt/disk2/ports/x11/bigreqsproto/Makefile
> 
> PORTNAME=   bigreqsproto
> PORTVERSION=1.1.1
> CATEGORIES= x11
> 
> MAINTAINER= x...@freebsd.org
> COMMENT=BigReqs extension headers
> 
> XORG_CAT=   proto
> 
> CONFIGURE_ARGS+=--disable-specs --without-xmlto --without-fop
> 
> .include 
> 
> 
> h h,
> 
> Thanks again!
> 
> 
> 
> &&
> 
> This looks like the only port with the directory /specs,
> 
> did a wild search with,
> 
> %find /mnt/disk2/ports/ -name Makefile | xargs grep "/specs"
> 
> /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:ab
> s_builddir =
> /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs
> 
> /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:ab
> s_srcdir = /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs
> 
> /mnt/disk2/ports/x11/recordproto/Makefile:  s/specs//'
> ${WRKSRC}/Makefile.in
> 
> /mnt/disk2/ports/x11/scrnsaverproto/Makefile:   s/specs//'
> ${WRKSRC}/Makefile.in
> 
> /mnt/disk2/ports/x11/xcmiscproto/Makefile:  @${REINPLACE_CMD}
> '/^SUBDIRS =/,/^$$/ s/specs//' \
> 
> /mnt/disk2/ports/x11/xextproto/Makefile:@${REINPLACE_CMD}
> '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in
> 
> /mnt/disk2/ports/x11/libXtst/Makefile:  s/specs//'
> ${WRKSRC}/Makefile.in
> 
> /mnt/disk2/ports/devel/aros-sdk/Makefile:   @${REINPLACE_CMD} -e 's|
> @aros_sdk_path@|${AROS_SDK_PATH}|g; s|@ld_emu@|${LD_EMU}|g; s|@cc_include@|
> ${CC_INCLUDE}|g; s|@cc_cpu@|${ARCH}|g' ${WRKSRC}/scripts/specs.in
> 
> /mnt/disk2/ports/devel/aros-sdk/Makefile:   @${CP}
> = ${WRKSRC}/scripts/specs.in
> ${AROS_SDK_PATH}/${ARCH}-aros/lib/gcc-lib/specs
> 
> /mnt/disk2/ports/science/abinit/Makefile:   ${REINPLACE_CMD} -e
> '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf
> 
> /mnt/disk2/ports/science/abinit/Makefile:   ${REINPLACE_CMD} -e
> '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf
> 
> 
> ---
> end
> 
> 
> 
> 
> 
> ___
> 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"
"This looks like the only port with the directory /specs,"
I wanted to

Re: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread Eitan Adler
Can you please submit a PR with a diff -u of the fix? Otherwise this
change will get lost.

On Fri, Sep 23, 2011 at 6:17 PM, Dave Males  wrote:
> On Friday 23 September 2011 21:27:57 Dave Males wrote:
>> On Friday 23 September 2011 08:14:58 h h wrote:
>> > Dave Males  writes:
>> > > I am upgrading today and have an abort with bigreqsproto-1.1.1,
>> > > What should I do?

-- 
Eitan Adler
___
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"


INDEX now builds successfully on 7.x

2011-09-23 Thread Erwin Lansing

___
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: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread Dave Males
On Friday 23 September 2011 22:36:59 Eitan Adler wrote:
> Can you please submit a PR with a diff -u of the fix? Otherwise this
> change will get lost.
> 
> On Fri, Sep 23, 2011 at 6:17 PM, Dave Males  wrote:
> > On Friday 23 September 2011 21:27:57 Dave Males wrote:
> >> On Friday 23 September 2011 08:14:58 h h wrote:
> >> > Dave Males  writes:
> >> > > I am upgrading today and have an abort with bigreqsproto-1.1.1,
> >> > > What should I do?
Will do today.
checking PR instructions...




___
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: LDFLAGS support for bsd.port.mk and CPPFLAGS/LDFLAGS cleanup

2011-09-23 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote:

The patch was committed, LDFLAGS and CPPFLAGS and now handled
similarily, shouldn't be passed to CONFIGURE_ENV and should be
altered by += like C/CXXFLAGS.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
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: Upgrade install of x11/bigreqsproto-1.1.1...

2011-09-23 Thread Dave Males
On Friday 23 September 2011 23:48:00 you wrote:
> Dave Males  writes:
> > On Friday 23 September 2011 22:36:59 Eitan Adler wrote:
> >> Can you please submit a PR with a diff -u of the fix? Otherwise this
> >> change will get lost.
> >> 
> >> On Fri, Sep 23, 2011 at 6:17 PM, Dave Males  wrote:
> >> > On Friday 23 September 2011 21:27:57 Dave Males wrote:
> >> >> On Friday 23 September 2011 08:14:58 h h wrote:
> >> >> > Dave Males  writes:
> >> >> > > I am upgrading today and have an abort with bigreqsproto-1.1.1,
> >> >> > > What should I do?
> > 
> > Will do today.
> > checking PR instructions...
> 
> Oops, I almost send the PR myself. The draft is attached.
> Using same code as rest *proto ports for consistency.
h h,

Thank's

Please go ahead with PR,
I need to brush up on sending,
It has been some time.
I will study your example for now,
Dave
___
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"


sysutils/fusefs-kmod compiles only with ruby 1.8

2011-09-23 Thread Kurt Jaeger
Hi!

With ruby 1.9:

env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d 
/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_out 
doc.dpl 
:29:in `require': no such file to load -- 
deplate (LoadError)
from :29:in `require'
from /usr/local/bin/deplate:2:in `'
*** Error code 1

Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc.

With ruby 1.8:

env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d 
/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_out 
doc.dpl 
No permission: :
No permission: :
No permission: :

-- 
p...@opsec.eu+49 171 3101372 9 years to go !
___
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"