Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/openntpd
Date: Tue, 26 Jun 2007 09:18:03 -0700 (PDT)	[thread overview]
Message-ID: <20070626161803.BDCB6A45E7@busybox.net> (raw)

Author: aldot
Date: 2007-06-26 09:18:00 -0700 (Tue, 26 Jun 2007)
New Revision: 18942

Log:
- bump version


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


Changeset:
Modified: trunk/buildroot/package/openntpd/openntpd.mk
===================================================================
--- trunk/buildroot/package/openntpd/openntpd.mk	2007-06-26 15:59:37 UTC (rev 18941)
+++ trunk/buildroot/package/openntpd/openntpd.mk	2007-06-26 16:18:00 UTC (rev 18942)
@@ -3,7 +3,7 @@
 # OpenNTPD
 #
 #############################################################
-OPENNTPD_VERSION:=3.6.1p1
+OPENNTPD_VERSION:=3.9p1
 OPENNTPD_SOURCE:=openntpd-$(OPENNTPD_VERSION).tar.gz
 OPENNTPD_SITE:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD
 OPENNTPD_DIR:=$(BUILD_DIR)/openntpd-$(OPENNTPD_VERSION)
@@ -16,13 +16,12 @@
 
 $(OPENNTPD_DIR)/.source: $(DL_DIR)/$(OPENNTPD_SOURCE)
 	$(ZCAT) $(DL_DIR)/$(OPENNTPD_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	touch $(OPENNTPD_DIR)/.source
+	#mv $(BUILD_DIR)/ntpd $(OPENNTPD_DIR)
+	touch $@
 
 $(OPENNTPD_DIR)/.configured: $(OPENNTPD_DIR)/.source
 	(cd $(OPENNTPD_DIR); \
 		$(TARGET_CONFIGURE_OPTS) \
-		CFLAGS="$(TARGET_CFLAGS)" \
-		LDFLAGS="$(TARGET_LDFLAGS)" \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
@@ -35,6 +34,17 @@
 
 $(OPENNTPD_DIR)/$(OPENNTPD_BINARY): $(OPENNTPD_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) -C $(OPENNTPD_DIR)
+	#(cd $(OPENNTPD_DIR) ; \
+	# $(YACC) parse.y ; \
+	# $(TARGET_CC) $(TARGET_CFLAGS) $(CFLAGS_COMBINE) \
+	# 	$(CFLAGS_WHOLE_PROGRAM) -I$(OPENNTPD_DIR) \
+	#	-D__dead="__attribute((__noreturn__))" -DHAVE_INTXX_T=1 \
+	#	-include defines.h \
+	#	-o $@ \
+	#	ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c y.tab.c config.c \
+	#	server.c client.c sensors.c util.c ; \
+	#)
+	$(STRIP) -s $@
 
 $(TARGET_DIR)/$(OPENNTPD_TARGET_BINARY): $(OPENNTPD_DIR)/$(OPENNTPD_BINARY)
 	$(MAKE) DESTDIR=$(TARGET_DIR) STRIP_OPT="" -C $(OPENNTPD_DIR) install
@@ -47,8 +57,8 @@
 ntpd-source: $(DL_DIR)/$(OPENNTPD_SOURCE)
 
 ntpd-clean:
-	$(MAKE) DESTDIR=$(TARGET_DIR) -C $(OPENNTPD_DIR) uninstall
-	rm -f $(TARGET_DIR)/etc/ntpd.conf
+	-$(MAKE) DESTDIR=$(TARGET_DIR) -C $(OPENNTPD_DIR) uninstall
+	rm -f $(TARGET_DIR)/etc/ntpd.conf $(TARGET_DIR)/$(OPENNTPD_TARGET_BINARY)
 	-$(MAKE) -C $(OPENNTPD_DIR) clean
 
 ntpd-dirclean:

             reply	other threads:[~2007-06-26 16:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-26 16:18 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-07-16 10:58 [Buildroot] svn commit: trunk/buildroot/package/openntpd ulf at uclibc.org
2007-08-19 21:13 ulf at uclibc.org
2007-08-20 16:10 ` Bernhard Fischer
2007-08-20 18:14   ` Cristian Ionescu-Idbohrn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070626161803.BDCB6A45E7@busybox.net \
    --to=aldot@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox