Invitation: Good day,This is Reverend Sister Mary Thomas, @ Sunday, 22 October 2017
___ 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"
Cancelled: Good day,This is Reverend Sister Mary Thomas, @ Sunday, 22 October 2017
___ 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"
FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ sysutils/racktables | 0.20.14 | 0.21.1 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ 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"
Linking against TK*
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 located. What's going on, how do I link against them? ___ 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: Linking against TK*
Hi! > 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 located. > What's going on, how do I link against them? https://pkgs.org/download/libTKG2d.so.11()(64bit) says that those libs are part of opencascade. Searching cad/opencascade/pkg-plist finds lib/libTKG2d.so lib/libTKG2d.so.7 lib/libTKG2d.so.7.1.0 So, that's close, but not exactly what you searched. Does this help ? -- p...@opsec.eu+49 171 3101372 3 years to go ! ___ 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: Linking against TK*
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: 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 located. > > What's going on, how do I link against them? > > https://pkgs.org/download/libTKG2d.so.11()(64bit) says that > those libs are part of opencascade. > > Searching cad/opencascade/pkg-plist finds > > lib/libTKG2d.so > lib/libTKG2d.so.7 > lib/libTKG2d.so.7.1.0 > > So, that's close, but not exactly what you searched. Does this help ? > > -- > p...@opsec.eu+49 171 3101372 3 years to > go ! > ___ 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: Linking against TK*
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, 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: 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 located. > > > What's going on, how do I link against them? > > > > https://pkgs.org/download/libTKG2d.so.11()(64bit) says that > > those libs are part of opencascade. > > > > Searching cad/opencascade/pkg-plist finds > > > > lib/libTKG2d.so > > lib/libTKG2d.so.7 > > lib/libTKG2d.so.7.1.0 > > > > So, that's close, but not exactly what you searched. Does this help ? > > > > -- > > p...@opsec.eu+49 171 3101372 3 years > to > > go ! > > > Looking at the current port (cad/opencascade), I'd guess -DINSTALL_DIR_LIB=${PREFIX}/lib as an argument to cmake. I suggest looking at the port to see how to get the newer version to build as you wish. Also look at the patches in files to see if any are appropriate and should be updated to the current version. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 ___ 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: Linking against TK*
I already took a look at the current opencascade port, most of those issues that patch addresses are fixed in the oce from github. opencascade isn't something u really run, you just link against it for maths the DRAWEXE is used for testing and that's what's missing some shared objects. I think I might be missing some USES or LIB_DEPENDS but this is a heavy port to compile so iteration time is really slow. I'll try using lang/tcl86 and x11-toolkits/tk86 I think I might have missed those in previous attempts. On Tue, Oct 24, 2017 at 1:47 PM, Kevin Oberman wrote: > 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, 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: 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 >> located. >> > > What's going on, how do I link against them? >> > >> > https://pkgs.org/download/libTKG2d.so.11()(64bit) says that >> > those libs are part of opencascade. >> > >> > Searching cad/opencascade/pkg-plist finds >> > >> > lib/libTKG2d.so >> > lib/libTKG2d.so.7 >> > lib/libTKG2d.so.7.1.0 >> > >> > So, that's close, but not exactly what you searched. Does this help ? >> > >> > -- >> > p...@opsec.eu+49 171 3101372 3 years >> to >> > go ! >> > >> > > Looking at the current port (cad/opencascade), I'd guess > -DINSTALL_DIR_LIB=${PREFIX}/lib as an argument to cmake. I suggest > looking at the port to see how to get the newer version to build as you > wish. Also look at the patches in files to see if any are appropriate and > should be updated to the current version. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkober...@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > ___ 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"
devel/universal-ctags conflicts with emacs and update, commit request
Could someone take a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223076 This fixes an issue with devel/universal-ctags conflicting with emacs' ctags binary by prefixing unviersal-ctags with a "u" and updates devel/universal-ctags to a new commit. Also, what's the best way for myself or the bug submitter to catch the attention of a committer if/when a patch is attach to Bugzilla? Should the bug submitter change the title of the bug prefixing with [patch] and a URL update if a Phabricator review was created or is a mailing list request like the following best? ___ 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"