aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ausweisapp2
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/ausweisapp2: Update to 1.22.2Martin Filla2021-12-265-38/+29
| | | | PR: 258542
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-6/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* 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
|
* deskutils/ausweisapp2: Fix build on FreeBSD 11.3Tobias Kortkamp2020-04-111-3/+9
| | | | | | | | | | | | | | | | | | | | | CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR: Found unsuitable version "1.0.2s", but required is at least "1.1" (found /usr/lib/libcrypto.so) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:391 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindOpenSSL.cmake:447 (find_package_handle_standard_args) cmake/Libraries.cmake:71 (FIND_PACKAGE) CMakeLists.txt:145 (INCLUDE) While here remove unnecessary qt5-buildtools and qt5-linguisttools run dependencies. PR: 245088 Approved by: freebsd@sysctl.cz (maintainer) Notes: svn path=/head/; revision=531394
* Add compiler:c++17-lang to USES to fix build on GCC-based systems:Mark Linimon2020-03-131-1/+1
| | | | | | | | | | Target "cmTC_73213" requires the language dialect "CXX17" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=528333
* Use libhttp_parser from ports instead of the bundled oneMateusz Piotrowski2020-03-121-4/+4
| | | | | | | | | | While here, remove unused variables. PR: 243794 Reported by: André Klitzing (upstream) Notes: svn path=/head/; revision=528293
* New port: deskutils/ausweisapp2Mateusz Piotrowski2020-03-125-0/+78
The AusweisApp2 is a software, that you can use to identify yourself online with your ID card or your electronic residence permit. The AusweisApp2 offers you an integrated self-assessment where you are able to view your data that is stored on the online ID. It is being developed on behalf of the German Federal Ministry of the Interior. WWW: https://www.ausweisapp.bund.de/ausweisapp2/ PR: 243794 Submitted by: Martin Filla <freebsd@sysctl.cz> (very early patch) Requested by: AndreKlitzing (via wiki.freebsd.org/WantedPorts) Notes: svn path=/head/; revision=528286