diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
commit | 92a23247b1467190ce10007190052c33423ff547 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/lash | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.gz freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.zst freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.zip |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/lash')
-rw-r--r-- | audio/lash/files/patch-lashd_client__event.c (renamed from audio/lash/files/patch-lashd-client_event.c) | 8 | ||||
-rw-r--r-- | audio/lash/files/patch-lashd_conn__mgr.c (renamed from audio/lash/files/patch-lashd-conn_mgr.c) | 6 | ||||
-rw-r--r-- | audio/lash/files/patch-lashd_store.c (renamed from audio/lash/files/patch-lashd-store.c) | 6 | ||||
-rw-r--r-- | audio/lash/files/patch-liblash_lash.c (renamed from audio/lash/files/patch-liblash-lash.c) | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/audio/lash/files/patch-lashd-client_event.c b/audio/lash/files/patch-lashd_client__event.c index cc8e2854c728..134f68655065 100644 --- a/audio/lash/files/patch-lashd-client_event.c +++ b/audio/lash/files/patch-lashd_client__event.c @@ -1,6 +1,6 @@ ---- lashd/client_event.c.orig 2007-09-17 19:10:14.000000000 +0200 -+++ lashd/client_event.c 2007-09-17 19:10:50.000000000 +0200 -@@ -185,6 +185,7 @@ +--- lashd/client_event.c.orig 2007-01-13 22:05:54 UTC ++++ lashd/client_event.c +@@ -185,6 +185,7 @@ server_lash_event_project_add(server_t * project_set_name(project, name); } @@ -8,7 +8,7 @@ err = gethostname(server_name, MAXHOSTNAMELEN); if (err == -1) { fprintf(stderr, -@@ -192,6 +193,9 @@ +@@ -192,6 +193,9 @@ server_lash_event_project_add(server_t * __FUNCTION__, strerror(errno)); strcpy(server_name, "localhost"); } diff --git a/audio/lash/files/patch-lashd-conn_mgr.c b/audio/lash/files/patch-lashd_conn__mgr.c index 38042102d93e..40bc4b620b12 100644 --- a/audio/lash/files/patch-lashd-conn_mgr.c +++ b/audio/lash/files/patch-lashd_conn__mgr.c @@ -1,6 +1,6 @@ ---- lashd/conn_mgr.c.orig 2008-01-02 20:26:00.000000000 +0100 -+++ lashd/conn_mgr.c 2008-01-02 20:27:11.000000000 +0100 -@@ -759,7 +759,11 @@ +--- lashd/conn_mgr.c.orig 2007-04-08 21:18:23 UTC ++++ lashd/conn_mgr.c +@@ -759,7 +759,11 @@ conn_mgr_recv_run(void *data) fprintf(stderr, "%s: error calling select(): %s\n", __FUNCTION__, strerror(errno)); diff --git a/audio/lash/files/patch-lashd-store.c b/audio/lash/files/patch-lashd_store.c index 0558601dec7b..9baee6d80f76 100644 --- a/audio/lash/files/patch-lashd-store.c +++ b/audio/lash/files/patch-lashd_store.c @@ -1,6 +1,6 @@ ---- lashd/store.c.orig Sat Jan 13 15:45:09 2007 -+++ lashd/store.c Sat Jan 13 15:45:12 2007 -@@ -35,6 +35,31 @@ +--- lashd/store.c.orig 2007-01-13 22:08:54 UTC ++++ lashd/store.c +@@ -36,6 +36,31 @@ #define STORE_INFO_FILE ".store_info" diff --git a/audio/lash/files/patch-liblash-lash.c b/audio/lash/files/patch-liblash_lash.c index 4fd55d545f19..d6d9279625fc 100644 --- a/audio/lash/files/patch-liblash-lash.c +++ b/audio/lash/files/patch-liblash_lash.c @@ -1,5 +1,5 @@ ---- liblash/lash.c.orig Tue May 22 20:13:00 2007 -+++ liblash/lash.c Tue May 22 20:13:13 2007 +--- liblash/lash.c.orig 2007-03-09 15:34:40 UTC ++++ liblash/lash.c @@ -23,6 +23,8 @@ #include <strings.h> #include <pthread.h> |