aboutsummaryrefslogtreecommitdiff
path: root/graphics/s10sh
Commit message (Collapse)AuthorAgeFilesLines
* Update URLSunpoet Po-Chuan Hsieh2020-03-311-1/+1
| | | | Notes: svn path=/head/; revision=530173
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+1
| | | | | | | | | | | | | | 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
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-3/+3
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | 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
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=444463
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Mark as broken on arm64.Mark Linimon2016-11-081-0/+2
| | | | Notes: svn path=/head/; revision=425702
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Add LICENSEDmitry Marakasov2016-02-071-2/+7
| | | | | | | | - Switch to options helpers - Remove unused option Notes: svn path=/head/; revision=408383
* graphics/s10sh: USES+= ncurses, link with ncurses over termcapJohn Marino2016-02-072-2/+2
| | | | Notes: svn path=/head/; revision=408361
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-7/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=383107
* Fix build on -current.Adam Weinberger2014-08-152-3/+3
| | | | Notes: svn path=/head/; revision=365061
* Add USES=readline to fix build on -current.Adam Weinberger2014-07-231-0/+2
| | | | Notes: svn path=/head/; revision=362689
* Finish STAGE supportPawel Pekala2014-04-281-5/+1
| | | | Notes: svn path=/head/; revision=352539
* Support stagingEmanuel Haupt2014-02-201-8/+4
| | | | Notes: svn path=/head/; revision=345189
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=316786
* Quick fix for my previous commit: I had fixed this in the wrong tree.Eitan Adler2013-03-281-1/+1
| | | | Notes: svn path=/head/; revision=315476
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-9/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* - Fix installBeech Rintoul2013-03-173-15/+19
| | | | | | | | | | | - Convert to OptionsNG - Bump portrevision PR: ports/177050 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=314496
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-092-6/+12
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* Fix build on amd64/ia64Tilman Keskinoz2007-03-172-4/+12
| | | | Notes: svn path=/head/; revision=187600
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172271
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - update to libusb-0.1.10aYen-Ming Lee2005-04-131-1/+1
| | | | | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org> Notes: svn path=/head/; revision=133226
* Add size.Trevor Johnson2004-03-181-0/+1
| | | | | | | Submitted by: John Reynolds (maintainer) Notes: svn path=/head/; revision=104522
* BROKEN on ia64 and amd64: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103846
* - Update to version 0.2.2Kirill Ponomarev2003-09-242-3/+3
| | | | | | | | PR: 56750 Submitted by: John Reynolds <johnjen@reynoldsnet.org> (maintainer) Notes: svn path=/head/; revision=89178
* Maintainer's update to 0.2.1Sergey A. Osokin2003-08-136-72/+16
| | | | | | | | | Also save 8 bytes in pkg-plist (use %%DOCSDIR%%) (by osa) PR: 55520 Notes: svn path=/head/; revision=86892
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Use the new version of libusb.Josef Karthauser2002-12-084-7/+35
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71445
* make it fetchable againYing-Chieh Liao2002-11-111-1/+3
| | | | | | | | PR: 45171 Submitted by: maintainer Notes: svn path=/head/; revision=69879
* Add support for Canon Powershot A20.Anders Nordby2002-04-203-0/+33
| | | | | | | | | PR: 35128 Submitted by: Ken Stailey <kstailey@surfbest.net> Approved by: maintainer Notes: svn path=/head/; revision=57943
* Depends to libusb 0.1.5, and bump version.Vanilla I. Shu2002-02-231-2/+2
| | | | | | | | PR: ports/35233 Submitted by: maintainer Notes: svn path=/head/; revision=55132
* Update maintainer's emailPatrick Li2002-01-041-2/+2
| | | | | | | | PR: 33555 Submitted by: maintainer Notes: svn path=/head/; revision=52575
* Shared lib version bump also enforce use of DOCSDIRPatrick Li2001-11-243-7/+7
| | | | | | | | PR: 32246 Submitted by: maintainer Notes: svn path=/head/; revision=50466
* upgrade to 0.2.0Ying-Chieh Liao2001-05-232-8/+2
| | | | | | | | PR: 27221 Submitted by: maintainer Notes: svn path=/head/; revision=42963
* Fix up the checksum for the patch file.Mikhail Teterin2001-03-041-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=39045
* Add s10sh 0.1.91,Mikhail Teterin2001-03-026-0/+80
Program to interface Canon PowerShot digital cameras over USB and/or serial connections. PR: 25471 Submitted by: John Reynolds <jjreynold@home.com> Notes: svn path=/head/; revision=38991