Hydraulic simulation software

2018-05-04 Thread blubee blubeeme
Are there any hydraulic simulation software in the FreeBSD ecosystem? 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: Request clear steps for updating own port

2018-05-20 Thread blubee blubeeme
On Mon, May 21, 2018, 07:49 Mateusz Piotrowski <0...@freebsd.org> wrote: > On Mon, 21 May 2018 04:47:56 +0530 > Manish Jain wrote: > > >Hi, > > > >I have an active port (sysutils/mkdesktop) which I maintain myself. > > > >A few days back, I had to upgrade the port from 1.6 to 1.7 so as to > >refl

conflicts with packages on install

2018-07-02 Thread blubee blubeeme
I'm working on updating a port it currently installs in a ${PREFIX}/${PORTNAME}/bin and I'd like to create symlinks t ${PREFIX}/bin The issue i'm running into is that there's a binary file "terrain" this conflicts with graphics/mesa-demos/terrain. I'm looking for options on resolving this conflic

Fortran compiler [devel/flang-clang] broken

2018-07-08 Thread blubee blubeeme
Hello devel/flangclang seems to still be broken, on pkg-install I get errors because flang is installed in {PREFIX}/flang instead of {PREFIX} Is there any particular reason why flang-clang isn't installed in the standard directory? ___ freebsd-ports@fre

Re: Fortran compiler [devel/flang-clang] broken

2018-07-08 Thread blubee blubeeme
On Sun, Jul 8, 2018 at 10:01 PM Rainer Hurling wrote: > Am 08.07.2018 um 10:20 schrieb blubee blubeeme: > > Hello > > > > devel/flangclang seems to still be broken, on pkg-install I get errors > > because flang is installed in {PREFIX}/flang instead of {PREFIX} >

git checkout branch in makefile

2018-07-09 Thread blubee blubeeme
Is it possible to do a git checkout of a specific branch in a ports makefile? How would I go about checking out a particular branch from a github project. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: git checkout branch in makefile

2018-07-10 Thread blubee blubeeme
On Tue, Jul 10, 2018 at 6:15 PM Brooks Davis wrote: > On Mon, Jul 09, 2018 at 08:19:13PM +0200, Michael Gmelin wrote: > > > > > > > On 9. Jul 2018, at 19:34, blubee blubeeme wrote: > > > > > > Is it possible to do a git checkout of a specific branch

automake automake-wrapper installation conflicts

2018-07-28 Thread blubee blubeeme
I've been running into this issue today and I'm not sure what's going on. I've read UPDATING and it says there will be autoconf and autoconf213 okay; uname -a: FreeBSD blubee 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r336196: Wed Jul 11 21:52:50 CST 2018 root@blubee:/usr/obj/usr/src/amd64.amd64/sys/GE

SVN down or slow

2018-07-29 Thread blubee blubeeme
Has anyone else noticed that svn is getting this type of error trying to run svn: svn: E65: Error running context: No route to host ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, sen

setting port options for multiple ports

2018-07-30 Thread blubee blubeeme
I am working on a port that requires many other ports to be built with specific options selected. Is there any way to have a port enables options in it's dependencies? Best, Owen ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailm

building openjdk without alsa dependency

2018-07-30 Thread blubee blubeeme
I would like to build openjdk7 without the asound lib, I already removed ALSA from my kernel so the build fails but I am not writing Java applications that needs sound. I made a few changes to just not build the ALSA parts and the port builds properly. I had to edit the patch-bsd and created a ne

Re: setting port options for multiple ports

