gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1184: clean up myserver


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1184: clean up myserver
Date: Sat, 17 Nov 2012 19:13:19 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1184
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 19:13:19 +0100
message:
  clean up myserver
added:
  gnu/myserver/config.mk
modified:
  gnu/myserver/Makefile
=== modified file 'gnu/myserver/Makefile'
--- a/gnu/myserver/Makefile     2011-07-20 21:31:29 +0000
+++ b/gnu/myserver/Makefile     2012-11-17 18:13:19 +0000
@@ -1,15 +1,23 @@
 GARNAME = myserver
 GARVERSION = 0.11
+HOME_URL = http://www.gnu.org/software/myserver/
+DESCRIPTION = A powerful and easy to configure web server
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = myserver/$(GARVERSION)/
-
+MASTER_SUBDIR = $(GARNAME)/$(GARVERSION)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
+BUILDDEPS =
 LIBDEPS = libevent gnutls libgcrypt libgpg-error
 
-HOME_URL = http://www.gnu.org/software/myserver/
-DESCRIPTION = MyServer is a powerful and easy to configure web server. Its 
multi-threaded architecture makes it extremely scalable and usable in large 
scale sites as well as in small networks, it has a lot of built-in features. 
Share your files in minutes! 
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+pre-configure:
+       sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h
+       $(MAKECOOKIE)

=== added file 'gnu/myserver/config.mk'
--- a/gnu/myserver/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/myserver/config.mk    2012-11-17 18:13:19 +0000
@@ -0,0 +1,4 @@
+## Configuration options for myserver ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]