summaryrefslogtreecommitdiff
path: root/dev-java/commons-daemon/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-java/commons-daemon/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-java/commons-daemon/files')
-rw-r--r--dev-java/commons-daemon/files/commons-daemon-1.3.1-Make.patch21
-rw-r--r--dev-java/commons-daemon/files/commons-daemon-1.5.1-gentoo.patch18
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-java/commons-daemon/files/commons-daemon-1.3.1-Make.patch b/dev-java/commons-daemon/files/commons-daemon-1.3.1-Make.patch
deleted file mode 100644
index 001be15a2815..000000000000
--- a/dev-java/commons-daemon/files/commons-daemon-1.3.1-Make.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/native/unix/Makedefs.in
-+++ b/src/native/unix/Makedefs.in
-@@ -17,6 +17,7 @@
-
- # @author Pier Fumagalli <mailto:pier.fumagalli@eng.sun.com>
-
-+AR = @AR@
- CC = @CC@
- CFLAGS = @CFLAGS@
- CPPFLAGS = @CPPFLAGS@
---- a/src/native/unix/native/Makefile.in
-+++ b/src/native/unix/native/Makefile.in
-@@ -31,7 +31,7 @@ OBJS = arguments.o \
- all: jsvc libservice.a
-
- libservice.a: $(OBJS)
-- ar cr libservice.a $(OBJS)
-+ ${AR} cr libservice.a $(OBJS)
- $(RANLIB) libservice.a
-
- jsvc: jsvc-unix.o libservice.a
diff --git a/dev-java/commons-daemon/files/commons-daemon-1.5.1-gentoo.patch b/dev-java/commons-daemon/files/commons-daemon-1.5.1-gentoo.patch
deleted file mode 100644
index cc302dbec102..000000000000
--- a/dev-java/commons-daemon/files/commons-daemon-1.5.1-gentoo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/src/native/unix/native/jsvc.h
-+++ b/src/native/unix/native/jsvc.h
-@@ -25,15 +25,7 @@
- #include <sys/stat.h>
-
- /* Definitions for booleans */
--#ifdef OS_DARWIN
- #include <stdbool.h>
--#else
--typedef enum {
-- false,
-- true
--} bool;
--#endif
--
- #include "version.h"
- #include "debug.h"
- #include "arguments.h"