| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Zelkin <phantom@FreeBSD.org>
* Andreas Kohout <shanee@rabbit.augusta.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Stuart <elitetek@tekrealm.net>
* Andrey Simonenko
* Andrey Zakhvatov
* Andy Kosela <akosela@andykosela.com>
* Andy Pavlo <amp0928@rit.edu>
* Anton Berezin <tobez@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Attila Nagy <bra@fsn.hu>
* Bjorn Lindstrom <bkhl@elektrubadur.se>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brent J. Nordquist <bjn@visi.com>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chris Costello <chris@FreeBSD.org>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Piazza <cpiazza@FreeBSD.org>
* Chris Stuart <firewolf@lightningfire.net>
* Conrad Sabatier <conrads@home.com>
* Dan Moschuk <dan@FreeBSD.org>
* Daniel B. Hemmerich <dan@spot.org>
* David Johnson <david@usermode.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Dean Hollister <dean@odyssey.apana.org.au>
* Denis Shaposhnikov <dsh@vlink.ru>
* Dereckson <dereckson@gmail.com>
* Dima Dorfman <dima@unixfreak.org>
* Dima Sivachenko
* Dima Sivachenko <dima@chg.ru>
* Dmitry Morozovsky <marck@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Turgeon <ericbsd@FreeBSD.org>
* Evaldas Auryla <ea@zaib.as>
* Filippo Natali <filippo@widestore.net>
* Frank Steinborn <steinex@nognu.de>
* Frederic Culot <culot@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Garrett Wollman <wollman@FreeBSD.org>
* Gea-Suan Lin <gslin@gslin.org>
* Greg Lehey <grog@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Harald Schmalzbauer <freebsd@omnilan.de>
* Harald Wille <harald.wille@students.jku.at>
* Hye-Shik Chang <perky@python.or.kr>
* Igor Pokrovsky <ip@unixway.org>
* J Han <hjh@best.com>
* James Earl <jdearl@telus.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* James Howard <howardj@wam.umd.edu>
* Jeremy Shaffner <jeremy@external.org>
* Jim Mock <jim@FreeBSD.org>
* Joao Carlos Mendes Luis <jonny@jonny.eng.br>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* John Marino <marino@FreeBSD.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Rodriguez <king@v2project.com>
* Julian Stacey <jhs@FreeBSD.org>
* KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
* Kelly Yancey <kbyanc@posi.net>
* Kim Scarborough <user@unknown.nu>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Koop Mast <kwm@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Lars Engels <lars.engels@0x20.net>
* Leland Wang <llwang@infor.org>
* Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
* Maksym Sobolyev <sobomax@pbxpress.it>
* Marc Fonvieille <blackend@FreeBSD.org>
* Marcus Alves Grando <mnag@FreeBSD.org>
* Marie Loise Nolden <loise@kde.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Blapp <mb@imp.ch>
* Martin Neubauer <m.ne@gmx.net>
* Martin Wilke <miwi@FreeBSD.org>
* Mathieu Arnold <m@absolight.net>
* Matt Emmerton <matt@gsicomp.on.ca>
* Matt Mills <matt_mills@btopenworld.com>
* Matthew Seaman
* Matthias Andree <matthias.andree@gmx.de>
* Max Khon <fjoe@FreeBSD.org>
* Maxim Khon <fjoe@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael A. Kohn <mike@mikekohn.net>
* Michael Elbel (me)
* Michael Haro <mharo@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Mikael Urankar <mikael.urankar@gmail.com>
* Mike Smith <msmith@FreeBSD.org>
* Miklos Niedermayer <mico@bsd.hu>
* NECDET COKYAZICI <cokyazici@yahoo.co.uk>
* Naito Yuichiro <naito.yuichiro@gmail.com>
* Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Niek Bergboer <niek@bergboer.net>
* Oleh Hushchenkov <gor@clogic.com.ua>
* Oliver Lehmann <oliver@FreeBSD.org>
* Patrick Li <pat@databits.net>
* Patrick Seal <patseal@hyperhost.net>
* Pav Lucistnik <pav@oook.cz>
* Pete Fritchman <petef@databits.net>
* Peter Pentchev <roam@FreeBSD.org>
* Philip Paeps <philip@FreeBSD.org>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Rainer Hurling <rhurlin@gwdg.de>
* Ralf S. Engelschall <rse@engelschall.com>
* Robert Withrow <witr@rwwa.com>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Rong-En Fan <rafan@FreeBSD.org>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sander Vesik <sander@haldjas.folklore.ee>
* Scot W. Hetzel
* Seamus Venasse <svenasse@polaris.ca>
* Sebastien gioria <gioria@FreeBSD.org>
* Serge Gagnon <gagnon__s@videotron.ca>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey Skvortsov <skv@protey.ru>
* SimaMoto,RyoTa <liangtai.s4@gmail.com>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Slaven Rezic <slaven@rezic.de>
* Stefan Walter <swalter@lettermax.de>
* Stephen Farrell <steve@farrell.org>
* Stephen Hurd <shurd@FreeBSD.org>
* Steve Wills <swills@FreeBSD.org>
* Steven Enderle <enderle@mdn.de>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thomas Gellekum <tg@FreeBSD.org>
* Timothy Bourke <timbob@bigpond.com>
* Ting-Wei Lan <lantw44@gmail.com>
* Tobias Roth <ports@fsck.ch>
* Tom Rhodes <trhodes@FreeBSD.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Blum <torstenb@FreeBSD.org>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Wei-chun Chao
* Wen Heping <wen@FreeBSD.org>
* Willem van Engen <wvengen@stack.nl>
* Wojciech A. Koszek <wkoszek@FreeBSD.org>
* Xavier Beaudouin <kiwi@oav.net>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* Yonatan@Xpert.com
* Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zeus Panchenko <zeus@gnu.org.ua>
* alfred@FreeBSD.org
* bmc@WillsCreek.COM
* chinsan
* cracauer@cons.org "Martin Cracauer"
* dbaker
* dd
* dikshie <dikshie@lapi.itb.ac.id>
* djp
* globalpanic@gmx.net
* gmarco@giovannelli.it
* gpalmer
* hrs, lesi
* igor@zynaps.ru
* ijliao
* itojun@itojun.org
* jmacd
* joerg
* jsellens
* kaz
* king@v2project.com
* marcus
* marcus@FreeBSD.org
* markm
* milki <milki@rescomp.berkeley.edu>
* mnag
* moeding
* mp39590@gmail.com
* mstowe@chicago.us.mensa.org
* olgeni@FreeBSD.org
* osa
* pfg
* ports@c0decafe.net <ports@c0decafe.net>
* roam@FreeBSD.org
* roam@orbitel.bg
* sahne
* sanpei@FreeBSD.org
* sec@42.org
* sf
* shanee@augusta.de
* shipley@dis.org
* stolz@i2.informatik.rwth-aachen.de
* sumikawa@FreeBSD.org
* vanilla
* wosch
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
PR: 251774
Notes:
svn path=/head/; revision=559404
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
Notes:
svn path=/head/; revision=518482
|
|
|
|
|
|
|
|
|
| |
Builds fine on armv7.
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=514671
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Notes:
svn path=/head/; revision=455167
|
|
|
|
|
|
|
|
|
|
|
| |
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=441819
|
|
|
|
|
|
|
| |
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=418826
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Drop unneeded @dirs from plist
Notes:
svn path=/head/; revision=404887
|
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE positioning
- Convert pkg-plist to @dir usage
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=371774
|
|
|
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=361099
|
|
|
|
|
|
|
| |
Approved by: db, skreuzer (mentors)
Notes:
svn path=/head/; revision=358312
|
|
|
|
| |
Notes:
svn path=/head/; revision=357048
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331270
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Notes:
svn path=/head/; revision=308605
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
Notes:
svn path=/head/; revision=278068
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
| |
PR: ports/148970
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Notes:
svn path=/head/; revision=258776
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
| |
PR: 139799
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes:
svn path=/head/; revision=243446
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
|
|
|
|
| |
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
Notes:
svn path=/head/; revision=238752
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove DEPRECATED/EXPIRATION_DATE
- Take maintainership
PR: ports/117136
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes:
svn path=/head/; revision=202072
|
|
|
|
|
|
|
|
|
|
|
| |
- mark port as deprecated
- set expiration date to 2007-11-25
PR: ports/112394
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=191759
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154159
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154114
|
|
|
|
|
|
|
|
|
| |
PR: 90172
Submitted by: maintainer, lioux
Approved by: maintainer
Notes:
svn path=/head/; revision=151568
|
|
|
|
| |
Notes:
svn path=/head/; revision=148902
|
|
information from web pages and stores them for viewing without the need to
connect to the Internet. The viewer allows the user to view television listings
and create customised TV guides by selecting programmes and by building up a
favourites list.
It works with listings for many countries.
WWW: http://freeguide-tv.sf.net/
PR: 88088
Submitted by: Stephen Hurd <shurd@sasktel.net>
Notes:
svn path=/head/; revision=146953
|