Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2007-07-15 17:06 ulf at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: ulf at uclibc.org @ 2007-07-15 17:06 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-15 10:06:15 -0700 (Sun, 15 Jul 2007)
New Revision: 19096

Log:
Fix acpid version info

Modified:
   trunk/buildroot/package/acpid/acpid.mk


Changeset:
Modified: trunk/buildroot/package/acpid/acpid.mk
===================================================================
--- trunk/buildroot/package/acpid/acpid.mk	2007-07-15 12:39:08 UTC (rev 19095)
+++ trunk/buildroot/package/acpid/acpid.mk	2007-07-15 17:06:15 UTC (rev 19096)
@@ -3,9 +3,9 @@
 # acpid
 #
 #############################################################
-ACPID_VERSION:=1.0.4-1
+ACPID_VERSION:=1.0.4
 ACPID_DIR=$(BUILD_DIR)/acpid-$(ACPID_VERSION)
-ACPID_SOURCE=acpid_$(ACPID_VERSION).tar.gz
+ACPID_SOURCE=acpid_$(ACPID_VERSION)-1.tar.gz
 ACPID_SITE=http://ftp.debian.org/debian/pool/main/a/acpid
 
 $(DL_DIR)/$(ACPID_SOURCE):

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2009-01-26 15:28 jacmet at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: jacmet at uclibc.org @ 2009-01-26 15:28 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-01-26 15:28:05 +0000 (Mon, 26 Jan 2009)
New Revision: 25054

Log:
acpid: remove unused legacy patches

As discussed on the list.

Removed:
   trunk/buildroot/package/acpid/acpid-sign-warning.patch
   trunk/buildroot/package/acpid/acpid-socket-path.patch


