svn commit: r356861 - in head/sysutils/samesame: . files

John Marino marino at FreeBSD.org
Fri Jun 6 22:23:56 UTC 2014


Author: marino
Date: Fri Jun  6 22:23:55 2014
New Revision: 356861
URL: http://svnweb.freebsd.org/changeset/ports/356861
QAT: https://qat.redports.org/buildarchive/r356861/

Log:
  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

Added:
  head/sysutils/samesame/files/patch-src_buffer.cpp   (contents, props changed)
  head/sysutils/samesame/pkg-plist   (contents, props changed)

Added: head/sysutils/samesame/files/patch-src_buffer.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/samesame/files/patch-src_buffer.cpp	Fri Jun  6 22:23:55 2014	(r356861)
@@ -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
+ {

Added: head/sysutils/samesame/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/samesame/pkg-plist	Fri Jun  6 22:23:55 2014	(r356861)
@@ -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


More information about the svn-ports-head mailing list