| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ancient `register' keyword is gone with C++17, drop it from various
places. Also, ISO C99 and later no longer tolerate implicit function
declarations, but the code in question is too convoluted and fragile
to fix properly, so just disable the warning for the time being.
While here, do not hardcode -O2 for release builds (system-provided
compilation flags being correctly upheld) and spell -Wextra correctly
(quoting the GCC docs*, this option used to be called -W; the older
name is still supported, but the newer name is more descriptive).
Reported by: pkg-fallout
*) https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wextra
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---
|
|
|
|
|
|
|
| |
Decloak Q_filelength() which takes a pointer to FILE, not an integer
file descriptor, and optimize away superfluous call thereof.
Reported by: pkg-fallout (clang 15)
|
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Trull <freebsd.alex@trull.org>
* Alexander G. Chetirbock <bock@bock.nnov.ru>
* Alexander Langer <alex@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexander Yerenkow <yerenkow@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alfonso S. Siciliano <alfix86@gmail.com>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Amar Takhar <verm@drunkmonk.net>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Andy Kosela <akosela@andykosela.com>
* Anton Yudin <toha@FreeBSD.org>
* Arjan van Leeuwen <avleeuwen@piwebs.com>
* Ayumi M <ayu@commun.jp>
* Bartosz Fabianowski <freebsd@chillt.de>
* Beech Rintoul <beech@FreeBSD.org>
* Ben Smithurst <ben@scientia.demon.co.uk>
* Bob Bomar <bob@fly.homeunix.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Ceri Davies (ceri@FreeBSD.org)
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Christian Brueffer <chris@unixpages.org>
* Christoph Mallon <christoph.mallon@gmx.de>
* Christopher Preston <rbg@gayteenresource.org>
* Dag-Erling C. Smørgrav <des@FreeBSD.org>
* Daniel J. O'Connor <darius@dons.net.au>
* Daniel O'Connor <darius@dons.net.au>
* Daniel Roethlisberger <daniel@roe.ch>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dave Chapeskie <dchapes@ddm.on.ca>
* Dave Walton <dwalton@acm.org>
* David Siebörger <drs@rucus.ru.ac.za>
* Dmitry Marakasov <amdmi3@FreeBSD.org>
* Dom Mitchell <dom@happygiraffe.net>
* Dominic Fandrey
* Dominic Fandrey <kamikaze@bsdforen.de>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Eckart "Isegrim" Hofmann
* Ed Schouten <ed@fxq.nl>
* Edwin Groothuis
* Edwin Groothuis <edwin@mavetju.org>
* Edwin Mons
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@FreeBSD.org>
* Eric Anholt
* Eric Anholt <anholt@FreeBSD.org>
* Erik Olson <erikolson@olsonexpress.com>
* Filippo Natali <filippo@widestore.net>
* Frank Laszlo <laszlof@freebsdmatrix.net>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fredrik Carlsson <fredrik@wasadata.com>
* FreeBSD GNOME Team <gnome@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gautam Mani <execve@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* Ginzburg Oleg
* GreenDog <fiziologus@gmail.com>
* Gustavo Perez Querol <gustau.perez@gmail.com>
* Göran Runfeldt <goranrunfeldt@home.se>
* HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
* HOTARU-YA <hotaru@tail.net>
* Holger Lamm <holger@eit.uni-kl.de>
* Igor Pokrovsky <ip@doom.homeunix.org>
* Igor Pokrovsky <tiamat@comset.net>
* Igor Pokrovsky <tiamat@telegraph.spb.ru>
* Ilya A. Arhipov <admin@gorodkirov.ru>
* Ilya A. Arkhipov <rum1cro@yandex.ru>
* James FitzGibbon <jfitz@FreeBSD.org>
* James Howard <howardj@wam.umd.edu>
* Jan Jungnickel <jan@jungnickel.com>
* Jan Stocker <Jan.Stocker@t-online.de>
* Janni
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Marc Zucconi <jmz@FreeBSD.org>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeremy <karlj000@unbc.ca>
* Jeremy Chadwick <yoshi@parodius.com>
* Jesse Smith <jessefrgsmith@yahoo.ca>
* Jim Mock <jim@FreeBSD.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joel Sutton <jsutton@bbcon.com.au>
* Joel Sutton <sutton@aardvark.apana.org.au>
* Jordan DeLong <fracture@allusion.net>
* Jordan Irwin <antumdeluge@gmail.com>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
* Josh Tolbert
* Julian Assange
* Juraj Lutter <otis@sk.freebsd.org>
* Kalten <kalten@gmx.at>
* Karsten Brandt <kbrandt@sdf-eu.org>
* Kevin Zheng <kevinz5000@gmail.com>
* Kirill Ponomarew <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Klaus Goger <klaus.goger@reflex.at>
* Koop Mast <kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kuang-che Wu <kcwu@csie.org>
* Kyle Evans <kevans@FreeBSD.org>
* Lars Engels <lars.engels@0x20.net>
* Lars Thegler <lars@thegler.dk>
* Leland Wang <llwang@infor.org>
* Loren M. Lang <lorenl@alzatex.com>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
* Marc van Woerkom <3d@FreeBSD.org>
* Mark Huizer <xaa+ports@timewasters.nl>
* Mark Murray <markm@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Martin Kropfinger
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Martin Tournoij <martin@arp242.net>
* Martin Wilke <miwi@FreeBSD.org>
* Mateusz Piotrowski <0mp@FreeBSD.org>
* Matthew Gibson <mdg583@hotmail.com>
* Matthew Hunt <mph@FreeBSD.org>
* Matthew Hunt <mph@pobox.com>
* Max Khon <fjoe@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxime Henrion <mux@FreeBSD.org>
* Michael Alyn Miller <malyn@strangeGizmo.com>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Nottebrock <lofi@FreeBSD.org>
* Michael Williams <ports@mgwsoftware.com>
* Miguel Mendez <flynn@energyhq.es.eu.org>
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Nick Johnson <freebsd@spatula.net>
* Nicklas Johnson <freebsd@spatula.net>
* Nicola Vitale <nivit@FreeBSD.org>
* Nik Clayton <nik@FreeBSD.org>
* Nikolai Lifanov <lifanov@mail.lifanov.com>
* Oleg Alexeenkov
* Oliver Lehmann <lehmann@ans-netz.de>
* Patrick Li <pat@FreeBSD.org>
* Patrick Li <pat@databits.net>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Peter Dunning
* Peter Pentchev <roam@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Radim Kolar
* Ralf Becker <ralf@akk.org>
* Raymond Pasco <ray@cultofray.net>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Ryo MIYAMOTO
* Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
* Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
* Satoshi Asami <asami@FreeBSD.org>
* Sean Bruno
* Sean Farley <sean-freebsd@farley.org>
* Seiichirou Hiraoka
* Seiichirou Hiraoka <flathill@flathill.gr.jp>
* Sergey Akifyev
* Shaun Amott <shaun@inerd.com>
* Shinya Esu <esu@yk.rim.or.jp>
* Simon Barner <barner@gmx.de>
* Stas Timokhin <devel@stasyan.com>
* Stas Timokhin <stast@bsdportal.ru>
* Stefan Eggers <seggers@semyam.dinoco.de>
* Stefan Esser <se@FreeBSD.org>
* Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
* Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Stefan Zehl <sec@42.org>
* Stephen Hurd <shurd@FreeBSD.org>
* Steve Wills <swills@FreeBSD.org>
* Steven H. Samorodin (samorodi@NUXI.com)
* Steven Wallace <swallace@FreeBSD.org>
* Sugimoto Sadahiro <ixtl@utmc.or.jp>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sven Moeller <smoeller@nichthelfer.de>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas Vogt <thomas.vogt@bsdunix.ch>
* Tobias Gion
* Tobias Rehbein <tobias.rehbein@web.de>
* Toru YANO <toru@s-fine.co.jp>
* Travis Poppe <tlp@liquidx.org>
* UMENO Takashi
* UMENO Takashi <umeno@rr.iij4u.or.jp>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Vasily Postnicov <shamaz.mazum@gmail.com>
* Vladimir Kondratiev <wulf@cicgroup.ru>
* Will Andrews <andrews@technologist.com>
* Wouter Reckman <gennerate@zonnet.nl>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yinghong Liu <relaxbsd@gmail.com>
* Yinghong.Liu <relaxbsd@gmail.com>
* Yonatan <onatan@gmail.com>
* Yuichi Narahara
* Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
* Yuri Victorovich <yuri@rawbw.com>
* aaron@FreeBSD.org
* ada@bsd.org
* alepulver
* arved
* asami
* ayu <ayunyan@gmail.com>
* benlutz@datacomm.ch
* buratello@easy.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chris_pressey@yahoo.ca
* driedfruit
* edwin@mavetju.org
* eivind
* elfrink@introcom.nl
* erich@FreeBSD.org
* ericyu@mail2000.com.tw
* glewis@FreeBSD.org
* gmarco@giovannelli.it
* gurkan@phys.ethz.ch
* ijliao
* issei <issei@jp.FreeBSD.org>
* jamie
* janek
* janos.mohacsi@bsd.hu
* jkh
* jmacd
* jmz
* joerg
* joerg@FreeBSD.org
* johans
* johnh@isi.edu
* jseger@scds.com
* krion@FreeBSD.org
* kris@FreeBSD.org
* lightside <lightside@gmx.com>
* loader <loader@freebsdmall.com>
* marina@surferz.net
* markand
* markm
* mdodd
* mek
* michael johnson <ahze@ahze.net>
* minter@lunenburg.org
* nbm
* neuroworker@gmail.com
* nox@jelal.kn-bremen.de
* pat@databits.net
* petef@FreeBSD.org
* pgs (original)
* proff
* pypt
* refugee
* roam@FreeBSD.org
* se
* searle
* sec@42.org
* simonm@dcs.gla.ac.uk
* steve farrell
* swallace
* thierry@pompo.net
* tmartin@andrew.cmu.edu
* verm@drunkmonk.net
* will
* xaa@stack.nl
With hat: portmgr
|
|
|
|
|
|
|
|
| |
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
|
|
|
|
| |
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=553100
|
|
|
|
|
|
|
|
|
|
| |
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10).
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=552406
|
|
|
|
|
|
|
| |
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Notes:
svn path=/head/; revision=536497
|
|
|
|
| |
Notes:
svn path=/head/; revision=536496
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=528376
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=526925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
Obtained from: games/netradiant (r504802)
Notes:
svn path=/head/; revision=505014
|
|
|
|
|
|
|
|
|
|
| |
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run
Notes:
svn path=/head/; revision=500752
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from plugins/archivepak/plugin.cpp:24:
In file included from include/iarchive.h:25:
In file included from /usr/include/c++/v1/cstddef:38:
include/version:1:1: error: expected unqualified-id
1.5.0
^
PR: 236192
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=494556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, GCC needed an additional include.
While here, pet portlint.
PR: 232003
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=484217
|
|
|
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
Notes:
svn path=/head/; revision=456050
|
|
|
|
|
|
|
|
| |
PR: 214650
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=427115
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=426084
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
network library (libs/l_net) defines its own struct sockaddr_s, which
has single ``short sa_family'' field instead of ``unsigned char sa_len''
and ``sa_family_t sa_family'' of struct sockaddr; this, in turn, causes
problems when sockaddr_s objects bogusly used as sockaddr ones, e.g.:
connect(4, { sa_len = 2, sa_family = 0, ...) ERR#47 'Address family
not supported by protocol family'
- Fix missing main window icon by calling pixbuf_new_from_file_with_mask()
with correct filepath
- Since these changes are likely to improve GtkRadiant user's experience,
tentatively bump port revision
- Fix comment indentation in `radiant/treemodel.cpp' (broken in r384527)
Notes:
svn path=/head/; revision=384550
|
|
|
|
|
|
|
|
|
|
| |
- Drop @dirrm* from plist
- Add empty directories to plist
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384527
|
|
|
|
| |
Notes:
svn path=/head/; revision=384241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clang insists that reference cannot be bound to dereferenced null pointer
in well-defined C++ code (that is correct) and evaluates comparisons like
&foo == 0 to false, which breaks GtkRadiant; "fix" this with a dirty hack
by casting those "bad" references to a local volatile int variable
- Remove no longer required and no-op -lpthread vs. -pthread patch hunk
- Report operating system and correct compiler version in the About dialog
- When fixing annoying "GtkSpinButton: setting an adjustment with non-zero
page size is deprecated" warnings, replace find(1) with grep(1) to narrow
down initial search results and, subsequently, sed(1) furiousness
- Omit port revision bump as the port was BROKEN for quite some time
Notes:
svn path=/head/; revision=384239
|
|
|
|
| |
Notes:
svn path=/head/; revision=375652
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371287
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=355518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes:
svn path=/head/; revision=351411
|
|
|
|
| |
Notes:
svn path=/head/; revision=347760
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=346610
|
|
|
|
|
|
|
|
|
|
| |
build on amd64 (tested on MacBookPro6,2)
- Unify the usage of pre/do-install targets in both ports and stagify them
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=336548
|
|
|
|
|
|
|
| |
games)
Notes:
svn path=/head/; revision=327730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=327078
|
|
|
|
|
|
|
|
|
| |
in the port description
- While here, fix annoying warnings of "GtkSpinButton: setting an adjustment
with non-zero page size is deprecated"
Notes:
svn path=/head/; revision=326505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the LINKFLAGS, otherwise we get this:
/usr/bin/ld: invalid DSO for symbol `g_signal_connect_data' definition
/usr/local/lib/libgobject-2.0.so.0: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (...)
scons: *** [build/release/radiant.cpu] Error 1
- Replace PTHREAD_LIBS variable with '-pthread' and tidy up some superfluous
LOCALBASE-related assignments while here (leftovers from X11BASE era)
Notes:
svn path=/head/; revision=326470
|
|
|
|
|
|
|
|
|
|
|
| |
- Get rid of bogus dependency on devel/py-subversion
- Modernize LIB_DEPENDS syntax, copy files with -a
- Add an explicit dependency on pkgconfig
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=326412
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Notes:
svn path=/head/; revision=313633
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=276993
|
|
|
|
| |
Notes:
svn path=/head/; revision=267479
|
|
|
|
| |
Notes:
svn path=/head/; revision=267462
|