Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0
@ 2011-10-16  3:04 Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 2/7] openntpd: style fix - don't capitalize in menu Gustavo Zacarias
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/vala/vala.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/vala/vala.mk b/package/vala/vala.mk
index b1217cb..0a1aed0 100644
--- a/package/vala/vala.mk
+++ b/package/vala/vala.mk
@@ -4,8 +4,8 @@
 #
 #############################################################
 
-VALA_VERSION = 0.12.1
-VALA_SITE = http://download.gnome.org/sources/vala/0.12
+VALA_VERSION = 0.14.0
+VALA_SITE = http://download.gnome.org/sources/vala/0.14
 VALA_SOURCE = vala-$(VALA_VERSION).tar.bz2
 VALA_DEPENDENCIES = host-flex libglib2 \
 		$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
-- 
1.7.3.4

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

* [Buildroot] [PATCH 2/7] openntpd: style fix - don't capitalize in menu
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
@ 2011-10-16  3:04 ` Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 3/7] package/Config.in: more sort fixes for network apps Gustavo Zacarias
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/openntpd/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/openntpd/Config.in b/package/openntpd/Config.in
index 6b8beb8..e9c3bb5 100644
--- a/package/openntpd/Config.in
+++ b/package/openntpd/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENNTPD
-	bool "OpenNTPD"
+	bool "openntpd"
 	help
 	     OpenNTPD is an easy to use implementation of the Network Time
 	     Protocol. It provides the ability to sync the local clock
-- 
1.7.3.4

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

* [Buildroot] [PATCH 3/7] package/Config.in: more sort fixes for network apps
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 2/7] openntpd: style fix - don't capitalize in menu Gustavo Zacarias
@ 2011-10-16  3:04 ` Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 4/7] ntp: bump to version 4.2.6p4 and enhance Gustavo Zacarias
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

Send xl2tp to the bottom of the network applications menu to respect
sort order.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 86b0406..524f4c7 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -420,7 +420,6 @@ source "package/ipset/Config.in"
 source "package/iptables/Config.in"
 source "package/iw/Config.in"
 source "package/kismet/Config.in"
-source "package/xl2tp/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/lighttpd/Config.in"
 endif
@@ -483,6 +482,7 @@ source "package/wget/Config.in"
 endif
 source "package/wireless_tools/Config.in"
 source "package/wpa_supplicant/Config.in"
+source "package/xl2tp/Config.in"
 
 endmenu
 
-- 
1.7.3.4

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

