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 +-+ devel/aws-sdk-cpp | 1.4.10 | 1.4.14 +-+ 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: `pkg version -PvL=` shows some ports as "orphaned"
On Tue, 13 Mar 2018 21:07:00 +0300 Lev Serebryakov wrote: > % pkg version -PvL= > pecl-intl-3.0.0_12 ? orphaned: devel/pecl-intl > % ls /usr/ports/devel/pecl-intl > Makefiledistinfopkg-descr > % grep DEFAULT_VERSIONS /etc/make.conf > DEFAULT_VERSIONS+= apache=2.2 > DEFAULT_VERSIONS+= php=5.4 > DEFAULT_VERSIONS+= ghostscript=9 > DEFAULT_VERSIONS+= ssl=openssl > DEFAULT_VERSIONS+= perl5=5.24 > DEFAULT_VERSIONS+= python2=2.7 > DEFAULT_VERSIONS+= python3=3.4 > DEFAULT_VERSIONS+= python=3.4 > % > > What do I do wrong? It is fresh ports (updated today), latest pkg (1.10.5). > Funny, today I also noticed similar oddities: [tiger@laptop]:~>pkg -v 1.10.5 [tiger@laptop]:~>svnversion /usr/ports/ 464474 [tiger@laptop]:~>pkg version -vL= argp-standalone-1.3_2 < needs updating (index has 1.3_3) compat10x-amd64-10.3.1003000.20170608 ? orphaned: misc/compat10x compat7x-amd64-7.4.704000.201310.1 ? orphaned: misc/compat7x compat8x-amd64-8.4.804000.20151116 ? orphaned: misc/compat8x compat9x-amd64-9.3.903000.20170608 ? orphaned: misc/compat9x but with -P key there is no orphaned: misc/compat* -- wbr, Sergey ___ 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: Deprecating Skype ports
On Sat, 10 Mar 2018 11:45:00 + Carmel NY wrote: > On Sat, 10 Mar 2018 06:17:30 +0100, Johannes Jost Meixner stated: > > >Hi Rene, > > > >What do you think about deprecating Skype ports? > > > >As far as I'm aware, Microsoft does not allow them to connect anymore, > >thus they have become useless to keep. > > > > There are at least a couple of URLs dealing with this: > > https://answers.microsoft.com/en-us/skype/forum/skype_linux-skype_startms-skype_installms/end-of-life-of-skype-for-linux-43/70fe7036-ddf3-4fa3-9c06-1bca3ec0226c > > https://support.skype.com/en/faq/FA34773/common-questions-with-skype-on-desktop-mac-and-linux > > The problem is that FreeBSD is still attempting to use a very old versions of > Skype. Microsoft could never be held responsible for supporting older versions > indefinitely, especially when updating is so easy on most systems. > > In truth, all of the "skype" ports should probably be removed since they don't > or won't work for much longer, and the latest version of skype imported to the > ports tree. > [stripped CC] Where can I get the latest version ? There is no need to remove skype4 port (yet). It works fine after sed(1) - I'm using skype every day ;-) also, 8.x is too buggy and looks ugly (i'm forced to use it on another laptop with linux) -- wbr, Sergey ___ 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: `pkg version -PvL=` shows some ports as "orphaned"
On Tue, Mar 13, 2018 at 09:50:35PM +0300, Lev Serebryakov wrote: > On 13.03.2018 21:39, Walter Schwarzenfeld wrote: > > > maybe, cause of this > > > > pkg install devel/pecl-intl > Then "orphaned" status is misleading. "Renamed"? There is no such thing as renamed yet in pkg. so there is no way for pkg to figure pecl-intl has been renamed in php56-pecl-intl so yes it is orphaned. And no the origin won't help here because it can be php72-pecl-intl or php56-pecl-intl (well in the specific case of pecl-intl because there is only one flavor it is not entirely true, but you get the idea :)) Bapt signature.asc Description: PGP signature
11.1R, PHP7.2.3: mysqli not loading. What am I missing?
from pkg info -x php72: === mod_php72-7.2.3 php72-7.2.3 php72-ctype-7.2.3 php72-dom-7.2.3 php72-extensions-1.0 php72-filter-7.2.3 php72-gd-7.2.3 php72-hash-7.2.3 php72-iconv-7.2.3 php72-json-7.2.3 php72-mbstring-7.2.3 php72-mysqli-7.2.3 php72-opcache-7.2.3 php72-openssl-7.2.3 php72-pdo-7.2.3 php72-pdo_sqlite-7.2.3 php72-phar-7.2.3 php72-posix-7.2.3 php72-session-7.2.3 php72-simplexml-7.2.3 php72-sockets-7.2.3 php72-sodium-7.2.3 php72-sqlite3-7.2.3 php72-tokenizer-7.2.3 php72-xml-7.2.3 php72-xmlreader-7.2.3 php72-xmlwriter-7.2.3 = from /usr/local/etc/php.ini: = ;extension=bz2 ;extension=curl ;extension=fileinfo ;extension=gd2 ;extension=gettext ;extension=gmp ;extension=intl ;extension=imap ;extension=interbase ;extension=ldap ;extension=mbstring ;extension=exif ; Must be after mbstring as it depends on it extension=mysqli ;extension=oci8_12c ; Use with Oracle Database 12c InstantClient extension=openssl ;extension=pdo_firebird ;extension=pdo_mysql ;extension=pdo_oci ;extension=pdo_odbc ;extension=pdo_pgsql ;extension=pdo_sqlite ;extension=pgsql ;extension=shmop == Should work, right? but from phpinfo: libxml ... mysqlnd ... and when I run a test job Fatal error: Uncaught Error: Call to undefined function mysqli_connect() == Am I forgetting something? ___ 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/arm-none-eabi-gcc fails to build on 11-stable
Hi, context: Working Copy Root Path: /usr/ports URL: https://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 464450 $ uname -KU 1101509 1101509 devel/arm-none-eabi-gcc fails to build: gmake[2]: Entering directory '/usr/ports/devel/arm-none-eabi-gcc/work/.build/gcc' c++ -c -fbracket-depth=512 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/build -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/../include -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/../libcpp/include -DLIBICONV_PLUG \ -o build/genpreds.o /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/genpreds.c c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] In file included from /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/genpreds.c:25: /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/coretypes.h:62:1: warning: class 'rtx_def' was previously declared as a struct [-Wmismatched-tags] class rtx_def; ^ /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/coretypes.h:55:8: note: previous use is here struct rtx_def; ^ In file included from /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/genpreds.c:26: In file included from ./tm.h:17: ./options.h:5327:3: error: redefinition of enumerator 'OPT_C' OPT_C = 127, /* -C */ ^ ./options.h:5324:3: note: previous definition is here OPT_C = 124, /* -C */ ^ ./options.h:5335:3: error: redefinition of enumerator 'OPT_d' OPT_d = 135, /* -d */ ^ ./options.h:5333:3: note: previous definition is here OPT_d = 133, /* -d */ ^ ./options.h:5336:3: error: redefinition of enumerator 'OPT_D' OPT_D = 136, /* -D */ ^ ./options.h:5334:3: note: previous definition is here OPT_D = 134, /* -D */ ^ ./options.h:5337:3: error: redefinition of enumerator 'OPT_d' OPT_d = 137, /* -d */ ^ ./options.h:5333:3: note: previous definition is here OPT_d = 133, /* -d */ ^ ./options.h:5338:3: error: redefinition of enumerator 'OPT_D' OPT_D = 138, /* -D */ ^ ./options.h:5334:3: note: previous definition is here OPT_D = 134, /* -D */ ^ ./options.h:5339:3: error: redefinition of enumerator 'OPT_d' OPT_d = 139, /* -d */ ^ ./options.h:5333:3: note: previous definition is here OPT_d = 133, /* -d */ ^ ./options.h:5347:3: error: redefinition of enumerator 'OPT_E' OPT_E = 147, /* -E */ ^ ./options.h:5345:3: note: previous definition is here OPT_E = 145, /* -E */ ^ ./options.h:6029:3: error: redefinition of enumerator 'OPT_H' OPT_H = 829, /* -H */ ^ ./options.h:6027:3: note: previous definition is here OPT_H = 827, /* -H */ ^ ./options.h:6032:3: error: redefinition of enumerator 'OPT_I' OPT_I = 832, /* -I */ ^ ./options.h:6030:3: note: previous definition is here OPT_I = 830, /* -I */ ^ ./options.h:6068:3: error: redefinition of enumerator 'OPT_MF' OPT_MF = 868, /* -MF */ ^ ./options.h:6066:3: note: previous definition is here OPT_MF = 866, /* -MF */ ^ ./options.h:6071:3: error: redefinition of enumerator 'OPT_M' OPT_M = 871, /* -M */ ^ ./options.h:6060:3: note: previous definition is here OPT_M = 860, /* -M */ ^ ./options.h:6076:3: error: redefinition of enumerator 'OPT_M' OPT_M = 876, /* -M */ ^ ./options.h:6060:3: note: previous definition is here OPT_M = 860, /* -M */ ^ ./options.h:6082:3: error: redefinition of enumerator 'OPT_MM' OPT_MM = 882, /* -MM */ ^ ./options.h:6079:3: note: previous definition is here OPT_MM = 879, /* -MM */ ^ ./options.h:6089:3: error: redefinition of enumerator 'OPT_MP' OPT_MP = 889, /* -MP */ ^ ./options.h:6086:3: note: previous definition is here OPT_MP = 886, /* -MP */ ^ ./options.h:
Fwd: Updates available for sysutils/searchmonkey
Hi, Just to let you know that the sysutils/searchmonkey port is quite old, and there are major updates on the searchmonkey website:- > http://searchmonkey.embeddediq.com/index.php/download-latest Please let me know if I can help in any way to get this port updated? BR, Adam - Searchmonkey founder ___ 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: Fwd: Updates available for sysutils/searchmonkey
Hi! > Just to let you know that the sysutils/searchmonkey port is quite old, and > there are major updates on the searchmonkey website:- > > http://searchmonkey.embeddediq.com/index.php/download-latest > > Please let me know if I can help in any way to get this port updated? If you provide a patch to upgrade the port, we can test/commit this ? We have: 2.0.0 On http://searchmonkey.embeddediq.com/index.php/download-latest I find the latest as 2.0.0 (KDE/Qt), too. So, where should we update to ? -- p...@opsec.eu+49 171 3101372 2 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: Fwd: Updates available for sysutils/searchmonkey
Dear Kurt, Thanks for the fast reply. There are actually three active versions of searchmonkey:- 1) gSearchmonkey is for Gnome (GTK+) - this is currently at version 0.8.4 2) kSearchmonkey is for KDE (Qt) - this is still at version 2.0.0 3) jSearchmonkey is a cross-platform JAVA app that is at version 3.2 They are all released under GPLv3 and each has been assigned a developer (currently the kSearchmonkey developer is on paternity leave). Is ports flexible enough to allow all three to be made available? BR, Adam On 14 March 2018 at 14:54, Kurt Jaeger wrote: > Hi! > > > Just to let you know that the sysutils/searchmonkey port is quite old, > and > > there are major updates on the searchmonkey website:- > > > http://searchmonkey.embeddediq.com/index.php/download-latest > > > > Please let me know if I can help in any way to get this port updated? > > If you provide a patch to upgrade the port, we can test/commit this ? > > We have: 2.0.0 > > On http://searchmonkey.embeddediq.com/index.php/download-latest > I find the latest as 2.0.0 (KDE/Qt), too. So, where should we update to ? > > -- > p...@opsec.eu+49 171 3101372 2 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: Fwd: Updates available for sysutils/searchmonkey
Hi! > There are actually three active versions of searchmonkey:- > 1) gSearchmonkey is for Gnome (GTK+) - this is currently at version 0.8.4 > 2) kSearchmonkey is for KDE (Qt) - this is still at version 2.0.0 > 3) jSearchmonkey is a cross-platform JAVA app that is at version 3.2 > > They are all released under GPLv3 and each has been assigned a developer > (currently the kSearchmonkey developer is on paternity leave). > > Is ports flexible enough to allow all three to be made available? There are plenty of Java or GTK ports in the tree, so, yes, that can be done. Please do not underestimate the work required to generate a GTK+ or Java port, if there is none already, it will be a bit of work. -- p...@opsec.eu+49 171 3101372 2 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: Fwd: Updates available for sysutils/searchmonkey
Dear Kurt, Like I said, I am happy to help! :-) Some points that might help:- Previously, FreeBSD has already ported the (older) GTK+ versions (see v0.8.1). Is it possible that this port can be re-used in some way to get up and running quicker? I can supply you with a JAR file that includes all of the dependencies. Using this JAR file on Ubuntu I can get jSearchmonkey running perfectly in just a few (pseudo) lines. For example:- > apt-get install ** > wget ** > jar -jar *searchmonkey-with-dependencies.jar* I know that you guys love to compile the source code but there might be another way? Alternatively, if you have a port of Maven then it should be a doddle to compile the JAVA from source... BR, Adam On 14 March 2018 at 15:23, Kurt Jaeger wrote: > Hi! > > > There are actually three active versions of searchmonkey:- > > 1) gSearchmonkey is for Gnome (GTK+) - this is currently at version > 0.8.4 > > 2) kSearchmonkey is for KDE (Qt) - this is still at version 2.0.0 > > 3) jSearchmonkey is a cross-platform JAVA app that is at version 3.2 > > > > They are all released under GPLv3 and each has been assigned a developer > > (currently the kSearchmonkey developer is on paternity leave). > > > > Is ports flexible enough to allow all three to be made available? > > There are plenty of Java or GTK ports in the tree, so, yes, that > can be done. Please do not underestimate the work required to > generate a GTK+ or Java port, if there is none already, it will be > a bit of work. > > -- > p...@opsec.eu+49 171 3101372 2 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"
nonexistent port update reminder?
This port does not exist anymore. The name is lang/opencoarrays. I think some script needs to be updated. Thanks Anton >From portsc...@freebsd.org Sat Mar 10 09:16:05 2018 >To: >Subject: 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/me...@bris.ac.uk.html > > >Port| Current version | New version >+-+ >lang/OpenCoarrays | 1.8.4 | 2.0.0 >+-+ > > >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: 11.1R, PHP7.2.3: mysqli not loading. What am I missing?
What's happening is that, although I built both apache24 and php72 without any optional flavoring, apache is looking in the thread-safe subtree (-zts) for php modules when it shouldn't be, since it's loading the prefork module,. I've looked, but can't see a switch to turn that off. And php defaults to non-thread-safe, and doesn't appear to have a wayto build for threads other than "force zend thread-safe" when building extensions, which doesn't really seem to take care of the problem, so never the twain shall meet. If there's a switch I'm missing seeing, I hope someone will tell me where to find it, because I'm not seeing it! [Default] On Wed, 14 Mar 2018 08:51:10 -0400, wrote: >from pkg info -x php72: > >=== >mod_php72-7.2.3 >php72-7.2.3 >php72-ctype-7.2.3 >php72-dom-7.2.3 >php72-extensions-1.0 >php72-filter-7.2.3 >php72-gd-7.2.3 >php72-hash-7.2.3 >php72-iconv-7.2.3 >php72-json-7.2.3 >php72-mbstring-7.2.3 >php72-mysqli-7.2.3 >php72-opcache-7.2.3 >php72-openssl-7.2.3 >php72-pdo-7.2.3 >php72-pdo_sqlite-7.2.3 >php72-phar-7.2.3 >php72-posix-7.2.3 >php72-session-7.2.3 >php72-simplexml-7.2.3 >php72-sockets-7.2.3 >php72-sodium-7.2.3 >php72-sqlite3-7.2.3 >php72-tokenizer-7.2.3 >php72-xml-7.2.3 >php72-xmlreader-7.2.3 >php72-xmlwriter-7.2.3 >= > > >from /usr/local/etc/php.ini: >= >;extension=bz2 >;extension=curl >;extension=fileinfo >;extension=gd2 >;extension=gettext >;extension=gmp >;extension=intl >;extension=imap >;extension=interbase >;extension=ldap >;extension=mbstring >;extension=exif ; Must be after mbstring as it depends on it > >extension=mysqli > >;extension=oci8_12c ; Use with Oracle Database 12c InstantClient > >extension=openssl > >;extension=pdo_firebird >;extension=pdo_mysql >;extension=pdo_oci >;extension=pdo_odbc >;extension=pdo_pgsql >;extension=pdo_sqlite >;extension=pgsql >;extension=shmop >== > >Should work, right? > >but from phpinfo: > >libxml ... >mysqlnd ... > > >and when I run a test job > > >Fatal error: Uncaught Error: Call to undefined function >mysqli_connect() >== > >Am I forgetting something? >___ >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@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: 11.1R, PHP7.2.3: mysqli not loading. What am I missing?
Do you have WITH_MPM in your make.conf? # Adam -- Adam Weinberger ad...@adamw.org http://www.adamw.org On 14 Mar, 2018, at 13:46, scratch65...@att.net wrote: What's happening is that, although I built both apache24 and php72 without any optional flavoring, apache is looking in the thread-safe subtree (-zts) for php modules when it shouldn't be, since it's loading the prefork module,. I've looked, but can't see a switch to turn that off. And php defaults to non-thread-safe, and doesn't appear to have a wayto build for threads other than "force zend thread-safe" when building extensions, which doesn't really seem to take care of the problem, so never the twain shall meet. If there's a switch I'm missing seeing, I hope someone will tell me where to find it, because I'm not seeing it! [Default] On Wed, 14 Mar 2018 08:51:10 -0400, wrote: from pkg info -x php72: === mod_php72-7.2.3 php72-7.2.3 php72-ctype-7.2.3 php72-dom-7.2.3 php72-extensions-1.0 php72-filter-7.2.3 php72-gd-7.2.3 php72-hash-7.2.3 php72-iconv-7.2.3 php72-json-7.2.3 php72-mbstring-7.2.3 php72-mysqli-7.2.3 php72-opcache-7.2.3 php72-openssl-7.2.3 php72-pdo-7.2.3 php72-pdo_sqlite-7.2.3 php72-phar-7.2.3 php72-posix-7.2.3 php72-session-7.2.3 php72-simplexml-7.2.3 php72-sockets-7.2.3 php72-sodium-7.2.3 php72-sqlite3-7.2.3 php72-tokenizer-7.2.3 php72-xml-7.2.3 php72-xmlreader-7.2.3 php72-xmlwriter-7.2.3 = from /usr/local/etc/php.ini: = ;extension=bz2 ;extension=curl ;extension=fileinfo ;extension=gd2 ;extension=gettext ;extension=gmp ;extension=intl ;extension=imap ;extension=interbase ;extension=ldap ;extension=mbstring ;extension=exif ; Must be after mbstring as it depends on it extension=mysqli ;extension=oci8_12c ; Use with Oracle Database 12c InstantClient extension=openssl ;extension=pdo_firebird ;extension=pdo_mysql ;extension=pdo_oci ;extension=pdo_odbc ;extension=pdo_pgsql ;extension=pdo_sqlite ;extension=pgsql ;extension=shmop == Should work, right? but from phpinfo: libxml ... mysqlnd ... and when I run a test job Fatal error: Uncaught Error: Call to undefined function mysqli_connect() == Am I forgetting something? ___ 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@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@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: devel/arm-none-eabi-gcc fails to build on 11-stable
On 14 Mar 2018, at 14:46, tech-lists wrote: > > context: > Working Copy Root Path: /usr/ports > URL: https://svn.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: https://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 464450 > > $ uname -KU > 1101509 1101509 > > devel/arm-none-eabi-gcc fails to build: > > gmake[2]: Entering directory > '/usr/ports/devel/arm-none-eabi-gcc/work/.build/gcc' > c++ -c -fbracket-depth=512 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE > -fno-strict-aliasing -fno-exceptions -fno-rtti > -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings > -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild > -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc > -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/build > -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/../include > -I/usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/../libcpp/include > -DLIBICONV_PLUG \ > -o build/genpreds.o > /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/genpreds.c > c++: warning: treating 'c' input as 'c++' when in C++ mode, this > behavior is deprecated [-Wdeprecated] > In file included from > /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/genpreds.c:25: > /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/coretypes.h:62:1: > warning: class 'rtx_def' was previously declared as a struct > [-Wmismatched-tags] > class rtx_def; > ^ > /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/coretypes.h:55:8: > note: previous use is here > struct rtx_def; > ^ > In file included from > /usr/ports/devel/arm-none-eabi-gcc/work/gcc-6.3.0/gcc/genpreds.c:26: > In file included from ./tm.h:17: > ./options.h:5327:3: error: redefinition of enumerator 'OPT_C' > OPT_C = 127, /* -C */ > ^ Try building the port with LANG=C in your environment. If I recall correctly, this was some problem with sed in combination with non-C language settings. -Dimitry signature.asc Description: Message signed with OpenPGP
Re: nonexistent port update reminder?
On Wed, Mar 14, 2018 at 12:41 PM, Anton Shterenlikht wrote: > This port does not exist anymore. > The name is lang/opencoarrays. > I think some script needs to be updated. > > Thanks > > Anton > > >From portsc...@freebsd.org Sat Mar 10 09:16:05 2018 >>To: >>Subject: 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/me...@bris.ac.uk.html >> >> >>Port| Current version | New >>version >>+-+ >>lang/OpenCoarrays | 1.8.4 | 2.0.0 >>+-+ >> >> >>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. >> It looks like a MOVED entry was never added when the port was renamed. I just added one for it, so hopefully the portscout spam will stop. - Jason ___ 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"