Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
0.2.2_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.2.2_3 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.2.2_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2.2_3 09 Dec 2020 02:09:21
  |
linimon  |
Mark BROKEN on riscv64 the same as on aarch64.
Obtained from: lonesome.com build testing |
0.2.2_3 31 Mar 2020 23:18:38
  |
sunpoet  |
Update URL |
0.2.2_3 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
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>. |
0.2.2_3 09 Apr 2019 14:04:50
  |
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.2.2_2 01 Aug 2018 16:33:11
  |
adamw  |
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible
to." |
0.2.2_2 30 Nov 2017 06:13:35
  |
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
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 |
0.2.2_2 27 Jun 2017 13:46:53
  |
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
0.2.2_1 31 Jan 2017 03:40:46
  |
linimon  |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket) |
0.2.2_1 08 Nov 2016 19:29:57
  |
linimon  |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
0.2.2_1 08 Nov 2016 08:17:12
  |
linimon  |
Mark as broken on arm64. |
0.2.2_1 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.2.2_1 07 Feb 2016 11:56:26
  |
amdmi3  |
- Add LICENSE
- Switch to options helpers
- Remove unused option |
0.2.2_1 07 Feb 2016 10:14:07
  |
marino  |
graphics/s10sh: USES+= ncurses, link with ncurses over termcap |
0.2.2_1 03 Apr 2015 11:26:50
  |
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
0.2.2_1 15 Aug 2014 22:24:11
  |
adamw  |
Fix build on -current. |
0.2.2_1 23 Jul 2014 13:24:53
  |
adamw  |
Add USES=readline to fix build on -current. |
0.2.2_1 28 Apr 2014 18:21:03
  |
pawel  |
Finish STAGE support |
0.2.2_1 20 Feb 2014 08:40:42
  |
ehaupt  |
Support staging |
0.2.2_1 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.2.2_1 29 Apr 2013 08:57:13
  |
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
0.2.2_1 28 Mar 2013 15:58:39
  |
eadler  |
Quick fix for my previous commit: I had fixed this in the wrong tree. |
28 Mar 2013 15:51:17

|
eadler  |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
0.2.2_1 17 Mar 2013 21:03:18
  |
beech  |
- Fix install
- Convert to OptionsNG
- Bump portrevision
PR: ports/177050
Submitted by: nemysis <nemysis@gmx.ch> |
0.2.2 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
0.2.2 09 Mar 2009 17:15:43
 |
stas  |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
0.2.2 17 Mar 2007 21:32:05
 |
arved  |
Fix build on amd64/ia64 |
0.2.2 05 Sep 2006 04:57:08
 |
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
0.2.2 22 Jan 2006 12:35:18
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.2.2 13 Apr 2005 10:22:22
 |
leeym  |
- update to libusb-0.1.10a
- bump library version to all ports that depends on libusb
PR: 79084
Submitted by: John Reynolds <johnjen@reynoldsnet.org> |
0.2.2 18 Mar 2004 18:55:26
 |
trevor  |
Add size.
Submitted by: John Reynolds (maintainer) |
0.2.2 13 Mar 2004 06:04:36
 |
kris  |
BROKEN on ia64 and amd64: Does not compile |
0.2.2 24 Sep 2003 10:06:48
 |
krion  |
- Update to version 0.2.2
PR: 56750
Submitted by: John Reynolds <johnjen@reynoldsnet.org> (maintainer) |
0.2.1 13 Aug 2003 14:07:46
 |
osa  |
Maintainer's update to 0.2.1
Also save 8 bytes in pkg-plist (use %%DOCSDIR%%) (by osa)
PR: 55520 |
0.2.0_3 21 Feb 2003 12:15:34
 |
knu  |
De-pkg-comment. |
0.2.0_3 08 Dec 2002 23:43:52
 |
joe  |
Use the new version of libusb.
In addition, Kenneth Merry sent in a patch to s10sh which allows
him to operate his camera. The owner of the code doesn't seem to
respond to e-mail, so this functionality has been rolled in with
the local patch that already existed.
PR: ports/46060 |
0.2.0_2 11 Nov 2002 07:59:19
 |
ijliao  |
make it fetchable again
PR: 45171
Submitted by: maintainer |
0.2.0_2 20 Apr 2002 23:04:29
 |
anders  |
Add support for Canon Powershot A20.
PR: 35128
Submitted by: Ken Stailey <kstailey@surfbest.net>
Approved by: maintainer |
23 Feb 2002 14:35:21
    |
vanilla  |
Depends to libusb 0.1.5, and bump version. |
04 Jan 2002 22:41:25
    |
pat  |
Update maintainer's email |
24 Nov 2001 09:23:52
    |
pat  |
Shared lib version bump also enforce use of DOCSDIR |
23 May 2001 08:13:11
    |
ijliao  |
upgrade to 0.2.0 |
04 Mar 2001 17:14:21
    |
mi  |
Fix up the checksum for the patch file. |
02 Mar 2001 18:05:21
    |
mi  |
Add s10sh 0.1.91, Program to interface Canon PowerShot digital cameras over
USB and/or serial connections. |