[Bug 255753] devel/pyside2: py38-pyside2-5.15.2 poudriere build fails

2021-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255753

crah...@gmail.com changed:

   What|Removed |Added

 CC||crah...@gmail.com

--- Comment #2 from crah...@gmail.com ---
I'm experiencing the same problem with the same 'Illegal instruction' error
during build using synth on 11-STABLE.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 256108] astro/kstars: Add support for ekos/indi

2021-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256108

Bug ID: 256108
   Summary: astro/kstars: Add support for ekos/indi
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: a...@freebsd.org
 Flags: maintainer-feedback?(k...@freebsd.org)
  Assignee: k...@freebsd.org

Hi, I have added two new ports (devel/indi and astro/stellarsolver). They are
necessary for add support of ekos/indi [1] to kstars. I was looking into kstars
port and you just need add these two new dependencies to LIB_DEPENDS

https://docs.kde.org/trunk5/en/kstars/kstars/tool-ekos.html [1]

The following patch file would be enough to activate ekos/indi support

diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index f28a72ca96da..260eb50a0f12 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=  kstars
 DISTVERSION=   3.5.3
+PORTREVISION=  1
 PORTEPOCH= 1
 CATEGORIES=astro kde
 MASTER_SITES=  KDE/stable/${PORTNAME}
@@ -14,7 +15,9 @@ LIB_DEPENDS=  libcfitsio.so:astro/cfitsio \
libqt5keychain.so:security/qtkeychain \
libraw.so:graphics/libraw \
libsecret-1.so:security/libsecret \
-   libwcs.so:astro/wcslib
+   libwcs.so:astro/wcslib \
+   libindidriver.so:devel/indi \
+   libstellarsolver.so:astro/stellarsolver
 BUILD_DEPENDS= xplanet:astro/xplanet
 RUN_DEPENDS=   xplanet:astro/xplanet

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-feedback requested: [Bug 256108] astro/kstars: Add support for ekos/indi

2021-05-23 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-kde (Team)
 for maintainer-feedback:
Bug 256108: astro/kstars: Add support for ekos/indi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256108



--- Description ---
Hi, I have added two new ports (devel/indi and astro/stellarsolver). They are
necessary for add support of ekos/indi [1] to kstars. I was looking into kstars
port and you just need add these two new dependencies to LIB_DEPENDS

https://docs.kde.org/trunk5/en/kstars/kstars/tool-ekos.html [1]

The following patch file would be enough to activate ekos/indi support

diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index f28a72ca96da..260eb50a0f12 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=  kstars
 DISTVERSION=   3.5.3
+PORTREVISION=  1
 PORTEPOCH= 1
 CATEGORIES=astro kde
 MASTER_SITES=  KDE/stable/${PORTNAME}
@@ -14,7 +15,9 @@ LIB_DEPENDS=  libcfitsio.so:astro/cfitsio \
libqt5keychain.so:security/qtkeychain \
libraw.so:graphics/libraw \
libsecret-1.so:security/libsecret \
-   libwcs.so:astro/wcslib
+   libwcs.so:astro/wcslib \
+   libindidriver.so:devel/indi \
+   libstellarsolver.so:astro/stellarsolver
 BUILD_DEPENDS= xplanet:astro/xplanet
 RUN_DEPENDS=   xplanet:astro/xplanet


[Bug 255062] graphics/libgphoto2: append ${PREFIX}/include to clfags in gphoto2-config

2021-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255062

Alexey Dokuchaev  changed:

   What|Removed |Added

URL||https://github.com/gphoto/l
   ||ibgphoto2/issues/664
 Status|New |Open

--- Comment #2 from Alexey Dokuchaev  ---
(In reply to Tobias C. Berner from comment #0)
> The patch attached appends ${PREFIFX}/include to the config tool
I'm actually not sure why -I/usr/local/include/gphoto2 needs to be returned at
all, as all libgphoto2 consumers I've encountered include its header files
relative to ${PREFIX}/include.  I've filed an issue upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.