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"
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
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
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
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).
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
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
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
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
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
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,
11 matches
Mail list logo