| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This puts all version information together in the port Makefiles.
Notes:
svn path=/head/; revision=503726
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
| |
Notes:
svn path=/head/; revision=452945
|
|
|
|
|
|
|
| |
in every user's home directory when they first run an X11 Linux program.
Notes:
svn path=/head/; revision=433087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|