2018-07-30 Thread blubee blubeeme
On 7/31/18, Guido Falsi wrote: > On 7/30/18 8:48 PM, Jan Beich wrote: >> Guido Falsi writes: >> >>> On 7/30/18 1:02 PM, blubee blubeeme wrote: >>> >>>> I am working on a port that requires many other ports to be built with >>>> specific op

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-13 Thread blubee blubeeme
On Tue, Aug 14, 2018, 06:30 Helen Koike wrote: > Hello, > > I am new to the community, I am maintaining two packages and I would > like to check with you if there is a better workflow to do this. > > The upstream project of the port I am maintaining is held in github, and > I also have patches in

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-13 Thread blubee blubeeme
On Tue, Aug 14, 2018, 08:26 Helen Koike wrote: > > > On 08/13/2018 08:00 PM, blubee blubeeme wrote: > > > > > > On Tue, Aug 14, 2018, 06:30 Helen Koike > <mailto:helen.ko...@collabora.com>> wrote: > > > > Hello, > > > >

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-14 Thread blubee blubeeme
On Tue, Aug 14, 2018 at 8:56 PM Helen Koike wrote: > > > On 08/13/2018 09:50 PM, blubee blubeeme wrote: > > > > > > On Tue, Aug 14, 2018, 08:26 Helen Koike > <mailto:helen.ko...@collabora.com>> wrote: > > > > > &

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-14 Thread blubee blubeeme
On Tue, Aug 14, 2018 at 10:23 PM Helen Koike wrote: > > > On 08/14/2018 12:05 AM, Adam Weinberger wrote: > > On Mon, Aug 13, 2018 at 4:28 PM Helen Koike > wrote: > >> > >> Hello, > >> > >> I am new to the community, I am maintaining two packages and I would > >> like to check with you if there i

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-14 Thread blubee blubeeme
On Tue, Aug 14, 2018 at 11:33 PM Mathieu Arnold wrote: > On Tue, Aug 14, 2018 at 10:41:43PM +0800, blubee blubeeme wrote: > > This one is fairly straight forward, you can simply replace that string > > with a regex command; > > This is an example of running a replace comm

Executables with [ -def __linux__ ]

2018-08-18 Thread blubee blubeeme
This is going out to both current and ports in hopes someone can offer some guidance on this issue. I'm porting some code that seems to want to have -def __linux__ when I run the executable with verbose output, take a look below -- -opt

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-18 Thread blubee blubeeme
On Sun, Aug 19, 2018, 13:02 Helen Koike wrote: > > > On 08/14/2018 01:09 PM, blubee blubeeme wrote: > > > > > > On Tue, Aug 14, 2018 at 11:33 PM Mathieu Arnold > <mailto:m...@freebsd.org>> wrote: > > > > On Tue, Aug 14, 2018 at 10:41:43PM

Re: dependancies and the ports that depend on them

2018-09-22 Thread blubee blubeeme
On Sat, Sep 22, 2018, 15:55 @lbutlr wrote: > My system has no X11 window system of any sort on it, it is simply a > server which I (or anyone else) only interact with via the command line or > by accessing a service like http or mail. > And yet, there's a lot of x11 packages installed. > > I'd li

error: undefined symbol: main in poudriere jail

2018-09-23 Thread blubee blubeeme
This issue seemed to have come up in the past: https://lists.freebsd.org/pipermail/freebsd-current/2018-March/068870.html Jail name: amd64_cur Jail version: 12.0-ALPHA7 1200084 Jail vcs version: r338898 Jail arch: amd64 Jail method: svn Jail mount:/usr/local/po

Re: error: undefined symbol: main in poudriere jail

2018-09-23 Thread blubee blubeeme
On Mon, Sep 24, 2018 at 7:31 AM blubee blubeeme wrote: > This issue seemed to have come up in the past: > https://lists.freebsd.org/pipermail/freebsd-current/2018-March/068870.html > > > Jail name: amd64_cur > Jail version: 12.0-ALPHA7 1200084 > Jail vcs ver

Re: error: undefined symbol: main in poudriere jail

2018-09-24 Thread blubee blubeeme
On Mon, Sep 24, 2018, 17:34 Lorenzo Salvadore via freebsd-ports < freebsd-ports@freebsd.org> wrote: > > > This issue seemed to have come up in the past: > > > https://lists.freebsd.org/pipermail/freebsd-current/2018-March/068870.html > > > > Jail name: amd64_cur > > Jail version: 12.0-ALPHA7 12000

Re: error: undefined symbol: main in poudriere jail

2018-09-24 Thread blubee blubeeme
On Mon, Sep 24, 2018, 22:04 Lorenzo Salvadore via freebsd-ports < freebsd-ports@freebsd.org> wrote: > > I am trying to update cad/brlcad there's an open issue on the Bugzilla > that > > I'd like to resolve. > > > > I'm getting this error both in poudriere but now it's also showing up > when > > tr

Re: error: undefined symbol: main in poudriere jail

