socsvn commit: r238408 - soc2012/scher/par_ports/head/Mk

scher at FreeBSD.org scher at FreeBSD.org
Wed Jun 27 17:17:13 UTC 2012


Author: scher
Date: Wed Jun 27 17:17:11 2012
New Revision: 238408
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238408

Log:
  [fixed] Parallel intergation in bsd.port.mk is shifted to "include section"
  	just befor .BEGIN target
  

Modified:
  soc2012/scher/par_ports/head/Mk/bsd.port.mk

Modified: soc2012/scher/par_ports/head/Mk/bsd.port.mk
==============================================================================
--- soc2012/scher/par_ports/head/Mk/bsd.port.mk	Wed Jun 27 17:09:48 2012	(r238407)
+++ soc2012/scher/par_ports/head/Mk/bsd.port.mk	Wed Jun 27 17:17:11 2012	(r238408)
@@ -1152,61 +1152,6 @@
 
 .include "${PORTSDIR}/Mk/bsd.commands.mk"
 
-############### PAR_PORTS SPECIFIC COMMENT LINE ############### 
-
-# TODO: doc needed
-.if defined(_parv_WANT_NON_PARALLEL_BUILD)
-.undef _parv_WANT_PARALLEL_BUILD
-.endif
-
-.if defined(_parv_WANT_PARALLEL_BUILD)
-.include "${PORTSDIR}/Mk/bsd.parallel.mk"
-.endif
-
-_PROCESS_ACTIVE_BUILDS?= ${DO_NADA}
-
-.if !target(lock-port-dbdir)
-lock-port-dbdir:
-	@${DO_NADA}
-.endif
-
-.if !target(lock-pkg-dbdir)
-lock-pkg-dbdir:
-	@${DO_NADA}
-.endif
-
-.if !target(unlock-port-dbdir)
-unlock-port-dbdir:
-	@${DO_NADA}
-.endif
-
-.if !target(unlock-pkg-dbdir)
-unlock-pkg-dbdir:
-	@${DO_NADA}
-.endif
-
-.if !target(check-active-build-conflicts)
-check-active-build-conflicts:
-	@${DO_NADA}
-.endif
-
-.if !target(locking-config-recursive)
-locking-config-recursive:
-	@${DO_NADA}
-.endif
-
-.if !target(locking-config-message)
-locking-config-message:
-	@${DO_NADA}
-.endif
-
-.if !target(check-license-depends)
-check-license-depends:
-	@${DO_NADA}
-.endif
-
-############### ENDF OF PAR_PORTS SPECIFIC COMMENT LINE  ###############
-
 #
 # DESTDIR section to start a chrooted process if invoked with DESTDIR set
 #
@@ -1554,6 +1499,61 @@
 .include "${PORTSDIR}/Mk/bsd.ncurses.mk"
 .endif
 
+############### PAR_PORTS SPECIFIC COMMENT LINE ############### 
+
+# TODO: doc needed
+.if defined(_parv_WANT_NON_PARALLEL_BUILD)
+.undef _parv_WANT_PARALLEL_BUILD
+.endif
+
+.if defined(_parv_WANT_PARALLEL_BUILD)
+.include "${PORTSDIR}/Mk/bsd.parallel.mk"
+.endif
+
+_PROCESS_ACTIVE_BUILDS?= ${DO_NADA}
+
+.if !target(lock-port-dbdir)
+lock-port-dbdir:
+	@${DO_NADA}
+.endif
+
+.if !target(lock-pkg-dbdir)
+lock-pkg-dbdir:
+	@${DO_NADA}
+.endif
+
+.if !target(unlock-port-dbdir)
+unlock-port-dbdir:
+	@${DO_NADA}
+.endif
+
+.if !target(unlock-pkg-dbdir)
+unlock-pkg-dbdir:
+	@${DO_NADA}
+.endif
+
+.if !target(check-active-build-conflicts)
+check-active-build-conflicts:
+	@${DO_NADA}
+.endif
+
+.if !target(locking-config-recursive)
+locking-config-recursive:
+	@${DO_NADA}
+.endif
+
+.if !target(locking-config-message)
+locking-config-message:
+	@${DO_NADA}
+.endif
+
+.if !target(check-license-depends)
+check-license-depends:
+	@${DO_NADA}
+.endif
+
+############### ENDF OF PAR_PORTS SPECIFIC COMMENT LINE  ###############
+
 ############### PAR_PORTS SPECIFIC COMMENT LINE ###############
 #
 .if defined(_parv_WANT_PARALLEL_BUILD) || !defined(IGNORE_PATH_CHECKS)


More information about the svn-soc-all mailing list