Commit graph

35 commits

Author SHA1 Message Date
ek
8008d0ac8d archivers/urbackup-client: Update to 2.5.25.0
- Submitter becomes maintainer

- Remove broken GTK2 GUI option as upstream recommends WebUI from server
  side
- Pet portlint, portclippy and portfmt
- Pet QA check: add ssl to USES
- Cleanup: Remove compiler and gettext from USES, remove unneeded WRKSRC

ChangeLog:	https://www.urbackup.org/client_changelog.html
PR:		279453
2024-06-08 06:38:32 +01:00
ek
577ac1f839 archivers/urbackup-{client,server}: Fix segfault (cryptopp)
- Add -DCRYPTOPP_DISABLE_ASM to CXXFLAGS on i386 and amd64, as
  cryptopp-8.7.0 build with this option by default on i386 and amd64.
 (5a19c08: security/cryptopp: Update to 8.7.0)

PR:		266531, 278163, 278859
MFH:		2024Q2
2024-05-10 16:24:59 +01:00
Baptiste Daroussin
7bb2e0c237 archivers/*: eliminate use of MANPREFIX in unmaintained ports
following up from 003a571d1d

It is now time to get rid of MANPREFIX and move everything to share/man
2024-01-05 17:12:50 +01:00
Jason E. Hale
a183016bcd security/cryptopp: Update to 8.9.0
Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
2023-10-05 08:13:51 -04:00
Muhammad Moinur Rahman
85610d4c6c archivers/urbackup-client: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-02 23:18:13 +02:00
Jason E. Hale
5e3c265d11 security/cryptopp: Update to 8.8.0
Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release880.html
2023-07-12 01:31:32 -04:00
Neel Chauhan
ca3802aa7b archivers/urbackup-(client/server): Reset MAINATINER 2022-11-06 09:51:27 -08:00
Jason E. Hale
5a19c0823b security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
2022-09-15 23:56:45 -04:00
Neel Chauhan
31c8f656e3 archivers/urbackup-client: Update to 2.5.20.0 2022-09-12 13:48:41 -07:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Neel Chauhan
736cd81ebb archivers/urbackup-client: Update to 2.5.19.0 2022-08-29 10:54:03 -07:00
Einar Bjarni Halldórsson
57eabeb80b archivers/urbackup-client: Fix build
PR:	255509
2021-05-12 07:20:27 -07:00
Neel Chauhan
3dd951e0c7 archivers/urbackup-client: Fix the POSTGRESQL_DUMP_ENABLED option
The POSTGRESQL_DUMP_ENABLED option looks for the pg_dumpall command
which is not in the PATH, so we append the PREFIX in the script.

PR:		255509
Submitted by:	Einar Bjarni Halldórsson <einar@isnic.is>
2021-05-11 12:30:14 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jason E. Hale
5455755643 security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1] c98c44c174

Changes:	https://www.cryptopp.com/release840.html
2021-01-19 04:26:12 +00:00
Neel Chauhan
f4ee943fba Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
2021-01-05 15:33:39 +00:00
Kurt Jaeger
9729352622 archivers/urbackup-client: update 2.4.10 -> 2.4.11.0
PR:		251859
Submitted by:	Neel Chauhan <neel@neelc.org>
Relnotes:	https://www.urbackup.org/client_changelog.html
2021-01-02 11:19:33 +00:00
Fernando Apesteguía
9feda6cfd0 archivers/urbackup-client: set new Maintainer
neel@neelc.org adopts the port. Already maintainer of:

* deskutils/go-for-it
* net/yaz
* sysutils/ttyd

PR:	251517
Submitted by:	neel@neelc.org
2020-12-02 09:25:07 +00:00
Jason E. Hale
42874042f0 archivers/urbackup-client: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream.
2020-08-27 17:01:34 +00:00
Tobias C. Berner
4a3c1f824d archivers/urbackup-client: Update to 2.4.10
- Drop maintainership

PR:		245378
Submitted by:	freebsd@coombscloud.com (maintainer)
2020-04-11 12:18:49 +00:00
Jason E. Hale
692da6425d Update security/cryptopp to 8.2.0
Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically

Bump PORTREVISION on consumers due to shared lib version increase

PR:		241132
Submitted by:	Farid Hajji <farid@hajji.name>
2019-12-10 03:38:48 +00:00
Piotr Kubaj
a2616cbc21 archivers/urbackup-client: fix build on GCC architectures
Adding -L/usr/lib breaks compilation with GCC from ports because it attempts to link to base libstdc++.

PR:		241891
Approved by: 	freebsd@coombscloud.com	(maintainer), linimon (mentor)
2019-11-13 14:38:10 +00:00
Tobias C. Berner
79bdf9ca60 archivers/urbackup-client: update to version 2.4.8
PR:		241372
Submitted by:	freebsd@coombscloud.com  (maintainer)
2019-11-02 12:40:29 +00:00
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Steve Wills
64387d9575 archivers/urbackup-client: upgrade to 2.3.4 and cleanup
PR:		235440
Submitted by:	freebsd@coombscloud.com (maintainer)
2019-02-12 11:56:49 +00:00
Mark Linimon
47fd29520d This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234367
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-26 20:55:27 +00:00
Steve Wills
86bedd64d6 archivers/urbackup-client: Fix database snapshot scripts and do port cleanup
PR:		231043
Submitted by:	freebsd@coombscloud.com (maintainer)
2018-09-01 00:17:07 +00:00
Jason E. Hale
edf512ca2e Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.

Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.

deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf

devel/xeus
- Fix dependencies and remove header-only libraries from RUN_DEPENDS
- Rework to use the cryptopp pkgconf file
- net/cppzmq CMake files were fixed in r477649, remove hacks for that
  as they were seemingly causing devel/xeus-cling to link to cryptopp
  unnecessarily
- Remove C++17 code from cryptopp checks for compatibility

devel/xeus-cling
- Fix dependencies
- Remove hacks for previously broken cppzmq CMake files and no longer
  needed cryptopp dependency

Changes:	https://www.cryptopp.com/#news
PR:		230579 (original patch, not used)
Submitted by:	yuri
2018-08-24 17:22:01 +00:00
Jason E. Hale
05a95c184d - Fix LICENSE
- Convert to options helpers
- Convert CPPFLAGS/LDFLAGS to USES=localbase
- Order Makefile for readability

Approved by:	portmgr (infrastructure blanket)
2018-08-24 08:49:11 +00:00
Kurt Jaeger
b34b525049 archivers/urbackup-client: update 2.2.5 -> 2.2.6
- Add a default configuration file
- Add log rotation via newsyslog

PR:		227854
Submitted by:	freebsd@coombscloud.com (maintainer)
Reviewed by:	koobs
Relnotes:	https://www.urbackup.org/client_changelog.html
2018-08-09 02:43:44 +00:00
Kurt Jaeger
cade70bbe1 New port: archivers/urbackup-client
UrBackup is an easy to setup Open Source client/server backup system,
that through a combination of image and file backups accomplishes
both data safety and a fast restoration time.

File and image backups are made while the system is running without
interrupting current processes.

UrBackup also continuously watches folders you want backed up in
order to quickly find differences to previous backups. Because of
that, incremental file backups are really fast.

Your files can be restored through the web interface, via the client or the
Windows Explorer while the backups of drive volumes can be restored with a
bootable CD or USB-Stick (bare metal restore).

A web interface makes setting up your own backup server really easy.

WWW: https://www.urbackup.org

PR:		227154
Submitted by:	Kirk Coombs <freebsd@coombscloud.com>
2018-04-15 16:17:59 +00:00