2018-09-24 Thread blubee blubeeme
On Tue, Sep 25, 2018 at 4:37 AM Lorenzo Salvadore via freebsd-ports < freebsd-ports@freebsd.org> wrote: > > I am testing both the actual version of brlcad and your changes. Since I > have a > > slow computer, this will take some time (if someone else with a more > powerful > > computer can perform

Re: error: undefined symbol: main in poudriere jail

2018-09-25 Thread blubee blubeeme
On Tue, Sep 25, 2018 at 5:27 PM Lorenzo Salvadore via freebsd-ports < freebsd-ports@freebsd.org> wrote: > > > That's the problem, the same code works for earlier version of FreeBSD. > > > > You can try switching back to the old GNU ld via something like "ln > > -fs ld.bfd /usr/bin/ld" and building

firefox/ rust failed to install on FreeBSD 12-CURRENT

2017-05-28 Thread blubee blubeeme
I'm trying to install firefox on FreeBSD FreeBSD 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r318998: Sun May 28 04:38:22 CST 2017 /usr/obj/usr/src/sys/GENERIC amd64 ===> firefox-i18n-53.0.3 depends on file: /usr/local/lib/firefox/firefox - not found ===> firefox-53.0.3_1,1 depends on package: nspr>

nvidia drivers mutex lock

2017-06-01 Thread blubee blubeeme
I'm running nvidia-drivers 375.66 with a GTX 1070 on FreeBSD-Current This problem just started happening recently but, every so often my laptop screen will just blank out and then I have to power cycle to get the machine up and running again. It seems to be a problem with nvidia drivers acquiring

[Help] Linux low level data structures < - > FreeBSD low level data structures

2017-06-04 Thread blubee blubeeme
Hello Is there anyone on either of these lists that have experience with both linux low level data structures and their equivalents on FreeBSD? For instance the linux header file: which includes the header file: Then looking at that file: I'll be doing a lot of work trying to find these

Re: [Help] Linux low level data structures < - > FreeBSD low level data structures

2017-06-04 Thread blubee blubeeme
iew of my plan and what I'd like to achieve. Will it be easy, most likely not but once it's done FreeBSD will be just fine. Hope that helps clarify things for anyone who is interested. Any assistance would be greatly appreciated. Best, Owen On Sun, Jun 4, 2017 at 9:26 PM, Julian Elische

Re: [Help] Linux low level data structures < - > FreeBSD low level data structures

2017-06-04 Thread blubee blubeeme
pport compilers different from GCC. I recently found a piece of code > in a header file, which works with GCC and causes a panic() when compiled > with clang. I reported it to one of the Linux kernel team members and they > didn't care about it. Even if you get everything compiling i

Writing a port make deinstall

2017-07-11 Thread blubee blubeeme
Hello FreeBSD ports team I am writing a Makefile to install a port I've written this much so far PORTNAME= epson-inkjet-printer-201401w PORTVERSION= 201401w PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= print MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/03/45/41/d95

Re: Writing a port make deinstall

2017-07-11 Thread blubee blubeeme
Oh, Thank you both for the fast response. You'll definitely see me around these parts more often. Best, Owen On Wed, Jul 12, 2017 at 10:42 AM, Kubilay Kocak wrote: > On 7/12/17 12:38 PM, blubee blubeeme wrote: > > Hello FreeBSD ports team > > > > I am writing a

Making port check-plist errors

2017-07-11 Thread blubee blubeeme
I am running into errors when trying to register the installation files. The Makefile is pretty barebones, it looks like this so far: PORTNAME=epson-inkjet-printer-201401w PORTVERSION=201401w PORTREVISION=1 PORTEPOCH=0 CATEGORIES=print MASTER_SITES= https://dow

Re: Making port check-plist errors

2017-07-11 Thread blubee blubeeme
ME} ${STAGEDIR}/${PORTNAME}) but that just produces a bunch of orphaned files but still failing. Best, Owen On Wed, Jul 12, 2017 at 2:05 PM, Jov wrote: > Hi > you should use 'make makeplist' to generate pkg-plist file. make > check-plist to verify to pkg-plist after make. >

updating cad/opencascade

2017-07-13 Thread blubee blubeeme
Hey Is it possible to update cad/opencascade to version 7? Is there any dependencies on version 6? Best, Owen ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-p

Re: updating cad/opencascade

