From fd453328286f4436e87cd16dc2a8572763c20e1d Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 6 Jun 2014 22:23:55 +0000 Subject: [PATCH] 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 --- sysutils/samesame/files/patch-src_buffer.cpp | 11 +++++++++ sysutils/samesame/pkg-plist | 25 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 sysutils/samesame/files/patch-src_buffer.cpp create mode 100644 sysutils/samesame/pkg-plist 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 + +-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