From tkato432@yahoo.com  Tue Feb 25 18:00:26 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 9A7E36F0
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Feb 2014 18:00:18 +0000 (UTC)
Received: from omta01.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CD42153F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Feb 2014 18:00:18 +0000 (UTC)
Received: from coppermine.my.domain (ZT028143.ppp.dion.ne.jp [59.128.28.143])
	by omta01.auone-net.jp (au one net mail) with ESMTP id 96E2D980006
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 26 Feb 2014 03:00:16 +0900 (JST)
Message-Id: <20140226025155.1db9e08eaac5b835d8c3a3f0@yahoo.com>
Date: Wed, 26 Feb 2014 02:51:55 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: audio/asmixer: Update MASTER_SITES

>Number:         187063
>Category:       ports
>Synopsis:       audio/asmixer: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 18:10:08 UTC 2014
>Closed-Date:    Thu Feb 27 09:20:08 UTC 2014
>Last-Modified:  Thu Feb 27 09:30:02 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Add LICENSE

Remove file:
files/patch-asmixer.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/asmixer/Makefile audio/asmixer/Makefile
--- /usr/ports/audio/asmixer/Makefile	2014-02-08 04:12:05.000000000 +0900
+++ audio/asmixer/Makefile	2014-02-26 00:00:00.000000000 +0900
@@ -3,28 +3,39 @@
 
 PORTNAME=	asmixer
 PORTVERSION=	0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio afterstep
-MASTER_SITES=	http://www.tigr.net/afterstep/download/asmixer/
+MASTER_SITES=	AFTERSTEP/apps/asmix/ \
+		http://tigr.net/afterstep/download/asmixer/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mixer control for AfterStep window manager
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2014-03-07
-
-MAN1=		${PORTNAME}.1x
-NO_STAGE=	yes
-PLIST_FILES=	bin/asmixer
+LICENSE=	GPLv2
 
 USE_XORG=	xpm x11
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-xpm \
-		--with-xpm-includes=${LOCALBASE} \
-		--with-xpm-library=${LOCALBASE}
+		--with-xpm-includes=${LOCALBASE}/include \
+		--with-xpm-library=${LOCALBASE}/lib
+
+PLIST_FILES=	bin/asmixer man/man1/asmixer.1.gz
 
-post-install:
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
-		${MAN1PREFIX}/man/man1/${PORTNAME}.1x
+post-patch:
+.for i in asmixer.c configure autoconf/config.h.in
+	@${REINPLACE_CMD} -e \
+		's|machine/soundcard.h|sys/soundcard.h| ; \
+		 s|MACHINE_SOUNDCARD_H|SYS_SOUNDCARD_H| ; \
+		 /sys\/syslimits.h/d' ${WRKSRC}/${i}
+.endfor
+
+post-build:
+	@${LN} -sf asmixer.man ${WRKSRC}/asmixer.1
+
+do-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmixer \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} asmixer.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1)
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/asmixer/files/patch-asmixer.c audio/asmixer/files/patch-asmixer.c
--- /usr/ports/audio/asmixer/files/patch-asmixer.c	2014-01-23 03:59:08.000000000 +0900
+++ audio/asmixer/files/patch-asmixer.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,12 +0,0 @@
---- asmixer.c.orig	Sun Aug 31 15:23:26 2003
-+++ asmixer.c	Sun Aug 31 15:24:45 2003
-@@ -31,8 +31,8 @@
- #include <unistd.h>
- 
- #ifdef __FreeBSD__
--#include <sys/syslimits.h>
- #include <sys/param.h>
-+#include <sys/soundcard.h>
- #endif
- 
- #include <sys/mount.h>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 25 18:11:11 UTC 2014 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187063 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 27 09:20:08 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187063 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187063: commit references a PR
Date: Thu, 27 Feb 2014 09:20:11 +0000 (UTC)

 Author: miwi
 Date: Thu Feb 27 09:20:04 2014
 New Revision: 346293
 URL: http://svnweb.freebsd.org/changeset/ports/346293
 QAT: https://qat.redports.org/buildarchive/r346293/
 
 Log:
   - Update MASTER_SITES
   - Add LICENSE
   - Stage support
   
   PR:		187063
 
 Deleted:
   head/audio/asmixer/files/
 Modified:
   head/audio/asmixer/Makefile
 
 Modified: head/audio/asmixer/Makefile
 ==============================================================================
 --- head/audio/asmixer/Makefile	Thu Feb 27 09:18:00 2014	(r346292)
 +++ head/audio/asmixer/Makefile	Thu Feb 27 09:20:04 2014	(r346293)
 @@ -3,28 +3,39 @@
  
  PORTNAME=	asmixer
  PORTVERSION=	0.5
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	audio afterstep
 -MASTER_SITES=	http://www.tigr.net/afterstep/download/asmixer/
 +MASTER_SITES=	AFTERSTEP/apps/asmix/ \
 +		http://tigr.net/afterstep/download/asmixer/
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Mixer control for AfterStep window manager
  
 -DEPRECATED=	No more public distfiles
 -EXPIRATION_DATE=	2014-03-07
 -
 -MAN1=		${PORTNAME}.1x
 -NO_STAGE=	yes
 -PLIST_FILES=	bin/asmixer
 +LICENSE=	GPLv2
  
  USE_XORG=	xpm x11
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	--with-xpm \
 -		--with-xpm-includes=${LOCALBASE} \
 -		--with-xpm-library=${LOCALBASE}
 +		--with-xpm-includes=${LOCALBASE}/include \
 +		--with-xpm-library=${LOCALBASE}/lib
 +
 +PLIST_FILES=	bin/asmixer man/man1/asmixer.1.gz
  
 -post-install:
 -	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
 -		${MAN1PREFIX}/man/man1/${PORTNAME}.1x
 +post-patch:
 +.for i in asmixer.c configure autoconf/config.h.in
 +	@${REINPLACE_CMD} -e \
 +		's|machine/soundcard.h|sys/soundcard.h| ; \
 +		 s|MACHINE_SOUNDCARD_H|SYS_SOUNDCARD_H| ; \
 +		 /sys\/syslimits.h/d' ${WRKSRC}/${i}
 +.endfor
 +
 +post-build:
 +	@${LN} -sf asmixer.man ${WRKSRC}/asmixer.1
 +
 +do-install:
 +	(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmixer \
 +		${STAGEDIR}${PREFIX}/bin)
 +	(cd ${WRKSRC} && ${INSTALL_MAN} asmixer.1 \
 +		${STAGEDIR}${MANPREFIX}/man/man1)
  
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
