diff options
author | danfe <danfe@FreeBSD.org> | 2017-10-27 22:40:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-10-27 22:40:41 +0800 |
commit | f508ab762f49a96f7c30fd145624361bfe20b89e (patch) | |
tree | 1507fab71e87c44434c259f3993b4eff368ad965 | |
parent | b59adef43ea3733d22db53b39de028d12f7c3da7 (diff) | |
download | freebsd-ports-gnome-f508ab762f49a96f7c30fd145624361bfe20b89e.tar.gz freebsd-ports-gnome-f508ab762f49a96f7c30fd145624361bfe20b89e.tar.zst freebsd-ports-gnome-f508ab762f49a96f7c30fd145624361bfe20b89e.zip |
- Update `security/rhash' to version 1.3.5 [*]
- Drop now-conflicting hunk from the patch and move needed targets to
the INSTALL_TARGET instead
- (Tests are currently broken, but this is not a regression from 1.3.4
which has the same issues: `test_rhash.sh' invokes grep(1) and sed(1)
assuming they are GNU versions, which should not be hard to patch,
but most importantly, rhash(1) sporadically crashes with ``Illegal
instruction (core dumped)'' error which requires more investigation)
- TIMESTAMP (rhash-1.3.5-src.tar.gz) = 1502675104
Found out via: repology.org [*]
-rw-r--r-- | security/rhash/Makefile | 6 | ||||
-rw-r--r-- | security/rhash/distinfo | 6 | ||||
-rw-r--r-- | security/rhash/files/patch-Makefile | 13 |
3 files changed, 8 insertions, 17 deletions
diff --git a/security/rhash/Makefile b/security/rhash/Makefile index 4d16cf5116af..a61b68bdd1fd 100644 --- a/security/rhash/Makefile +++ b/security/rhash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rhash -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,9 +18,9 @@ MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SHARED="${INSTALL_PROGRAM}" \ MANDIR="${PREFIX}/man" ALL_TARGET= build-shared -INSTALL_TARGET= install-shared +INSTALL_TARGET= install-shared install-lib-static install-lib-shared -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/RHash-${PORTVERSION} PORTDOCS= ChangeLog README diff --git a/security/rhash/distinfo b/security/rhash/distinfo index 0ccfeb025acf..257c943d391d 100644 --- a/security/rhash/distinfo +++ b/security/rhash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478556322 -SHA256 (rhash-1.3.4-src.tar.gz) = 406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49 -SIZE (rhash-1.3.4-src.tar.gz) = 249357 +TIMESTAMP = 1502675104 +SHA256 (rhash-1.3.5-src.tar.gz) = 98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e +SIZE (rhash-1.3.5-src.tar.gz) = 316867 diff --git a/security/rhash/files/patch-Makefile b/security/rhash/files/patch-Makefile index 54ec56fab093..5f83a4bcd650 100644 --- a/security/rhash/files/patch-Makefile +++ b/security/rhash/files/patch-Makefile @@ -12,15 +12,6 @@ LDFLAGS = $(OPTLDFLAGS) ADDCFLAGS = ADDLDFLAGS = -@@ -71,7 +71,7 @@ lib-shared: $(SHAREDLIB) - lib-static: $(LIBRHASH) - - install: all install-binary install-data install-symlinks --install-shared: $(SHARED_TRG) install-shared-binary install-data install-symlinks -+install-shared: $(SHARED_TRG) install-shared-binary install-lib-static install-lib-shared install-data install-symlinks - install-data: install-man install-conf - uninstall: uninstall-binary uninstall-data uninstall-symlinks - @@ -106,7 +106,7 @@ install-man: install-conf: @@ -34,8 +25,8 @@ +make -C librhash install-lib-static install-lib-shared: $(SHAREDLIB) -- +make -C librhash install-lib-shared -+ +make -C librhash install-lib-shared install-so-link +- +$(MAKE) -C librhash install-lib-shared ++ +$(MAKE) -C librhash install-lib-shared install-so-link $(SHAREDLIB): +make -C librhash lib-shared |