Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package:  popt
@ 2008-04-12  9:51 nkukard at uclibc.org
  2008-04-12 10:59 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: nkukard at uclibc.org @ 2008-04-12  9:51 UTC (permalink / raw)
  To: buildroot

Author: nkukard
Date: 2008-04-12 02:51:21 -0700 (Sat, 12 Apr 2008)
New Revision: 21716

Log:
* Added popt


Added:
   trunk/buildroot/package/popt/
   trunk/buildroot/package/popt/Config.in
   trunk/buildroot/package/popt/popt-1.14_no-wchar.patch
   trunk/buildroot/package/popt/popt.mk

Modified:
   trunk/buildroot/package/Config.in


Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in	2008-04-12 09:45:49 UTC (rev 21715)
+++ trunk/buildroot/package/Config.in	2008-04-12 09:51:21 UTC (rev 21716)
@@ -93,6 +93,7 @@
 source "package/modutils/Config.in"
 endif
 source "package/ng-spice-rework/Config.in"
+source "package/popt/Config.in"
 source "package/portage/Config.in"
 if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
 source "package/procps/Config.in"

Added: trunk/buildroot/package/popt/Config.in
===================================================================
--- trunk/buildroot/package/popt/Config.in	                        (rev 0)
+++ trunk/buildroot/package/popt/Config.in	2008-04-12 09:51:21 UTC (rev 21716)
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_POPT
+	bool "popt"
+	default n
+	help
+	  Popt is a C library for parsing command line parameters.
+
+	  http://rpm5.org

Added: trunk/buildroot/package/popt/popt-1.14_no-wchar.patch
===================================================================
--- trunk/buildroot/package/popt/popt-1.14_no-wchar.patch	                        (rev 0)
+++ trunk/buildroot/package/popt/popt-1.14_no-wchar.patch	2008-04-12 09:51:21 UTC (rev 21716)
@@ -0,0 +1,12 @@
+diff -ru popt-1.14_vanilla/popthelp.c popt-1.14_no-wchar/popthelp.c
+--- popt-1.14_vanilla/popthelp.c	2008-03-27 17:33:08.000000000 +0000
++++ popt-1.14_no-wchar/popthelp.c	2008-04-10 05:44:43.000000000 +0000
+@@ -15,7 +15,7 @@
+ #include <sys/ioctl.h>
+ #endif
+ 
+-#define	POPT_WCHAR_HACK
++/* #define	POPT_WCHAR_HACK */
+ #ifdef 	POPT_WCHAR_HACK
+ #include <wchar.h>			/* for mbsrtowcs */
+ /*@access mbstate_t @*/

Added: trunk/buildroot/package/popt/popt.mk
===================================================================
--- trunk/buildroot/package/popt/popt.mk	                        (rev 0)
+++ trunk/buildroot/package/popt/popt.mk	2008-04-12 09:51:21 UTC (rev 21716)
@@ -0,0 +1,20 @@
+#############################################################
+#
+# popt
+#
+#############################################################
+POPT_VERSION = 1.14
+POPT_SITE = http://rpm5.org/files/popt
+POPT_INSTALL_STAGING = YES
+
+
+POPT_CONF_ENV = ac_cv_va_copy=yes 
+
+
+POPT_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
+		--build=$(GNU_HOST_NAME) --prefix=/usr
+
+POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install
+
+
+$(eval $(call AUTOTARGETS,package,popt))

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

* [Buildroot] svn commit: trunk/buildroot/package:  popt
  2008-04-12  9:51 [Buildroot] svn commit: trunk/buildroot/package: popt nkukard at uclibc.org
@ 2008-04-12 10:59 ` Peter Korsgaard
  2008-04-12 11:29   ` Nigel Kukard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2008-04-12 10:59 UTC (permalink / raw)
  To: buildroot

>>>>> "nkukard" == nkukard  <nkukard@uclibc.org> writes:

 nkukard> Author: nkukard
 nkukard> Date: 2008-04-12 02:51:21 -0700 (Sat, 12 Apr 2008)
 nkukard> New Revision: 21716

 nkukard> Log:
 nkukard> * Added popt

...

 nkukard> Added: trunk/buildroot/package/popt/Config.in
 nkukard> ===================================================================
 nkukard> --- trunk/buildroot/package/popt/Config.in	                        (rev 0)
 nkukard> +++ trunk/buildroot/package/popt/Config.in	2008-04-12 09:51:21 UTC (rev 21716)
 nkukard> @@ -0,0 +1,7 @@
 nkukard> +config BR2_PACKAGE_POPT
 nkukard> +	bool "popt"
 nkukard> +	default n
 nkukard> +	help
 nkukard> +	  Popt is a C library for parsing command line parameters.
 nkukard> +
 nkukard> +	  http://rpm5.org

I was just about to tell you that you've screwed up the URL once more,
but this time it's right it seems ;)

-- 
Bye, Peter Korsgaard

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

* [Buildroot] svn commit: trunk/buildroot/package:  popt
  2008-04-12 10:59 ` Peter Korsgaard
@ 2008-04-12 11:29   ` Nigel Kukard
  0 siblings, 0 replies; 3+ messages in thread
From: Nigel Kukard @ 2008-04-12 11:29 UTC (permalink / raw)
  To: buildroot


>  nkukard> +config BR2_PACKAGE_POPT
>  nkukard> +	bool "popt"
>  nkukard> +	default n
>  nkukard> +	help
>  nkukard> +	  Popt is a C library for parsing command line parameters.
>  nkukard> +
>  nkukard> +	  http://rpm5.org
> 
> I was just about to tell you that you've screwed up the URL once more,
> but this time it's right it seems ;)

Most the urls I add come from people telling me to use those URL's in
the channels on IRC  ;), I use the official sites from now on
regardless.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080412/5faf5ff3/attachment.pgp 

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

end of thread, other threads:[~2008-04-12 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12  9:51 [Buildroot] svn commit: trunk/buildroot/package: popt nkukard at uclibc.org
2008-04-12 10:59 ` Peter Korsgaard
2008-04-12 11:29   ` Nigel Kukard

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