1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Doug Barton
d04156022a danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
is already the default, so for those ports where we are doing:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
to avoid the problem of conflicts with the rc.d script of the same
name it is not necessary to define WRKSRC separately.

Clean up this mistake of mine, and standardize for the others.
2012-08-15 00:37:55 +00:00
Alexander Logvinov
8c253efa55 - Fix broken binary caused by using INSTALL_SCRIPT on some architectures
- Use INSTALL_MAN for the man files and respect NO_INSTALL_MANPAGES knob
- Use INSTALL_DATA for PORTDOCS file
- Hide post-extract and post-patch procedure
- Bump PORTREVISION

PR:		ports/163942 [1]
Submitted by:	Garrett Cooper <yanegomi AT gmail.com> [1]
Approved by:	maintainer via private mail
2012-01-29 10:56:06 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dennis Herrmann
0e219bd3dd - Update MASTER_SITES/WWW/pkg-descr 2009-07-10 23:19:12 +00:00
Rong-En Fan
afb60fdf54 - Add rc script (rename WRKSRC to avoid name conflict)
- Remove EXTRACT_SUFX as it uses USE_ZIP which automatically sets EXTRACT_SUFX
- Bump PORTREVISION

PR:		ports/129812
Submitted by:	Joseph S. Atkinson <jsatkinson at embarqmail.com>
Approved by:	Alex Samorukov <samm at os2.kiev.ua> (maintainer)
2008-12-21 10:24:54 +00:00
Edwin Groothuis
4734415889 Follow up of ports/115699 to make the port more PREFIX friendly
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2007-09-12 21:20:29 +00:00
Edwin Groothuis
3d85064cc1 [update] dns/inadyn 1.96.2 - removes gcc-3.4 dependency
I don't think this port has any specific to do with gcc-3.4
	compiler; building with the gcc-4.2.0 (and the latest 4.2.1)
	is fine here.

	I also have added a few patch files, for hard-coded
	/etc/inadyn.conf, although a sample config
	/usr/local/etc/inadyn.conf.sample and an rc script to
	automate daemonization also need to added. But are not
	mandatory.

PR:		ports/115699
Submitted by:	Balwinder S Dheeman <bdheeman@yahoo.com>
2007-09-10 11:27:04 +00:00
Martin Wilke
b1a64d6f34 - Update to 1.96.2
PR:		111765
Submitted by:	Volker Theile<votdev@gmx.de>
Approved by:	maintainer
2007-04-17 19:41:28 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Renato Botelho
86362b4f67 - Respect CC
- Unbreak on 4.x

Discussed with:	maintainer
2005-09-20 17:08:15 +00:00
Renato Botelho
cc385012e2 Add inadyn 1.96, INADYN - Simple DYNAMIC DNS client.
PR:		ports/86350
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2005-09-20 15:15:31 +00:00