Edit

IABSD.fr/ports/sysutils/parallel/patches

Branch :

  • Show log

    Commit

  • Author : rpe
    Date : 2012-12-30 17:05:10
    Hash : 2ff88e2a
    Message : update to parallel-20121222 Changes: * --shebang-wrap makes is possible to parallelize scripts by putting parallel in the shebang line (the first #! line in scripts). * --delay puts in a delay after starting each job. Useful to avoid raceconditions and thundering herd problems. * --results now uses / as separator instead of TAB and thus creates subdirs. Thanks to Drew Frank. * parallel: OpenBSD CPU detection. Thanks to Michal Markowski. * niceload --sensor allows for negative numbers to signify a lower number means the limit is lower. * niceload --prg suspend a named program that is already running. * niceload multiple --pid suspend process ids that are already running. * Bug fixes and man page updates. ok ajacoutot@ sthen@ pascal@ (MAINTAINER)

  • patch-src_Makefile_in
  • $OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2012/10/13 20:24:13 rpe Exp $
    --- src/Makefile.in.orig	Wed Aug 22 21:33:46 2012
    +++ src/Makefile.in	Sat Oct 13 15:44:35 2012
    @@ -368,7 +368,7 @@ distdir: $(DISTFILES)
     	done
     check-am: all-am
     check: check-am
    -all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
    +all-am: Makefile $(SCRIPTS) $(MANS)
     installdirs:
     	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \
     	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    @@ -424,7 +424,7 @@ info: info-am
     
     info-am:
     
    -install-data-am: install-docDATA install-man
    +install-data-am: install-man
     
     install-dvi: install-dvi-am