diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-06 22:23:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-06 22:23:55 +0000 |
commit | fd453328286f4436e87cd16dc2a8572763c20e1d (patch) | |
tree | c0a8d5086fc8502dde1cb0bbaf6e64359aadc577 | |
parent | cddc36cac752816904e3448d044e422723361699 (diff) | |
download | freebsd-ports-fd453328286f4436e87cd16dc2a8572763c20e1d.zip |
sysutils/samesame: forgotten files!
In addition to the provided stage support:
* separate pkg-plist was created
* install-strip was implified with the use of INSTALL_TARGET
* most configure switches pulled into options framework
* redundant post-install pkg-message removed
* 2-clause BSD license documented
* USE_BZIP2 converted
* patch to buffer.cpp added by maintainer
PR: ports/190164
Submitted by: Stephan Esser
Approved by: maintainer (Alex de Kruijff)
Simplified by: marino
-rw-r--r-- | sysutils/samesame/files/patch-src_buffer.cpp | 11 | ||||
-rw-r--r-- | sysutils/samesame/pkg-plist | 25 |
2 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/samesame/files/patch-src_buffer.cpp b/sysutils/samesame/files/patch-src_buffer.cpp new file mode 100644 index 000000000000..5d13b1073cbc --- /dev/null +++ b/sysutils/samesame/files/patch-src_buffer.cpp @@ -0,0 +1,11 @@ +--- src/buffer.cpp.orig 2010-02-15 13:08:46.000000000 +0000 ++++ src/buffer.cpp +@@ -16,7 +16,7 @@ + + #include <new> + +-extern Buffer *Buffer::singleton = NULL; ++Buffer *Buffer::singleton = NULL; + + struct PreventBufferLeak + { diff --git a/sysutils/samesame/pkg-plist b/sysutils/samesame/pkg-plist new file mode 100644 index 000000000000..80731475e54e --- /dev/null +++ b/sysutils/samesame/pkg-plist @@ -0,0 +1,25 @@ +%%EXPERIMENTAL%%bin/fsort +bin/samearchive +bin/samearchive-lite +bin/samechflags +bin/samechmod +bin/samechown +bin/samecp +bin/samedelay +bin/samefile +bin/sameln +bin/samemv +bin/samerm +%%DISK_STORAGE%%etc/rc.d/samesame.sh +man/man1/samearchive-lite.1.gz +man/man1/samearchive.1.gz +man/man1/samechflags.1.gz +man/man1/samechmod.1.gz +man/man1/samechown.1.gz +man/man1/samecp.1.gz +man/man1/samedelay.1.gz +man/man1/samefile.1.gz +man/man1/sameln.1.gz +man/man1/samemv.1.gz +man/man1/samerm.1.gz +man/man1/samesame.1.gz |