aboutsummaryrefslogtreecommitdiff
path: root/sysutils/passwordsafe
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5Yuri Victorovich2021-04-161-0/+1
| | | | | | Bump 43 ports that either depend on wxgtk31 or potentially depend on it. Reported by: portscout
* sysutils/passwordsafe: fix build on powerpc64lePiotr Kubaj2021-04-141-5/+8
| | | | powerpc64le is little endian.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/passwordsafe: Add missing cURL LIB_DEPENDSBernard Spil2021-03-211-1/+2
| | | | Notes: svn path=/head/; revision=568914
* sysutils/passwordsafe: Update to 1.12.0Bernard Spil2021-03-144-41/+15
| | | | Notes: svn path=/head/; revision=568411
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-171-1/+1
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* sysutils/passwordsafe: fix build on powerpc64 elfv2Piotr Kubaj2020-03-231-1/+9
| | | | | | | | Switch to GCC on powerpc64, due to (already reported upstream) clang bug: Assertion failed: (CAT && "unexpected type for array initializer"), function VisitCXXNewExpr, file /poudriere/jails/powerpc64-head/usr/src/contrib/llvm-project/clang/lib/AST/ExprConstant.cpp, line 8690. Notes: svn path=/head/; revision=528967
* Add USES=xorg USES=gl, ports categories sNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516988
* Add file missed in r497148.Mark Linimon2019-10-031-0/+11
| | | | | | | | | | | Pointyhat to: linimon PR: 236799 Submitted by: pkubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=513735
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Add USES=compiler:c++11-lang, this port adds -std=c++11 to CPPFLAGS.Mark Linimon2019-03-292-5/+18
| | | | | | | | | | | | | | | | | Don't add --stdlib=libc++ to CXXFLAGS, Clang uses it by default and GCC can't use libc++. Don't set CC, CXX, CPP, those are set by the ports tree. Add a define for __ppc__. While here, pet portlint. PR: 236799 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497148
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-0/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-7/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* sysutils/passwordsafe: Update to 1.03BETABernard Spil2017-12-113-5/+32
| | | | | | | - Adds QR-code feature Notes: svn path=/head/; revision=455928
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-1/+1
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* sysutils/passwordsafe: Fix build with wx 3.0.3.1Bernard Spil2017-11-201-0/+20
| | | | | | | | PR: 223757 Submitted by: rozhuk im gmail.com Notes: svn path=/head/; revision=454537
* sysutils/passwordsafe: Add missing patch for YubikeyBernard Spil2017-09-261-0/+11
| | | | Notes: svn path=/head/; revision=450693
* sysutils/passwordsafe:Add Yubikey supportBernard Spil2017-09-172-9/+12
| | | | | | | - Update to 1.02.1beta while here Notes: svn path=/head/; revision=449990
* Update to 3.2.0Sunpoet Po-Chuan Hsieh2017-09-021-1/+2
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395 Notes: svn path=/head/; revision=449138
* Also fails the exact same way on aarch64 as armv6.Mark Linimon2017-06-211-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444080
* sysutils/passwordsafe: Update to 1.02BETABernard Spil2017-06-104-58/+4
| | | | | | | | - Update to 1.02BETA - Remove upstreamed patches Notes: svn path=/head/; revision=443118
* Mark some ports failing on armv6, for errors classified as "???",Mark Linimon2017-05-271-0/+3
| | | | | | | | | | | part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441819
* sysutils/passwordsafe: Mark broken on 10.xBernard Spil2017-03-191-1/+7
| | | | | | | - clang segfaults on 10.x Notes: svn path=/head/; revision=436486
* sysutils/passwordsafe: new portBernard Spil2017-03-127-0/+176
- PasswordSafe (pwsafe) is a password manager with a secure twofish encrypted database file Sponsored by: AsiaBSDCon 2017 Differential Revision: https://reviews.freebsd.org/D9470 Notes: svn path=/head/; revision=435976