diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/astmanproxy/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/astmanproxy/files')
-rw-r--r-- | net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff | 31 | ||||
-rw-r--r-- | net-misc/astmanproxy/files/astmanproxy-1.28.2-gentoo.diff | 39 | ||||
-rwxr-xr-x | net-misc/astmanproxy/files/astmanproxy.rc6 | 20 |
3 files changed, 90 insertions, 0 deletions
diff --git a/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff b/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff new file mode 100644 index 000000000000..b713cdc7d514 --- /dev/null +++ b/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff @@ -0,0 +1,31 @@ +--- astmanproxy-1.1/Makefile.orig 2005-07-13 04:35:49.000000000 +0200 ++++ astmanproxy-1.1/Makefile 2005-07-13 04:37:43.000000000 +0200 +@@ -1,8 +1,8 @@ + VERSION := 1.1 + DESTDIR := +-PREFIX:= /usr/local +-CONFDIR:=/etc/asterisk +-CONFDIR_REAL := $(DESTDIR)/etc/asterisk ++PREFIX := /usr ++CONFDIR := /etc ++CONFDIR_REAL := $(DESTDIR)$(CONFDIR) + + BINDIR := $(DESTDIR)$(PREFIX)/sbin + LIBDIR := $(DESTDIR)/usr/lib/astmanproxy +@@ -14,7 +14,7 @@ + DEFINES:='-DPROXY_VERSION="$(VERSION)"' '-DCDIR="$(CONFDIR)"' '-DCFILE="$(CONFFILE)"' '-DMDIR="$(MODDIR)"' + + # Add -g below for debug/GDB symbols +-CFLAGS := $(DEFINES) -Wall -O2 -rdynamic -D_REENTRANT ++CFLAGS += -Wall -rdynamic -D_REENTRANT -fPIC $(DEFINES) + + CC := gcc + LD := ld +--- astmanproxy-1.1/astmanproxy.conf.orig 2005-07-13 04:38:53.000000000 +0200 ++++ astmanproxy-1.1/astmanproxy.conf 2005-07-13 04:38:59.000000000 +0200 +@@ -57,4 +57,4 @@ + autofilter = on + + ; location of logfile -- will be owned by proc_user/proc_group +-logfile = /var/log/asterisk/astmanproxy.log ++logfile = /var/log/astmanproxy.log diff --git a/net-misc/astmanproxy/files/astmanproxy-1.28.2-gentoo.diff b/net-misc/astmanproxy/files/astmanproxy-1.28.2-gentoo.diff new file mode 100644 index 000000000000..68534cd61086 --- /dev/null +++ b/net-misc/astmanproxy/files/astmanproxy-1.28.2-gentoo.diff @@ -0,0 +1,39 @@ +diff -uNr astmanproxy-1.28.2.ORIG/Makefile astmanproxy-1.28.2/Makefile +--- astmanproxy-1.28.2.ORIG/Makefile 2014-02-10 11:18:06.027132570 +0000 ++++ astmanproxy-1.28.2/Makefile 2014-02-10 11:21:07.382135291 +0000 +@@ -17,7 +17,7 @@ + + CC := gcc + INCLUDES := +-PREFIX:= /usr/local ++PREFIX:= /usr + BINDIR := $(DESTDIR)$(PREFIX)/sbin + + # For compilation dependencies +@@ -27,7 +27,7 @@ + LIBS := -lssl + + # Add -g below for debug/GDB symbols +-CFLAGS:=-Wall -O2 -D_REENTRANT -D_GNU_SOURCE -fPIC -Isrc/include -I/usr/include/openssl ++CFLAGS += -Wall -O2 -D_REENTRANT -D_GNU_SOURCE -fPIC -Isrc/include -I/usr/include/openssl + + ifeq (${OSARCH},Darwin) + LIBS+=-lresolv +@@ -62,7 +62,7 @@ + DEFINES+='-DMDIR="$(MODDIR)"' '-DPDIR="$(PERMDIR)"' '-DPFILE="$(PERMFILE)"' + + PROXYCERT := $(CERTDIR)/proxy-server.pem +-PROXYSSLCONF := $(CONFDIR)/proxy-ssl.conf ++PROXYSSLCONF := $(DESTDIR)$(CONFDIR)/proxy-ssl.conf + + CFLAGS += $(DEFINES) + +@@ -76,7 +76,7 @@ + SRCS := $(MODS:%=src/%.c) + HDRS := src/include/astmanproxy.h + +-all: astmanproxy cert ++all: astmanproxy + + astmanproxy: $(OBJS) $(SOBJS) + $(CC) $(CFLAGS) -o $@ $(ASTLINK) $(OBJS) $(LIBS) diff --git a/net-misc/astmanproxy/files/astmanproxy.rc6 b/net-misc/astmanproxy/files/astmanproxy.rc6 new file mode 100755 index 000000000000..dcb0a936ab90 --- /dev/null +++ b/net-misc/astmanproxy/files/astmanproxy.rc6 @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +depend() { + need net +} + +start() { + ebegin "Starting astmanproxy" + start-stop-daemon --start --exec /usr/sbin/astmanproxy + eend $? +} + +stop() { + ebegin "Stopping astmanproxy" + start-stop-daemon --stop --exec /usr/sbin/astmanproxy + eend $? +} |