| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=44043
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 27083
Submitted by: Dimitry Andric <dim@xs4all.nl>
Notes:
svn path=/head/; revision=42660
|
|
|
|
|
|
|
|
|
|
|
| |
just as in other ports which require "manual" downloading of distfiles.
(also correcting the extranous '.')
PR: 26719
Submitted by: Dimitry Andric <dim@xs4all.nl>
Notes:
svn path=/head/; revision=41747
|
|
|
|
|
|
|
|
| |
PR: 26156
Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org>
Notes:
svn path=/head/; revision=40740
|
|
|
|
|
|
|
|
|
|
| |
instead of failing rule. This will prevent bento from trying to build the
port.
Submitted by: bento
Notes:
svn path=/head/; revision=40062
|
|
|
|
|
|
|
| |
multiply overcomitted, I've giving this back to ports.
Notes:
svn path=/head/; revision=36680
|
|
|
|
|
|
|
| |
was slime and didn't.
Notes:
svn path=/head/; revision=33659
|
|
|
|
| |
Notes:
svn path=/head/; revision=33654
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A diff of the original .tgz file and the new one shows that they
reformatted their copyright notice, added the year 2000 to it, removed
one file that had an identical copy of the copyright notice and
license and took the opportunity to slightly reformat the copyright
notice and license. No code changes were in evidence by this change.
Approved by: Mike Tancsa <mike@sentex.net>
Notes:
svn path=/head/; revision=33395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
zombies on the system. Without this change, the socks5 daemon would
work great for a short period of time, then hang because no more
children could be created. It appears from debugging that this is
because gravedigger was only called once. I reestablish the signal
handler in gravedigger to force SIGCHLD to be unmasked.
A more proper fix might be to fix Signal to have multi-shot signals,
or to see what might be broken with the signal masks. Since I'm in a
hurry and this port's daemon is broken without this, I commit this
kludge knowing that it will live approximately forever, less three
days.
Notes:
svn path=/head/; revision=33348
|
|
|
|
|
|
|
|
|
|
|
| |
r11 as well as parts of patch-ak. 1.0r10 is no longer available at
the NEC web site. Verified the URL was still the right place to go to
get socks5 1.0r11.
Noticed by: Jim Paterson <jpaterso@paterson.org>
Notes:
svn path=/head/; revision=32137
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29615
|
|
|
|
| |
Notes:
svn path=/head/; revision=27423
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tested and confirmed by: Robert Muir <rmuir@looksharp.net>,
Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>,
Masahide -mac- NODA <mac@clave.gr.jp>
Approved by: jkh
Reviewed by: imp
Notes:
svn path=/head/; revision=26240
|
|
|
|
|
|
|
|
|
| |
this port.
PR: ports/12138
Notes:
svn path=/head/; revision=21938
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patches integrated since r9.
1/2 of patch-aa was integrated, the second half has been retained.
Add new patch (patch-ak) from web site for s5fakehost files.
Add new patch (patch-al) to fix long standing telnet failure to build (it
is a kludge, so hasn't been submitted to the socks maintainers).
Notes:
svn path=/head/; revision=21937
|
|
|
|
| |
Notes:
svn path=/head/; revision=21126
|
|
|
|
|
|
|
|
|
|
|
| |
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Notes:
svn path=/head/; revision=20898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The deleted patches were merged into the program.
Obtained from: http://www.socks.nec.com/patch-socks5.html
(the new patches, that is)
NOTE: I'd love to have used PATCH_SITES and its cohorts,
however the patches from the web site were directory-ambigous
and adding them to our repository is the best way to avoid a
lot of glue and uglyness in the Makefile.
Notes:
svn path=/head/; revision=18122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patches-ad and ae from
Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
I've not had a chance to test this as much as I'd like, but it has
become obvious to me that a possibly minorly broken port is better
than a definitely broken port.
Thanks to obrian for the gentile reminder...
Notes:
svn path=/head/; revision=15878
|
|
|
|
| |
Notes:
svn path=/head/; revision=15875
|
|
|
|
| |
Notes:
svn path=/head/; revision=15870
|
|
|
|
|
|
|
| |
binaries (ELF OR aout) with runsocks.
Notes:
svn path=/head/; revision=13716
|
|
|
|
| |
Notes:
svn path=/head/; revision=12624
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD 2.x dynamic loader. This makes more programs, including emacs,
work with runsocks.
This patch will work at least as far back as 1.0r3.
Submitted by: Aaron Smith <aaron@sigma.veritas.com>
Notes:
svn path=/head/; revision=12038
|
|
|
|
| |
Notes:
svn path=/head/; revision=12034
|
|
|
|
|
|
|
| |
Change fetch so that we point people at NEC's web site
Notes:
svn path=/head/; revision=11848
|
|
|
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Notes:
svn path=/head/; revision=10860
|
|
|
|
| |
Notes:
svn path=/head/; revision=10435
|
|
|
|
| |
Notes:
svn path=/head/; revision=9274
|
|
|
|
|
|
|
|
| |
Change maintainer to me
initial openbsd support
Notes:
svn path=/head/; revision=9173
|
|
|
|
|
|
|
| |
With permission of: ambrisko@ambrisko.roble.com
Notes:
svn path=/head/; revision=7713
|
|
|
|
|
|
|
| |
Reviewed by: Doug Ambrisko <ambrisko@ambrisko.com>
Notes:
svn path=/head/; revision=7585
|
|
|
|
| |
Notes:
svn path=/head/; revision=6398
|
|
|
|
|
|
|
| |
in double-quotes.
Notes:
svn path=/head/; revision=4891
|
|
|
|
|
|
|
|
|
| |
Fix configuration problem caused by FreeBSD major version number change.
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Notes:
svn path=/head/; revision=4805
|
|
|
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes:
svn path=/head/; revision=4578
|
|
|
|
| |
Notes:
svn path=/head/; revision=4575
|
|
|
|
|
|
|
| |
commercial use.
Notes:
svn path=/head/; revision=3594
|
|
|
|
|
|
|
| |
Reviewed by: Doug Ambrisko <ambrisko@ambrisko.roble.com>
Notes:
svn path=/head/; revision=3593
|
|
|
|
| |
Notes:
svn path=/head/; revision=3428
|
|
|
|
| |
Notes:
svn path=/head/; revision=3416
|
|
|
|
| |
Notes:
svn path=/head/; revision=3391
|
|
|
|
| |
Notes:
svn path=/head/; revision=3021
|
|
|
|
| |
Notes:
svn path=/head/; revision=3020
|
|
NOTE: Export of this software from the US without a specific license
is a violation of ITAR rules.
Notes:
svn path=/head/; revision=3019
|