mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
cddc36cac7
commit
fd45332828
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356861
2 changed files with 36 additions and 0 deletions
11
sysutils/samesame/files/patch-src_buffer.cpp
Normal file
11
sysutils/samesame/files/patch-src_buffer.cpp
Normal file
|
@ -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
|
||||||
|
{
|
25
sysutils/samesame/pkg-plist
Normal file
25
sysutils/samesame/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue