FreeBSD ports you maintain which are out of date

2021-03-18 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/lualdap | 1.2.5   | v1.2.6
+-+
science/afni| 21.0.19 | afni_21.0.20
+-+


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

Reported by:portscout!
___
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"


Help Porting Firebird 3.0

2021-03-18 Thread Gelson Borsoi via freebsd-ports
Hello,

 

I am trying to port Firebird 3.0.7 to FreeBSD.

I created a Makefile and found some necessary patches.

I have successfully compiled the source code but I have difficulty to finish
the Makefile to install it in the correct folders. 

I actually did a completely manual installation to test and it worked in
12.2 and 13 amd64.

Another problem was that I had to copy the content of the
“/usr/local/include” folder to “/usr/include” and “/usr/local/lib” to
“/usr/lib” because the configure process did not find some files related to
devel/icu and math/tommath.

 

Questions:

1- How do I make "configure process" include the folders
“/usr/local/include” and “/usr/local/lib” in the search for headers files
(.h) and Shared Objects (.so) without the need to copy the files?

2- Could someone with experience with ports help me finish the "Makefile" to
install and finalize the port?

 

I can provide the "Makefile" and the patches. Any help is welcome as it
would be one more software for the ports and community.

 

Gelson Borsoi

Chapecó – SC – Brazil

___
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"


multimedia/gstreamer1 build error

2021-03-18 Thread Janos Dohanics
Hello,

I have a laptop with FreeBSD 13.0-RC2 amd64 GENERIC 1300139
210a1aa0399bb8edf2d74f13171a400c613bee80 and a fully updated ports tree.

I get an error when building multimedia/gstreamer1:

# make 'MAKE_JOBS_UNSAFE=yes' install clean
===>  Building for gstreamer1-1.16.2
gmake[2]: Entering directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2'
gmake  all-recursive
gmake[3]: Entering directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2'
Making all in pkgconfig
gmake[4]: Entering directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/pkgconfig'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/pkgconfig'
Making all in gst
gmake[4]: Entering directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst'
gmake  all-recursive
gmake[5]: Entering directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst'
Making all in parse
gmake[6]: Entering directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst/parse'
/usr/local/bin/bison -d -v -ppriv_gst_parse_yy ./grammar.y -o grammar.tab.c && \
mv grammar.tab.c grammar.tab_tmp.c && \
echo '#ifdef HAVE_CONFIG_H' > grammar.tab_tmp2.c && \
echo '#include ' >> grammar.tab_tmp2.c && \
echo '#endif' >> grammar.tab_tmp2.c && \
cat grammar.tab_tmp.c >> grammar.tab_tmp2.c && \
rm grammar.tab_tmp.c && \
mv grammar.tab_tmp2.c grammar.tab.c
./grammar.y:799.1-12: warning: deprecated directive: ???%pure-parser???, use 
???%define api.pure??? []8;id=c2c0e10005bdd0ebe4ec21Segmentation fault 
(core dumped)
gmake[6]: *** [Makefile:842: grammar.tab.h] Error 139
gmake[6]: Leaving directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst/parse'
gmake[5]: *** [Makefile:1813: all-recursive] Error 1
gmake[5]: Leaving directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst'
gmake[4]: *** [Makefile:1011: all] Error 2
gmake[4]: Leaving directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst'
gmake[3]: *** [Makefile:742: all-recursive] Error 1
gmake[3]: Leaving directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2'
gmake[2]: *** [Makefile:648: all] Error 2
gmake[2]: Leaving directory 
'/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/multimedia/gstreamer1
*** Error code 1

Stop.
make: stopped in /usr/ports/multimedia/gstreamer1
[root@osiris /usr/ports/multimedia/gstreamer1]# 
exit

Also:

# file 
/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst/parse/bison.core
/usr/ports/multimedia/gstreamer1/work/gstreamer-1.16.2/gst/parse/bison.core: 
ELF 64-bit LSB core file, x86-64, version 1 (FreeBSD), FreeBSD-style, from 
'/usr/local/bin/bison -d -v -ppriv_gst_parse_yy ./grammar.y -o grammar.tab.c', 
pid=75259

Would you please help?

-- 
Janos Dohanics
___
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"


Distfile mismatch on graphics/gpu-firmware-kmod

2021-03-18 Thread Jonathan Chen
Hi,

I just recently updated my ports tree to r568712, but unfortunately
graphics/gpu-firmware-kmod is failing to build with:

===>  License AMD INTEL accepted by the user
=> FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz doesn't
seem to exist in /distfiles/.
=> Attempting to fetch
https://codeload.github.com/FreeBSDDesktop/kms-firmware/tar.gz/d15ea6e?dummy=/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz
fetch: 
https://codeload.github.com/FreeBSDDesktop/kms-firmware/tar.gz/d15ea6e?dummy=/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz:
size unknown
fetch: 
https://codeload.github.com/FreeBSDDesktop/kms-firmware/tar.gz/d15ea6e?dummy=/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz:
size of remote file is not known
FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz  23
MB 7292 kBps03s
=> Fetched file size mismatch (expected 24465464, actual 24466018)
=> Trying next site
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz
fetch: 
http://distcache.FreeBSD.org/ports-distfiles/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz:
Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /distfiles/ and try again.
*** Error code 1

Stop.
make: stopped in /xports/graphics/gpu-firmware-kmod

I've cleared out the distfiles and retried, but it keeps failing in
the same place. Either the distfile is bad or the distinfo is
incorrect.

Cheers.
-- 
Jonathan Chen 
___
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: Distfile mismatch on graphics/gpu-firmware-kmod

2021-03-18 Thread Jung-uk Kim
On 21. 3. 18., Jonathan Chen wrote:
> Hi,
> 
> I just recently updated my ports tree to r568712, but unfortunately
> graphics/gpu-firmware-kmod is failing to build with:
> 
> ===>  License AMD INTEL accepted by the user
> => FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz doesn't
> seem to exist in /distfiles/.
> => Attempting to fetch
> https://codeload.github.com/FreeBSDDesktop/kms-firmware/tar.gz/d15ea6e?dummy=/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz
> fetch: 
> https://codeload.github.com/FreeBSDDesktop/kms-firmware/tar.gz/d15ea6e?dummy=/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz:
> size unknown
> fetch: 
> https://codeload.github.com/FreeBSDDesktop/kms-firmware/tar.gz/d15ea6e?dummy=/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz:
> size of remote file is not known
> FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz  23
> MB 7292 kBps03s
> => Fetched file size mismatch (expected 24465464, actual 24466018)
> => Trying next site
> => Attempting to fetch
> http://distcache.FreeBSD.org/ports-distfiles/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz
> fetch: 
> http://distcache.FreeBSD.org/ports-distfiles/FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz:
> Not Found
> => Couldn't fetch it - please try to retrieve this
> => port manually into /distfiles/ and try again.
> *** Error code 1
> 
> Stop.
> make: stopped in /xports/graphics/gpu-firmware-kmod
> 
> I've cleared out the distfiles and retried, but it keeps failing in
> the same place. Either the distfile is bad or the distinfo is
> incorrect.

I just committed a fix (r568772).  Please try again.

Jung-uk Kim
___
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"