Skip to content

Commit

Permalink
net/proxychains-ng: Adapt port to use upstream patch
Browse files Browse the repository at this point in the history
Adapt port to use upstream patch for initial build failure.

Pull Request:	rofl0r/proxychains-ng#429
  • Loading branch information
ehaupt committed Jan 26, 2022
1 parent f35954f commit 988b173
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
9 changes: 6 additions & 3 deletions net/proxychains-ng/Makefile
Expand Up @@ -2,21 +2,23 @@

PORTNAME= proxychains-ng
DISTVERSION= 4.16
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= https://github.com/rofl0r/${PORTNAME}/releases/download/v${DISTVERSION}/ \
http://ftp.barfooze.de/pub/sabotage/tarballs/

PATCH_SITES= https://github.com/rofl0r/proxychains-ng/commit/
PATCHFILES= 07c15a0.patch:-p1

MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Redirect connection through proxy servers

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

USES= gmake tar:xz
HAS_CONFIGURE= yes
USE_LDCONFIG= yes

CFLAGS+= -DMONTEREY_HOOKING
HAS_CONFIGURE= yes

CONFLICTS= proxychains

Expand All @@ -41,6 +43,7 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/proxychains
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/proxychains4-daemon
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libproxychains-4.so

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion net/proxychains-ng/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1643027306
TIMESTAMP = 1643228306
SHA256 (proxychains-ng-4.16.tar.xz) = 37a9983d995857cc398cfeefb96739827b3d86a71e03a5193b99f1b097046812
SIZE (proxychains-ng-4.16.tar.xz) = 43808
SHA256 (07c15a0.patch) = 4718680d486cc8b34feddcad61924caca0156e7191d91ebda3c62164a7193a50
SIZE (07c15a0.patch) = 3640
11 changes: 0 additions & 11 deletions net/proxychains-ng/files/patch-src_daemon_sblist.h

This file was deleted.

0 comments on commit 988b173

Please sign in to comment.