Re: My first port

2020-06-22 Thread Nikolaj Thygesen
On Mon, 22 Jun 2020 06:04:22 +0600
Muhammad Moinur Rahman  wrote:

> Hi,
> 
> Try to find out the reference location "share/pkgconfig” in the CMake
> file. Then you can use REIINPLACE_CMD to change that line or modify
> accordingly.
> 
> The purpose of @sample is not this. @sample is primarily used for
> configuration files.
> 
> Regards,
> Moin
> 

Hi,

Thanks for the replies; I did a REINPLACE and it works - just for the 
record, I first tried pathfix, but that seems not to work for cmake!?

br - N :o)
___
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"


My first port

2020-06-21 Thread Nikolaj Thygesen
Hi freebsd-ports,

I'm trying to create my first port and things are taking shape, but I'm 
down to one little detail making me feel a bit dirty. The port is based on the 
latest release of swi-prolog, which has switched to cmake/ninja. My final issue 
is that the pkg-conf-.pc file gets installed in PREFIX/share/pkgconfig instead 
of PREFIX/libdata/pkgconfig, but I can't find the best way to maneuver it into 
the right directory.
My current hack-ish solution has been to add to pkg-plist a line like:

@sample share/pkgconfig/swipl.pc libdata/pkgconfig/swipl.pc

... which actually works, but it feels wrong. Is there a better more standard 
way to do this?

br - Nikolaj
___
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: pcm1:virtual:dsp1.vp0: play interrupt timeout, channel dead

2018-03-21 Thread Nikolaj Thygesen

On 03/19/2018 00:41, Cy Schubert wrote:

The other thing you might want to check out is if you multiboot your
laptop that any non-FreeBSD operating system may put hardware into an
inconsistent state. For example, my Acer laptop loses sound if I boot
Windows then boot FreeBSD. The workaround is either adjust the HDA
inputs/outputs through sysctl or simply power cycle the laptop.
I fixed that issue by changing the Windows sound driver to the generic 
hda driver instead of the Realtek driver.


    N :o)
___
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"


Blender/libicu linking issues

2014-07-13 Thread Nikolaj Thygesen

Hi,

When linking Blender 2.71 on fbsd10 I get:

Linking CXX executable ../../bin/blender
/usr/bin/ld: warning: libicuuc.so.52, needed by 
/usr/local/lib/libboost_regex.so, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libicui18n.so.52, needed by 
/usr/local/lib/libboost_regex.so, not found (try using -rpath or 
-rpath-link)
/usr/bin/ld: warning: libicudata.so.52, needed by 
/usr/local/lib/libboost_regex.so, not found (try using -rpath or 
-rpath-link)

/usr/local/lib/libboost_regex.so: undefined reference to `u_tolower_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_digit_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_isblank_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_charType_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_isspace_52'
/usr/local/lib/libboost_regex.so: undefined reference to 
`icu_52::Locale::~Locale()'
/usr/local/lib/libboost_regex.so: undefined reference to 
`icu_52::Locale::Locale(icu_52::Locale const)'

/usr/local/lib/libboost_regex.so: undefined reference to `u_charFromName_52'
/usr/local/lib/libboost_regex.so: undefined reference to 
`icu_52::Locale::Locale()'
/usr/local/lib/libboost_regex.so: undefined reference to 
`icu_52::Collator::createInstance(icu_52::Locale const, UErrorCode)'
c++: error: linker command failed with exit code 1 (use -v to see 
invocation)

--- bin/blender ---

I tried first rebuilding libicu which is currently at icu-53.1, 
so it makes sense for blender not to find libicuuc.so.52 I guess. 
Nothing helps.


br - Nikolaj
___
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: Blender/libicu linking issues

2014-07-13 Thread Nikolaj Thygesen

On 07/13/2014 18:25, Baptiste Daroussin wrote:

On Sun, Jul 13, 2014 at 06:05:29PM +0200, Nikolaj Thygesen wrote:

Hi,

  When linking Blender 2.71 on fbsd10 I get:

