aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/linux-c7-fontconfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add missing WWW entriesStefan Eßer2022-09-121-0/+1
| | | | | | | These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
* x11-fonts: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Illarionov <littlesavage@rambler.ru> * Andreas Kohn <andreas@syndrom23.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Ashish Shukla <wahjava@gmail.com> * Babak Farrokhi <babak@farrokhi.net> * Björn König <bkoenig@alpha-tierchen.de> * Brett Taylor * Dave Cottlehuber <dch@skunkwerks.at> * Dejan Lesjak <lesi@FreeBSD.org> * Dennis Herrmann <adox@mcx2.org> * Dominic Marks <dominic.marks@btinternet.com> * Dryice Liu <dryice@liu.com.cn> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eric Anholt <anholt@FreeBSD.org> * Florian Limberger <flo@snakeoilproductions.net> * Guerkan Senguen <gurkan@phys.ethz.ch> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Herbert J. Skuhra <herbert.skuhra@gmx.at> * Horia Racoviceanu <horia@racoviceanu.com> * Ilya A. Arkhipov <rum1cro@yandex.ru> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Lundberg <johalun0@gmail.com> * Jordan Irwin <antumdeluge@gmail.com> * KOMATSU Shinichiro * Kevin Lo <kevlo@FreeBSD.org> * Konstantinos Konstantinidis <kkonstan@daemon.gr> * Koop Mast <kwm@FreeBSD.org> * Kuan-Chung Chiu <buganini@gmail.com> * Leland Wang <llwang@infor.org> * Lowell Gilbert <lgfbsd@be-well.ilk.org> * Manuel Giraud <manuel.giraud@gmail.com> * Marcin Cieslak <saper@SYSTEM.PL> * Masaki TAGAWA <masaki@club.kyutech.ac.jp> * Mateusz Piotrowski <0mp@FreeBSD.org> * Matt Lancereau <matt@rimasec.net> * Matthew Seaman * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Hsin <mhsin@mhsin.org> * Michael Johnson <ahze@FreeBSD.org> * NAKATA, Maho <maho@FreeBSD.org> * Naresh Venkateshappa <nareshov@gmail.com> * Norberto Lopes <nlopes.ml@gmail.com> * Oliver Lehmann <lehmann@ans-netz.de> * Olivier Duchateau <duchateau.olivier@gmail.com> * Pawel Worach * Pedro Giffuni * Pete Fritchman <petef@databits.net> * Piotr Kubaj <pkubaj@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Satoshi TAOKA <taoka@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Winston Weinert <winstonw@lavabit.com> * Yoshihiko Sarumaru <mistral@imasy.or.jp> * Zhihao Yuan <lichray@gmail.com> * arrowd <6yearold@gmail.com> * bf <bf@FreeBSD.org> * dburr@FreeBSD.org * erich@FreeBSD.org * giffunip@asme.org * heiner Eichmann <h.eichmann@gmx.de> * mi@aldan.algebra.com * nork@FreeBSD.org * past@ebs.gr * trevor With hat: portmgr
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* x11-fonts/linux-c7-fontconfig: Add CPE informationBernhard Froehlich2021-09-211-1/+3
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Address some portlint warnings in the Linux infrastructure ports.Tijl Coosemans2019-06-081-3/+3
| | | | | | | | | | Eliminate LINUXNAME from port Makefiles. This was just a helper variable without special meaning outside port Makefiles but several developers have copied it to new ports where it was then unused, apparently thinking that it did have some special meaning. Notes: svn path=/head/; revision=503741
* Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.Tijl Coosemans2019-06-081-1/+1
| | | | | | | This puts all version information together in the port Makefiles. Notes: svn path=/head/; revision=503726
* Update CentOS 7 ports to 7.6.1810.Tijl Coosemans2019-06-081-7/+7
| | | | | | | | | | | | | | | | | | | | | This adds some new ports: converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango. graphics/linux-c7-libglvnd required by graphics/linux-c7-dri. graphics/linux-c7-wayland required by graphics/linux-c7-dri. print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it depends on graphics/linux-c7-png now. Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL Vendor-Neutral Dispatch library) which allows some applications to use Mesa while others use Nvidia OpenGL. The x11/nvidia-driver* ports have been changed so versions above 390.42 now use CentOS libglvnd and no longer install a bundled copy. PR: 229431 Submitted by: pkubaj (partly) Notes: svn path=/head/; revision=503722
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Update Linux CentOS 7 ports to 7.4.1708.Tijl Coosemans2017-10-261-2/+2
| | | | Notes: svn path=/head/; revision=452945
* Generate fontconfig cache on installation. This prevents cache creationTijl Coosemans2017-02-011-6/+3
| | | | | | | in every user's home directory when they first run an X11 Linux program. Notes: svn path=/head/; revision=433087
* Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386Tijl Coosemans2017-01-191-2/+3
| | | | | | | | | | | | | | | packages there are no such packages for 7.3 yet so i386 support has been marked IGNORE for now. Change DIST_SUBDIR to just "centos" so distfiles that remain the same between major versions don't have to be redownloaded. Remove fmake hacks from linux.mk. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=431882
* Add Linux CentOS 7 infrastructure ports.Tijl Coosemans2016-10-191-0/+32
Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886 Notes: svn path=/head/; revision=424259