RE: lang/gnat-gcc41 build error

2006-12-02 Thread Petr Holub
> Please open the Makefile for this port and add flags "--without-gmp
> --without-mpfr" to the CONFIGURE_ARGS variable. Rebuild and tell
> us what happens.

Build error is documented below and in the attachement.

Thanks,
Petr



Making GCC gnat-gcc-4.1.2 for FreeBSD 6.2 target=i386-portbld-freebsd6.2
===>  Extracting for gnat-gcc-4.1.2_1
=> MD5 Checksum OK for gcc-core-4.1-20060901.tar.bz2.
=> SHA256 Checksum OK for gcc-core-4.1-20060901.tar.bz2.
=> MD5 Checksum OK for gcc-ada-4.1-20060901.tar.bz2.
=> SHA256 Checksum OK for gcc-ada-4.1-20060901.tar.bz2.
=> MD5 Checksum OK for gcc-testsuite-4.1-20060901.tar.bz2.
=> SHA256 Checksum OK for gcc-testsuite-4.1-20060901.tar.bz2.
===>   gnat-gcc-4.1.2_1 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Patching for gnat-gcc-4.1.2_1
===>   gnat-gcc-4.1.2_1 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Applying FreeBSD patches for gnat-gcc-4.1.2_1
===>   gnat-gcc-4.1.2_1 depends on executable in : gmake - found
===>   gnat-gcc-4.1.2_1 depends on executable in : bison - found
===>   gnat-gcc-4.1.2_1 depends on file: /usr/local/bin/perl5.8.8 - found
===>   gnat-gcc-4.1.2_1 depends on shared library: iconv.3 - found
===>  Configuring for gnat-gcc-4.1.2_1
cd /usr/ports/lang/gnat-gcc41/work/gcc-4.1-20060901 ; contrib/gcc_update --touch

creating cache ./config.cache
checking host system type... i386-portbld-freebsd6.2
checking target system type... i386-portbld-freebsd6.2
checking build system type... i386-portbld-freebsd6.2
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... cc
checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe -g  ) works..
. yes
checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe -g  ) is a cr
oss-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for gnatbind... gnatbind
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
checking for correct version of gmp.h... no
configure: error:
The following requested languages could not be built: ada
Recognised languages are: c,ada,obj-c++,treelang
===>  Script "..//gcc-4.1-20060901/configure" failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
"/usr/ports/lang/gnat-gcc41/work/build/config.log" including the output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/lang/gnat-gcc41.


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

Re: Who is behind the ports?

2006-12-02 Thread Matthias Andree
"Charles A. Landemaine" <[EMAIL PROTECTED]> writes:

> Is there some sort of automation creating so many ports?

Just humonguous amounts of
- manpower
- time to let things ripe

A good porter will create a port that requires little maintentance when
updating and little support effort -- after all, the port isn't the
software itself, just machine-readable build and install instructions.

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


mod_perl update issue

2006-12-02 Thread Eric

i am trying to upgrade my mod_perl to mod_perl2-2.0.2_1,3 and am getting
the error below.  I thought it might be related to ccache so i disabled
it via NOCCACHE=yes but it still blew up at thr same spot.

has anyone else seen this with this update or in the past that can offer
a suggestion?

Eric