* [Buildroot] [PATCH 4/7] ntp: bump to version 4.2.6p4 and enhance
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 2/7] openntpd: style fix - don't capitalize in menu Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 3/7] package/Config.in: more sort fixes for network apps Gustavo Zacarias
@ 2011-10-16  3:04 ` Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 5/7] links: bump to version 2.3pre2 Gustavo Zacarias
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

* Bump to version 4.2.6p4
* Add new ntpsnmpd option
* Fix style

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ntp/Config.in |   18 +++++++++---------
 package/ntp/ntp.mk    |   25 ++++++++++++++++---------
 2 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/package/ntp/Config.in b/package/ntp/Config.in
index 1b2ab4b..5996596 100644
--- a/package/ntp/Config.in
+++ b/package/ntp/Config.in
@@ -6,22 +6,21 @@ config BR2_PACKAGE_NTP
 
 	  http://www.ntp.org/
 
+if BR2_PACKAGE_NTP
+
 config BR2_PACKAGE_NTP_SNTP
 	bool "sntp"
-	depends on BR2_PACKAGE_NTP
 	help
 	  Simple network time protocol program
 
 config BR2_PACKAGE_NTP_NTP_KEYGEN
 	bool "ntp-keygen"
-	depends on BR2_PACKAGE_NTP
 	help
 	  Create a NTP host key
 
 config BR2_PACKAGE_NTP_NTP_WAIT
 	bool "ntp-wait"
 	depends on BR2_PACKAGE_MICROPERL
-	depends on BR2_PACKAGE_NTP
 	help
 	  ntp-wait waits until the locally running ntpd is in state 4
 	  (synchronized). This could be useful at boot time, to delay the
@@ -29,7 +28,6 @@ config BR2_PACKAGE_NTP_NTP_WAIT
 
 config BR2_PACKAGE_NTP_NTPD
 	bool "ntpd"
-	depends on BR2_PACKAGE_NTP
 	default y
 	help
 	  ntpd is the time synchronization daemon keeping your local
@@ -38,29 +36,30 @@ config BR2_PACKAGE_NTP_NTPD
 
 config BR2_PACKAGE_NTP_NTPDATE
 	bool "ntpdate"
-	depends on BR2_PACKAGE_NTP
 	help
 	  The ntpdate utility program is used to set the local date and time
 	  from an NTP server given as an argument.
 
 config BR2_PACKAGE_NTP_NTPDC
 	bool "ntpdc"
-	depends on BR2_PACKAGE_NTP
 	help
 	  The ntpdc utility program is used to query an NTP daemon about
 	  its current state and to request changes in that state.
 
 config BR2_PACKAGE_NTP_NTPQ
 	bool "ntpq"
-	depends on BR2_PACKAGE_NTP
 	help
 	  The ntpq utility program is used to query NTP servers requesting
 	  information about current state and/or changes in that state.
 
+config BR2_PACKAGE_NTP_NTPSNMPD
+	bool "ntpsnmpd"
+	help
+	  Install ntpsnmpd NTP SNMP MIB agent.
+
 config BR2_PACKAGE_NTP_NTPTRACE
 	bool "ntptrace"
 	depends on BR2_PACKAGE_MICROPERL
-	depends on BR2_PACKAGE_NTP
 	help
 	  ntptrace is a perl script that uses the ntpq utility program to
 	  follow the chain of NTP servers from a given host back to the
@@ -68,6 +67,7 @@ config BR2_PACKAGE_NTP_NTPTRACE
 
 config BR2_PACKAGE_NTP_TICKADJ
 	bool "tickadj"
-	depends on BR2_PACKAGE_NTP
 	help
 	  set time-related kernel variables
+
+endif
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 5f2f993..f17193f 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -3,26 +3,32 @@
 # ntp
 #
 #############################################################
-NTP_VERSION = 4.2.6p3
-NTP_SOURCE = ntp-$(NTP_VERSION).tar.gz
-NTP_SITE = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2
 
+NTP_VERSION = 4.2.6p4
+NTP_SITE = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2
 NTP_CONF_ENV = ac_cv_lib_md5_MD5Init=no
 
 ifneq ($(BR2_INET_IPV6),y)
-NTP_CONF_ENV += isc_cv_have_in6addr_any=no
+	NTP_CONF_ENV += isc_cv_have_in6addr_any=no
 endif
 
 NTP_CONF_OPT = --with-shared \
 		--program-transform-name=s,,, \
-		--disable-tickadj \
-		--without-ntpsnmpd
+		--disable-tickadj
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
-NTP_CONF_OPT += --with-crypto
-NTP_DEPENDENCIES += openssl
+	NTP_CONF_OPT += --with-crypto
+	NTP_DEPENDENCIES += openssl
+else
+	NTP_CONF_OPT += --without-crypto
+endif
+
+ifeq ($(BR2_PACKAGE_NTP_NTPSNMPD),y)
+	NTP_CONF_OPT += \
+		--with-net-snmp-config=$(STAGING_DIR)/usr/bin/net-snmp-config
+	NTP_DEPENDENCIES += netsnmp
 else
-NTP_CONF_OPT += --without-crypto
+	NTP_CONF_OPT += --without-ntpsnmpd
 endif
 
 define NTP_PATCH_FIXUPS
@@ -35,6 +41,7 @@ NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTP_WAIT) += scripts/ntp-wait
 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTPDATE) += ntpdate/ntpdate
 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTPDC) += ntpdc/ntpdc
 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTPQ) += ntpq/ntpq
+NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTPSNMPD) += ntpsnmpd/ntpsnmpd
 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTPTRACE) += scripts/ntptrace
 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_SNTP) += sntp/sntp
 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_TICKADJ) += util/tickadj
-- 
1.7.3.4

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

* [Buildroot] [PATCH 5/7] links: bump to version 2.3pre2
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2011-10-16  3:04 ` [Buildroot] [PATCH 4/7] ntp: bump to version 4.2.6p4 and enhance Gustavo Zacarias
@ 2011-10-16  3:04 ` Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 6/7] mutt: bump to version 1.5.21 Gustavo Zacarias
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/links/links.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/links/links.mk b/package/links/links.mk
index 44bf9ec..470b13d 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -4,9 +4,10 @@
 #
 #############################################################
 
-LINKS_VERSION = 2.3pre1
+LINKS_VERSION = 2.3pre2
 LINKS_SITE = http://links.twibright.com/download
 LINKS_CONF_OPT = --without-x
+LINKS_DEPENDENCIES = host-pkg-config
 
 ifeq ($(BR2_PACKAGE_LINKS_GRAPHICS),y)
 LINKS_CONF_OPT += --enable-graphics
-- 
1.7.3.4

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

* [Buildroot] [PATCH 6/7] mutt: bump to version 1.5.21
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2011-10-16  3:04 ` [Buildroot] [PATCH 5/7] links: bump to version 2.3pre2 Gustavo Zacarias
@ 2011-10-16  3:04 ` Gustavo Zacarias
  2011-10-16  3:04 ` [Buildroot] [PATCH 7/7] ncftp: bump to version 3.2.5 Gustavo Zacarias
  2011-10-18  5:23 ` [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 ...0080114-nodoc.patch => mutt-1.5.21-nodoc.patch} |    0
 package/mutt/mutt.mk                               |   22 ++++---------------
 2 files changed, 5 insertions(+), 17 deletions(-)
 rename package/mutt/{mutt-1.5.17+20080114-nodoc.patch => mutt-1.5.21-nodoc.patch} (100%)

diff --git a/package/mutt/mutt-1.5.17+20080114-nodoc.patch b/package/mutt/mutt-1.5.21-nodoc.patch
similarity index 100%
rename from package/mutt/mutt-1.5.17+20080114-nodoc.patch
rename to package/mutt/mutt-1.5.21-nodoc.patch
diff --git a/package/mutt/mutt.mk b/package/mutt/mutt.mk
index 4b75cc8..4c8e399 100644
--- a/package/mutt/mutt.mk
+++ b/package/mutt/mutt.mk
@@ -3,23 +3,11 @@
 # mutt
 #
 #############################################################
-MUTT_VERSION:=1.5.17+20080114
-MUTT_SOURCE:=mutt_$(MUTT_VERSION).orig.tar.gz
-MUTT_PATCH:=mutt_$(MUTT_VERSION)-1.diff.gz
-MUTT_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mutt/
-MUTT_DEPENDENCIES=ncurses
-MUTT_CONF_OPT = \
-		--disable-smtp \
-		--disable-iconv \
-		--without-wc-funcs
-MUTT_AUTORECONF=YES
 
-define MUTT_APPLY_DEBIAN_PATCHES
-        if [ -d $(@D)/debian/patches ]; then \
-                support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \
-        fi
-endef
-
-MUTT_POST_PATCH_HOOKS += MUTT_APPLY_DEBIAN_PATCHES
+MUTT_VERSION = 1.5.21
+MUTT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mutt
+MUTT_DEPENDENCIES = ncurses
+MUTT_CONF_OPT = --disable-iconv --disable-smtp
+MUTT_AUTORECONF = YES
 
 $(eval $(call AUTOTARGETS))
-- 
1.7.3.4

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

* [Buildroot] [PATCH 7/7] ncftp: bump to version 3.2.5
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2011-10-16  3:04 ` [Buildroot] [PATCH 6/7] mutt: bump to version 1.5.21 Gustavo Zacarias
@ 2011-10-16  3:04 ` Gustavo Zacarias
  2011-10-18  5:23 ` [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-10-16  3:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ncftp/Config.in |    4 ----
 package/ncftp/ncftp.mk  |   24 ++++++++++++------------
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in
index a29934a..7b6ae64 100644
--- a/package/ncftp/Config.in
+++ b/package/ncftp/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_NCFTP
 	bool "ncftp"
-	depends on BR2_LARGEFILE
 	help
 	  NcFTP Client (also known as just NcFTP) is a set of FREE application
 	  programs implementing the File Transfer Protocol (FTP).
@@ -31,6 +30,3 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS
 	select BR2_PACKAGE_NCURSES
 
 endmenu
-
-comment "ncftp requires a toolchain with LARGEFILE support"
-	depends on !BR2_LARGEFILE
diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk
index 7fdee9a..3000e7a 100644
--- a/package/ncftp/ncftp.mk
+++ b/package/ncftp/ncftp.mk
@@ -3,33 +3,33 @@
 # ncftp client
 #
 #############################################################
-NCFTP_VERSION:=3.2.4
-NCFTP_SOURCE:=ncftp-$(NCFTP_VERSION)-src.tar.bz2
-NCFTP_SITE:=ftp://ftp.ncftp.com/ncftp
 
-NCFTP_TARGET_BINS:=ncftp
+NCFTP_VERSION = 3.2.5
+NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.bz2
+NCFTP_SITE = ftp://ftp.ncftp.com/ncftp
+NCFTP_TARGET_BINS = ncftp
 
 ifeq ($(BR2_PACKAGE_NCFTP_GET),y)
-NCFTP_TARGET_BINS+=ncftpget
+	NCFTP_TARGET_BINS += ncftpget
 endif
 
 ifeq ($(BR2_PACKAGE_NCFTP_PUT),y)
-NCFTP_TARGET_BINS+=ncftpput
+	NCFTP_TARGET_BINS += ncftpput
 endif
 
 ifeq ($(BR2_PACKAGE_NCFTP_LS),y)
-NCFTP_TARGET_BINS+=ncftpls
+	NCFTP_TARGET_BINS += ncftpls
 endif
 
 ifeq ($(BR2_PACKAGE_NCFTP_BATCH),y)
-NCFTP_TARGET_BINS+=ncftpbatch
-NCFTP_INSTALL_NCFTP_BATCH = \
-	ln -s /usr/bin/ncftpbatch $(TARGET_DIR)/usr/bin/ncftpspooler
+	NCFTP_TARGET_BINS += ncftpbatch
+	NCFTP_INSTALL_NCFTP_BATCH = \
+		ln -s /usr/bin/ncftpbatch $(TARGET_DIR)/usr/bin/ncftpspooler
 endif
 
 ifeq ($(BR2_PACKAGE_NCFTP_BOOKMARKS),y)
-NCFTP_TARGET_BINS+=ncftpbookmarks
-NCFTP_DEPENDENCIES:=ncurses
+	NCFTP_TARGET_BINS += ncftpbookmarks
+	NCFTP_DEPENDENCIES += ncurses
 endif
 
 define NCFTP_INSTALL_TARGET_CMDS
-- 
1.7.3.4

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

* [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0
  2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2011-10-16  3:04 ` [Buildroot] [PATCH 7/7] ncftp: bump to version 3.2.5 Gustavo Zacarias
@ 2011-10-18  5:23 ` Peter Korsgaard
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2011-10-18  5:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed all 7, thanks!

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-10-18  5:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16  3:04 [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Gustavo Zacarias
2011-10-16  3:04 ` [Buildroot] [PATCH 2/7] openntpd: style fix - don't capitalize in menu Gustavo Zacarias
2011-10-16  3:04 ` [Buildroot] [PATCH 3/7] package/Config.in: more sort fixes for network apps Gustavo Zacarias
2011-10-16  3:04 ` [Buildroot] [PATCH 4/7] ntp: bump to version 4.2.6p4 and enhance Gustavo Zacarias
2011-10-16  3:04 ` [Buildroot] [PATCH 5/7] links: bump to version 2.3pre2 Gustavo Zacarias
2011-10-16  3:04 ` [Buildroot] [PATCH 6/7] mutt: bump to version 1.5.21 Gustavo Zacarias
2011-10-16  3:04 ` [Buildroot] [PATCH 7/7] ncftp: bump to version 3.2.5 Gustavo Zacarias
2011-10-18  5:23 ` [Buildroot] [PATCH 1/7] vala: bump to version 0.14.0 Peter Korsgaard

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