Linking CXX executable ../../bin/blender
/usr/bin/ld: warning: libicuuc.so.52, needed by
/usr/local/lib/libboost_regex.so, not found (try using -rpath or
-rpath-link)
/usr/bin/ld: warning: libicui18n.so.52, needed by
/usr/local/lib/libboost_regex.so, not found (try using -rpath or
-rpath-link)
/usr/bin/ld: warning: libicudata.so.52, needed by
/usr/local/lib/libboost_regex.so, not found (try using -rpath or
-rpath-link)
/usr/local/lib/libboost_regex.so: undefined reference to `u_tolower_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_digit_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_isblank_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_charType_52'
/usr/local/lib/libboost_regex.so: undefined reference to `u_isspace_52'
/usr/local/lib/libboost_regex.so: undefined reference to
`icu_52::Locale::~Locale()'
/usr/local/lib/libboost_regex.so: undefined reference to
`icu_52::Locale::Locale(icu_52::Locale const)'
/usr/local/lib/libboost_regex.so: undefined reference to `u_charFromName_52'
/usr/local/lib/libboost_regex.so: undefined reference to
`icu_52::Locale::Locale()'
/usr/local/lib/libboost_regex.so: undefined reference to
`icu_52::Collator::createInstance(icu_52::Locale const, UErrorCode)'
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
--- bin/blender ---

  I tried first rebuilding libicu which is currently at icu-53.1,
so it makes sense for blender not to find libicuuc.so.52 I guess.
Nothing helps.

You should read the UPDATING entry about icu that you have not followed:
libboost_regex.so: undefined reference to `u_tolower_52'

That means in that case boost needs to be rebuilt first.

regards,
Bapt

Yep, you're right; thanks!

N

___
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


Filezilla

2014-06-05 Thread Nikolaj Thygesen

Hi,

Is it just me, or is Filezilla 3.8 currently unable to install?? I get 
messages like these:


pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/vi_VN/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/vi_VN/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/uk_UA/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/uk_UA/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/th_TH/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/th_TH/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/sl_SI/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/sl_SI/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/sk_SK/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/sk_SK/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ro_RO/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ro_RO/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/pl_PL/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/pl_PL/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/nn_NO/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/nn_NO/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/nb_NO/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/nb_NO/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/mk_MK/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/mk_MK/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/lv_LV/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/lv_LV/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/lt_LT/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/lt_LT/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ky/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ky/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ko_KR/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ko_KR/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/km_KH/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/km_KH/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/kab/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/kab/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ja_JP/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/ja_JP/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/id_ID/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/id_ID/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/hu_HU/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/hu_HU/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/he_IL/LC_MESSAGES/): 
No such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/he_IL/): No 
such file or directory
pkg-static: 
lstat(/usr/ports/ftp/filezilla/work/stage/usr/local/share/locale/gl_ES/LC_MESSAGES/): 
No such 

Re: [patch] request for update of x11/nvidia-driver

2011-02-16 Thread Nikolaj Thygesen

On 02/16/2011 18:42, Emanuel Haupt wrote:

Hi Alexey

I'm running version 260.19.36 of x11/nvidia-driver for a while now
without any problems. Could you please consider updating the port?

I'm sure further feedback from other users would help.

Emanuel


Hi,

I've been running that same version since it got out, and now when 
playing back videos either using xine or totem, the whole machine 
freezes/crashes perhaps one minute into the video. I should add that at 
the same time I updated the gfx card to a relatively new geforce 570, 
which may be part of the reason for the crashes. Switching to Compiz 
everything works ok.


br - N :o)

___
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: libcanberra-0.10_5

2009-11-25 Thread Nikolaj Thygesen
The current libcanberra - libcanberra-0.10.tar.gz - doesn't handle 
multithreaded gtk applications well (doesn't take the gdk lock when 
playing sounds), which is supposedly fixed in the latest release. Are 
there any plans of doing updates in the near future?


   br - Nikolaj Thygesen

___
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: valgrind-3.5.0_1,1

2009-11-08 Thread Nikolaj Thygesen

Hi,

   Valgrind still seems troubled when it comes to multithreaded 
