Re: icingaweb2 port ?
On Sun, Oct 04, 2015 at 02:27:53PM +0200, Kurt Jaeger wrote: > Hi! > > Is anyone working on an icingaweb2 port, now that they released 2.0.0 ? > > https://github.com/Icinga/icingaweb2 Yes, I do. Installing it manually already works, now I need to create a port. pgpgMMNoahUvQ.pgp Description: PGP signature
Re: pkg: fetching packages for 10.2 on 11-CURRENT
On Mon, Oct 05, 2015 at 07:00:01AM +0200, O. Hartmann wrote: > Is it possible and doable via a simple setup (script/environment) to fetch > pre-built packages for 10.2-STABLE/10.2-RELEASE with pkg/pkgng on 11-CURRENT? > > Background: running a development system on 11-CURRENT, on which I prefer to > build my packages in the traditional way from sources without that massive > overhead poudriere pushes me sometimes into the situation for the need of > ordinary binary packages for a 10.2-platform. On 11-CURRENT, I use a lot of > individual configurations on the ports making the binary packages useless, but > for that specific project (based on NanoBSD), it would be great to to simply > fetch binary packages for a "foreign" system's version. > > Thank you very much in advance and pelase do CC me, I'm not subscribing the > list. as root pkg -o ABI=FreeBSD:10:amd64 -o ALTABI=freebsd:10:x86:64 -o PKG_DBDIR=/tmp/tothrowaway fetch ... or as a user pkg -o ABI=FreeBSD:10:amd64 -o ALTABI=freebsd:10:x86:64 -o PKG_DBDIR=/tmp/tothrowaway -o INSTALL_AS_USER=yes fetch ... The fact you have to specify both ABI and ALTABI is a bug I will fix. Best regards, Bapt signature.asc Description: PGP signature
they all die (was: Re: ZoneMinder /zmu dies on FreeBSD 10.2)
Hi, Just thought of other binaries from Zoneminder, i.e. zma zmc zmf zms zms zmstreamer They all get signal 11 when I try to run them. Looks like there is one general error and probably a simple one. .. And looks like I have to use some alternative for those functions, getting short of time. :( You wrote at 2015-10-01, 15:32:30: > Hi! >> Looks like we need to update ffmpeg0 to some current version. > It looks like there's a dependency on ffmpeg0, but we also have > much newer ffmpeg's in the ports tree. So it's probably a > question of getting zoneminder to use the newer versions. >> Looked at it and did not understand - there really is v.0.7.17 in use >> while the modern is 2.8 or I miss something? > Yes. Because those multimedia libs are so complex, sometimes > it's difficult to get a new release to integrate. >> Please point me to a right source and I will try to compile >> those libraries. > For ffmpeg, it's easy: multimedia/ffmpeg, which is already 2.8.1 -- Best regards, Violet mailto:vio...@sm.msk.ru ___ 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: they all die (was: Re: ZoneMinder /zmu dies on FreeBSD 10.2)
Hi! > Just thought of other binaries from Zoneminder, i.e. > > zma > zmc > zmf > zms > zms > zmstreamer > > They all get signal 11 when I try to run them. Do you have core dumps and backtraces ? Can you put them up somewhere ? > Looks like there is one general error and probably a simple one. Hmm, I'm almost done getting the port to build, but it will take a bit more time. > .. And looks like I have to use some alternative for those functions, > getting short of time. :( Uh, porting-while-short-on-time is difficult 8-} -- p...@opsec.eu+49 171 3101372 5 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: cyrus-sasl-saslauthd won't build anymore
On 03/10/2015 16:33, Mark Knight wrote: Sorry, my mail was confusing. I current have these installed: cyrus-sasl-2.1.26_12 cyrus-sasl-saslauthd-2.1.26_1 Updating to cyrus-sasl-saslauthd-2.1.26_3 is refusing to build, per the log: http://www.knigma.org/scratch/cyrus-sasl-saslauthd.txt Any ideas on this one please? This has been broken for a few days now. All my other ports are up-to-date and there's nothing obvious in /usr/ports/UPDATING. Does this build for others? Thanks, Mark -- Mark Knight Mobile: +44 7753 250584. http://www.knigma.org/ Email: ma...@knigma.org. Skype: knigma ___ 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: glib update
Hi > You can revert the disabling of kqueue. > There is PR on https://bugzilla.gnome.org/show_bug.cgi?id=753378. > > The had another solution: > "commenting out that mutex in gio/gunionvolumemonitor.c and it seem to > not hang any more" Thanks, it works for me, I have left them info on their bugzilla site. -- Tomek ___ 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: cyrus-sasl-saslauthd won't build anymore
Try to compile it in the port not with portupgrade. (For me in the port compiles 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"