Re: port x11-wm/icewm does not have a pkg?

2018-05-03 Thread Ronald Klop
On Thu, 03 May 2018 17:16:16 +0200, Mateusz Piotrowski <0...@freebsd.org>  
wrote:



Hello,

On Thu, 03 May 2018 12:50:24 +0200
"Ronald Klop"  wrote:


I can't install a pkg of x11-wm/icewm. But I can't see in the port
why. It seems to have a proper license GPLv2 and is distributable.


It looks like it's simply broken because it does not compile probably
due to the switch to a C++11.

I've opened an issue on Bugzilla for this.[1]

It seems to require some minor fixes but I don't have time for this
unfortunatelly at the moment. You may look at those errors on your own.
Just download the ports[2] and then run

# cd /usr/ports/x11-wm/icewm
# make

If you would like to work on this issue and write some patches then I'm
ready to assist you.

Cheers,

Mateusz

[1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227951
[2]: https://www.freebsd.org/doc/handbook/ports-using.html



Thanks for your answer. I compiled in the meantime myself and saw the  
error.

I added a patch to the PR.

Regards,
Ronald.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread Ronald Klop
On Thu, 03 May 2018 18:45:49 +0200, Miroslav Lachman <000.f...@quip.cz>  
wrote:



Julian H. Stacey wrote on 2018/05/03 14:54:

CC pruned, & 1 added as som thread commonality below ***
 Miroslav Lachman wrote:

The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the
package name is FreeCAD-0.17.13509.txz

Miroslav Lachman

 Thanks.
As these fail:
pkg search cad | grep -i free
pkg search CAD | grep -i free
pkg install FreeCAD-0.17.13509.txz
pkg install FreeCAD-0.17.13509
pkg install FreeCAD-0.17
pkg install FreeCAD-0
pkg install FreeCAD
& I am reaching the world with these 2 that produce the same
pkg search cad
pkg search CAD
&   pkg search exmh # exmh-2.8.0_1
pkg install exmh-2.8.0_1
ports/mail/exmh2/Makefile
PORTNAME=   exmh
PORTVERSION=2.8.0
PORTREVISION=   1
ports/cad/freecad/Makefile
PORTNAME=   FreeCAD
DISTVERSION=0.17.13509
 ***
Probably some packages are missing from the freebsd.org build system,  
as in

Subject: port x11-wm/icewm does not have a pkg?
These also fail
pkg search  icewm
pkg install icewm-1.3.8_3



What repository are you using?
Did you run pkg update -f?

The package is in official FreeBSD repo for 10 and 11:
http://pkg.freebsd.org/FreeBSD:10:amd64/latest/All/FreeCAD-0.17.13509.txz
http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/FreeCAD-0.17.13509.txz

Also in quaterly branch
http://pkg.freebsd.org/FreeBSD:10:amd64/quarterly/All/FreeCAD-0.17.12018_2.txz
http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/All/FreeCAD-0.17.12018_2.txz

pkg install FreeCAD shoul work. (I am not using official FreeBSD repo on  
any of our machines so I cannot test it now)


Miroslav Lachman



In the past we had portsmon which displayed if a port build or not.

http://portsmon.freebsd.org/portoverview.py?category=cad=freecad

But is in maintenance for a while now. The maintainer mailed me (about a  
month ago) it will be back in Q2 probably.


I don't know of a similar site with the data of the current pkg build  
system.


Cheers,
Ronald.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: issue with sudo-1.8.23

2018-05-03 Thread Walter Schwarzenfeld
In this version /var/run/sudo is changed to /run/sudo. If /var/run/sudo 
in the pkg-plist causes the problem if a directory /run exists.


But solved, fixed by maintainer.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: port x11-wm/icewm does not have a pkg?

2018-05-03 Thread Dimitry Andric
On 3 May 2018, at 17:16, Mateusz Piotrowski <0...@freebsd.org> wrote:
> 
> On Thu, 03 May 2018 12:50:24 +0200
> "Ronald Klop"  wrote:
> 
>> I can't install a pkg of x11-wm/icewm. But I can't see in the port
>> why. It seems to have a proper license GPLv2 and is distributable.
> 
> It looks like it's simply broken because it does not compile probably
> due to the switch to a C++11.
> 
> I've opened an issue on Bugzilla for this.[1]

I submitted a patch, which simply adds USE_CXXSTD=gnu++98 to the port Makefile.

-Dimitry



signature.asc
Description: Message signed with OpenPGP


Re: Could someone else please review and approve these revision so I can commit them

2018-05-03 Thread Mark Felder


On Thu, May 3, 2018, at 11:50, Matthias Fechner wrote:
> Am 02.05.2018 um 16:12 schrieb Mark Felder:
> > MFH approved
> >
> I just saw while doing the MFH that we have an older version in Q2.
> I try to prepare a list of commits we would need to merge and will send
> an additional approval request for it.
> 
> Gruß
> Matthias
> 

You're approved to MFH the revisions required to get the port to the secure 
state.


-- 
  Mark Felder
  ports-secteam & portmgr member
  f...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Could someone else please review and approve these revision so I can commit them

2018-05-03 Thread Matthias Fechner
Am 02.05.2018 um 16:12 schrieb Mark Felder:
> MFH approved
>
I just saw while doing the MFH that we have an older version in Q2.
I try to prepare a list of commits we would need to merge and will send
an additional approval request for it.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread Miroslav Lachman

Julian H. Stacey wrote on 2018/05/03 14:54:

CC pruned, & 1 added as som thread commonality below ***

Miroslav Lachman wrote:

The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the
package name is FreeCAD-0.17.13509.txz

Miroslav Lachman


Thanks.
As these fail:
pkg search cad | grep -i free
pkg search CAD | grep -i free
pkg install FreeCAD-0.17.13509.txz
pkg install FreeCAD-0.17.13509
pkg install FreeCAD-0.17
pkg install FreeCAD-0
pkg install FreeCAD
& I am reaching the world with these 2 that produce the same
pkg search cad
pkg search CAD
&   pkg search exmh # exmh-2.8.0_1
pkg install exmh-2.8.0_1
ports/mail/exmh2/Makefile
PORTNAME=   exmh
PORTVERSION=2.8.0
PORTREVISION=   1
ports/cad/freecad/Makefile
PORTNAME=   FreeCAD
DISTVERSION=0.17.13509

***
Probably some packages are missing from the freebsd.org build system, as in
Subject: port x11-wm/icewm does not have a pkg?
These also fail
pkg search  icewm
pkg install icewm-1.3.8_3



What repository are you using?
Did you run pkg update -f?

The package is in official FreeBSD repo for 10 and 11:
http://pkg.freebsd.org/FreeBSD:10:amd64/latest/All/FreeCAD-0.17.13509.txz
http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/FreeCAD-0.17.13509.txz

Also in quaterly branch
http://pkg.freebsd.org/FreeBSD:10:amd64/quarterly/All/FreeCAD-0.17.12018_2.txz
http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/All/FreeCAD-0.17.12018_2.txz

pkg install FreeCAD shoul work. (I am not using official FreeBSD repo on 
any of our machines so I cannot test it now)


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: port x11-wm/icewm does not have a pkg?

2018-05-03 Thread Mateusz Piotrowski
Hello,

On Thu, 03 May 2018 12:50:24 +0200
"Ronald Klop"  wrote:

>I can't install a pkg of x11-wm/icewm. But I can't see in the port
>why. It seems to have a proper license GPLv2 and is distributable.

It looks like it's simply broken because it does not compile probably
due to the switch to a C++11.

I've opened an issue on Bugzilla for this.[1]

It seems to require some minor fixes but I don't have time for this
unfortunatelly at the moment. You may look at those errors on your own.
Just download the ports[2] and then run 

# cd /usr/ports/x11-wm/icewm
# make

If you would like to work on this issue and write some patches then I'm
ready to assist you.

Cheers,

Mateusz

[1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227951
[2]: https://www.freebsd.org/doc/handbook/ports-using.html
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread Greg Byshenk
On Thu, May 03, 2018 at 02:54:46PM +0200, Julian H. Stacey wrote:
> CC pruned, & 1 added as som thread commonality below ***
> 
> Miroslav Lachman wrote:
> > The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the 
> > package name is FreeCAD-0.17.13509.txz
> > 
> > Miroslav Lachman
> 
> Thanks.
> As these fail:
>   pkg search cad | grep -i free
>   pkg search CAD | grep -i free
>   pkg install FreeCAD-0.17.13509.txz
>   pkg install FreeCAD-0.17.13509
>   pkg install FreeCAD-0.17
>   pkg install FreeCAD-0
>   pkg install FreeCAD

For me the obvious things work:

# pkg search cad |grep -i free
FreeCAD-0.17.13509 General purpose 3D CAD modeller
# pkg search CAD | grep -i free
FreeCAD-0.17.13509 General purpose 3D CAD modeller
#

This on 10.4-STABLE from 23 March.

-- 
gregory byshenk  -  gbysh...@byshenk.net  -  Leiden, NL
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread Julian H. Stacey
CC pruned, & 1 added as som thread commonality below ***

Miroslav Lachman wrote:
> The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the 
> package name is FreeCAD-0.17.13509.txz
> 
> Miroslav Lachman

Thanks.
As these fail:
pkg search cad | grep -i free
pkg search CAD | grep -i free
pkg install FreeCAD-0.17.13509.txz
pkg install FreeCAD-0.17.13509
pkg install FreeCAD-0.17
pkg install FreeCAD-0
pkg install FreeCAD
& I am reaching the world with these 2 that produce the same
pkg search cad
pkg search CAD
&   pkg search exmh # exmh-2.8.0_1
pkg install exmh-2.8.0_1
ports/mail/exmh2/Makefile
PORTNAME=   exmh
PORTVERSION=2.8.0
PORTREVISION=   1
ports/cad/freecad/Makefile
PORTNAME=   FreeCAD
DISTVERSION=0.17.13509

***
Probably some packages are missing from the freebsd.org build system, as in
Subject: port x11-wm/icewm does not have a pkg?
These also fail
pkg search  icewm
pkg install icewm-1.3.8_3

Cheers,
Julian
-- 
Julian Stacey, Computer Consultant, Systems Engineer, BSD Linux Unix, Munich
 Brexit Referendum stole 3,700,000 votes, inc. 700,000 from British in EU.
 UK Govt. lied it's "democratic" in Article 50 letter to EU paragraph 3.
Petition for votes: http://berklix.eu/queen/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


issue with sudo-1.8.23

2018-05-03 Thread Walter Schwarzenfeld

following issue:

===>  Installing for sudo-1.8.23
===>   Registering installation for sudo-1.8.23
pkg-static: 
lstat(/ram/usr/ports/security/sudo/work/stage/var/run/sudo/): No such 
file or directory

*** Error code 74

Stop.
make[2]: stopped in /usr/ports/security/sudo
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/security/sudo
*** Error code 1

could be solverd with adding to the Makefile

CONFIGURE_ARGS+=--with-rundir=/var/run/sudo


The maintainer said, this line should not needed and he could not 
reproduce this error.


So the question:

Has someone other the same issue?

or

has someone an idea what caused this?

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread Miroslav Lachman

Julian H. Stacey wrote on 2018/05/03 13:31:


Yes please, I'll give it a try.

cad/sweethome3d :
Builds & starts OK, but first time I reloaded a saved file:
  "A fatal error has been detected by the Java Runtime Environment"
I mailed Maintainer matth...@petermann-it.de to ask if he sees that.

/usr/ports/cad/freecad
Suggested by a non FreeBSD friend, make running, nothing from
pkg search cad | grep -i free


The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the 
package name is FreeCAD-0.17.13509.txz


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread Julian H. Stacey
blubee blubeeme wrote:
> On Tue, May 1, 2018 at 8:11 PM, Julian H. Stacey  wrote:
> 
> > I wrote Mon, 16 Apr 2018 10:21:20 +0200
> >
> > > Hi po...@freebsd.org people,
> > > Might any of you have a FreeBSD ports/ reccomendation for a building
> > > architecture schematic diagram editor, please ? To plan eg big house room
> > > layouts { furniture moves, building sale / rent} etc ?
> > >
> > > I'm not looking for professional architects or structural engineers
> > > tools to plan new buildings.  I'm not looking for millimetre precise
> > > kitchen layout programs if such exist, I'm just looking to produce
> > > the sort of plan one gets from estate agents, and on landlord/
> > > tenant rental contracts etc.
> > >
> > > I searched, but nothing from https://www.freebsd.org/cgi/ports.cgi
> > >
> > > Only port I can think of is xfig, which I've used for other things
> > >   https://svnweb.freebsd.org/ports/head/graphics/xfig/
> > > but wondering if something else more appropriate exists ?
> > >
> > > Looking for something to tart up my hand sketches & a raft of
> > > measurements hand written on them, taken from a laser measurer.
> > >
> > > I'm not looking to include a bluetooth professional laser measurer
> > > to PC/android data transfer, though they exist, I just bought a
> > > much cheaper simple laser measurer, & content to hand edit.
> >
> > Thanks to all respondents. Summary since:
> >
> > Probably best for my purpose
> >   /usr/ports/cad/sweethome3d
> > make package builds on 12.0-CURRENT & 9.2-RELEASE,
> > make package-recursive breaks, ** To be retried later.
> > Supports MS users & use live on web too.
> > http://www.sweethome3d.com
> > Mouse clicks can set to metric.
> >
> > Possibly:
> >   /usr/ports/cad/librecad
> > make install OK on 12.0-CURRENT & 9.2-RELEASE
> > make package failed on 12.0-CURRENT,
> > RUNNING unsetenv NOCLEANDEPENDS make clean make package-recursive
> > Mouse:
> >   Failed from 9.2-RELEASE X display host to remote 12.0-CURRENT
> > librecad
> >   host.  Mouse OK on 9.2-RELEASE with local screen & librecad.
> > http://librecad.org/
> > a free Open Source CAD application for Windows, Apple and Linux.
> > Supports MS users too
> >
> > Other Like Xfig, useable but perhaps not ideal for requirement :
> >   /usr/ports/graphics/xfig
> >
> >   /usr/ports/graphics/dia
> > make package OK on 12.0-CURRENT
> > No units to set to metric or imperial.
> >
> >   /usr/ports/graphics/tgif
> > make package OK
> > Like xfig.
> > Mouse switch to metric grid.
> >
> > Broken on my 12.0-CURRENT & 9.2-RELEASE hosts
> >   /usr/ports/cad/brlcad
> > http://www.brlcad.org/
> > On 9.2-RELEASE Running unsetenv NOCLEANDEPENDS; make clean; make
> >
> > No executable, Just libraries:
> >   /usr/ports/graphics/kdiagram
> > http://projects.kde.org/kdiagram
> >
> I forgot that cad/brlcad is broken in ports.
> 
> I have a semi working port where it installs in a {LOCALBASE}/brlcad dir
> and not in the typical install location.
> 
> If you'd like to try that let me know, it's a great piece of software but
> I've been too busy this year to actually do much work on computers.
> 
> Best,
> Owen

Yes please, I'll give it a try.

cad/sweethome3d :
Builds & starts OK, but first time I reloaded a saved file:
  "A fatal error has been detected by the Java Runtime Environment"
I mailed Maintainer matth...@petermann-it.de to ask if he sees that.

/usr/ports/cad/freecad
Suggested by a non FreeBSD friend, make running, nothing from
pkg search cad | grep -i free 

Cheers,
Julian
-- 
Julian Stacey, Computer Consultant, Systems Engineer, BSD Linux Unix, Munich
 Brexit Referendum stole 3,700,000 votes, inc. 700,000 from British in EU.
 UK Govt. lied it's "democratic" in Article 50 letter to EU paragraph 3.
Petition for votes: http://berklix.eu/queen/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


port x11-wm/icewm does not have a pkg?

2018-05-03 Thread Ronald Klop

Hi,

I can't install a pkg of x11-wm/icewm. But I can't see in the port why. It  
seems to have a proper license GPLv2 and is distributable.


Any insights on this?

Regards,
Ronald.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: reccomendation for a building architecture schematic diagram editor ?

2018-05-03 Thread blubee blubeeme
On Tue, May 1, 2018 at 8:11 PM, Julian H. Stacey  wrote:

> I wrote Mon, 16 Apr 2018 10:21:20 +0200
>
> > Hi po...@freebsd.org people,
> > Might any of you have a FreeBSD ports/ reccomendation for a building
> > architecture schematic diagram editor, please ? To plan eg big house room
> > layouts { furniture moves, building sale / rent} etc ?
> >
> > I'm not looking for professional architects or structural engineers
> > tools to plan new buildings.  I'm not looking for millimetre precise
> > kitchen layout programs if such exist, I'm just looking to produce
> > the sort of plan one gets from estate agents, and on landlord/
> > tenant rental contracts etc.
> >
> > I searched, but nothing from https://www.freebsd.org/cgi/ports.cgi
> >
> > Only port I can think of is xfig, which I've used for other things
> >   https://svnweb.freebsd.org/ports/head/graphics/xfig/
> > but wondering if something else more appropriate exists ?
> >
> > Looking for something to tart up my hand sketches & a raft of
> > measurements hand written on them, taken from a laser measurer.
> >
> > I'm not looking to include a bluetooth professional laser measurer
> > to PC/android data transfer, though they exist, I just bought a
> > much cheaper simple laser measurer, & content to hand edit.
>
> Thanks to all respondents. Summary since:
>
> Probably best for my purpose
>   /usr/ports/cad/sweethome3d
> make package builds on 12.0-CURRENT & 9.2-RELEASE,
> make package-recursive breaks, ** To be retried later.
> Supports MS users & use live on web too.
> http://www.sweethome3d.com
> Mouse clicks can set to metric.
>
> Possibly:
>   /usr/ports/cad/librecad
> make install OK on 12.0-CURRENT & 9.2-RELEASE
> make package failed on 12.0-CURRENT,
> RUNNING unsetenv NOCLEANDEPENDS make clean make package-recursive
> Mouse:
>   Failed from 9.2-RELEASE X display host to remote 12.0-CURRENT
> librecad
>   host.  Mouse OK on 9.2-RELEASE with local screen & librecad.
> http://librecad.org/
> a free Open Source CAD application for Windows, Apple and Linux.
> Supports MS users too
>
> Other Like Xfig, useable but perhaps not ideal for requirement :
>   /usr/ports/graphics/xfig
>
>   /usr/ports/graphics/dia
> make package OK on 12.0-CURRENT
> No units to set to metric or imperial.
>
>   /usr/ports/graphics/tgif
> make package OK
> Like xfig.
> Mouse switch to metric grid.
>
> Broken on my 12.0-CURRENT & 9.2-RELEASE hosts
>   /usr/ports/cad/brlcad
> http://www.brlcad.org/
> On 9.2-RELEASE Running unsetenv NOCLEANDEPENDS; make clean; make
>
> No executable, Just libraries:
>   /usr/ports/graphics/kdiagram
> http://projects.kde.org/kdiagram
>
> Cheers,
> Julian
> --
> Julian Stacey, Computer Consultant, Systems Engineer, BSD Linux Unix,
> Munich
>  Brexit Referendum stole 3,700,000 votes, inc. 700,000 from British in EU.
>  UK Govt. lied it's "democratic" in Article 50 letter to EU paragraph 3.
> Petition for votes: http://berklix.eu/queen/
>
I forgot that cad/brlcad is broken in ports.

I have a semi working port where it installs in a {LOCALBASE}/brlcad dir
and not in the typical install location.

If you'd like to try that let me know, it's a great piece of software but
I've been too busy this year to actually do much work on computers.

Best,
Owen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: portupgrade vs. portmaster

2018-05-03 Thread Thomas Mueller
from Jonathan Chen and my previous post:

> On 30 April 2018 at 22:33, Thomas Mueller  wrote:
[...]
> > I see hardly any mention of synth on the freebsd-ports list.  Have synth 
> > users become disenchanted?

> There are a growing number of synth users. They just don't appear on
> the list 'cause the software just works.

> > One downside is that synth fails to install build dependencies, so I have 
> > to pkg install all of these separately, very annoying.

> Why should build dependencies be installed? Their only purpose is for
> building the port.

But build dependencies happen to be build dependencies for something out of 
synth territory, like cross-compiling Haiku or Linux toolchains.

> > I was bitten just yesterday trying to build cross-compiling tools for Haiku 
> > when make info was missing because texinfo was built but not installed.

> > But I was able to recover with pkg install after checking my repository.

> > With portmaster, I need to specify ports by category/portname rather than 
> > just portname, for example
> > portmaster www/seamonkey

> > On my other computer, with MSI Z77 MPOWER motherboard, synth just fumbles 
> > and crashes.

> I would suspect you have hardware issues instead. synth builds tend to
> strain the machine - it's a good test of machine hardiness.

I might try to see if booting in UEFI mode might give better results.

Excerpt from Stefan Esser and my previous post:

> I do not know how much development is occurring for synth. It is written in a
> language that is only supported on amd64 (and i386?) and I'd rather use a tool
> that works on all platforms.

I believe Ada did not originate on i386 PCs, existed long before amd64.  There 
have been Ada compiler suites for i386 DOS and MS-Windows, and there is DJGPP 
for DOS.

But I see why you prefer something that can be ported to all FreeBSD-supported 
platforms.

> > One downside is that synth fails to install build dependencies, so I have 
> > to pkg install all of these separately, very annoying.

> Pure build dependencies should not be required on a system, outside the build
> process. If you need some compiler or build tool, then it is just a normal
> program selected by the user.

One benefit of FreeBSD and NetBSD, and some Linux versions, is package systems 
that build and install packages and dependencies from source.  So I am 
accustomed to haing dependencies pulled in rather than having to name every 
package.  Some packages, even when named, were built but not installed by synth.

There ought to be an option to install build dependencies for circumstances 
where that would be useful.

> > I was bitten just yesterday trying to build cross-compiling tools for Haiku 
> > when make info was missing because texinfo was built but not installed.

> This might be a problem with the specification of dependencies in the port.



Tom

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"