# New ports collection makefile for: wmrecord # Date created: 2 April 2001 # Whom: Konstantinos Konstantinidis # # $FreeBSD$ # PORTNAME= wmrecord PORTVERSION= 1.0.5 CATEGORIES= audio windowmaker MASTER_SITES= http://www.bruhaha.co.uk/ MAINTAINER= ports@FreeBSD.org USE_XPM= YES USE_X_PREFIX= YES MAN1= wmrecord.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmrecord ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/man/wmrecord.1 ${PREFIX}/man/man1 .include b257696e33ebae9347c08be2b4163a3902f0babc NewsCache.cc:2265:62: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned int>' and 'int') if (bind(sock, (struct sockaddr *) &nproxy, sizeof(nproxy)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/newscache-1.2.r.6_4.log
NewsCache.cc:2265:62: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned int>' and 'int')
        if (bind(sock, (struct sockaddr *) &nproxy, sizeof(nproxy)) < 0) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/newscache-1.2.r.6_4.log
- Switch to USES=autoreconf 2015-06-10T17:29:46+00:00 amdmi3 amdmi3@FreeBSD.org 2015-06-10T17:29:46+00:00 df780d978c5d586b5ea583f99890377327cef225

Move the rc.d scripts of the form *.sh.in to *.in 2012-08-05T23:19:36+00:00 dougb dougb@FreeBSD.org 2012-08-05T23:19:36+00:00 f0d9f58b7f1825fb95236f427a6400ad54ad4b5e Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
In the rc.d scripts, change assignments to rcvar to use the 2012-01-14T08:57:23+00:00 dougb dougb@FreeBSD.org 2012-01-14T08:57:23+00:00 4500e6f95eef76996051b447f00584b31e4abedf 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.
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.
Begin the process of deprecating sysutils/rc_subr by 2010-03-27T00:15:24+00:00 dougb dougb@FreeBSD.org 2010-03-27T00:15:24+00:00 c95757bf8977796444544918518204869dc4cfb0 s#. %%RC_SUBR%%#. /etc/rc.subr#
s#. %%RC_SUBR%%#. /etc/rc.subr#
Fix a few "bad example" problems in the rc.d scripts that have been 2009-07-15T16:56:10+00:00 dougb dougb@FreeBSD.org 2009-07-15T16:56:10+00:00 494e64d35476b3d777e09b5c75c7f56d18f6f1a4 propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.