Revision: 26766 http://sourceforge.net/p/gar/code/26766 Author: jake_goerzen Date: 2021-06-23 18:01:06 +0000 (Wed, 23 Jun 2021) Log Message: ----------- rdesktop: update to 1.8.6; switch compiler to GNU; recipe cleanups
Modified Paths: -------------- csw/mgar/pkg/rdesktop/trunk/Makefile csw/mgar/pkg/rdesktop/trunk/checksums Modified: csw/mgar/pkg/rdesktop/trunk/Makefile =================================================================== --- csw/mgar/pkg/rdesktop/trunk/Makefile 2021-06-23 02:49:08 UTC (rev 26765) +++ csw/mgar/pkg/rdesktop/trunk/Makefile 2021-06-23 18:01:06 UTC (rev 26766) @@ -1,5 +1,5 @@ NAME = rdesktop -VERSION = 1.8.3 +VERSION = 1.8.6 GARTYPE = v2 DESCRIPTION = RDP client for Windows NT/2000/2003/XP Terminal Server @@ -10,13 +10,11 @@ Windows XP, Windows Vista and Windows NT Server 4.0. endef -MASTER_SITES = $(SF_MIRROR) +MASTER_SITES += https://github.com/rdesktop/rdesktop/releases/download/v1.8.6/ DISTFILES = $(NAME)-$(VERSION).tar.gz VENDOR_URL = http://www.rdesktop.org -PATCHFILES = 0001-remove-return-from-void-function.patch - BUILD_DEP_PKGS += CSWlibao-dev BUILD_DEP_PKGS += CSWlibsamplerate-dev BUILD_DEP_PKGS += CSWlibssl-dev @@ -33,11 +31,12 @@ # If these are not added directly here auth against win7 won't work, haven't figured out why yet RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibkrb5support0 -CHECKPKG_OVERRIDES_CSWrdesktop += soname-unused BUILD64 = 1 ISAEXEC = 1 +GARCOMPILER = GNU + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-openssl=$(prefix) @@ -50,7 +49,4 @@ # No test/check target provided by rdesktop TEST_SCRIPTS = -# The path is just an example and nobody will probably look into it -CHECKPKG_OVERRIDES_CSWrdesktop += file-with-bad-content|/usr/local|root/opt/csw/share/rdesktop/keymaps/is - include gar/category.mk Modified: csw/mgar/pkg/rdesktop/trunk/checksums =================================================================== --- csw/mgar/pkg/rdesktop/trunk/checksums 2021-06-23 02:49:08 UTC (rev 26765) +++ csw/mgar/pkg/rdesktop/trunk/checksums 2021-06-23 18:01:06 UTC (rev 26766) @@ -1 +1 @@ -86e8b368a7c715e74ded92e0d7912dc5 rdesktop-1.8.3.tar.gz +1397765ccfd7bf099490f481de932cce rdesktop-1.8.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.