| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Noticed by: arrowd
MFH: 2024Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang 19 has become more strict about initialization with undefined
behavior, resulting in errors similar to:
./SimpleModule.h:126:40: error: in-class initializer for static data member is not a constant expression
126 | static const int kMinSignedValue = -1 << kScaleBits;
| ~~~^~~~~~~~~~~~~
./SimpleModule.h:176:22: note: in instantiation of template class 'signConverter<kInt8>' requested here
176 | transform<typename signConverter<Format>::signedToUnsigned>(src, dst, count);
| ^
./SimpleModule.h:183:5: note: in instantiation of function template specialization 'ConvertSign::convertSignedToUnsigned<kInt8>' requested here
183 | convertSignedToUnsigned<kInt8>(src, dst, count);
| ^
This is because left-shifting negative values is undefined. Replace -1
with ~0u which results in the expected value.
While here, add a few other patches to remove warnings about undefined
left-shifts, and add support for the "make test" target.
PR: 281477
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
| |
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
| |
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac
PR: 206888
Submitted by: jkim
Approved by: portmgr blanket, maintainer timeout (6 months)
Notes:
svn path=/head/; revision=419068
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
Notes:
svn path=/head/; revision=393429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=364211
|
|
|
|
| |
Notes:
svn path=/head/; revision=351997
|
|
|
|
|
|
|
|
|
|
| |
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify.
Notes:
svn path=/head/; revision=333231
|
|
|
|
|
|
|
| |
Exp-run by: bdrewery
Notes:
svn path=/head/; revision=328096
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314640
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: portmgr
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=284139
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=254790
|
|
|
|
|
|
|
|
| |
Submitted by: Grzegorz Blach <magik@roorback.net>
Feature safe: yes
Notes:
svn path=/head/; revision=241544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
| |
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Notes:
svn path=/head/; revision=227416
|
|
|
|
| |
Notes:
svn path=/head/; revision=183519
|
|
|
|
|
|
|
| |
Found by: portlint (cports.sh)
Notes:
svn path=/head/; revision=176397
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
|
|
|
| |
Reported by: http://endif.cjb.net/~end/ports-www-err-sorted.txt
Notes:
svn path=/head/; revision=104471
|
|
|
|
| |
Notes:
svn path=/head/; revision=103161
|
|
|
|
| |
Notes:
svn path=/head/; revision=96376
|
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes:
svn path=/head/; revision=90729
|
|
|
|
|
|
|
| |
Reported by: FreshPorts
Notes:
svn path=/head/; revision=90153
|
|
|
|
|
|
|
| |
Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes:
svn path=/head/; revision=90151
|
|
|
|
| |
Notes:
svn path=/head/; revision=89593
|
|
|
|
| |
Notes:
svn path=/head/; revision=86356
|
|
|
|
| |
Notes:
svn path=/head/; revision=83119
|
|
|
|
| |
Notes:
svn path=/head/; revision=83115
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
| |
Changed MASTER_SITE_SUBDIR, it's /audiofile, not /libaudiofile.
Noticed by: portsurvey
Notes:
svn path=/head/; revision=71865
|
|
|
|
|
|
|
|
| |
PR: 43138
Submitted by: Randy Primeaux <randy@cloudfactory.org>
Notes:
svn path=/head/; revision=66875
|
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
| |
Notes:
svn path=/head/; revision=62815
|
|
|
|
| |
Notes:
svn path=/head/; revision=54996
|