Running Mkbootstrap for ModPerl::Global ()
chmod 644 Global.bs
rm -f ../../../blib/arch/auto/ModPerl/Global/Global.so
cc  -shared  -L/usr/local/lib Global.o -Wl,-E -L/usr/local/lib -o
../../../blib/arch/auto/ModPerl/Global/Global.so
chmod 755 ../../../blib/arch/auto/ModPerl/Global/Global.so
cp Global.bs ../../../blib/arch/auto/ModPerl/Global/Global.bs
chmod 644 ../../../blib/arch/auto/ModPerl/Global/Global.bs
cp Util.pm ../../../blib/lib/ModPerl/Util.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap
/usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap
/usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs/typemap  Util.xs >
Util.xsc && mv Util.xsc Util.c
cc -c  -I/usr/ports/www/mod_perl2/work/mod_perl-2.0.3/src/modules/perl
-I/usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs
-I/usr/local/include/apache2 -I/usr/local/include/apache2
-I/usr/local/include -I/usr/local/include/apache2
-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -DMOD_PERL
-DMP_COMPAT_1X -D_REENTRANT -D_THREAD_SAFE
-DAP_HAVE_DESIGNATED_INITIALIZER -O2 -fno-strict-aliasing -pipe
-DVERSION=\"2.03\"  -DXS_VERSION=\"2.03\" -DPIC -fPIC
"-I/usr/local/lib/perl5/5.8.8/mach/CORE"  -DMP_HAVE_APR_LIBS Util.c
Running Mkbootstrap for ModPerl::Util ()
chmod 644 Util.bs
rm -f ../../../blib/arch/auto/ModPerl/Util/Util.so
cc  -shared  -L/usr/local/lib Util.o -Wl,-E -L/usr/local/lib -o
../../../blib/arch/auto/ModPerl/Util/Util.so
chmod 755 ../../../blib/arch/auto/ModPerl/Util/Util.so
cp Util.bs ../../../blib/arch/auto/ModPerl/Util/Util.bs
chmod 644 ../../../blib/arch/auto/ModPerl/Util/Util.bs
cp APR.pm ../../../blib/lib/APR.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap
/usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap
/usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs/typemap  APR.xs >
APR.xsc && mv APR.xsc APR.c
cc -c  -I/usr/ports/www/mod_perl2/work/mod_perl-2.0.3/src/modules/perl
-I/usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs
-I/usr/local/include/apache2 -I/usr/local/include/apache2
-I/usr/local/include -I/usr/local/include/apache2  -O2
-fno-strict-aliasing -pipe -march -O2 -fno-strict-aliasing -pipe
-DVERSION=\"0.009000\"  -DXS_VERSION=\"0.009000\" -DPIC -fPIC
"-I/usr/local/lib/perl5/5.8.8/mach/CORE"  -DMP_HAVE_APR_LIBS APR.c
cc1: error: invalid option `arch'
*** Error code 1

Stop in /usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs/APR/APR.
*** Error code 1

Stop in /usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs/APR.
*** Error code 1

Stop in /usr/ports/www/mod_perl2/work/mod_perl-2.0.3/xs.
*** Error code 1

Stop in /usr/ports/www/mod_perl2/work/mod_perl-2.0.3.
*** Error code 1

Stop in /usr/ports/www/mod_perl2.

===>>> make failed for www/mod_perl2
===>>> Aborting update

===>>> Update for mod_perl2-2.0.2_1,3 failed


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


Re: x11-toolkits/pango build error

2006-12-02 Thread Mark Ovens

Mark Ovens wrote:
x11-toolkits/pango fails with an error about glib-mkenums not found. 
glib is up to date.




Anyone? I'm trying to install gimp but pango needs updating first.

Regards,

Mark

Has anyone else had this, and what is the solution? Nothing in 
/usr/ports/UPDATING and I can't find anything in this mailing list either.


Thanks.

Regards,

Mark

config.status: executing pango/module-defs-win32.c commands
config.status: executing pango/module-defs-atsui.c commands
config.status: executing pango/module-defs-lang.c commands
configuration:
 backends: FreeType X Xft Cairo
===>  Building for pango-1.14.8
gmake  all-recursive
gmake[1]: Entering directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.14.8'

Making all in pango
gmake[2]: Entering directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.14.8/pango'

( cd . && glib-mkenums \
 --fhead "#ifndef 
__PANGO_ENUM_TYPES_H__\n#define __PANGO_ENUM_TYPES_H__\n\n#include 
\n\nG_BEGIN_DECLS\n" \
 --fprod "/* enumerations from \"@[EMAIL PROTECTED]" 
*/\n" \
 --vhead "GType @[EMAIL PROTECTED] 
(void);\n#define [EMAIL PROTECTED]@ (@[EMAIL PROTECTED]())\n" 
 \
 --ftail "G_END_DECLS\n\n#endif /* 
__PANGO_ENUM_TYPES_H__ */" \
 pango.h pango-attributes.h pango-break.h 
pango-context.h pango-coverage.h pango-engine.h pango-font.h 
pango-fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h 
pango-item.h pango-layout.h pango-modules.h pango-renderer.h 
pango-script.h pango-tabs.h pango-types.h pango-utils.h pangofc-font.h 
pangofc-fontmap.h ) > tmp-pango-enum-types.h \
 && (cmp -s tmp-pango-enum-types.h pango-enum-types.h || cp 
tmp-pango-enum-types.h pango-enum-types.h ) \

 && rm -f tmp-pango-enum-types.h \
 && echo timestamp > s-enum-types-h
glib-mkenums: not found
gmake[2]: *** [s-enum-types-h] Error 127
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.14.8/pango'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.14.8'

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

Stop in /usr/ports/x11-toolkits/pango.
/usr/ports/x11-toolkits/pango{141}#
___
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]"


Re: mod_perl update issue

2006-12-02 Thread Eric

Eric wrote:
i am trying to upgrade my mod_perl to mod_perl2-2.0.2_1,3 and am 
getting the error below.  I thought it might be related to ccache so i 
disabled it via NOCCACHE=yes but it still blew up at thr same spot.


has anyone else seen this with this update or in the past that can 
offer a suggestion?


Eric

update:

I commented out the statement below in make.conf and it worked.  is this 
a known issue?


CPUTYPE?=athlon64

either way, its installed now. i have never seen that happen before. thanks!

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


Re: x11-toolkits/pango build error

2006-12-02 Thread Mark Ovens

Mark Ovens wrote:

Mark Ovens wrote:
x11-toolkits/pango fails with an error about glib-mkenums not found. 
glib is up to date.






Forget it, sorted. I didn't realize that glib-mkenums is a perl script. 
Its shebang line was fully pathed to /usr/bin/perl5 but perl is in 
/usr/local/bin so a symlink fixed it.


Regards,

Mark

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


Re: SciTE // patch error

2006-12-02 Thread Andrew Pantyukhin

On 02 Dec 2006 19:37:19 +0100, vermaden <[EMAIL PROTECTED]> wrote:

Hi, I can not install/built scite editor from
ports, I got the following error message:

[code]

# make
===>  Found saved configuration for scite-gtk2-1.71_1
=> scite171.tgz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from 
http://heanet.dl.sourceforge.net/sourceforge/scintilla/.
scite171.tgz  100% of 1269 kB   86 kBps 
00m00s
===>  Extracting for scite-gtk2-1.71_1
=> MD5 Checksum OK for scite171.tgz.
=> SHA256 Checksum OK for scite171.tgz.
===>  Patching for scite-gtk2-1.71_1
===>  Applying FreeBSD patches for scite-gtk2-1.71_1
tr: Illegal byte sequence
*** Error code 1

Stop in /usr/ports/editors/scite.
#

[/code]


Please try running make in another locale, like
"env LANG=C LC_ALL=C make" or
"env LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1 make"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SciTE // patch error

2006-12-02 Thread vermaden
> Please try running make in another locale, like
> "env LANG=C LC_ALL=C make" or
> "env LANG=en_US.ISO8859-1 LC_ALL=en_US.ISO8859-1 make"

Thank You, "env LANG=C LC_ALL=C make" has done the job.

--
smieszne, muzyka, pilka, sexy, kibice, kino, ciekawe, extreme, kabaret
http://www.video.interia.pl - najlepsze filmy w intermecie

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


Newbie creating a port (smilutils) quicktime dependency problem

2006-12-02 Thread Erik Norgaard

Hi:

Ok, this is the second time I will try to create a port (first time 
didn't work out because of too many bugs in the source). I have read the 
porters handbook.


Well, I have found a contribution to Kino, smilutils,

  http://www.kinodv.org/article/view/70/1/7

which should be able to handle the smil-file and produce output suitable 
for dvd or viewing.


Two questions:

1) How do I specify dependencies on header files. One thing is the -I in 
CPPFLAGS, but I also need to declare a BUILDDEPENDS or something similar?


2) How do I deal with dependency on libquicktime?

There doesn't seem to be a "without-quicktime" option, that would've 
been nice to get started. The problem seems to be that the quicktime 
port(s) are named differently than on most linux distros.


I tried to look at other ports, including ffmpeg but all seem to handle 
this differently. One port try to edit the config script, but maybe 
patches are prefered?


Any hints or tricks?

Thanks, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org


smime.p7s
Description: S/MIME Cryptographic Signature


Re: gnucash will not install/run.... [SOLVED]

2006-12-02 Thread Scott T. Hildreth


On Sat, 2006-11-25 at 12:44 +1100, Peter Jeremy wrote:
> On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote:
> >"you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment
> > before running the ./configure command."
> >
> >...does this apply to gnucash2 as well?
> 
> Yes.
> 
> >  If I run strace on the process
> >it just keeps spinning through the library search.
> 
> That's the problem that the above command fixes.

I'm still having this problem.  I changed the Makefile,

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
libltdl_cv_sys_dlopen_deplibs=yes \
LIBS="-L${LOCALBASE}/lib"

I checked the work/gnucash-2.0.2/config.log and the 
"libltdl_cv_sys_dlopen_deplibs=yes" is in there.  I do 
make install, start gnucash and the same problem occurs.
I am doing something wrong here?

Thanks.


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


Index build fails at audio/gstreamer-plugins-esound

2006-12-02 Thread John Abrams

I'm trying to make index on a FreeBSD 4.11-STABLE box, and for some time
I keep getting this error  (I have cvsupped several times):

# make -v index && make readmes
Generating INDEX - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.audio ---
"/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer-plugins/Makefile.common",
line 350: Malformed conditional
(${gst_${GST_PLUGIN}_GCONF_SCHEMAS}!="")
"/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer-plugins/Makefile.common",
line 354: Malformed conditional (${gst_${GST_PLUGIN}_USE_SDL}!="")
"/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer-plugins/Makefile.common",
line 356: if-less endif
"/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer-plugins/Makefile.common",
line 356: Need an operator
"/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer-plugins/Makefile.common",
line 377: if-less endif
"/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer-plugins/Makefile.common",
line 377: Need an operator
make: fatal errors encountered -- cannot continue
===> audio/gstreamer-plugins-esound failed
*** Error code 1
1 error

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


Re: lang/gnat-gcc41 build error

2006-12-02 Thread Karel Miklav

Yeah, I was able to reproduce the error! Try to replace
the Makefile with the one attached here.
# ex:ts=4
# Ports collection makefile for:gnat-gcc
# Date created: 22 Jun 2006
# Whom: Karel Miklav 
<[EMAIL PROTECTED]>
#
# $FreeBSD: ports/lang/gnat-gcc41/Makefile,v 1.6 2006/09/12 10:11:39 bsam Exp $
#

PORTNAME=   gnat-gcc
PORTVERSION=4.1.2
PORTREVISION=   1
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${versionstring}
DISTFILES=  gcc-core-${versionstring}${EXTRACT_SUFX} \
gcc-ada-${versionstring}${EXTRACT_SUFX} \
gcc-testsuite-${versionstring}${EXTRACT_SUFX}

MAINTAINER= [EMAIL PROTECTED]
COMMENT=The GNU Ada Compiler system

ONLY_FOR_ARCHS= i386

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_ICONV=  yes
USE_PERL5_BUILD=yes
USE_BISON=  yes

CONFLICTS=  gcc-4.1.*
WRKSRC= ${WRKDIR}/build

MAN1=   cpp${gcc_suffix}.1 \
gcc${gcc_suffix}.1 \
gcov${gcc_suffix}.1
MAN7=   ${fsf_mans:S/$/${fsf_suffix}.7/}
NOMANCOMPRESS=  yes # 5-cur and releng4 problems?
INFO=   gcc${gcc_suffix}/cpp \
gcc${gcc_suffix}/cppinternals \
gcc${gcc_suffix}/gcc \
gcc${gcc_suffix}/gccinstall \
gcc${gcc_suffix}/gccint \
gcc${gcc_suffix}/gnat-style \
gcc${gcc_suffix}/gnat_rm \
gcc${gcc_suffix}/gnat_ugn_unw

LATEST_LINK=${PORTNAME}${gcc_suffix}

.include 

gcc_snapshot=   20060901
versionstring=  ${PORTVERSION:C/\.[0-9]*$//}-${gcc_snapshot}
srcdir= ${WRKDIR}/gcc-${versionstring}
gcc_suffix= 41
fsf_mans=   fsf-funding gfdl gpl
fsf_suffix= -${PORTNAME}${gcc_suffix}
targlib=${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}

PATCH_WRKSRC=   ${srcdir}

GNU_CONFIGURE=  yes
CONFIGURE_SCRIPT=   ../${srcdir:C/${WRKDIR}//}/configure
CONFIGURE_ARGS= --enable-languages="c,ada" \
--disable-nls \
--with-system-zlib \
--with-libiconv-prefix=${LOCALBASE} \
--program-suffix=${gcc_suffix} \
--bindir=${PREFIX}/bin/gcc${gcc_suffix} \
--libdir=${targlib} \

--infodir=${PREFIX}/${INFO_PATH}/gcc${gcc_suffix}

ALL_TARGET= bootstrap-lean
MAKE_ENV+=  MAKEINFOFLAGS="--no-split" PTHREAD_LIBS=${PTHREAD_LIBS}

PLIST_SUB=  GCC_VER=${PORTVERSION} \
GNU_HOST=${CONFIGURE_TARGET} \
SUFFIX=${gcc_suffix}

USE_LDCONFIG=   ${targlib}

# We need an existing GNAT compiler to bootstrap this one.
#have_gnat!=if ${WHICH} gnatmake > /dev/null 2>&1; then \
#   ${ECHO_CMD} "t"; \
#   else \
#   ${ECHO_CMD} ""; \
#   fi
#.if empty(have_gnat)
BUILD_DEPENDS+= ${LOCALBASE}/bin/gcc34/gcc34:${PORTSDIR}/lang/gnat-gcc34
CONFIGURE_ENV+= PATH=${LOCALBASE}/bin/gcc34:${PATH} 
CC=${LOCALBASE}/bin/gcc34/gcc34
MAKE_ENV+=  PATH=${LOCALBASE}/bin/gcc34:${PATH} 
CC=${LOCALBASE}/bin/gcc34/gcc34
#.endif

pre-everything::
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} 
target=${CONFIGURE_TARGET}"

# Append ' [FreeBSD]' to gcc version string.
post-patch:
@${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 
[FreeBSD]";|' \
${srcdir}/gcc/version.c

pre-configure:
cd ${srcdir} ; contrib/gcc_update --touch
@${RM} -f ${srcdir}/gcc/*/*.info*
@${MKDIR} ${CONFIGURE_WRKSRC}

post-build:
@${ECHO_MSG} "Consider running 'make check' before 'make install', 
especially"
@${ECHO_MSG} "if you have not performed this build on -STABLE or 
-CURRENT."
@${ECHO_MSG} "This assumes that you have the dejagnu port installed."

check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; 
${GMAKE} -sk check

post-install:
${LN} -s ${PREFIX}/bin/gcc${gcc_suffix}/gcc${gcc_suffix} \
${PREFIX}/bin/gcc${gcc_suffix}/gcc
# Man pages can only be generated if Perl >= 5.6 is installed; fake 
them otherwise.
for mp in ${_MANPAGES}; do \
${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
done
# Version FSF funding and licensing manuals.
for mp in ${fs

Re: Newbie creating a port (smilutils) quicktime dependency problem

2006-12-02 Thread Frank J. Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Erik Norgaard wrote:
> Hi:
> 
> Ok, this is the second time I will try to create a port (first time
> didn't work out because of too many bugs in the source). I have read the
> porters handbook.
> 
> Well, I have found a contribution to Kino, smilutils,
> 
>   http://www.kinodv.org/article/view/70/1/7
> 
> which should be able to handle the smil-file and produce output suitable
> for dvd or viewing.
> 
> Two questions:
> 
> 1) How do I specify dependencies on header files. One thing is the -I in
> CPPFLAGS, but I also need to declare a BUILDDEPENDS or something similar?

Is this what you mean?

.if defined(WITH_FOO)
BUILD_DEPENDS+= ${LOCALBASE}/include/foo.h:${PORTSDIR}/devel/foo
.endif

> 
> 2) How do I deal with dependency on libquicktime?
> 
> There doesn't seem to be a "without-quicktime" option, that would've
> been nice to get started. The problem seems to be that the quicktime
> port(s) are named differently than on most linux distros.

Most likely the applications configure script with have a
- --enable-quicktime feature, or vise versa to disable it. Heres a little
sniplet that should help.

.if defined(WITH_QUICKTIME)
CONFIGURE_ARGS+=--enable-quicktime
LIB_DEPENDS+=   quicktime.0:${PORTSDIR}/multimedia/libquicktime
.else
CONFIGURE_ARGS+=--disable-quicktime
.endif

> 
> I tried to look at other ports, including ffmpeg but all seem to handle
> this differently. One port try to edit the config script, but maybe
> patches are prefered?

you can either patch it, or use REINPLACE_CMD like this.

post-patch:
@${REINPLACE_CMD} -e 's|foo|bar|g' ${WRKSRC}/configure

Or something of the sort.
> 
> Any hints or tricks?
> 
> Thanks, Erik


Hope this helps, good luck!

- -Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iQIVAwUBRXIcw61QwXwBI2DsAQLVTw/+L+SybBsIQtnVh0bGo2CK+6yYS7lSoPwO
GAo8qMrpxmvibKEl1fgCDLnBOIioIIusjTDWpykTJ4W4QlQD3TcUDF1fNw/zbi3E
DtHqQhPG0yB8V3X2Ui7dYckfrLC55j90F5mrb/+b+cNtMAbMAZdCanTenBDv+nuG
dCOm5Nb6ddlIKYRhdvOX4mVQBVGMmk4qY4imGglziq+dH7yvZweGM2xYcfjndGjf
n/W8eQZ13VemSA5+a1Cdw854ZTV9RJXP735+QKBbMuXPYz8tqqJkgTUtU/v5tNrj
jc/HPeJXfIYdAiOEIk0jWMiGPyPToLg4WY+hOH/so8X9n3A8/CczTSDjhBeq7qO6
5w5Lpd6hEbFR1ZH1NQTZRejbmySRPwfh1g6XMMNVozG4K5tPe32RIp8N/SIBJxNZ
2NqLX69DItFeq4EiKnfNUy/Bi1WZMztcDI3ODiL8ISMuJNLXiHipcIsUVGF/u2kj
XX7PSlozDRpwSRVAjmszZibBjjAW3Ur8OozivcBsvyBleTRF7ELN4TkWeV1Ay1sH
caB0C7PwhyZCjlCkzaWB3RRXKq95BPsv2U94b3GUEl7Ko+u26CSyrbOcR5u5HXZi
4VfRSs1tXEh8qQ4YzvTFAjTFAnBTQZSrGSCZ9+HGXOZQgS3S3YO/jwvEq8ygsCpE
fI8XnYf2auI=
=zqRB
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Update on X11BASE status

2006-12-02 Thread Kris Kennaway
Thanks to the hard work of a number of maintainers and committers
we're making good progress on bringing the ports tree into complete
X11BASE compliance.

  http://pointyhat.freebsd.org/errorlogs/i386-5-exp-latest/index-maintainer.html

We're now down to fewer than 110 ports that need to be corrected to
deal with a non-standard X11BASE location (the rest are more general
port problems).  By now only 17 of those broken ports are
unmaintained, so the majority of them are waiting on individual
maintainers to step up and/or approve fixes already submitted by other
users.

Are you maintainers really going to let your ports be the ones that
hold us up?!  You know who you are since you've already received email
about this, so let's push on and see how quickly we can get that
number down to 50!

Kris




pgprtHZnfAisK.pgp
Description: PGP signature


Re: Index build fails at audio/gstreamer-plugins-esound

2006-12-02 Thread Shaun Amott
On Sat, Dec 02, 2006 at 05:47:58PM -0500, John Abrams wrote:
> I'm trying to make index on a FreeBSD 4.11-STABLE box, and for some time
> I keep getting this error  (I have cvsupped several times):

I have back-ported make(1) from a recent version of FreeBSD; you might
want to install it, from devel/make. This will save you a bit of
suffering. Install with PREFIX=/usr to overwrite the old make(1) in
base, or set MAKE=/usr/local/bin/make and use the full path to run it.

Alternatively, the attached patch will fix this particular problem.

-- 
Shaun Amott // PGP: 0x6B387A9A
"A foolish consistency is the hobgoblin
of little minds." - Ralph Waldo Emerson
Index: Makefile.common
===
RCS file: /home/pcvs/ports/multimedia/gstreamer-plugins/Makefile.common,v
retrieving revision 1.37
diff -u -r1.37 Makefile.common
--- Makefile.common 18 Nov 2006 18:47:34 -  1.37
+++ Makefile.common 3 Dec 2006 02:30:11 -
@@ -63,7 +63,7 @@
mpeg2dec \
sidplay
 
-.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} 
${UGLY_GST_ALL_PLUGINS}
+.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} 
${UGLY_GST_ALL_PLUGINS} esound
 gst_${i}_GCONF_SCHEMAS?=   # Empty
 gst_${i}_USE_SDL?= # Empty
 .endfor


pgpjMFvbwmmzJ.pgp
Description: PGP signature


Re: Update on X11BASE status

2006-12-02 Thread Nguyen Tam Chinh

Hello,

The patch for vietnamese/xvnkb port was commited today by rafan 
(http://www.freebsd.org/cgi/query-pr.cgi?pr=106020). Please check again if 
everything is okay with the port now.
I'd like to have a look at 1 or two ports in the list, hope that I can do 
something with them.

Thank you to Kris and the ports team for the heavy job.

On Sat, 2 Dec 2006, Kris Kennaway wrote:


Thanks to the hard work of a number of maintainers and committers
we're making good progress on bringing the ports tree into complete
X11BASE compliance.

 http://pointyhat.freebsd.org/errorlogs/i386-5-exp-latest/index-maintainer.html

We're now down to fewer than 110 ports that need to be corrected to
deal with a non-standard X11BASE location (the rest are more general
port problems).  By now only 17 of those broken ports are
unmaintained, so the majority of them are waiting on individual
maintainers to step up and/or approve fixes already submitted by other
users.

Are you maintainers really going to let your ports be the ones that
hold us up?!  You know who you are since you've already received email
about this, so let's push on and see how quickly we can get that
number down to 50!

Kris





-
With best regards,  |The Power to Serve
Nguyen Tam Chinh|  http://www.FreeBSD.org
Loc: sp.cs.msu.su   |
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Update on X11BASE status

2006-12-02 Thread Kris Kennaway
On Sun, Dec 03, 2006 at 06:23:44AM +0300, Nguyen Tam Chinh wrote:
> Hello,
> 
> The patch for vietnamese/xvnkb port was commited today by rafan 
> (http://www.freebsd.org/cgi/query-pr.cgi?pr=106020). Please check again if 
> everything is okay with the port now.
> I'd like to have a look at 1 or two ports in the list, hope that I can do 
> something with them.
> Thank you to Kris and the ports team for the heavy job.

Thanks very much, this should be reflected in the next package build.

Kris


pgpKfoNV9FzBH.pgp
Description: PGP signature


Re: gnucash will not install/run.... [SOLVED]

2006-12-02 Thread Eric Schuele

On 12/02/06 15:59, Scott T. Hildreth wrote:


On Sat, 2006-11-25 at 12:44 +1100, Peter Jeremy wrote:

On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote:

"you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment
before running the ./configure command."

...does this apply to gnucash2 as well?

Yes.


 If I run strace on the process
it just keeps spinning through the library search.

That's the problem that the above command fixes.


I'm still having this problem.  I changed the Makefile,

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
libltdl_cv_sys_dlopen_deplibs=yes \
LIBS="-L${LOCALBASE}/lib"

I checked the work/gnucash-2.0.2/config.log and the 
"libltdl_cv_sys_dlopen_deplibs=yes" is in there.  I do 
make install, start gnucash and the same problem occurs.

I am doing something wrong here?



Right or wrong... I do the following and it works.
#!/bin/sh

#
#  Fixes gnucash slooow startups...
#

cd /usr/ports/lang/guile
make deinstall

cd /usr/ports/devel/libltdl15
make deinstall

libltdl_cv_sys_dlopen_deplibs= yes
export libltdl_cv_sys_dlopen_deplibs

cd /usr/ports/devel/libltdl15
make clean
make install clean

cd /usr/ports/lang/guile
make clean
make install clean

###

The above script assumes you have gnucash installed "properly" and are 
suffering from the slow startups.


HTH.

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