Re: icedtea-web broken after removal of libxul

2018-06-23 Thread Walter Schwarzenfeld
Thanks, Tobik. You patch in the PR is working fine. ___ 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: icedtea-web broken after removal of libxul

2018-06-23 Thread Walter Schwarzenfeld
Also: x11-toolkits/swt, x11-toolkits/swt-devel, audio/tuxguitar  and science/gchemutils have still options for plugin/libxul. Except science/gchemutils these ports have no maintainer. (Btw, audio/tuxguitar is broken since long time). ___ freebsd-por

Re: icedtea-web broken after removal of libxul

2018-06-23 Thread Walter Schwarzenfeld
I have to correct audio/tuxguitar is not broken (I don't at least the last four times I tried to install it failed, this time it succeeds. Remove the references to browser-ftp and libxul). ___ freebsd-ports@freebsd.org mailing list https://lists.freeb

make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Joseph Ward
Hi all, I'm attempting to make my first port which is attempting to literally unpack a tgz into the correct location.  I'm wanting a port, as I want this to be versioned and upgradable on all my systems via pkg (as well as to handle dependencies, etc).  I'm attempting to use make makeplist to cre

Re: make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Waitman Gobble
On 2018-06-23 11:36, Joseph Ward wrote: Hi all, I'm attempting to make my first port which is attempting to literally unpack a tgz into the correct location. I'm wanting a port, as I want this to be versioned and upgradable on all my systems via pkg (as well as to handle dependencies, etc).

graphics/ufraw fails to compile on 11-stable

2018-06-23 Thread tech-lists
Hello, graphics/ufraw fails to compile. context: freebsd-11-stable r333924, fresh ports tree as of today (r473125). *No* ports installed. pkg delete -af was run beforehand. root@testvm:/usr/ports/graphics/ufraw # make -DBATCH install [...] cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr

Re: make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Joseph Ward
On 06/23/2018 15:08, Waitman Gobble wrote: > > On 2018-06-23 11:36, Joseph Ward wrote: > >> Hi all, >> >> I'm attempting to make my first port which is attempting to literally >> unpack a tgz into the correct location.  I'm wanting a port, as I want >> this to be versioned and upgradable on all my

Re: make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Chris H
On Sat, 23 Jun 2018 14:36:05 -0400 "Joseph Ward" said Hi all, I'm attempting to make my first port which is attempting to literally unpack a tgz into the correct location.  I'm wanting a port, as I want this to be versioned and upgradable on all my systems via pkg (as well as to handle depend

Re: make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Matthew Seaman
On 23/06/2018 19:36, Joseph Ward wrote: > I'm attempting to use make makeplist to create the initial pkg-plist as > there are a lot of files present, and I'm getting the following error: > > # make makeplist > ===>  License BSD4CLAUSE accepted by the user > ===>   nebula-db-0.1 depends on file: /u

Re: make[1]: cannot open Makefile for new custom port

2018-06-23 Thread Joseph Ward
This was the problem, thank you!  I added the following lines and it worked. do-install:     @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}/ On 06/23/2018 17:45, Matthew Seaman wrote: > On 23/06/2018 19:36, Joseph Ward wrote: >> I'm attempting to use make makeplist to create the initial

Re: graphics/ufraw fails to compile on 11-stable

2018-06-23 Thread Walter Schwarzenfeld
replace the patch-dcraw.cc with --- dcraw.cc.orig 2018-06-23 21:54:05 UTC +++ dcraw.cc @@ -2287,7 +2287,7 @@ void CLASS quicktake_100_load_raw()  void CLASS kodak_radc_load_raw()  { -  static const char src[] = { +  static const signed char src[] = { 1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,