Re: FreeBSD can now receive DAB(+) radio (and stereo wideband FM)

2013-06-17 Thread Ganael LAPLANCHE
On Sun, 28 Apr 2013 16:24:53 -0500, Diane Bruce wrote

> martymac and I have been working on that. gnuradio 3.6.3 will
> shortly be in ports and when martymac is back from vaction, we 
> will have gr-osmosdr / gqrx ports.

They are now both available in the ports tree !

Best regards,

--
Ganael LAPLANCHE 
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac , http://www.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: graphics/gegl won't build, was Re: Rebuild all ports for perl minor version update?

2013-06-17 Thread Andrei Vrincianu
Hi,

Same thing happened to me. I fixed it with:

LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" portmaster -r perl

I did not use both of them but I can't remember which one did the trick.

Andrei Vrincianu


On Mon, Jun 17, 2013 at 7:54 AM, Thomas Mueller
 wrote:
> I finished what I could of
> portmaster -r perl
>
> Last snag is graaphics/gegl and three ports that depend on graphics/gegl
>
>
> graphics/gegl graphics/gimp-app graphics/xsane print/hplip
>
> Last part of the log for "portmaster graphics/gegl" was
>
>
> gmake[4]: Leaving directory 
> `/BETA1/usr/ports/graphics/gegl/work9amd64/gegl-0.2.0/docs/gallery'
> gmake[3]: Leaving directory 
> `/BETA1/usr/ports/graphics/gegl/work9amd64/gegl-0.2.0/docs/gallery'
> gmake[3]: Entering directory 
> `/BETA1/usr/ports/graphics/gegl/work9amd64/gegl-0.2.0/docs'
> GEGL_SWAP=RAM GEGL_PATH=../operations \
> ../tools/operation_reference --ops-html > operations.html
> ../tools/create-reference.rb\
> ../gegl/gegl.h  \
> ../gegl/gegl-version.h  \
> ../gegl/buffer/gegl-buffer.h\
> ../gegl/gegl-utils.h \
> ../gegl/property-types/gegl-color.h\
> ../gegl/gegl-matrix.h \
> ../gegl/property-types/gegl-path.h\
> ../gegl/property-types/gegl-curve.h\
> api.html
> ../tools/create-reference.rb:331:in `block (2 levels) in ': invalid 
> byte sequence in US-ASCII (ArgumentError)
> from ../tools/create-reference.rb:325:in `foreach'
> from ../tools/create-reference.rb:325:in `block in '
> from ../tools/create-reference.rb:318:in `times'
> from ../tools/create-reference.rb:318:in `'
> ../gegl/gegl.h
> gmake[3]: *** [api.html] Error 1
> gmake[3]: Leaving directory 
> `/BETA1/usr/ports/graphics/gegl/work9amd64/gegl-0.2.0/docs'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory 
> `/BETA1/usr/ports/graphics/gegl/work9amd64/gegl-0.2.0/docs'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory 
> `/BETA1/usr/ports/graphics/gegl/work9amd64/gegl-0.2.0'
> gmake: *** [all] Error 2
> *** [do-build] Error code 1
>
> Stop in /BETA1/usr/ports/graphics/gegl.
> *** [build] Error code 1
>
> Stop in /BETA1/usr/ports/graphics/gegl.
>
> ===>>> make failed for graphics/gegl
> ===>>> Aborting update
>
> ===>>> Killing background jobs
> Terminated
>
> ===>>> You can restart from the point of failure with this command line:
>portmaster  graphics/gegl
>
> ===>>> Exiting
>
>
> 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"
___
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"


portmaster, USE_FORTRAN, GCC_DEFAUT_VERSION problem

2013-06-17 Thread Anton Shterenlikht
I have these GCC ports installed on ia64 -current:

# pkg info -xo gcc-
gcc-4.2.5.20090325_5: lang/gcc42
gcc-4.8.1.20130418: lang/gcc48
gcc-4.7.4.20130518: lang/gcc47
gcc-4.9.0.20130609: lang/gcc49
# 

lang/gcc, the default GCC ports compiler, 4.6 at present,
is not installed, because it doesn't build for me on ia64.

I set GCC_DEFAULT_VERSION=4.8 in ports/Mk/bsd.gcc.mk

However, I'm not clear how portmaster follows this
for ports with USE_FORTRAN set?

This situation arises for several ports on ia64, e.g. math/plplot:

I can build the port manually:

===>  Configuring for plplot-5.9.9_1
===>  Performing in-source build
/bin/mkdir -p /usr/ports/math/plplot/work/plplot-5.9.9
-- The C compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/local/bin/gcc48
-- Check for working C compiler: /usr/local/bin/gcc48 -- works

However, portmaster insists on lang/gcc:

# portmaster plplot

===>>> Currently installed version: plplot-5.9.9_1
===>>> Port directory: /usr/ports/math/plplot

===>>> Gathering distinfo list for installed ports

===>>> Launching 'make checksum' for math/plplot in background
===>>> Gathering dependency list for math/plplot from ports
===>>> Launching child to install lang/gcc

===>>> plplot-5.9.9_1 >> lang/gcc (1/1)

If I set USE_GCC=any to the port's Makefile.local
then portmaster tries using the default system compiler:

===>  Configuring for plplot-5.9.9_1
===>  Performing in-source build
/bin/mkdir -p /usr/ports/math/plplot/work/plplot-5.9.9
-- The C compiler identification is GNU 4.2.1
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works

If I set USE_GCC=4.8 in Makefile.local,
then portmaster still insists on lang/gcc.

ports/Mk/bsd.gcc.mk contains:

. if ${USE_FORTRAN} == yes
_USE_GCC:=  ${GCC_DEFAULT_VERSION}

This should be enough, right?
Indeed, I can build the port manually fine.
So why does portmaster not honour GCC_DEFAULT_VERSION?

Thanks

Anton

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


Current unassigned ports problem reports

2013-06-17 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at
http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .)

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/179629Update port: ftp/yafc to 1.2.5 (with more fix of NLS s
o ports/179628[PATCH] devel/arduino: Update to 1.0.5
o ports/179624[New Port] sysutils/dunst - Lightweight notification d
o ports/179621New port: devel/libdouble-conversion, BSD Licensed C++
o ports/179620[Maintainer Update]  cad/brlcad  7.22.0 -> 7.24.0
o ports/179611running sysutils/pdumpfs fails with ruby19
f ports/179606dns/opendnssec fails to build with SQLite and alternat
o ports/179600[PATCH] devel/chruby: Bump to latest version
o ports/179577sysutils/fusefs-mp3fs does not build with current vers
f ports/179572Add option for science/py-h5py to use science/hdf5-18 
f ports/179545update dns/dnscrypt-proxy to 1.3.1
o ports/179527[Patch] Fix for mod_rpaf2 compatibility with Apache 2.
o ports/179499[patch] port sysutils/devcpu-data is unmaintained and 
o ports/179480[MAINTAINER] www/MT: update to 5.2.6,1
o ports/179477update Port: lang/scala
o ports/179462New port: devel/ocaml-opam - package manager for OCaml
o ports/179460[MAINTAINER] multimedia/transcode: Add v4l support
f ports/179436security/openvpn-devel: broken checksum
o ports/1794332nd attempt to update horribly obsolete MASTER_SITES_E
o ports/179379[MAINTAINER] dns/powerdns-devel: update to 3.3.r1,1
f ports/179370updating science/paraview
f ports/179365switch devel/gnustep-make dependency from lang/gcc42 t
f ports/179359[patch] net/mediatomb: fix OPTIONS_DEFINE
f ports/179347[patch] [update] games/stonesoup
f ports/179335[UPDATE] games/palomino to v20130527
o ports/179321New port: sysutils/storcli SAS MegaRAID FreeBSD StorCL
o ports/179316[NEW PORT] dns/ddns: lightweight UDP-based dynamic DNS
o ports/179306new port: devel/p5-MooX-Types-MooseLike-Numeric, Moo t
o ports/179305new port: www/p5-Dancer2, Perl extension for minimal-e
f ports/179295[PATCH] databases/mantis: Update to 1.2.15
f ports/179279security/scannedonly: remove support for expired net/s
f ports/179268[PATCH] www/trafficserver: Fix disk usage miscalculate
f ports/179267UPDATING: entry for www/magento
o ports/179266New port: mail/trojita Fast cross-platform Qt IMAP e-m
f ports/179236Build failure (lib-depends) for net/tigervnc when HPJP
o ports/179203[maintainer update] net/gpxe :  Fix checksum mismatch
o ports/179193[maintainer update] for graphics/openshadinglanguage
o ports/179192[maintainer update] for graphics/openimageio
o ports/179180devel/freeocl: Minor changes regarding upcoming POCL p
f ports/179165graphics/openimageio fail to compile
o ports/179140[new ports] emulators/fs-uae and emulators/fs-uae-laun
o ports/179116New port: graphics/xcftools Command-line tools for ext
f ports/179081www/dfileserver upstream disapear
o ports/179030New port: devel/dxa65: dxa65 disassembler for MOS 6502
o ports/179021New port: devel/xa65: xa65 high-speed, two-pass portab
o ports/179019New port: devel/acme: cross-assembler for 6502, 65c02 
o ports/179017New port: sysutils/rcadm utility for administrating rc
f ports/179010[PATCH] devel/doxygen: update to 1.8.4_1
f ports/179003Port net-mgmt/nagios has lost dependency(textproc/php5
o ports/178998New port: devel/sfml2: a multimedia library
o ports/178982devel/opencl: Update and patch Makefile
f ports/178973[PATCH] net/scribe: Use USE_GITHUB framework to fetch 
o ports/178946New port: net/owncloud-csync, a library for mirall, an
o ports/178945[NEW PORT] devel/commit-patch: Commit patches or parti
f ports/178826Upgrade net/rabbitmq to 3.1.1
o ports/178808devel/wxGlade raises exception when generating XRC cod
f ports/178785mail/dracmail: adoption of optionsNG, and standardize 
o ports/178784[patch] enable PowerPC support in devel/gdb
o ports/178783[NEW PORT] misc/auto-multiple-choice: Multiple Choice 
o ports/178780[patch] updated databases/libdbi-drivers to 0.9.0
o ports/178772Port update: net-mgmt/snmptt
f ports/178766scienc

FreeBSD ports you maintain which are out of date

2013-06-17 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
net/p5-URI-FromHash | 0.03| 0.04
+-+
textproc/py-jaxml   | 3.02| 14.01
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
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"


"svn mv" and changing files at the same time: still prohibited

2013-06-17 Thread Alexey Dokuchaev
Hi there,

I've been trying to rename a port (games/rtcw -> games/linux-rtcw) and had
to change something inside port's Makefile at the same time (drop PORTEPOCH
and PORTREVISION, and set PKGNAMEPREFIX accordingly), but commit was blocked
by pre-commit hook with "Do not replace a file. This can lose history."
message.  I was under impression that this is only true for CVS exporter,
but since we no longer doing this, this hook should be removed.

I've renamed and edited pkg-message file of that port just fine (in the
previous revision), and all history is there, so I'm wondering what's so
special about doing the same at the port-name level.

./danfe
___
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"


[QAT] r321118: 4x leftovers

2013-06-17 Thread Ports-QAT
Update to -dev19.
-

  Build ID:  20130617152202-44566
  Job owner: de...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Mon, 17 Jun 2013 17:28:25 GMT

  Revision:  r321118
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=321118

-

Port:net/haproxy-devel 1.5.d19

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~de...@freebsd.org/20130617152202-44566-152456/haproxy-devel-1.5.d19.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~de...@freebsd.org/20130617152202-44566-152457/haproxy-devel-1.5.d19.log

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~de...@freebsd.org/20130617152202-44566-152458/haproxy-devel-1.5.d19.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~de...@freebsd.org/20130617152202-44566-152459/haproxy-devel-1.5.d19.log


--
Buildarchive URL: 
redports 
___
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"


FreeBSD Port: net/svnup

2013-06-17 Thread Mike Jakubik

Hello,

I just updated to svnup 0.95, ran an update on stable and got a core 
dump half way through.


FreeBSD freebsd.local 9.1-STABLE FreeBSD 9.1-STABLE #0: Thu Jun  6 
12:03:02 EDT 2013


[root@freebsd /usr/src]# svnup stable
# Revision: 251857
 + /usr/src/cddl/contrib/dtracetoolkit/Examples/cpudists_example.txt
 + /usr/src/cddl/contrib/dtracetoolkit/Examples/modcalls_example.txt
 + /usr/src/cddl/contrib/dtracetoolkit/Examples/tcl_flowtime_example.txt

...

 + /usr/src/sys/rpc/svc_vc.c
 + /usr/src/sys/sys/param.h
 + /usr/src/sys/fs/nfs/nfs_commonsubs.c
 - /usr/src/release/doc/de_DE.ISO8859-1/Makefile
Bus error: 10 (core dumped)

Core file is available here: 
http://www.mediafire.com/download/ddi4j358o6j2pby/svnup.core.bz2


Thanks.
___
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"


net-mgmt/cflowd 2.1.b1 build failure

2013-06-17 Thread Kim Culhan
Seeing this build failure:

cd cflowdmux; gmake
gmake[2]: Entering directory
`/usr/ports/net-mgmt/cflowd/work/cflowd-2-1-b1/apps/cflowdmux'
libtool: link: g++ -O2 -pipe -fno-strict-aliasing CflowdRawFlowClientList.o
cflowdmux.o -o .libs/cflowdmux  ../../classes/lib/.libs/libCfd.so
-L/usr/local/lib /usr/local/lib/libArts.so
../../snmp++/classes/lib/.libs/libsnmp++.so -lfl -lcompat -Wl,-rpath
-Wl,/usr/local/lib/cflowd -Wl,-rpath -Wl,/usr/local/lib
../../classes/lib/.libs/libCfd.so: undefined reference to
`yyFlexLexer::yywrap()'
gmake[2]: *** [cflowdmux] Error 1

Any help here is greatly appreciated.

thanks
-kim
--
___
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"


git contrib install failed

2013-06-17 Thread Albert Shih
Hi everyone

When I try to upgrade git I got this error in the installation (the ports
build work fine) 

install -m 755 git-subtree /usr/local/libexec/git-core
asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \
-agit_version=1.8.3.1 git-subtree.txt
xmlto -m ../../Documentation/manpage-normal.xsl  man git-subtree.xml
xmlto: /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml 
does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
/usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml:2: 
warning: failed to load external entity 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
D DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
   ^
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
warning: failed to load external entity 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
validity error : Could not load the external subset 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
Document /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml 
does not validate
gmake: *** [git-subtree.1] Erreur 13
*** [post-install] Error code 2

Stop in /usr/ports/devel/git.
*** [reinstall] Error code 1


Without contrib everything work fine.

All my ports is up2date.

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
lun 17 jui 2013 22:38:46 CEST
___
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: git contrib install failed

2013-06-17 Thread Dimitry Andric
On Jun 17, 2013, at 22:46, Albert Shih  wrote:
> When I try to upgrade git I got this error in the installation (the ports
> build work fine) 
> 
> install -m 755 git-subtree /usr/local/libexec/git-core
> asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \
>-agit_version=1.8.3.1 git-subtree.txt
> xmlto -m ../../Documentation/manpage-normal.xsl  man git-subtree.xml
> xmlto: /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml 
> does not validate (status 3)
> xmlto: Fix document syntax or use --skip-validation option
> I/O error : Attempt to load network entity 
> http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
> /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml:2: 
> warning: failed to load external entity 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
> D DocBook XML V4.5//EN" 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
>   
> ^
> I/O error : Attempt to load network entity 
> http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
> warning: failed to load external entity 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
> validity error : Could not load the external subset 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";

A rather obvious question is: can you download
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd from the
machine you are building on?  It downloads just fine for me, but maybe
something on your system is preventing xmlto to from retrieving it.

-Dimitry

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


Fwd: git contrib install failed

2013-06-17 Thread Jonathan Chen
On 18 June 2013 08:46, Albert Shih  wrote:
> Hi everyone
>
> When I try to upgrade git I got this error in the installation (the ports
> build work fine)
>
> install -m 755 git-subtree /usr/local/libexec/git-core
> asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \
> -agit_version=1.8.3.1 git-subtree.txt
> xmlto -m ../../Documentation/manpage-normal.xsl  man git-subtree.xml
> xmlto: /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml 
> does not validate (status 3)
> xmlto: Fix document syntax or use --skip-validation option
> I/O error : Attempt to load network entity 
> http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
> /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml:2: 
> warning: failed to load external entity 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
> D DocBook XML V4.5//EN" 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
>   
>  ^
> I/O error : Attempt to load network entity 
> http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
> warning: failed to load external entity 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
> validity error : Could not load the external subset 
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";
> Document 
> /usr/ports/devel/git/work/git-1.8.3.1/contrib/subtree/git-subtree.xml does 
> not validate

I'll chip in with a "Me too!" on the several boxes that I've tried to
upgrade git on.
--
Jonathan Chen 
___
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: ports && 10-CURRENT

2013-06-17 Thread Cy Schubert
In message <20130607085730.ga8...@sh4-5.1blu.de>, Matthias Apitz writes:
> El día Sunday, May 26, 2013 a las 05:50:22PM +0200, Matthias Apitz escribió:
> 
> > Hello,
> > 
> > Today morning, after SVN checkout /usr/ports r319094 and wiping out
> > all old stuff:
> > 
> > # rm -rf /usr/local/*
> > # rm -rf /var/db/pkg/*
> > # rm -rf /compat/linux/*
> > 
> > I've made the following ports:
> > 
> > x11/xorg
> > devel/imake
> > 
> > now the 'imake' works fine to configure, for example graphics/xv;
> > Good News!!!
> 
> It seems that net/vnc tries to compile its own version of the imake
> tool, which is now not working anymore; see attached nohup.out;
> 
>   matthias
> 
> ===>  Building for vnc-4.1.3_5
> cd /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc && make CC=cc CXX=c++ Wo
> rld
> ./config/util/printver.c:15:1: warning: type specifier missing, defaults to '
> int' [-Wimplicit-int]
> main()
> ^~~~
> 1 warning generated.
> 
> Building XFree86 version 4.3.0 (27 February 2003).
> 
> I hope you checked the configuration parameters in ./config/cf
> to see if you need to pass BOOTSTRAPCFLAGS.
> 
> viernes,  7 de junio de 2013, 07:15:59 CEST
> 
> cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
> rm -f ccimake imake.o imake
> rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a  tags TAGS make.log \#*
> rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
> rm -f imakemdep_cpp.h
> make  Makefile.boot
> cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
> making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR=""
>  in config/imake
> cc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O -I../../include -I../../imports/x11/
> include/X11 ccimake.c
> ccimake.c:53:6: warning: implicit declaration of function 'write' is invalid 
> in C99 [-Wimplicit-function-declaration]
> write(1, crosscompiledir_str, sizeof(crosscompiledir_str) - 1);
> ^
> 1 warning generated.
> if [ -n "" ] ; then  /cc -E `./ccimake`  -DCROSSCOMPILE_CPP imakemdep.h > ima
> kemdep_cpp.h;  else touch imakemdep_cpp.h; fi
> cc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
> cc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
> rm -f ./config/makedepend/Makefile.proto
> ./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto -f 
> ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
> objformat: not found
> In file included from Imakefile.c:16:
> In file included from ./config/cf/Imake.tmpl:104:
> ./config/cf/FreeBSD.cf:477:35: error: '#' is not followed by a macro paramete
> r
> #define IncludeMakefile(file) @@# dependencies are in .depend
>   ^
> In file included from Imakefile.c:16:
> In file included from ./config/cf/Imake.tmpl:300:
> ./config/cf/Imake.rules:1627:27: warning: empty character constant [-Winvalid
> -pp-token]
> for flag in ${MAKEFLAGS} ''; do \   @@\
>  ^
> ./config/cf/Imake.rules:1850:35: error: '#' is not followed by a macro parame
> ter
> #define IncludeMakefile(file) @@# dependencies are in .depend
>   ^
> In file included from Imakefile.c:16:
> ./config/cf/Imake.tmpl:1982:10: fatal error: ' X11 .rules' file not found
> #include ProjectRulesFile
>  ^
> ./config/cf/Imake.tmpl:1980:35: note: expanded from macro 'ProjectRulesFile'
> # define ProjectRulesFile   Concat3(<,TopLevelProject,.rules>)
> ^
> ./config/cf/Imake.rules:252:23: note: expanded from macro 'Concat3'
> #define Concat3(a,b,c)a/**/b/**/c
>   ^
> 1 warning and 3 errors generated.
> ./config/imake/imake: Exit code 1.
>   Stop.
> *** [./config/makedepend/Makefile.proto] Error code 1
> 
> Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc.
> *** [World] Error code 1
> 
> Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc.
> *** [post-build] Error code 1
> 
> Stop in /usr/ports/net/vnc.
> *** [build] Error code 1
> 
> Stop in /usr/ports/net/vnc.

Which version of FreeBSD are you using? Can you send uname -a to me please. 
Thanks.


-- 
Cheers,
Cy Schubert 
FreeBSD UNIX: Web:  http://www.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: net-mgmt/cflowd 2.1.b1 build failure

2013-06-17 Thread Mark Felder
I just did a build of this in poudriere with no issues. I'd guess you
have a dirty build environment. Can you post the contents of your
make.conf?


Thanks
___
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: ports && 10-CURRENT

2013-06-17 Thread Matthias Apitz
El día Monday, June 17, 2013 a las 04:57:38PM -0700, Cy Schubert escribió:

> Which version of FreeBSD are you using? Can you send uname -a to me please. 
> Thanks.
> 

FreeBSD La-Habana 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250588: Mon May 13 
22:01:51 UTC 2013 
guru@Perlach:/home/guru/head/obj/usr/home/guru/head/src/sys/GENERIC  i386


-- 
Matthias Apitz   |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
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"