aboutsummaryrefslogtreecommitdiff
path: root/print/linux-c7-freetype/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)
* print/linux-c7-freetype: Add CPE informationBernhard Froehlich2021-09-021-1/+1
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update Linux CentOS ports to 7.9.2009.Tijl Coosemans2021-03-041-2/+2
| | | | Notes: svn path=/head/; revision=567324
* Update to CentOS 7.7.1908.Tijl Coosemans2019-09-211-1/+2
| | | | | | | | Put libdrm into a separate port so it can be kept at the CentOS 7.6 version. The new version fails to detect graphics hardware on FreeBSD. Notes: svn path=/head/; revision=512486
* Address some portlint warnings in the Linux infrastructure ports.Tijl Coosemans2019-06-081-1/+2
| | | | | | | | | | 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-0/+19
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