FreeBSD Bugzilla – Attachment 127781 Details for
Bug 171638
net/proxychains overwrites configuration during installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.64 KB, created by
Andrey Simonenko
on 2012-09-14 10:20:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrey Simonenko
Created:
2012-09-14 10:20:09 UTC
Size:
1.64 KB
patch
obsolete
>diff -ruN proxychains.orig/Makefile proxychains/Makefile >--- proxychains.orig/Makefile 2009-08-27 14:49:35.000000000 +0300 >+++ proxychains/Makefile 2012-09-14 11:39:04.000000000 +0300 >@@ -5,6 +5,7 @@ > > PORTNAME= proxychains > PORTVERSION= 3.1 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/version%20${PORTVERSION} > >@@ -23,5 +24,6 @@ > > post-configure: > @${ECHO_CMD} '#define PREFIX "${PREFIX}"' >> ${WRKSRC}/config.h >+ @${MV} ${WRKSRC}/proxychains/proxychains.conf ${WRKSRC}/proxychains/proxychains.conf.sample > > .include <bsd.port.post.mk> >diff -ruN proxychains.orig/files/patch-proxychains-Makefile.in proxychains/files/patch-proxychains-Makefile.in >--- proxychains.orig/files/patch-proxychains-Makefile.in 2006-12-12 23:39:24.000000000 +0200 >+++ proxychains/files/patch-proxychains-Makefile.in 2012-09-14 11:35:37.000000000 +0300 >@@ -1,5 +1,14 @@ > --- proxychains/Makefile.in.old Sat Dec 9 23:46:05 2006 > +++ proxychains/Makefile.in Sat Dec 9 23:48:44 2006 >+@@ -93,7 +93,7 @@ >+ >+ EXTRA_DIST = proxychains.conf core.c core.h libproxychains.c >+ >+-sysconf_DATA = $(srcdir)/proxychains.conf >++sysconf_DATA = $(srcdir)/proxychains.conf.sample >+ >+ #bin_PROGRAMS = proxychains >+ > @@ -105,7 +105,7 @@ > #proxychains_LDFLAGS = $(all_libraries) > lib_LTLIBRARIES = libproxychains.la >diff -ruN proxychains.orig/pkg-plist proxychains/pkg-plist >--- proxychains.orig/pkg-plist 2007-10-29 12:34:58.000000000 +0200 >+++ proxychains/pkg-plist 2012-09-14 11:37:53.000000000 +0300 >@@ -1,6 +1,6 @@ > bin/proxychains > bin/proxyresolv >-etc/proxychains.conf >+etc/proxychains.conf.sample > lib/libproxychains.so.3 > lib/libproxychains.so > lib/libproxychains.la
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171638
: 127781 |
127782
|
127783