| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: Future Crew, LLC
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
---
|
|
|
|
|
|
|
|
|
|
| |
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:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexander Yerenkow <yerenkow@gmail.com>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anes Mukhametov <anes@anes.su>
* Anthony Ginepro <anthony.ginepro@laposte.net>
* Anton Yuzhaninov <citrin@citrin.ru>
* Aragon Gouveia <aragon@phat.za.net>
* Ashish SHUKLA <wahjava@gmail.com>
* Ayumi M <ayu@commun.jp>
* Ayumi Mitsui <ayu@commun.jp>
* Bartoletti <lbartoletti@FreeBSD.org>
* Bernard Spil <brnrd@FreeBSD.org>
* Bill Fenner <fenner@FreeBSD.org>
* Brad Walker <tha_walka@hotmail.com>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Byung-Hee HWANG <bh@izb.knu.ac.kr>
* Carey Jones <mcj@acquiesce.org>
* Carlos J. Puga Medina <cpm@FreeBSD.org>
* Cezary Morga <cm@therek.net>
* Chao Shin <quakelee@cn.freebsd.org>
* Charles Mercadal <mercadal@diablonet.net>
* Chia-liang Kao <clkao@CirX.ORG>
* Chip Marshall <chip@eboai.org>
* Choi Jun Ho <junker@moderato.snu.ac.kr>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christian Laursen <xi@borderworlds.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Daniel Menelkir <dmenelkir@gmail.com>
* Daniel O'Connor
* David Bushong <david@bushong.net>
* David Le Brun <david@dyn-ns.net>
* David MacKenzie <djm@pix.net>
* David Naylor <dbn@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David Yeske <dyeske@gmail.com>
* Denise H. G. <darcsis@gmail.com>
* Dennis Herrmann <adox@mcx2.org>
* Dennis Herrmann <dhn@FreeBSD.org>
* Devon Ryan <dpryan@dpryan.com>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
* Dominic Mitchell <dom@happygiraffe.net>
* Dominique Goncalves <dominique.goncalves@gmail.com>
* Dryice Liu <dryice@dryice.name>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Anholt <anholt@FreeBSD.org>
* Erik Cederstrand <erich@FreeBSD.org>
* Francisco Gomez <francisco@gomezmarin.com>
* Frank Laszlo <laszlof@vonostingroup.com>
* František Dvořák <valtri@civ.zcu.cz>
* Fraser Tweedale <frase@frase.id.au>
* Gabor Kovesdan
* Gabor Zahemszky <Gabor@Zahemszky.HU>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gea-Suan Lin <gslin@gslin.org>
* Gennady Sorokopud <gena@NetVision.net.il>
* George Reid <greid@FreeBSD.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Goran Mekić <meka@tilda.center>
* Grzegorz Blach <gblach@FreeBSD.org>
* Gustau Perez <gustau.perez@gmail.com>
* Hans Petter Selasky <hselasky@FreeBSD.org>
* Hans Petter Selasky <hselasky@freebsd.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* Jamie Heckford <jamie@blackhole.net>
* Jean-Marc Zucconi <jmz@FreeBSD.org>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jerry Eriksson <jerry@freebsd.se>
* Jim Mock <jim@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joao Carlos Mendes Luis <jonny@jonny.eng.br>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* John Hixson <jhixson@FreeBSD.org>
* John Hixson <john@pcbsd.org>
* Jonathan Lennox <lennox@cs.columbia.edu>
* Joris Vandalon <joris@vandalon.nl>
* Juha Erkkilä <erkkila@cc.jyu.fi>
* Juha Nygard <juha.nygard1@netikka.fi>
* Kawaguti Ginga <ginga@athena.club.ne.jp>
* Kengo Ichiki <kichiki@users.sourceforge.net>
* Koine Yuusuke(koinec) <koinec@users.osdn.me>
* Konstantinos Konstantinidis <kkonstan@daemon.gr>
* Koop Mast <kwm@FreeBSD.org>
* Lars Engels <lars.engels@0x20.net>
* Lars Engels <lme@FreeBSD.org>
* Lars Thegler <lth@FreeBSD.org>
* Leo Kim <leo@florida.sarang.net>
* Liam J. Foy <liamfoy@sepulcrum.org>
* Manuel Creach <manuel.creach@icloud.com>
* Marc van Woerkom <3d@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Kane <mark@mkproductions.org>
* Mark Pulford <mark@kyne.com.au>
* Mark Reidel <ports@mark.reidel.info>
* Mark Reidel <ports@mark.reidle.info>
* Martin Blapp <mbr@FreeBSD.org>
* Martin Dieringer <Martin.Dieringer@t-online.de>
* Martin Kraft <martin.kraft@fal.de>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Masanori Kiriake <seiken@nbs.co.jp>
* Mathew Kanner <mat@hak.cnd.mcgill.ca>
* Matt Tosto <datahead4@gmail.com>
* Matthias Andree <matthias.andree@gmx.de>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Beer <beerml@sigma6audio.de>
* Michael Haro <mharo@area51.fremont.ca.us>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Nottebrock <michaelnottebrock@gmx.net>
* Michael Vasilenko <acid@stu.cn.ua>
* Mike Makonnen <mtm@identd.net>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Mykola Dzham <i@levsha.me>
* Nadelyaev Stanislav <funkblaster@n11.bmstu.ru>
* Necati Ersen SISECI <siseci@enderunix.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nicolas Herry <nicolasherry@gmail.com>
* Oliver Breuninger <ob@breuninger.org>
* Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Duchateau
* Oyvind Moll <oyvindmo@initio.no>
* Pav Lucistnik <pav@FreeBSD.org>
* Pav Lucistnik <pav@oook.cz>
* Peter Pentchev <roam@FreeBSD.org>
* Philip Paeps <philip@paeps.cx>
* Philippe Audeoud <jadawin@tuxaco.net>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Kubaj <emulation@FreeBSD.org$
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Putrya Statislav
* Rahul Siddharthan <rsidd@online.fr>
* Rich Neese <r.neese@gmail.com>
* Richard Neese
* Rob Zinkov <rzinkov@gmail.com>
* Romain Tartiere <romain@blogreen.org>
* Romain Tartière <romain@blogreen.org>
* Roman Bogorodskiy
* Roman Shterenzon <roman@xpert.com>
* Sander Janssen <janssen@rendo.dekooi.nl>
* Sascha Klauder <sklauder@trimind.de>
* Satoshi Taoka <taoka@FreeBSD.org>
* Sean McGovern <sean@sfarc.net>
* Sergey Akifyev <asa@gascom.ru>
* Seth Kingsley <sethk@osd.bsdi.com>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Barner <barner@gmx.de>
* Stas Timokhin <stast@bsdportal.ru>
* Stefan Ehmann <shoesoft@gmx.net>
* Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Stefan Zehl <sec@42.org>
* Stepan Zastupov [RedChrom] <redchrom@gmail.com>
* Steve Wills <swills@FreeBSD.org>
* Sue Blake <sue@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com>
* Tatsuki Makino <tatsuki_makino@hotmail.com>
* The Anarcat <anarcat@anarcat.dyndns.org>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas M. Hermann <tmh.public@gmail.com>
* Thomas Runge <runge@rostock.zgdv.de>
* Thomas Zander <riggs@FreeBSD.org>
* Tilman Linneweh <arved@FreeBSD.org>
* Tim Bishop <tdb@FreeBSD.org>
* Timothy Beyer <beyert@cs.ucr.edu>
* Tobias Rehbein <tobias.rehbein@web.de>
* Tyler Spivey
* Ulrich Spoerlein <q@uni.de>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vincent Tantardini <vinc@FreeBSD-fr.org>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yanhui Shen <shen.elf@gmail.com>
* Yar Tikhiy <yar@FreeBSD.org>
* Yar Tikhiy <yar@comp.chem.msu.su>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoichi Asai <yatt@luna2.org>
* Yoichi Asai <yatt@msc.biglobe.ne.jp>
* Yoshiaki Uchikawa
* Yoshihide SONODA <ysonoda@dontaku.csce.kyushu-u.ac.jp>
* Yuri Victorovich
* Yuri Victorovich <yuri@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Zurflu <zach@pabst.bendnet.com>
* Zane C. Bowers
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zhihao Yuan <lichray@gmail.com>
* ache
* arved
* chinsan
* chinsan <chinsan.tw@gmail.com>
* ericb@thedeepsky.com
* erich@FreeBSD.org
* faulkner@mpd.tandem.com
* gahr
* greg
* hrkfrd@googlemail.com
* ijliao
* janek@gaja.ipan.lublin.pl
* jkh
* jockl <jockl@pianojockl.org>
* kbyanc@posi.net
* kwm@rainbow-runner.nl
* lazyklimm <lazyklimm@gmail.com>
* leo
* lx
* mahonmesr@googlemail.com
* marius nuennerich
* mathias.picker@gmx.de
* michael johnson <ahze@ahze.net>
* michaelnottebrock@gmx.net and lioux@FreeBSD.org
* mtm@identd.net
* nemysis <nemysis@gmx.ch>
* nork@FreeBSD.org
* nox@jelal.kn-bremen.de
* numisemis at yahoo dot com
* patrick
* pjm <pierrejacqes.mimifir@gmail.com>
* pozar
* pst
* r.neese
* rene@FreeBSD.org (repocopied from audio/py-mpd)
* sethk
* shanee@augusta.de
* sobomax
* squell@alumina.nl
* swallace
* t.vanklaveren@student.utwente.nl
* torstenb
* trasz <trasz@FreeBSD.org
* trasz <trasz@pin.if.uz.zgora.pl>
* trevor
* ugen
* will
* yoshiaki Uchikawa
With hat: portmgr
|
|
|
|
|
|
|
|
| |
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=557269
|
|
|
|
|
|
|
|
|
| |
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
Notes:
svn path=/head/; revision=550824
|
|
|
|
| |
Notes:
svn path=/head/; revision=517560
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/magnush/mhwaveedit/pull/13)
- Add missing USES=gnome
PR: 240596
Reported by: jbeich@FreeBSD.org
Notes:
svn path=/head/; revision=512190
|
|
|
|
|
|
|
| |
remove esound options where it is possible to
Notes:
svn path=/head/; revision=493867
|
|
|
|
| |
Notes:
svn path=/head/; revision=481944
|
|
|
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes:
svn path=/head/; revision=441395
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Switch to normal pkg-plist
- Make NLS support optional
Notes:
svn path=/head/; revision=415796
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
| |
Notes:
svn path=/head/; revision=403676
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
Notes:
svn path=/head/; revision=387982
|
|
|
|
|
|
|
|
|
| |
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
Notes:
svn path=/head/; revision=377845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=371054
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.4.23
- Use options ng helpers
PR: 191091
Submitted by: tkato432 yahoo com
Notes:
svn path=/head/; revision=358299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357526
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357139
|
|
|
|
|
|
|
|
|
|
| |
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=353702
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331267
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
| |
Notes:
svn path=/head/; revision=325657
|
|
|
|
| |
Notes:
svn path=/head/; revision=323767
|
|
|
|
|
|
|
| |
- New OPTIONS, new head
Notes:
svn path=/head/; revision=310084
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
Notes:
svn path=/head/; revision=291667
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=274330
|
|
|
|
|
|
|
|
|
|
| |
- Add suport to pulseaudio
PR: ports/150595
Submitted by: amdmi3@
Notes:
svn path=/head/; revision=274194
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=260280
|
|
|
|
| |
Notes:
svn path=/head/; revision=258224
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=251337
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=249142
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=244870
|