From douglas@douglasthrift.net  Mon Nov 25 07:48:19 2013
Return-Path: <douglas@douglasthrift.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 4278EE0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2013 07:48:19 +0000 (UTC)
Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 0D3742185
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2013 07:48:18 +0000 (UTC)
Received: from localhost (laguna.douglasthrift.net [68.111.10.112])
	(authenticated bits=0)
	by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP7m6nW010540
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 24 Nov 2013 23:48:10 -0800 (PST)
	(envelope-from douglas@douglasthrift.net)
Message-Id: <201311250748.rAP7m6nW010540@slowhand.douglasthrift.net>
Date: Sun, 24 Nov 2013 23:48:10 -0800 (PST)
From: Douglas William Thrift <douglas@douglasthrift.net>
Reply-To: Douglas William Thrift <douglas@douglasthrift.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: douglas@douglasthrift.net
Subject: Update port: www/dtse Add STAGE support
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         184274
>Category:       ports
>Synopsis:       Update port: www/dtse Add STAGE support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 25 07:50:00 UTC 2013
>Closed-Date:    Tue Nov 26 15:46:06 UTC 2013
>Last-Modified:  Tue Nov 26 15:50:02 UTC 2013
>Originator:     Douglas William Thrift
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD journeyman-freebsd.douglasthrift.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Add STAGE support to www/dtse.

https://redports.org/buildarchive/20131125064900-12117/
>How-To-Repeat:
	
>Fix:

	

--- dtse.2013-11-25T072606Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/www/dtse/Makefile dtse/Makefile
--- /usr/ports/www/dtse/Makefile	2013-09-20 16:36:50.000000000 -0700
+++ dtse/Makefile	2013-11-24 23:24:36.000000000 -0800
@@ -32,7 +32,6 @@
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-NO_STAGE=	yes
 pre-configure:
 	cd ${WRKSRC}; ${SH} autogen.sh
 