2017-07-13 Thread blubee blubeeme
Andrea can you send the Makefile for that port? Thierry can you take a look at his Makefile and bring it up to snuff to get it into the ports tree to sort out the issues with FreeCAD? Best, Owen On Thu, Jul 13, 2017 at 9:07 PM, wrote: > Selon thie...@freebsd.org le jeu. 13 juil. 14:26:13 2017 :

GNU Makefile to FreeBSD Makefile

2017-07-31 Thread blubee blubeeme
Hey guys I am trying to port some software to FreeBSD it uses GNU Makefile convention that uses these variables all over the place. https://stackoverflow.com/questions/3220277/what-do-the-makefile-symbols-and-mean I understand what they mean all: library.cpp main.cpp - $@ evaluates to all

Re: GNU Makefile to FreeBSD Makefile

2017-07-31 Thread blubee blubeeme
Hi Kurt Thanks for that hint, I am trying to port the project to FreeBSD. Let's see if I can get it properly ported. Best On Mon, Jul 31, 2017 at 6:25 PM, Kurt Jaeger wrote: > Hi! > > > I am trying to port some software to FreeBSD it uses GNU Makefile > > convention that uses these variables a

LibreOffice FreeBSD landscape printing

2017-08-07 Thread blubee blubeeme
Hello I am running into a printing bug with libreoffice : http://www.freshports.org/editors/libreoffice When I try to print, the options to select landscape is greyed out. It's locked in at portrait. Has anyone else experienced this issue? Best ___ fre

Python programs in a port

2017-08-22 Thread blubee blubeeme
I installed libciangjie for the ibis on my local system: https://cangjians.github.io I was looking into turning it into a port. There's q libpython that acts as an interface to link ibus with libciangjie but I had to install that with pip. How do I handle that in the port? Do other ports that re

Extra Clang Tools

2017-09-15 Thread blubee blubeeme
FreeBSD switched to clang as it's compiler some time ago; was clang extra tools: http://clang.llvm.org/extra/index.html ever ported over? If yes, where is it located? Best ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listi

Re: Extra Clang Tools

2017-09-16 Thread blubee blubeeme
at 2:01 PM, Shane Ambler wrote: > On 16/09/2017 11:59, blubee blubeeme wrote: > >> FreeBSD switched to clang as it's compiler some time ago; was clang extra >> tools: http://clang.llvm.org/extra/index.html ever ported over? >> >> If yes, where is it located? &

Re: Extra Clang Tools

2017-09-16 Thread blubee blubeeme
Bug created: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222380 Can someone take a look? Different email addresses; it's fine I had the bug created. Best On Sun, Sep 17, 2017 at 11:44 AM, Shane Ambler wrote: > On 16/09/2017 23:22, blubee blubeeme wrote: > >> Howdy &

Re: portmaster, portupgrade, etc

2017-10-04 Thread blubee blubeeme
Interesting thread, I've learned more about FreeBSD build here than almost anywhere else. Thanks OP for the email. On Thu, Oct 5, 2017, 09:14 Adam Weinberger wrote: > > On 4 Oct, 2017, at 10:16, Michael W. Lucas > wrote: > > > > Hi, > > > > I'm doing tech edits on the new edition of "Absolute

Re: portmaster, portupgrade, etc

2017-10-05 Thread blubee blubeeme
I'd vote to have Chris H be the maintainer of this port. Why knock the guy if he wants to invest his time and energy into doing something to help the project? Does it cause anyone pain to see someone working on maintaining the project? Why would someone say no you cannot maintain this port, especia

Porting github code to FreeBSD [configure]

2017-10-15 Thread blubee blubeeme
I'm trying to port some code from github to FreeBSD but I run into a few issues; 1) The project needs to use gnu make, gnu sed and other gnu tools since it uses the gnu version of @< for variable names 2) The project also uses autoreconf because there's .am and .in files I can pull the files down

Re: Porting github code to FreeBSD [configure]

2017-10-15 Thread blubee blubeeme
regular sed, you can see the error here: On Sun, Oct 15, 2017 at 6:44 PM, blubee blubeeme wrote: > I'm trying to port some code from github to FreeBSD but I run into a few > issues; > > 1) The project needs to use gnu make, gnu sed and other gnu tools since it > uses the gnu versio

Re: Porting github code to FreeBSD [configure]

