socsvn commit: r237212 - in
soc2012/scher/par_ports/head/fake_ports/with_deps: fake1
fake1a fake2
scher at FreeBSD.org
scher at FreeBSD.org
Wed Jun 6 13:28:44 UTC 2012
Author: scher
Date: Wed Jun 6 13:28:41 2012
New Revision: 237212
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=237212
Log:
[fixed] fake1 fake2 ports' behaviour changed for parallel deps
build testing.
fake2 has new port fake1a as a dependency port
[new_feature] new fake port fake1a
Added:
soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/
soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/Makefile (contents, props changed)
soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/pkg-descr
Modified:
soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile
soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile
Modified: soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile
==============================================================================
--- soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile Wed Jun 6 13:17:53 2012 (r237211)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile Wed Jun 6 13:28:41 2012 (r237212)
@@ -8,8 +8,7 @@
do-install:
@echo "Port: "fake1" is installing now"
- @echo "Press any key to continue:"
- @read i
+ sleep 6;
touch ${PORTSDIR}/tmp/fake1;
pre-clean:
Added: soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/Makefile Wed Jun 6 13:28:41 2012 (r237212)
@@ -0,0 +1,17 @@
+PORTNAME=fake1a
+PORTVERSION=1.0
+DISTFILES=fake-1.0.tar.gz
+CATEGORIES=fake_ports
+
+
+WRKSRC= ${WRKDIR}/fake-1.0
+
+do-install:
+ @echo "Port: "fake1a" is installing now"
+ sleep 6; \
+ touch ${PORTSDIR}/tmp/fake1a;
+
+pre-clean:
+ rm -rf ${PORTSDIR}/tmp/fake1a;
+
+.include <bsd.port.mk>
Added: soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake1a/pkg-descr Wed Jun 6 13:28:41 2012 (r237212)
@@ -0,0 +1,2 @@
+This is a description for fake port
+That is all so far
\ No newline at end of file
Modified: soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile
==============================================================================
--- soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile Wed Jun 6 13:17:53 2012 (r237211)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile Wed Jun 6 13:28:41 2012 (r237212)
@@ -5,11 +5,15 @@
WRKSRC= ${WRKDIR}/fake-1.0
-FETCH_DEPENDS= ${PORTSDIR}/tmp/fake1:/usr/home/scher/project/fake_ports/with_deps/fake1
+FETCH_DEPENDS= ${PORTSDIR}/tmp/fake1:${PORTSDIR}/fake_ports/with_deps/fake1 \
+ ${PORTSDIR}/tmp/fake1a:${PORTSDIR}/fake_ports/with_deps/fake1a
NOCLEANDEPENDS=
do-install:
- @echo "Port: "fake2" is installing now"
+ @echo "Port: "fake2" is installing now"; \
+ echo "Press any key to continue"; \
+ read i
+
.include <bsd.port.mk>
More information about the svn-soc-all
mailing list