Re: Updating the sysutils/paladin port

2019-03-02 Thread Kurt Jaeger
Hi!

> sysutils/paladin has version 2.0.0 available; the port could use updating.
> The PR is  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236111; hoping
> we can get a committer to look at it sometime soon.

Done.

-- 
p...@opsec.eu+49 171 3101372One year 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: databases/mongodb40 port proposal

2019-03-02 Thread Matthias Fechner
Am 02.03.2019 um 03:30 schrieb Andrew Shevchuk:
> First of all, please make sure you have the latest patch file.
> You can apply this patch using one of the following examples:

I cannot apply your patch, but I use the repository now.

Could you please execute in the port the command `portlint -ACN` and fix
the warnings you get there?

WARN: Makefile: [18]: the arguments to ONLY_FOR_ARCHS are not sorted. 
Please consider sorting them.
WARN: Makefile: possible use of absolute pathname "/usr/local/bin/ar:de...".
WARN: Makefile: possible direct use of "BUILD_DEPENDS= 
${PYTHON_PKGNAMEPREFIX}cheetah>=2.4.4:devel/py-cheetah@${PY_FLAVOR} 
${PYTHON_PKGNAMEPREFIX}typing>=3.6.2:devel/py-typing@${PY_FLAVOR} 
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} 
/usr/local" found. if so, use ${PREFIX} or ${LOCALBASE}, as appropriate.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section
empty, to make SVN happy.
WARN: Makefile: "USES" has to appear earlier.
0 fatal errors and 5 warnings found.

Please also update the MAINTAINER line to match you.

I currently test build the port, but this maybe takes some time.
You can find the current status here:
https://pkg.fechner.net/build.html?mastername=120amd64-default&build=2019-03-02_08h53m28s

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


___
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

2019-03-02 Thread portscout
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
+-+
net-im/telegram-purple  | 1.3.1   | v1.4.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"


Re: FreeCAD 0.17 - is anyone using it?

2019-03-02 Thread Torfinn Ingolfsen
On Sun, Feb 24, 2019 at 11:22 PM Christoph Moench-Tegeder
 wrote:
>
>
> The main question is why it detects Coin as "-lCoin", which can't
> be found by the linker without a matching "-L/usr/local/lib" (it's
> ok when Coin is linked as just "/usr/local/lib/libCoin.so").
> There may be some hints in cmake's somewhat more verbose output
> in work/.build/CMakeFiles/CMakeOutput.log (and CMakeError.log).
> I would suspect something in your environment (LDFLAGS? picked
> up different linker between configure and build stages?)
>
> Anyways, I gave up on this (there are too many variables and I
> still cannot reproduce this in clean environments, whatever I do
> Coin is picked up as expected).
> As a possible workaround I forced "-L/usr/local/lib" into LDFLAGS -
> looks like the linker invocation should now work in your case.
>

updated the ports tree again, and tried upgrading the FreeCAD port,
but the build fails as before.
I've put the build output and CMakeOutput.log (there is no
CMakeError.log) at
https://sites.google.com/site/tingox/asus_m5a78l_usb3_freebsd
in case it helps.

I'm not sure what in my environment the port build could pick up. I
have nothing in /etc/make.conf, and no src.conf on this machine.
Perhaps it is picking up something from /usr/local/FreeCAD? Except
that there isn't a libcoin there.

HTH
-- 
Regards,
Torfinn Ingolfsen
___
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: databases/mongodb40 port proposal

2019-03-02 Thread Matthias Fechner
Am 02.03.2019 um 15:23 schrieb Kurt Jaeger:
> Sorry that I jumped the gun, I made those modifications, testbuilt and
> committed that port.
>
> I also shamelessly asked Andrew if he can provide a mongodb40-tools port 8-}

thanks Kurt.


Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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: FreeCAD 0.17 - is anyone using it?

2019-03-02 Thread ajtiM via freebsd-ports
On Sat, 2 Mar 2019 16:55:16 +0100
Torfinn Ingolfsen  wrote:

> On Sun, Feb 24, 2019 at 11:22 PM Christoph Moench-Tegeder
>  wrote:
> >
> >
> > The main question is why it detects Coin as "-lCoin", which can't
> > be found by the linker without a matching "-L/usr/local/lib" (it's
> > ok when Coin is linked as just "/usr/local/lib/libCoin.so").
> > There may be some hints in cmake's somewhat more verbose output
> > in work/.build/CMakeFiles/CMakeOutput.log (and CMakeError.log).
> > I would suspect something in your environment (LDFLAGS? picked
> > up different linker between configure and build stages?)
> >
> > Anyways, I gave up on this (there are too many variables and I
> > still cannot reproduce this in clean environments, whatever I do
> > Coin is picked up as expected).
> > As a possible workaround I forced "-L/usr/local/lib" into LDFLAGS -
> > looks like the linker invocation should now work in your case.
> >
> 
> updated the ports tree again, and tried upgrading the FreeCAD port,
> but the build fails as before.
> I've put the build output and CMakeOutput.log (there is no
> CMakeError.log) at
> https://sites.google.com/site/tingox/asus_m5a78l_usb3_freebsd
> in case it helps.
> 
> I'm not sure what in my environment the port build could pick up. I
> have nothing in /etc/make.conf, and no src.conf on this machine.
> Perhaps it is picking up something from /usr/local/FreeCAD? Except
> that there isn't a libcoin there.
> 
> HTH

I also don't have anything in /etc/make.conf and not in src.conf and
the FreeBSD 12-RELEASE is fresh installed on the new HD and I have not
just "lCoin" but much more:


/usr/bin/ld: error: unable to find library -lCoin
/usr/bin/ld: error: unable to find library -lGL
/usr/bin/ld: error: unable to find library -lXext
/usr/bin/ld: error: unable to find library -lSM
/usr/bin/ld: error: unable to find library -lICE
/usr/bin/ld: error: unable to find library -lX11
c++: error: linker command failed with exit code 1 (use -v to see
invocation) *** [lib/libFreeCADGui.so] Error code 1
-- 
by ajtiM
--
FreeBSD 12.0-Release
___
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"