diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/xcd | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/xcd')
-rw-r--r-- | audio/xcd/files/patch-Makefile | 6 | ||||
-rw-r--r-- | audio/xcd/files/patch-cdplayer.cc | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/xcd/files/patch-Makefile b/audio/xcd/files/patch-Makefile index 4ac12910accf..6be4d8284533 100644 --- a/audio/xcd/files/patch-Makefile +++ b/audio/xcd/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 1998-10-26 22:14:26.000000000 -0200 -+++ ./Makefile 2013-12-07 16:02:51.000000000 -0200 +--- Makefile.orig 1998-10-27 00:14:26 UTC ++++ Makefile @@ -1,6 +1,6 @@ -BINDIR = /usr/local/bin -CDDIR = /usr/local/lib/xcd @@ -10,7 +10,7 @@ all: cdplayer xcd xcd: xcd.in -@@ -8,20 +8,20 @@ +@@ -8,20 +8,20 @@ xcd: xcd.in < xcd.in > $@ chmod ugo+x xcd cdplayer: cdplayer.cc diff --git a/audio/xcd/files/patch-cdplayer.cc b/audio/xcd/files/patch-cdplayer.cc index ec0923112126..bc296ffac9b4 100644 --- a/audio/xcd/files/patch-cdplayer.cc +++ b/audio/xcd/files/patch-cdplayer.cc @@ -1,6 +1,6 @@ ---- cdplayer.cc.orig Sat Nov 27 16:20:49 1999 -+++ cdplayer.cc Sat Nov 27 16:24:02 1999 -@@ -29,7 +29,7 @@ +--- cdplayer.cc.orig 1999-02-02 23:28:24 UTC ++++ cdplayer.cc +@@ -29,7 +29,7 @@ private: public: button (char *s) {state=0; strcpy (name, s);} ~button () {} @@ -9,7 +9,7 @@ if (state != i) { state = i; if (state == 0) -@@ -90,7 +90,7 @@ +@@ -90,7 +90,7 @@ button play_button ("play"), pause_butt #define S(t) toc_buffer[t].addr.msf.second #define F(t) toc_buffer[t].addr.msf.frame |