Commit graph

25 commits

Author SHA1 Message Date
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
dholland
f25e49319b Sync the logic that decides whether to pull in openssl with the makefile
logic that decides whether to use -lcrypto. These need to stay the same
to avoid the possibility of getting a silent dependence on a (possibly
very old) builtin openssl. Of course, all it uses -lcrypto for is MD5,
but still...

PKGREVISION -> 1.

XXX: this probably shouldn't be using MD5 anyway :-/
2015-07-12 05:36:50 +00:00
dholland
b5690f5ec3 Drop ONLY_FOR_PLATFORM. A quick review of the source shows nothing
particularly BSD-specific. It might not build on vintage SVR3 but we
probably don't care... and it will probably need minor patching on
Solaris and Linux but we can do that.
2015-07-12 05:31:47 +00:00
mef
94dff9cbb5 (pkgsrc)
- Add LICENSE= 2-clause-bsd
 - Remove patch-ab (was edit from /usr/local/etc/dhclient.script
                             to    /usr/pkg/sbin/dhclient-script)
   Instead, includes above edit in SUBST to clean (false) pkglint flag.

(upstream)
 - Update 20060526 to 20090812
---------------------------
2009-08-12  Hajimu UMEMOTO  <ume@mahoroba.org>
        * dtcpclient.script: Add an ability to assign an anycast address
        by prefix delegation.  When `anycast' is specified as `hostid' of
        `prefix_delegation', an anycast address is assigned.

        Requested by:   Norikatsu Shigemura <nork@ninth-nine.com>

        * dtcpclient.script: Add support for prefix_delegation='AUTO'.  If
        `AUTO' is specified, delegated IPv6 address is assigned to upped
        interface automatically.
2015-03-08 02:45:35 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
joerg
509a40301f Fix strncat usage. Bump revision. 2013-09-10 14:28:14 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
4c69043671 Reset maintainer, developer resigned. 2012-04-15 22:07:36 +00:00
obache
08a99c2a38 * set USE_BSD_MAKEFILE=yes
* add user-destdir installation support.
2010-03-08 11:47:19 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
obache
45ee1937a8 Honor PKG_SYSCONFDIR and VARBASE, noticed in PR 36501.
OLD LOCATION				NEW LOCATION
  /var/run/dtcpclient.pid		${VARBASE}/run/dtcpclient.pid
  ${PREFIX}/etc/dtcpclient.auth		${PKG_SYSCONFDIR}/dtcpclient.auth
  /usr/local/dtcpclient_script.conf	${PKG_SYSCONFDIR}/dtcpclient_script.conf
2007-06-17 04:23:32 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
rillig
1bdc84a005 Fixed the package for unprivileged users. 2006-11-09 09:14:05 +00:00
hamajima
bbd42dad92 Updated dtcpclient-20060526.
- If `@' is specified as an interface for prefix delegation, it is assumed
  as a tunnel interface.
 - Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph.
  The relevant options are -b and -U.
 - Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified,
  it is enabled. It requires some modification to ng_ksocket of server side.
 - Add $up_command and $down_command to run at up/down.
 - Add -B option to specify NAT port.
2006-08-27 14:00:41 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
3c8e60205b Unmask build on DragonFly. 2005-12-09 16:54:01 +00:00
hamajima
8ba8641932 Update to 20050521. 2005-06-05 16:34:42 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hamajima
443426bc3a Added support for Darwin. 2005-02-21 14:36:52 +00:00
hamajima
b0b39578ad ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* 2005-02-20 04:43:26 +00:00
hamajima
8c8f014d8f New package for dtcpclient-20040923, Dynamic Tunnel Configuration Protocol client.
dtcpc in pkgsrc/net/dtcp is ruby script, dtcpclient is native binary.
2005-01-23 05:07:43 +00:00