PostgreSQL-PL\Java

2007-09-27 Thread Gabor Tjong A Hung
Dear all,

I've been trying to create a port for PostgreSQL-plJava, I've tried to copy
the same structure as in postgresql-pl*, however these seem to be slave
ports, and I can't find any adequate information in the portershandbook on
how to handle these.  That's why I turn to you my friends. Is there any
documentation you can point me to to finish this port?

Kind regards, Gabor

# New ports collection makefile for: PostgreSQL PL/Java
# Date created: September 25, 2007
# Whom: G.V. Tjong A Hung [EMAIL PROTECTED]
#
# $FreeBSD$
#

PORTNAME= postgresql
#PORTVERSION= 1.3.0
CATEGORIES= databases java
PKGNAMESUFFIX= -pljava

MAINTAINER= [EMAIL PROTECTED]
COMMENT= A module for using Java to write SQL functions

RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR=projects/pgFoundry/pljava/
#ftp://ftp2.nl.postgresql.org/mirror/postgresql/projects/pgFoundry/pljava/
#http://pgfoundry.org/frs/download.php/966/pljava-src-1.3.0.tar.gz
#http://wwwmaster.postgresql.org/redir?setmir=107typ=furl=
ftp://ftp2.nl.postgresql.org/mirror/postgresql/projects/pgFoundry/pljava/pljava-src-1.3.0.tar.gz
#http://wwwmaster.postgresql.org/download/mirrors-ftp?file=projects/pgFoundry/pljava/pljava-
src-1.3.0.tar.gz
DISTNAME= pljava-src-${PORTVERSION}

# The following options are recognized (aside from normal options like
# CFLAGS etc.)
#
# PGSQLDIR=pgsql root For old style (not pgxs based) compilation
# USE_GCJ=1 Builds a shared object file containing both
# C and Java code. Requires GCJ 3.4 or later.

# can't include bsd.port.pre.mk in a slave port
# so set these instead:
LOCALBASE?= /usr/local
SED?= /usr/bin/sed

# Setting/finding PostgreSQL version we want.
.if exists(${LOCALBASE}/bin/postmaster)
PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | ${SED} -n
's/.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
.elif exists(${LOCALBASE}/bin/pg_config)
PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n
's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
.else
PGSQL_VER= ${DEFAULT_PGSQL_VER}
.endif

USE_PYTHON= yes
CONFIGURE_ARGS= --with-python

BUILD_DIRS= src/pl/pljava
SLAVE_ONLY= yes

POSTGRESQL_PORT=databases/postgresql${PGSQL_VER}-server

.include ${MASTERDIR}/Makefile


-- 
If you don't know where you are going, any road will take you there –
George Harrison
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


ImageMagick

2007-09-27 Thread Johan Hendriks
I can not update Image Magick on all of my machines.
This is on 6.2 and 6.1
 
it errors out with the following error:
 
 

All 696 tests passed

