From 56aaab8dd5575344860527b0569274d27613f020 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 24 Jan 2017 17:38:41 +0100 Subject: net-misc/astmanproxy: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3628 --- .../astmanproxy/files/astmanproxy-1.1-gentoo.diff | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff (limited to 'net-misc/astmanproxy') diff --git a/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff b/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff deleted file mode 100644 index b713cdc7d514..000000000000 --- a/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff +++ /dev/null @@ -1,31 +0,0 @@ ---- 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 -- cgit v1.2.3-65-gdbad