Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 23:48:10 -0800 (PST)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        douglas@douglasthrift.net
Subject:   ports/184274: Update port: www/dtse Add STAGE support
Message-ID:  <201311250748.rAP7m6nW010540@slowhand.douglasthrift.net>
Resent-Message-ID: <201311250750.rAP7o0QX044292@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184274
>Category:       ports
>Synopsis:       Update port: www/dtse Add STAGE support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 25 07:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311250748.rAP7m6nW010540>