cd PerlMagick  make CC='cc' test
/bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 
-MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t 
t/bzlib/*.t t/fpx/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t 
t/zlib/*.t
t/blobok
t/bzlib/read..ok
t/bzlib/write.ok
t/composite...ok
t/filter..ok
t/fpx/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/fpx/write...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/getattributeok
t/jbig/read...ok
t/jbig/write..ok
t/jp2/readok
t/jpeg/read...ok
t/jpeg/write..ok
t/montage.ok
t/png/read-16.ok
t/png/readok
t/png/write-16ok
t/png/write...ok
t/readok
t/setattributeok
t/tiff/read...ok
t/tiff/write..ok
t/write...ok
t/zlib/read...ok
t/zlib/write..ok
Failed Test   Stat Wstat Total Fail  List of Failed
---
t/fpx/read.t 0   139 5   10  1-5
t/fpx/write.t0   139 48  1-4
Failed 2/25 test scripts. 9/343 subtests failed.
Files=25, Tests=343, 15 wallclock secs ( 9.58 cusr +  1.63 csys = 11.21 CPU)
Failed 2/25 test programs. 9/343 subtests failed.
*** Error code 255
Stop in 
/usr/var/ports/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/PerlMagick.
*** Error code 1
Stop in /usr/var/ports/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5.
*** Error code 1
Stop in /usr/var/ports/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5.
*** Error code 1
Stop in /usr/ports/graphics/ImageMagick.
*** Error code 1
Stop in /usr/ports/graphics/ImageMagick.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.13874.0 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=ImageMagick-6.3.3.5_1 
UPGRADE_PORT_VER=6.3.3.5_1 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! graphics/ImageMagick (ImageMagick-6.3.3.5_1)  (unknown build error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
regards
Johan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ImageMagick

2007-09-27 Thread Milan Obuch
On Thursday 27 September 2007 11:21:02 Johan Hendriks wrote:
 I can not update Image Magick on all of my machines.
 This is on 6.2 and 6.1

 it errors out with the following error:


[snip]

 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade.13874.0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=ImageMagick-6.3.3.5_1 UPGRADE_PORT_VER=6.3.3.5_1 make ** Fix
 the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! graphics/ImageMagick (ImageMagick-6.3.3.5_1)  (unknown build
 error) ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

 regards
 Johan
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Just a 'me too' - I did experience the same error.
Milan

-- 
No need to mail me directly. Just reply to mailing list, please.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ImageMagick

2007-09-27 Thread Marcus von Appen
On, Thu Sep 27, 2007, Johan Hendriks wrote:

 I can not update Image Magick on all of my machines.
 This is on 6.2 and 6.1
  
 it errors out with the following error:

[Test broken]

Deactivate the IMAGEMAGICK_TESTS knob. This circumvents the test issue
and ImageMagick will be installed without any problems. The failed tests
however indicate, that someone should look into it :-).

Regards
Marcus


pgpZBsexbSrKF.pgp
Description: PGP signature


Re: ImageMagick

2007-09-27 Thread Milan Obuch
On Thursday 27 September 2007 11:31:38 Marcus von Appen wrote:
 On, Thu Sep 27, 2007, Johan Hendriks wrote:
  I can not update Image Magick on all of my machines.
  This is on 6.2 and 6.1
 
  it errors out with the following error:

 [Test broken]

 Deactivate the IMAGEMAGICK_TESTS knob. This circumvents the test issue
 and ImageMagick will be installed without any problems. The failed tests
 however indicate, that someone should look into it :-).

 Regards
 Marcus

Works for me. Good workaround pretending nothing else is broken ;)
Regards,
Milan

-- 
No need to mail me directly. Just reply to mailing list, please.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ImageMagick

2007-09-27 Thread Robert Huff
Randy Pratt writes:

   I had the same error. Now I switched SVG format support on and it
   passes the tests.
  
  I tried turning on the SVG format and it still fails.

Mine failed with SVG also.


Robert Huff
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


heimdal-1.0.1

2007-09-27 Thread Stefan Lambrev

Hello,

There is a problem with new heimdal port in this part:

post-build:
.if defined(WITH_CRACKLIB)
   ${SED} -e s;%%LOCALBASE%%;${LOCALBASE};g \
   ${FILESDIR}/kpasswdd-cracklib.c.in  
${WRKSRC}/kpasswdd-cracklib.c

   (cd ${WRKSRC}  \
   ${CC} ${CFLAGS} -fPIC -shared -I${LOCALBASE}/include 
-I./include \
   -L${LOCALBASE}/lib -o ./kpasswdd-cracklib.so 
./kpasswdd-cracklib.c -lcrack)

.endif

but files/kpasswdd-cracklib.c.in does not exist, so remove CRACKLIB as 
option or add the missing patch ? :)


--

Best Wishes,
Stefan Lambrev
ICQ# 24134177

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


Missing libgfortran: what package is it in?

2007-09-27 Thread vittorio
I'm trying to update some packages of R. In compiling them freebsd 6.2 fails 
systematically because a libgfortran library is missing (and, as a matter of 
fact, it is!).

What package should I install to have these lib available?

Ciao
Vittorio

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


Re: ImageMagick

2007-09-27 Thread Christopher Illies
On Thu, Sep 27, 2007 at 09:34:58AM -0400, Randy Pratt wrote:
 On Thu, 27 Sep 2007 14:44:21 +0200
 Christopher Illies [EMAIL PROTECTED] wrote:
 
  On Thu, Sep 27, 2007 at 11:21:02AM +0200, Johan Hendriks wrote:
   I can not update Image Magick on all of my machines.
   This is on 6.2 and 6.1

   it errors out with the following error:
  [...]
  
  I had the same error. Now I switched SVG format support on and it
  passes the tests.
 
 I tried turning on the SVG format and it still fails.  Could you
 show the output of your make showconfig for ImageMagick?
 
 Mine is:
  X11=on X11 support
  IMAGEMAGICK_TESTS=on Run bundled self-tests after build
  IMAGEMAGICK_PERL=on Perl support
  IMAGEMAGICK_MODULES=off Modules support (broken)
  IMAGEMAGICK_BZLIB=on Bzlib support
  IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support
  IMAGEMAGICK_LCMS=on LCMS support
  IMAGEMAGICK_TTF=on Freetype support
  IMAGEMAGICK_FONTCONFIG=on Fontconfig support
  IMAGEMAGICK_JPEG=on JPG format support
  IMAGEMAGICK_PNG=on PNG format support
  IMAGEMAGICK_TIFF=on TIFF format support
  IMAGEMAGICK_FPX=on FPX format support
  IMAGEMAGICK_JBIG=on JBIG format support
  IMAGEMAGICK_JPEG2000=on JPEG2000 format support
  IMAGEMAGICK_DOT=off GraphViz dot graphs support
  IMAGEMAGICK_WMF=off WMF format support
  IMAGEMAGICK_SVG=on SVG format support
  IMAGEMAGICK_PDF=on PDF format support
  IMAGEMAGICK_MPEG2=on MPEG2 format support
  IMAGEMAGICK_GSLIB=off libgs (Postscript SHLIB) support
 
 There has been a PR 116682 filed and a thread started on: 
 
 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=9782
 
 The developers can't reproduce the failure we're seeing.
 
 Thanks,
 
 Randy
 -- 

Here it is:
$ make showconfig
=== The following configuration options are available for
ImageMagick-6.3.5.10:
 X11=on X11 support
 IMAGEMAGICK_TESTS=on Run bundled self-tests after build
 IMAGEMAGICK_PERL=off Perl support
 IMAGEMAGICK_MODULES=off Modules support (broken)
 IMAGEMAGICK_BZLIB=on Bzlib support
 IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support
 IMAGEMAGICK_LCMS=on LCMS support
 IMAGEMAGICK_TTF=on Freetype support
 IMAGEMAGICK_FONTCONFIG=on Fontconfig support
 IMAGEMAGICK_JPEG=on JPG format support
 IMAGEMAGICK_PNG=on PNG format support
 IMAGEMAGICK_TIFF=on TIFF format support
 IMAGEMAGICK_FPX=on FPX format support
 IMAGEMAGICK_JBIG=on JBIG format support
 IMAGEMAGICK_JPEG2000=on JPEG2000 format support
 IMAGEMAGICK_DOT=off GraphViz dot graphs support
 IMAGEMAGICK_WMF=off WMF format support
 IMAGEMAGICK_SVG=on SVG format support
 IMAGEMAGICK_PDF=on PDF format support
 IMAGEMAGICK_MPEG2=on MPEG2 format support
 IMAGEMAGICK_GSLIB=off libgs (Postscript SHLIB) support
=== Use 'make config' to modify these settings
$

And as I see now, I also turned off Perl support. Probably that did
it. Sorry about the confusion.

Christopher
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Port: google-earth-4.1.7076.4458

2007-09-27 Thread Helko Glathe
 It seems that the patch was damaged by some MUA. Try
 http://people.freebsd.org/~kib/misc/i915_dma.patch

I've sucessfully applied the patch.

Is it necessary to make
make  make install 
in /usr/src/sys?

Regards, Helko.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: google-earth-4.1.7076.4458

2007-09-27 Thread Kostik Belousov
On Thu, Sep 27, 2007 at 06:29:06PM +0200, Helko Glathe wrote:
  It seems that the patch was damaged by some MUA. Try
  http://people.freebsd.org/~kib/misc/i915_dma.patch
 
 I've sucessfully applied the patch.
 
 Is it necessary to make
 make  make install 
 in /usr/src/sys?

You need to follow the procedure for rebuilding the kernel, see handbook
for instructions.


pgp5Hf3QgLIFw.pgp
Description: PGP signature


Failure building Vim dependancies

2007-09-27 Thread FreeBSD Ports
# uname -a
FreeBSD hr-stc-itlab3.virginiadot.org 6.2-STABLE FreeBSD 6.2-STABLE
#0: Tue Sep 25 13:26:00 EDT 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HR-STC-ITLAB3
i386

My ports tree was updated September 24, 2007; all installed ports are
up-to-date as of this date.


I'm trying to install the latest version of Vim via portupgrade-devel
2.3.1.  I'm using the command 'portinstall --use-packages vim'.  The
build seems to go well, and then--on a seemingly random port--a build
will fail and the installation process will exit.  Each time that I've
looked, the failure occurred when the port's configure script was
looking for some dependency.  For example, when libXres was beginning
it's install, it went looking for resourceproto, couldn't find it, and
then bombed out.  It did the same thing when configuring libXTrap; the
configure script bombed out when looking for trapproto.  Here's the
funny thing.  If, without doing anything else, I rerun portinstall,
the installation will continue and install another half dozen or so
ports before failing again in a similar fashion.

What's going on here?

Kevin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ImageMagick

2007-09-27 Thread Randy Pratt
On Thu, 27 Sep 2007 17:39:31 +0200
Christopher Illies [EMAIL PROTECTED] wrote:

 On Thu, Sep 27, 2007 at 09:34:58AM -0400, Randy Pratt wrote:
  On Thu, 27 Sep 2007 14:44:21 +0200
  Christopher Illies [EMAIL PROTECTED] wrote:
  
   On Thu, Sep 27, 2007 at 11:21:02AM +0200, Johan Hendriks wrote:
I can not update Image Magick on all of my machines.
This is on 6.2 and 6.1
 
it errors out with the following error:
   [...]
   
   I had the same error. Now I switched SVG format support on and it
   passes the tests.
  
  I tried turning on the SVG format and it still fails.  Could you
  show the output of your make showconfig for ImageMagick?
  
  Mine is:
   X11=on X11 support
   IMAGEMAGICK_TESTS=on Run bundled self-tests after build
   IMAGEMAGICK_PERL=on Perl support
   IMAGEMAGICK_MODULES=off Modules support (broken)
   IMAGEMAGICK_BZLIB=on Bzlib support
   IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support
   IMAGEMAGICK_LCMS=on LCMS support
   IMAGEMAGICK_TTF=on Freetype support
   IMAGEMAGICK_FONTCONFIG=on Fontconfig support
   IMAGEMAGICK_JPEG=on JPG format support
   IMAGEMAGICK_PNG=on PNG format support
   IMAGEMAGICK_TIFF=on TIFF format support
   IMAGEMAGICK_FPX=on FPX format support
   IMAGEMAGICK_JBIG=on JBIG format support
   IMAGEMAGICK_JPEG2000=on JPEG2000 format support
   IMAGEMAGICK_DOT=off GraphViz dot graphs support
   IMAGEMAGICK_WMF=off WMF format support
   IMAGEMAGICK_SVG=on SVG format support
   IMAGEMAGICK_PDF=on PDF format support
   IMAGEMAGICK_MPEG2=on MPEG2 format support
   IMAGEMAGICK_GSLIB=off libgs (Postscript SHLIB) support
  
  There has been a PR 116682 filed and a thread started on: 
  
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=9782
  
  The developers can't reproduce the failure we're seeing.
  
  Thanks,
  
  Randy
  -- 
 
 Here it is:
 $ make showconfig
 === The following configuration options are available for
 ImageMagick-6.3.5.10:
  X11=on X11 support
  IMAGEMAGICK_TESTS=on Run bundled self-tests after build
  IMAGEMAGICK_PERL=off Perl support
  IMAGEMAGICK_MODULES=off Modules support (broken)
  IMAGEMAGICK_BZLIB=on Bzlib support
  IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support
  IMAGEMAGICK_LCMS=on LCMS support
  IMAGEMAGICK_TTF=on Freetype support
  IMAGEMAGICK_FONTCONFIG=on Fontconfig support
  IMAGEMAGICK_JPEG=on JPG format support
  IMAGEMAGICK_PNG=on PNG format support
  IMAGEMAGICK_TIFF=on TIFF format support
  IMAGEMAGICK_FPX=on FPX format support
  IMAGEMAGICK_JBIG=on JBIG format support
  IMAGEMAGICK_JPEG2000=on JPEG2000 format support
  IMAGEMAGICK_DOT=off GraphViz dot graphs support
  IMAGEMAGICK_WMF=off WMF format support
  IMAGEMAGICK_SVG=on SVG format support
  IMAGEMAGICK_PDF=on PDF format support
  IMAGEMAGICK_MPEG2=on MPEG2 format support
  IMAGEMAGICK_GSLIB=off libgs (Postscript SHLIB) support
 === Use 'make config' to modify these settings
 $
 
 And as I see now, I also turned off Perl support. Probably that did
 it. Sorry about the confusion.

I turned off IMAGEMAGICK_PERL and it does complete with or without
IMAGEMAGICK_SVG support and IMAGEMAGICK_TESTS on.  I'm not sure how
this affects the port or its capabilities.  It may help someone track
down the cause. Its beyond my meager abilities bit I'm willing to do
testing.

Thanks for the clarification,

Randy



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


Re: Keeping /dev/dsp in digital out mode?

2007-09-27 Thread Brian A. Seklecki
Perhaps there is a sysctl for the drive you use that enables
upsampling/resampling on-demand?  I seem to remember on NetBSD. ~BAS

On Wed, 2007-06-27 at 08:12 +1000, Stephen Hocking wrote:
 Hi,
 
 All of my systems are connected to a home theatre amp via an analogue
 connection except for one, which used an optical connection.
 Unsuprisingly, the digital connection sounds better (less noise etc).
 Has anyone experimented with keeping the output in digital mode all
 the time? I guess that some things would have to be resampled (I'm
 thinking of some games that only use 22KHz output etc, and some cards
 will only output digital at 48KHz). Any ideas?
 
 
 
 Stephen
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
 
 
 

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


Hi!... How to maintain a ports

2007-09-27 Thread Stephano Zanzin
Hello! Im new in this list, and I want to know how I can maintain a ports. I
want very much to contribute with the Ports project. Please folks, help me!

Thanks!!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hi!... How to maintain a ports

2007-09-27 Thread Beech Rintoul
On Thursday 27 September 2007, Stephano Zanzin said:
 Hello! Im new in this list, and I want to know how I can maintain a
 ports. I want very much to contribute with the Ports project.
 Please folks, help me!

Start by reading the Porters Handbook.

On your machine: 
/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html

On the web:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.2R/announce.html
---



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


Re: Build error - openoffice.org 2.3.0

2007-09-27 Thread Maho NAKATA
From: Rainer Alves [EMAIL PROTECTED]
Subject: Build error - openoffice.org 2.3.0
Date: Sat, 22 Sep 2007 10:41:34 -0300

 Maho,
 
 I've noticed the following error while building openoffice.org 2.3.0 on 
 6.2-STABLE (amd64). Knobs used were WITH_TTF_BYTECODE_ENABLED and WITH_CUPS

It has also reported by Ben Stuyts. Don Lewis has sent me a patch. Now it should
be fine. Please verify, thanks for your report.
 
All the best,
-- Nakata Maho ([EMAIL PROTECTED])
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]