programs. It seems pthread_self() always returns the same id no matter 
which thread calls it - possibly the id of last created thread. Running 
a simple test program under Valgrind fails whereas running it as a 
regular binary works fine.


   No matter how you twist and turn the creation of mutex'es they seem 
to always end up recursive, and don't really protect anything as thay 
can be taken by multiple threads simultaneously. They also seem to 
behave differently depending on whether they were initialized 
dynamically - as in using pthread_mutex_init() - or statically as in 
using PTHREAD_MUTEX_INITIALIZER.


   br - N :o)

___
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


What's the deal with gmime2-sharp

2009-02-11 Thread Nikolaj Thygesen

Hi,

   Lately, whenever I try to portupgrade -a I get:

** Port marked as IGNORE: mail/gmime2-sharp:
   try to install weaked-named assembly into the GAC.


and subsequently tomboy doesn't build. I'm not that profficient at .net 
stuff, and have no clue, what it wants me to do.


   br - Nikolaj

___
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


numerous gcc installations

2009-01-11 Thread Nikolaj Thygesen

Hi list,

   Could anyone please explain to me whether it's really required to 
have two extra versions of gcc installed. I Recently upgraded 
py25-numpy, which in turn pulled in gcc-4.2.5_20081126 as a 
dependency. A few days ago  blas refused to compile because:


===Verifying reinstall for gfortran43 in /usr/ports/lang/gcc43
Making GCC 4.3.3 for FreeBSD 7.1  target=i386-portbld-freebsd7.1
You need to increase the datasize limit to at least 70 (and set
kern.maxdsiz=734003200 in /boot/loader.conf) to build with Java
support.
*** Error code 1

... so if it wasn't for these missing settings, I would now be the proud 
owner of two extra gcc installations, gcc-4.2.5 and gcc-4.3.3. Is 
this correct??? blas is required by py-num, which then effectively 
requires the two gcc's.


   br - Nikolaj

___
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: opera-9.60.20081004

2008-10-10 Thread Nikolaj Thygesen

When running the new opera 2.60 on fbsd, it will try to launch:

   /usr/local/share/opera/bin/operapluginwrapper.linux

which doesn't exist. Another wrapper:

   /usr/local/share/opera/bin/operapluginwrapper.freebsd

does exist though. I guess this is the one to really call?!

   br - N :o)

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


Re: Commiting new ports

2008-06-06 Thread Nikolaj Thygesen

Sahil Tandon wrote:

Wesley Shields [EMAIL PROTECTED] wrote:

  

On Fri, Jun 06, 2008 at 12:56:48AM +0200, Nikolaj Thygesen wrote:


Hi,

I hope this is the right list to ask this question. I recently 
commited a new port, and received two messages from ports. The first 
one noted that a person had assigned the port to himself, and the second 
mail simply stated that the PR went from open to closed due to 
feedback timeout. I reckon this means the port was rejected, but have 
no clue for what reason. Was I supposed to supply any kind of feedback 
somewhere??
  

I would suggest following up with the person who closed the PR (which I
assume was the same person it was assigned to).  There is a good chance
the feedback request was not seen by you for any number of reasons.
Lastly, the feedback being requested should also be in the audit-trail
of the PR if possible, so you may be able to look there if you have not
already.

Without more information I'm afraid we can't help you further.  We would
need, at a minimum, the PR number to follow up.



http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123239

Perhaps Martin sought feedback from Nikolaj via email and did not receive a 
reply.
   
  
As previously reported the port was closed due to a mail bounce, and it 
has been reopened, so all is well!


Thanks - Nikolaj

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


Commiting new ports

2008-06-05 Thread Nikolaj Thygesen

Hi,

   I hope this is the right list to ask this question. I recently 
commited a new port, and received two messages from ports. The first 
one noted that a person had assigned the port to himself, and the second 
mail simply stated that the PR went from open to closed due to 
feedback timeout. I reckon this means the port was rejected, but have 
no clue for what reason. Was I supposed to supply any kind of feedback 
somewhere??



   br - Nikolaj

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