Changeset:
Deleted: trunk/buildroot/package/acpid/acpid-sign-warning.patch
===================================================================
--- trunk/buildroot/package/acpid/acpid-sign-warning.patch	2009-01-26 14:49:37 UTC (rev 25053)
+++ trunk/buildroot/package/acpid/acpid-sign-warning.patch	2009-01-26 15:28:05 UTC (rev 25054)
@@ -1,11 +0,0 @@
---- acpid-1.0.4/ud_socket.c
-+++ acpid-1.0.4/ud_socket.c
-@@ -58,7 +58,7 @@ ud_accept(int listenfd, struct ucred *cr
- 	while (1) {
- 		int newsock = 0;
- 		struct sockaddr_un cliaddr;
--		int len = sizeof(struct sockaddr_un);
-+		socklen_t len = sizeof(struct sockaddr_un);
- 
- 		newsock = accept(listenfd, (struct sockaddr *)&cliaddr, &len);
- 		if (newsock < 0) {

Deleted: trunk/buildroot/package/acpid/acpid-socket-path.patch
===================================================================
--- trunk/buildroot/package/acpid/acpid-socket-path.patch	2009-01-26 14:49:37 UTC (rev 25053)
+++ trunk/buildroot/package/acpid/acpid-socket-path.patch	2009-01-26 15:28:05 UTC (rev 25054)
@@ -1,11 +0,0 @@
---- acpid-1.0.4/acpid.h
-+++ acpid-1.0.4/acpid.h
-@@ -32,7 +32,7 @@
- #define ACPI_EVENTFILE		ACPI_PROCDIR "/event"
- #define ACPI_CONFDIR		"/etc/acpi/events"
- #define ACPI_LOGFILE		"/var/log/acpid"
--#define ACPI_SOCKETFILE		"/var/run/acpid.socket"
-+#define ACPI_SOCKETFILE		"/tmp/acpid.socket"
- #define ACPI_SOCKETMODE		0666
- #define ACPI_MAX_ERRS		5
- 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2009-01-14 23:54 ulf at uclibc.org
  2009-01-15  8:56 ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: ulf at uclibc.org @ 2009-01-14 23:54 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-14 23:54:02 +0000 (Wed, 14 Jan 2009)
New Revision: 24851

Log:
Make acpid patch depend on VERSION

Modified:
   trunk/buildroot/package/acpid/acpid.mk


Changeset:
Modified: trunk/buildroot/package/acpid/acpid.mk
===================================================================
--- trunk/buildroot/package/acpid/acpid.mk	2009-01-14 23:53:20 UTC (rev 24850)
+++ trunk/buildroot/package/acpid/acpid.mk	2009-01-14 23:54:02 UTC (rev 24851)
@@ -13,7 +13,7 @@
 
 $(ACPID_DIR)/.unpacked: $(DL_DIR)/$(ACPID_SOURCE)
 	$(ZCAT) $(DL_DIR)/$(ACPID_SOURCE) | tar -C $(BUILD_DIR) -xvf -
-	toolchain/patch-kernel.sh $(ACPID_DIR) package/acpid/ acpid\*.patch
+	toolchain/patch-kernel.sh $(ACPID_DIR) package/acpid/ acpid-$(ACPID_VERSION)\*.patch
 	touch $(ACPID_DIR)/.unpacked
 
 $(ACPID_DIR)/acpid: $(ACPID_DIR)/.unpacked

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2009-01-13 18:44 ulf at uclibc.org
  2009-01-13 22:07 ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: ulf at uclibc.org @ 2009-01-13 18:44 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-13 18:44:32 +0000 (Tue, 13 Jan 2009)
New Revision: 24821

Log:
Bump acpid version and update source filename

Modified:
   trunk/buildroot/package/acpid/acpid.mk


Changeset:
Modified: trunk/buildroot/package/acpid/acpid.mk
===================================================================
--- trunk/buildroot/package/acpid/acpid.mk	2009-01-13 18:43:46 UTC (rev 24820)
+++ trunk/buildroot/package/acpid/acpid.mk	2009-01-13 18:44:32 UTC (rev 24821)
@@ -3,9 +3,9 @@
 # acpid
 #
 #############################################################
-ACPID_VERSION:=1.0.4
+ACPID_VERSION:=1.0.8
 ACPID_DIR=$(BUILD_DIR)/acpid-$(ACPID_VERSION)
-ACPID_SOURCE=acpid_$(ACPID_VERSION)-1.tar.gz
+ACPID_SOURCE=acpid_$(ACPID_VERSION).orig.tar.gz
 ACPID_SITE=$(BR2_DEBIAN_MIRROR)/debian/pool/main/a/acpid
 
 $(DL_DIR)/$(ACPID_SOURCE):

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2008-10-19  7:44 jacmet at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: jacmet at uclibc.org @ 2008-10-19  7:44 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-10-19 00:44:30 -0700 (Sun, 19 Oct 2008)
New Revision: 23718

Log:
acpid: use $(MAKE) in acpid-clean instead of hardcoding make

Modified:
   trunk/buildroot/package/acpid/acpid.mk


Changeset:
Modified: trunk/buildroot/package/acpid/acpid.mk
===================================================================
--- trunk/buildroot/package/acpid/acpid.mk	2008-10-19 07:44:25 UTC (rev 23717)
+++ trunk/buildroot/package/acpid/acpid.mk	2008-10-19 07:44:30 UTC (rev 23718)
@@ -33,7 +33,7 @@
 acpid-source: $(DL_DIR)/$(ACPID_SOURCE)
 
 acpid-clean:
-	-make -C $(ACPID_DIR) clean
+	-$(MAKE) -C $(ACPID_DIR) clean
 
 acpid-dirclean:
 	rm -rf $(ACPID_DIR)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2007-01-14  0:54 sjhill at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: sjhill at uclibc.org @ 2007-01-14  0:54 UTC (permalink / raw)
  To: buildroot

Author: sjhill
Date: 2007-01-13 16:54:14 -0800 (Sat, 13 Jan 2007)
New Revision: 17267

Log:
x86 is the only thing that uses this monstrosity.


Modified:
   trunk/buildroot/package/acpid/Config.in


Changeset:
Modified: trunk/buildroot/package/acpid/Config.in
===================================================================
--- trunk/buildroot/package/acpid/Config.in	2007-01-13 21:45:00 UTC (rev 17266)
+++ trunk/buildroot/package/acpid/Config.in	2007-01-14 00:54:14 UTC (rev 17267)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ACPID
 	bool "acpid"
+	depends on BR2_x86_64 || BR2_i386
 	default n
 	help
 	  Advanced Configuration and Power Interface event daemon.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/acpid
@ 2006-11-29  8:42 aldot at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: aldot at uclibc.org @ 2006-11-29  8:42 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-11-29 00:42:37 -0800 (Wed, 29 Nov 2006)
New Revision: 16712

Log:
- acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatching
  pointers.  Fix it by using socklen_t type.
- Modify acpid.mk to apply all available patches.  Convert ACPI_SOCKETFILE
  adjustment from sed script to a patch.
Thanks to Pavel Roskin


Added:
   trunk/buildroot/package/acpid/acpid-sign-warning.patch
   trunk/buildroot/package/acpid/acpid-socket-path.patch

Modified:
   trunk/buildroot/package/acpid/acpid.mk


Changeset:
Added: trunk/buildroot/package/acpid/acpid-sign-warning.patch
===================================================================
--- trunk/buildroot/package/acpid/acpid-sign-warning.patch	2006-11-29 08:36:32 UTC (rev 16711)
+++ trunk/buildroot/package/acpid/acpid-sign-warning.patch	2006-11-29 08:42:37 UTC (rev 16712)
@@ -0,0 +1,11 @@
+--- acpid-1.0.4/ud_socket.c
++++ acpid-1.0.4/ud_socket.c
+@@ -58,7 +58,7 @@ ud_accept(int listenfd, struct ucred *cr
+ 	while (1) {
+ 		int newsock = 0;
+ 		struct sockaddr_un cliaddr;
+-		int len = sizeof(struct sockaddr_un);
++		socklen_t len = sizeof(struct sockaddr_un);
+ 
+ 		newsock = accept(listenfd, (struct sockaddr *)&cliaddr, &len);
+ 		if (newsock < 0) {

Added: trunk/buildroot/package/acpid/acpid-socket-path.patch
===================================================================
--- trunk/buildroot/package/acpid/acpid-socket-path.patch	2006-11-29 08:36:32 UTC (rev 16711)
+++ trunk/buildroot/package/acpid/acpid-socket-path.patch	2006-11-29 08:42:37 UTC (rev 16712)
@@ -0,0 +1,11 @@
+--- acpid-1.0.4/acpid.h
++++ acpid-1.0.4/acpid.h
+@@ -32,7 +32,7 @@
+ #define ACPI_EVENTFILE		ACPI_PROCDIR "/event"
+ #define ACPI_CONFDIR		"/etc/acpi/events"
+ #define ACPI_LOGFILE		"/var/log/acpid"
+-#define ACPI_SOCKETFILE		"/var/run/acpid.socket"
++#define ACPI_SOCKETFILE		"/tmp/acpid.socket"
+ #define ACPI_SOCKETMODE		0666
+ #define ACPI_MAX_ERRS		5
+ 

Modified: trunk/buildroot/package/acpid/acpid.mk
===================================================================
--- trunk/buildroot/package/acpid/acpid.mk	2006-11-29 08:36:32 UTC (rev 16711)
+++ trunk/buildroot/package/acpid/acpid.mk	2006-11-29 08:42:37 UTC (rev 16712)
@@ -10,12 +10,12 @@
 $(DL_DIR)/$(ACPID_SOURCE):
 	$(WGET) -P $(DL_DIR) $(ACPID_SITE)/$(ACPID_SOURCE)
 
-$(ACPID_DIR)/Makefile: $(DL_DIR)/$(ACPID_SOURCE)
+$(ACPID_DIR)/.unpacked: $(DL_DIR)/$(ACPID_SOURCE)
 	$(ZCAT) $(DL_DIR)/$(ACPID_SOURCE) | tar -C $(BUILD_DIR) -xvf -
-	$(SED) "s:ACPI_SOCKETFILE.*:ACPI_SOCKETFILE \"/tmp/acpid.socket\":" $(ACPID_DIR)/acpid.h
-	touch -c $(ACPID_DIR)/Makefile
+	toolchain/patch-kernel.sh $(ACPID_DIR) package/acpid/ acpid\*.patch
+	touch $(ACPID_DIR)/.unpacked
 
-$(ACPID_DIR)/acpid: $(ACPID_DIR)/Makefile
+$(ACPID_DIR)/acpid: $(ACPID_DIR)/.unpacked
 	$(MAKE) CC=$(TARGET_CC) -C $(ACPID_DIR)
 	$(STRIP) -s $(ACPID_DIR)/acpid
 	$(STRIP) -s $(ACPID_DIR)/acpi_listen

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-26 15:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-15 17:06 [Buildroot] svn commit: trunk/buildroot/package/acpid ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26 15:28 jacmet at uclibc.org
2009-01-14 23:54 ulf at uclibc.org
2009-01-15  8:56 ` Peter Korsgaard
2009-01-13 18:44 ulf at uclibc.org
2009-01-13 22:07 ` Peter Korsgaard
2008-10-19  7:44 jacmet at uclibc.org
2007-01-14  0:54 sjhill at uclibc.org
2006-11-29  8:42 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox