| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
2025-07-31 finance/libstocks: Abandoned upstream, last release in 2000
|
| |
|
|
|
|
|
| |
Abandoned upstream, last release in 2000
PR: 286932
Approved by: maintainer timeout, 2+ weeks
|
| |
|
|
| |
PR: 278267
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the
ports tree through some mechanism, e.g. an option in a port.
Some ports were picking up variables from Poudriere make.conf and
required fixes:
- astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV.
- games/zhlt: Add ARCH to MAKE_ENV.
- graphics/tachyon: Upstream ARCH is not ports tree ARCH.
Set ALL_TARGET=bsd so upstream ARCH is defined correctly.
Enable multi-threading support while here.
PR: 277455
Exp-run by: antoine
|
| |
|
|
|
|
|
|
| |
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
|
| |
|
|
|
|
|
|
|
|
| |
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:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Christopher Boumenot <boumenot@gmail.com>
* David Naylor <naylor.b.david@gmail.com>
* Dermot Tynan <dtynan@kalopa.com>
* Dorit Rottner (<rottner@punkt.de>)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Glenn Johnson <glennpj@charter.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janky Jay <ek@purplehat.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Reifenberger <mr@freebsd.org>
* Mikhail T. <m.tsatsenko@gmail.com>
* Mikhail Teterin
* Neil Booth
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qian Jin <eric.siroh@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey Skvortsov <skv@protey.ru>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Trevor Caira <trevor@bitba.se>
* Vick Khera <vivek@khera.org>
* Vivek Khera <vivek@khera.org>
* Wen Heping <wen@FreeBSD.org>
* Wen heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* anarcat@anarcat.ath.cx
* chinsan
* courou <courou@users.sourceforge.net>
* ijliao
* lth@FreeBSD.org
* wcarey
* will
With hat: portmgr
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Notes:
svn path=/head/; revision=518434
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=371564
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a GNU grep specific switch that was disabled in March 2010
(~version 2.6) and finally removed in version 2.17 (Feb 2014). It's
still supported in the base grep, but the man page talks about possible
core dumps. DragonFly has grep v2.20 in base now and the port stopped
building. Just remove the deprecated/EOL'd option.
Notes:
svn path=/head/; revision=371390
|
| |
|
|
| |
Notes:
svn path=/head/; revision=363226
|
| |
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
| |
|
|
|
|
|
| |
- Convert to options
Notes:
svn path=/head/; revision=357167
|
| |
|
|
| |
Notes:
svn path=/head/; revision=356866
|
| |
|
|
|
|
|
| |
finance)
Notes:
svn path=/head/; revision=327727
|
| |
|
|
|
|
|
| |
This fixes build on current
Notes:
svn path=/head/; revision=318993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=317347
|
| |
|
|
| |
Notes:
svn path=/head/; revision=271305
|
| |
|
|
|
|
|
| |
starting with E,F
Notes:
svn path=/head/; revision=240069
|
| |
|
|
| |
Notes:
svn path=/head/; revision=183411
|
| |
|
|
| |
Notes:
svn path=/head/; revision=161557
|
| |
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154146
|
| |
|
|
|
|
|
| |
Reported by: Jeff Mohney
Notes:
svn path=/head/; revision=133456
|
| |
|
|
| |
Notes:
svn path=/head/; revision=105747
|
| |
|
|
|
|
|
|
|
|
| |
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=98816
|
| |
|
|
|
|
|
|
| |
PR: ports/56259 (ports/39102)
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=90196
|
| |
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
| |
|
|
|
|
|
| |
behind by explicitly giving "" to -i -- why is that not a default, I wonder.
Notes:
svn path=/head/; revision=61706
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61358
|
| |
|
|
|
|
|
| |
Submitted by: fenner's build log
Notes:
svn path=/head/; revision=53722
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52767
|
|
|
It comes with a CLI client and the Siag Office can be built to
interface with it.
Notes:
svn path=/head/; revision=52747
|