2017-10-15 Thread blubee blubeeme
ld use build_depends macro and I added this line > below > BUILD_DEPENDS= gsed:textproc/gsed > > but looking at the output command, the build steps is still attempting to > use regular sed, you can see the error here: > > > On Sun, Oct 15, 2017 at 6:44 PM, blubee blubeeme &

Re: Porting github code to FreeBSD [configure]

2017-10-15 Thread blubee blubeeme
Hey That was cool and solved the issue real fast! Thanks you On Sun, Oct 15, 2017 at 7:30 PM, Romain Tartière wrote: > On Sun, Oct 15, 2017 at 07:23:49PM +0800, blubee blubeeme wrote: > > trigger happy missed sending the error: > > > > format=`echo tmp/tag.hpp | sed

configure scripts and dlopen

2017-10-15 Thread blubee blubeeme
I am running into some compiling/ linking errors further along in my porting process so I re-checked the configure step. It seems to be that the issue is related to dlopen. What configure options can I pass to use the standard FreeBSD dlopen equivalent calls? The gmake error occurs here: gmake[

Re: [ports]: GH_TAGNAME: how to figure out this tagname on downloadable archives?

2017-10-15 Thread blubee blubeeme
I just ran into this issue yesterday myself. To find the tagname I went to the project in githib, looked at their committed files and found the one with the latest date. Click on that file, then you'll see three buttons in the upper right hand side; raw, blame, history. Click on history and you'

gnu ltdl and FreeBSD

2017-10-15 Thread blubee blubeeme
I'm trying to port some software that keeps failing when it tries to find a config.h. I know the config.h file is there but I think the compilation is failing because it's trying to build ltdl and freebsd doesn't need that since freebsd already has dlopen in libc. Which configure flag could I try

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
generated and setup by autoreconf but its not. On Mon, Oct 16, 2017 at 4:07 PM, Baptiste Daroussin wrote: > On Mon, Oct 16, 2017 at 05:37:57AM +0000, blubee blubeeme wrote: > > I'm trying to port some software that keeps failing when it tries to > find a > > config.h. >

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
-fstack-protector -fno-strict-aliasing -MT loaders/libltdl_la-preopen.lo -MD -MP -MF loaders/.deps/libltdl_la-preopen.Tpo -c -o loaders/libltdl_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c libtool: compile: cc -DHAVE_CONFIG_H -DLTDLOPEN=libltdl &

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
-L/usr/local/lib conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld cc: error: linker command failed with exit code 1 (use -v to see invocation) are those the reasons for the compilation error up above? On Mon, Oct 16, 2017 at 5:09 PM, Baptiste Daroussin wrote: > On Mon, Oct 1

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop. make[4]: stopped in /usr/ports/converters/libiconv *** Error code 1 On Mon, Oct 16, 2017 at 5:50 PM, blubee blubeeme wrote: > @Baptiste > &g

Makefile cannot download from Sourceforge

2017-10-16 Thread blubee blubeeme
I'm trying to download some files from sourceforge but it fails constantly. PORTNAME= zipios++ PORTVERSION= 2.1.1 MASTER_SITES= SF/zipios/ DISTFILES=zipios-2.1.1.tar.gz here's the output from trying to run make makesum sudo make makesum => zipios-2.1.1.tar.gz doesn't se

Re: [ports]: GH_TAGNAME: how to figure out this tagname on downloadable archives?

2017-10-17 Thread blubee blubeeme
I expanded how to get the most up to date hash that works without going through the hassle of cloning the repo. Best On Tue, Oct 17, 2017, 13:01 Yuri wrote: > On 10/16/17 07:46, Mathieu Arnold wrote: > > The first 7 digits may, or may not be sufficient. 7 is a magic number, > > and should not b

Re: gnu ltdl and FreeBSD

2017-10-17 Thread blubee blubeeme
^ ../utsushi/log.hpp:49:47: note: forward declaration of template entity is here static std::basic_ostream& os_; ^ 1 error generated. gmake[4]: *** [Makefile:667: buffer.lo] Error 1 On Mon, Oct 16, 2017 at 6:16 PM, blubee

Re: Makefile cannot download from Sourceforge

2017-10-17 Thread blubee blubeeme
This is it, although I needed to change portname from zipios++ to zipios since the working directory lacked the ++ suffix. Thanks for the help! On Tue, Oct 17, 2017 at 8:12 PM, Tijl Coosemans wrote: > On Tue, 17 Oct 2017 00:32:26 +0800 blubee blubeeme > wrote: > > I'm trying

libtool warning

2017-10-22 Thread blubee blubeeme
Hello Anyone on this list seen these errors before? A lot of the files don't get copied to the staging area. /bin/mkdir -p '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/utsushi' /bin/sh ../libtool --mode=install install -s -m 555 main '/usr/ports/graphics/utsushi/work/stage/usr/

Re: libtool warning

2017-10-22 Thread blubee blubeeme
It doesn't install the .la files but it should make the .so and put them in the proper place, the .so files aren't copied over either. Why is that? On Sun, Oct 22, 2017 at 10:31 PM, Adam Weinberger wrote: > > On 22 Oct, 2017, at 6:39, blubee blubeeme wrote: > > >

Re: libtool warning

2017-10-22 Thread blubee blubeeme
m24 USE_GNOME= gdkpixbuf2 .include On Sun, Oct 22, 2017 at 10:39 PM, Adam Weinberger wrote: > > On 22 Oct, 2017, at 8:36, blubee blubeeme wrote: > > > > It doesn't install the .la files but it should make the .so and put them > in the proper place, the .so files aren't cop

PR bug for a port

2017-10-22 Thread blubee blubeeme
Zipios++ is a small C++ library for reading and writing zip files. Can a commiter take a look at this port and submit it to the tree? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223176 ___ freebsd-ports@freebsd.org mailing list https://lists.freeb

Re: PR bug for a port

2017-10-22 Thread blubee blubeeme
Kurt, thanks for the heads up. I cleaned up the file and updated the bug request. On Mon, Oct 23, 2017 at 12:23 PM, Kurt Jaeger wrote: > Hi! > > > Zipios++ is a small C++ library for reading and writing zip files. > > > > Can a commiter take a look at this port and submit it to the tree? > > >

Linking against TK*

2017-10-23 Thread blubee blubeeme
I am running -ldd on a executable and I am missing links to a bunch of: libTK**.so files such as: libTKGeomBase.so.11 => not found (0) libTKG3d.so.11 => not found (0) libTKG2d.so.11 => not found (0) libTKMath.so.11 => not found (0) I've searched quite a bit and can't find where those files are lo

Re: Linking against TK*

2017-10-23 Thread blubee blubeeme
building opencascade community edition: https://github.com/tpaviot/oce but the executable is missing those libTK** shared objects. How would I link them in? On Tue, Oct 24, 2017 at 1:15 PM, Kurt Jaeger wrote: > Hi! > > > I am running -ldd on a executable and I am missing links to a bunch > > of

Re: Linking against TK*

2017-10-23 Thread blubee blubeeme
On Mon, Oct 23, 2017 at 10:29 PM, blubee blubeeme > wrote: > >> building opencascade community edition: https://github.com/tpaviot/oce >> >> but the executable is missing those libTK** shared objects. How would I >> link them in? >> >> On Tue, Oct 24,

Re: Linking against TK*

2017-10-24 Thread blubee blubeeme
I am a bit stumped. I just realized that those libTK** files are installed insto ${STAGEDIR}/${PREFIX}/lib/libTK***.so The question is how do I set cmake options to link to those shared libraries installed into that directory? On Tue, Oct 24, 2017 at 1:56 PM, blubee blubeeme wrote: >

Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Whenever I try to launch any audio pdf viewer program my computer hard locks up and I have to power cycle. Does anyone have any info as to why? uname -v: FreeBSD 12.0-CURRENT #0 r319752: Sat Jun 10 01:59:26 CST 2017 blubee.me: /usr/obj/usr/src/sys/GENERIC __

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Typo on the [audio] Here's my /var/log/messages for the past hour or so, the failure should be logged in there somewhere: https://pastebin.com/FCkXEn1v Other than that there's this: https://ibb.co/gUBVkm On Wed, Oct 25, 2017 at 5:29 PM, Hans Petter Selasky wrote: > On 10/25/17

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
185 Oct 25 17:52:58 blubee kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170531/nsarguments-205) Oct 25 17:52:59 blubee kernel: nvidia-modeset: Allocated GPU:0 (GPU-54a7b304-c99d-efee-0117-0ce119063cd6) @ PCI::01:00.0 On W

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
like when old nintendo would freeze with the colorful junk on screen. I don't have another machine that can ssh into this one, any other options? On Wed, Oct 25, 2017 at 5:58 PM, Hans Petter Selasky wrote: > On 10/25/17 11:55, blubee blubeeme wrote: > >> "os.lock_mtx

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
, blubee blubeeme wrote: > The GPUT thing is pretty terrible so I know i'm risking things with that, > have no choice until I can take some time to try that drm-kmod. > > Speaking of which, those commands do not work; I am on a laptop and if I > try to change terms like that the

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
CPU @ 2.60GHz hw.ncpu: 8 hw.machine_arch: amd64 I havent had time to try the kmod drivers yet, maybe i'll install that port, disable the nvidia-drivers, make the switch in the gpu and try again. On Wed, Oct 25, 2017 at 7:23 PM, Hans Petter Selasky wrote: > On 10/25/17 13:15, blubee blub

po/Makefile.in.in was not created by intltoolize."

2017-10-25 Thread blubee blubeeme
I found this really old thread: https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html and this really old script to "work around" the issue. #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n "$srcdir" || srcdir=.( cd "$srcdir" && AUTOPOINT='intltoolize --automake -

can't link against math.h

2017-10-25 Thread blubee blubeeme
I wrote a simple test program to test and see if math.h has the function: exp10f #include int main(int argc, char** argv) { (void)argv; return ((int*)(&exp10))[argc]; } tried compiling it with clang: clang++ test.cpp -o test -lm test.cpp:7:17: error: use of undeclared identifier 'expf10' return

lang/ghc fails to build

2017-10-25 Thread blubee blubeeme
I've created a bug report, can anyone take a look at this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223249 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freeb

Re: can't link against math.h

2017-10-26 Thread blubee blubeeme
ob Eager wrote: > On Thu, 26 Oct 2017 10:05:00 +0800 > blubee blubeeme wrote: > > > I wrote a simple test program to test and see if math.h has the > > function: exp10f > > > > #include > > > > int main(int argc, char** argv) > > { > > (void)a

Strange compiler error

2017-10-27 Thread blubee blubeeme
CMAKE_ARGS= -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \ -DBUILD_QT5_WEBKIT:BOOL=OFF \ -DCMAKE_CXX_COMPILER=${LOCALBASE}/bin/mpicxx \ BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ swig:devel/swig13 \ ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ ${LOCALBASE}/bin/mpicc:net/mpich2 I've tried thi

strage compile error [with attachments]

2017-10-27 Thread blubee blubeeme
error: FAILED: lib/libSMESH.so : && /usr/bin/c++ -fPIC -Wall -Wextra -Wno-write-strings -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -Wno-undefined-var-template -D_OCC64 -Wno-sign-compare -Wno-reorder -Wno-switch -Wno-unused-v

Re: strage compile error [with attachments]

2017-10-27 Thread blubee blubeeme
lude #include #include #include #include #include #include #include #include #include #include "utilities.h" #include #include #include "SMESH_ProxyMesh.hxx" #include "SMESH_MesherHelper.hxx" #include using namespace std; I don't really see

Re: Strange compiler error

2017-10-27 Thread blubee blubeeme
t are the complete and precise > steps and what are the errors? Not CC-ing freebsd-current@ as this > looks like a ports issue. > > On Fri, Oct 27, 2017 at 3:08 PM, blubee blubeeme > wrote: > > CMAKE_ARGS= -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \ > > -DBUILD_QT5_WEBKIT:BO

SF mastersites

2017-10-27 Thread blubee blubeeme
These SF mater_sites give me a real tough time trying to figure it out and try to find github mirrors whenever possible but I need to figure this out. I'm trying to download: https://sourceforge.net/projects/spacenav/ PORTNAME= freespacenav PORTVERSION= 0.2.3 MASTER_SITES= SF/spacenav DISTNAME=

Re: SF mastersites

2017-10-27 Thread blubee blubeeme
ranet.dl.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz: Not Found => Attempting to fetch https://excellmedia.dl.sourceforge.net/project/spacenav/files/spacenav%20library%20%28SDK%29/libspnav-0.2.3.tar.gz still giving me not found errors! On Sat, Oct

Re: SF mastersites

2017-10-28 Thread blubee blubeeme
thanks for that tip but how would I know to look at man [1 make] for something like that? On Sat, Oct 28, 2017 at 2:38 PM, Herbert J. Skuhra wrote: > On Sat, 28 Oct 2017 07:33:36 +0200, > blubee blubeeme wrote: > > > > I literally copy the entire url and add it to master_si

graphics/togl [undefined reference]

2017-10-28 Thread blubee blubeeme
I ran into an issue with linking -ltogl from graphics/togl I looked into it with ld -L/usr/local/lib -ltogl and there's undefined references to libc Is the port broken? How can I fix it? == attempt to open /usr/local/lib/libtogl.so succeeded -ltog

Re: SF mastersites

2017-10-28 Thread blubee blubeeme
@MarkMillard Thank you for explaining that. Like you said there's lots of stuff that's just not documented. How should I know that I should check the man page for Makefile? I appreciate the help with that at least I'll be better informed in the future. Things like that should be in the porter han

Re: graphics/togl [undefined reference]

2017-10-28 Thread blubee blubeeme
Anyone have any tips on why compiling this i'm getting undefined reference? On Sat, Oct 28, 2017 at 11:47 PM, blubee blubeeme wrote: > I ran into an issue with linking -ltogl from graphics/togl > > > I looked into it with > ld -L/usr/local/lib -ltogl and there's und

Linker name mismatch

2017-10-28 Thread blubee blubeeme
I'm compiling a port and the linker is failing because the linker is looking for -lUppercaseSoname but the shared object name doesn't start with an uppercase. Can I change the way the linker flags are passed to replace: -lSoname with -lsoname ___ freeb

Re: Linker name mismatch

2017-10-28 Thread blubee blubeeme
ce to `__progname' //lib/libc.so.7: undefined reference to `environ' On Sun, Oct 29, 2017 at 2:06 PM, blubee blubeeme wrote: > I'm compiling a port and the linker is failing because the linker is > looking for > > -lUppercaseSoname > > but the shared object name does