diff -Nrux .svn -x work /usr/ports/www/dtse/files/patch-GNUmakefile.in dtse/files/patch-GNUmakefile.in
--- /usr/ports/www/dtse/files/patch-GNUmakefile.in	1969-12-31 16:00:00.000000000 -0800
+++ dtse/files/patch-GNUmakefile.in	2013-11-24 15:44:02.000000000 -0800
@@ -0,0 +1,26 @@
+--- ./GNUmakefile.in.orig	2013-11-24 15:43:48.000000000 -0800
++++ ./GNUmakefile.in	2013-11-24 15:43:56.000000000 -0800
+@@ -40,16 +40,16 @@
+ -include ${cxxdep}
+ 
+ install: installdirs
+-	${INSTALL_DATA} LICENSE LICENSE.html ${prefix}
+-	${INSTALL_DATA} README README.html osi-certified-90x75.png ${prefix}
+-	${INSTALL_PROGRAM} ${exe} ${bindir}
+-	${INSTALL_SCRIPT} search.cgi ${prefix}/http
+-	${INSTALL_DATA} dtse_pb.png ${prefix}/http
++	${INSTALL_DATA} LICENSE LICENSE.html ${DESTDIR}${prefix}
++	${INSTALL_DATA} README README.html osi-certified-90x75.png ${DESTDIR}${prefix}
++	${INSTALL_PROGRAM} ${exe} ${DESTDIR}${bindir}
++	${INSTALL_SCRIPT} search.cgi ${DESTDIR}${prefix}/http
++	${INSTALL_DATA} dtse_pb.png ${DESTDIR}${prefix}/http
+ 	${INSTALL_DATA} header.html body.html footer.html notfound.html \
+-		pages.html ${prefix}/data
++		pages.html ${DESTDIR}${prefix}/data
+ 
+ installdirs: mkinstalldirs
+-	./mkinstalldirs ${bindir} ${prefix}/http ${prefix}/data
++	./mkinstalldirs ${DESTDIR}${bindir} ${DESTDIR}${prefix}/http ${DESTDIR}${prefix}/data
+ 
+ clean:
+ 	-rm -rf object ${exe} core $(patsubst %, %.core, ${exe}) $(patsubst %, \
--- dtse.2013-11-25T072606Z.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 25 07:50:08 UTC 2013 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184274 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue Nov 26 15:46:05 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184274: commit references a PR
Date: Tue, 26 Nov 2013 15:45:58 +0000 (UTC)

 Author: sunpoet
 Date: Tue Nov 26 15:45:50 2013
 New Revision: 334949
 URL: http://svnweb.freebsd.org/changeset/ports/334949
 
 Log:
   - Support STAGEDIR
   - While I'm here, use USES=gmake
   
   PR:		ports/184274
   Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
 
 Added:
   head/www/dtse/files/patch-GNUmakefile.in   (contents, props changed)
 Modified:
   head/www/dtse/Makefile
 
 Modified: head/www/dtse/Makefile
 ==============================================================================
 --- head/www/dtse/Makefile	Tue Nov 26 15:45:00 2013	(r334948)
 +++ head/www/dtse/Makefile	Tue Nov 26 15:45:50 2013	(r334949)
 @@ -20,9 +20,8 @@ USE_OPENSSL=	yes
  CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
  .endif
  
 -USES=		perl5
 +USES=		gmake perl5
  USE_BZIP2=	yes
 -USE_GMAKE=	yes
  USE_AUTOTOOLS=	aclocal:env automake:env autoconf:env
  
  HAS_CONFIGURE=	yes
 @@ -32,7 +31,6 @@ MAKEFILE=	GNUmakefile
  
  WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
 -NO_STAGE=	yes
  pre-configure:
  	cd ${WRKSRC}; ${SH} autogen.sh
  
 
 Added: head/www/dtse/files/patch-GNUmakefile.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/dtse/files/patch-GNUmakefile.in	Tue Nov 26 15:45:50 2013	(r334949)
 @@ -0,0 +1,26 @@
 +--- ./GNUmakefile.in.orig	2013-11-24 15:43:48.000000000 -0800
 ++++ ./GNUmakefile.in	2013-11-24 15:43:56.000000000 -0800
 +@@ -40,16 +40,16 @@
 + -include ${cxxdep}
 + 
 + install: installdirs
 +-	${INSTALL_DATA} LICENSE LICENSE.html ${prefix}
 +-	${INSTALL_DATA} README README.html osi-certified-90x75.png ${prefix}
 +-	${INSTALL_PROGRAM} ${exe} ${bindir}
 +-	${INSTALL_SCRIPT} search.cgi ${prefix}/http
 +-	${INSTALL_DATA} dtse_pb.png ${prefix}/http
 ++	${INSTALL_DATA} LICENSE LICENSE.html ${DESTDIR}${prefix}
 ++	${INSTALL_DATA} README README.html osi-certified-90x75.png ${DESTDIR}${prefix}
 ++	${INSTALL_PROGRAM} ${exe} ${DESTDIR}${bindir}
 ++	${INSTALL_SCRIPT} search.cgi ${DESTDIR}${prefix}/http
 ++	${INSTALL_DATA} dtse_pb.png ${DESTDIR}${prefix}/http
 + 	${INSTALL_DATA} header.html body.html footer.html notfound.html \
 +-		pages.html ${prefix}/data
 ++		pages.html ${DESTDIR}${prefix}/data
 + 
 + installdirs: mkinstalldirs
 +-	./mkinstalldirs ${bindir} ${prefix}/http ${prefix}/data
 ++	./mkinstalldirs ${DESTDIR}${bindir} ${DESTDIR}${prefix}/http ${DESTDIR}${prefix}/data
 + 
 + clean:
 + 	-rm -rf object ${exe} core $(patsubst %, %.core, ${exe}) $(patsubst %, \
 _______________________________________________
 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:
