pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/phoronix-test-suite



Module Name:    pkgsrc
Committed By:   marino
Date:           Wed Aug 15 22:08:16 UTC 2012

Modified Files:
        pkgsrc/benchmarks/phoronix-test-suite: Makefile distinfo
        pkgsrc/benchmarks/phoronix-test-suite/patches: patch-install-sh

Log Message:
benchmarks/phoronix-test-suite: Change "cp -r"

The "-r" option is highly discouraged in BSD although it's reluctantly
supported.  The problem is that it doesn't behave the same on all
platforms.  For example, "cp -r pts-core/ destdir/" won't always give
the same results:

On NetBSD,   pts-core files are put: /destdir/pts-core/<files>
On DragonFly pts-core files are put: /destdir/<files>

That messes the PLIST up.
This changes "cp -r <dir>/" to "cp -R <dir>" which has the same
behavior on different platforms.  Tested on NetBSD and DragonFly


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/phoronix-test-suite/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/benchmarks/phoronix-test-suite/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/benchmarks/phoronix-test-suite/patches/patch-install-sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index