USE_XORG

2017-10-29 Thread blubee blubeeme
There's a program that uses these two X11 headers #include #include looking through this file: /usr/ports/Mk/bsd.xorg.mk to try to understand just which USE_XORG= x11 and what other modules flag to set? ___ freebsd-ports@freebsd.org mailing list https

Re: USE_XORG

2017-10-30 Thread blubee blubeeme
@Yuri: that make stage-qa is very nice! Thanks On Mon, Oct 30, 2017 at 2:14 PM, Yuri wrote: > On 10/29/17 22:57, blubee blubeeme wrote: > >> looking through this file: /usr/ports/Mk/bsd.xorg.mk >> to try to understand just which USE_XORG= x11 >> >> and

ports with no SONAME

2017-10-30 Thread blubee blubeeme
There's an unmaintained port [graphics/togl] that I need but doing stage-qa on my port it says this needed port has no SONAME. Since the togl is unmaintained I'll like to fix it. This port does a lot of stuff like this: # do-install: # @${MKDIR} ${STAGEDIR}${TOGL_INSTDIR} # .for i in togl.h togl_

Re: ports with no SONAME

2017-10-30 Thread blubee blubeeme
Seems like the soname issue has to do with the linker flags set during the compilation process. On Mon, Oct 30, 2017 at 7:37 PM, blubee blubeeme wrote: > There's an unmaintained port [graphics/togl] that I need but doing > stage-qa on my port it says this needed port has no SONAME

Re: ports with no SONAME

2017-10-30 Thread blubee blubeeme
30, 2017 at 11:52 PM, blubee blubeeme wrote: > Seems like the soname issue has to do with the linker flags set during the > compilation process. > > On Mon, Oct 30, 2017 at 7:37 PM, blubee blubeeme > wrote: > >> There's an unmaintained port [graphics/togl] that I nee

[New PR] audio/amsynth

2017-11-01 Thread blubee blubeeme
can I have someone take a look at this bug report for a new port amsynth: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223361 also can someone please check the status of this other post as well archivers/zipios https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223176

Port adding NLS switch

2017-11-01 Thread blubee blubeeme
This is a portlint warning that I am getting for a port, how do I fix it? WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listin

Porting message [set runtime path of...]

2017-11-01 Thread blubee blubeeme
I am creating a port and doing make it shows -- Set runtime path of "/usr/ports/lib.so" to "/usr/local/lib" Does that mean that I should set a symbolic link or is it just something that the port make system is doing automatically. Do I need to worry about it? If I do, how do I fix it? __

  1   2   >