Makefile LICENSE options
Is there a list of possible values for LICENSE in port makefiles? I can't find anything in the Porter's Handbook. I'm expecting to find a table that shows how each license should be written, e.g. use 'BSD3CLAUSE' and not '3CALUSEBSD'. signature.asc Description: PGP signature
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/gitolite | 3.6.5 | v3.6.6 +-+ games/xcowsay | 1.3 | 1.4 +-+ 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: ejabberd 16.04 broken on ports
ash...@freebsd.org escribió: ... I am the maintainer. If you like to report something w.r.t. port, I will appreciate if you Cc me in your mail/PR. Understood, 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: Makefile LICENSE options
On Fri, 9 Sep 2016 03:39:51 -0400 Randy Westlund wrote: > Is there a list of possible values for LICENSE in port makefiles? I > can't find anything in the Porter's Handbook. > > I'm expecting to find a table that shows how each license should be > written, e.g. use 'BSD3CLAUSE' and not '3CALUSEBSD'. Look at: /usr/ports/Mk/bsd.licenses.db.mk ___ 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: graphics/jpgraph2 missing fonts?
On 09/07/16 19:31, Andrea Venturoli wrote: Hello. Since I upgraded jpgraph2 to 4.0.1, one of my apps does not work anymore: on the web page I see "The image http://... cannot be displayed because it contains errors.". Looking into http-error.log, I see lots of: PHP Warning: imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT2-Bold.gdf): failed to open stream: No such file or directory in /usr/local/share/jpgraph/gd_image.inc.php on line 95, referer: http:/... Getting no answer, I decided to create a patch and filed a bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212516 bye av. ___ 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: graphics/jpgraph2 missing fonts?
Hi! > > Since I upgraded jpgraph2 to 4.0.1, one of my apps does not work > > anymore: on the web page I see "The image http://... cannot be displayed > > because it contains errors.". > > Looking into http-error.log, I see lots of: > >> PHP Warning: > >> imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT2-Bold.gdf): > >> failed to open stream: No such file or directory in > >> /usr/local/share/jpgraph/gd_image.inc.php on line 95, referer: http:/... > > Getting no answer, I decided to create a patch and filed a bug report: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212516 Problem reports with patches are the best 8-) Committed, thanks! -- p...@opsec.eu+49 171 3101372 4 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: GeForce GTX 750 Ti upgraded to unsupported
On Thu, 8 Sep 2016 15:54:17 -0700 Russell L. Carter wrote: > Greetings, > > Since I upgraded to 11/stable from 10/stable, it appears that my video > card is no longer supported by either nvidia-driver or > nvidia-driver-340: > > 77.208] (WW) NV: Ignoring unsupported device 0x10de1380 (GM107 > [GeForce GTX 750 Ti]) at 01@00:00:0 NV is the xorg nvidia driver, not the proprietary driver from x11/nvidia-driver*. Do you have an xorg.conf that specifies nvidia? You can generate one with nvidia-xconfig from x11/nvidia-xconfig. ___ 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: apache-solr PR: 201455 (I think 212104 blocks usage of apache-solr)
Am 02.09.2016 um 00:08 schrieb Matthias Fechner: > ok, here we go: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212313 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201455 any progress here? Thanks 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: ${INSTALL_DATA} problems
On 8/09/2016 10:47pm, Mathieu Arnold wrote: > Now, I'm seeing something else that is a bad idea, it is using the -o > flag. Ports must build as a regular user. A regular user will not be > able to change the owner of the files. This must be done in the > pkg-plist file, using @owner/@group as described in the Porter's > Handbook: > https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html I've just tried this but ran into some difficulty. Specifically I have a plist which is many hundreds of lines long. There is no way this will be maintained into the future without mistake. So I found in Mk/Uses/drupal.mk, this syntx: PLIST_FILES+= "@owner www" \ "@group www" \ When I added this to my Makefile PLIST_FILES+= "@owner {$SOLR_USER}" \ "@group {$SOLR_GROUP}" \ nothing happened. I really only want one folder installed with the correct permissions, but do I need to move my chmod code into the rc.d startup script instead and tying it into the pkg install? Ari -- --> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A ___ 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"