mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-mta/exim: Stable for HPPA PPC64 (bug #550528).
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -19,7 +19,7 @@ HOMEPAGE="http://www.exim.org/"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
|
||||
|
||||
COMMON_DEPEND=">=sys-apps/sed-4.0.5
|
||||
>=sys-libs/db-3.2
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
http://bugs.gentoo.org/show_bug.cgi?id=366835
|
||||
https://sourceforge.net/tracker/?func=detail&aid=3300653&group_id=121058&atid=689120
|
||||
|
||||
--- exim_469_dsn_1_3.patch
|
||||
+++ exim_469_dsn_1_3.patch
|
||||
@@ -524,10 +524,10 @@
|
||||
diff -urN exim-4.69-orig/src/readconf.c exim-4.69-dsn/src/readconf.c
|
||||
--- exim-4.69-orig/src/readconf.c 2007-08-23 12:01:49.000000000 +0100
|
||||
+++ exim-4.69-dsn/src/readconf.c 2008-07-28 09:52:55.000000000 +0100
|
||||
-@@ -207,6 +207,9 @@
|
||||
- { "dns_ipv4_lookup", opt_stringptr, &dns_ipv4_lookup },
|
||||
+@@ -219,6 +219,9 @@
|
||||
{ "dns_retrans", opt_time, &dns_retrans },
|
||||
{ "dns_retry", opt_int, &dns_retry },
|
||||
+ { "dns_use_edns0", opt_int, &dns_use_edns0 },
|
||||
+#ifdef SUPPORT_DSN
|
||||
+ { "dsn", opt_bool, &dsn },
|
||||
+#endif
|
||||
@@ -1,48 +0,0 @@
|
||||
--- OS/Makefile-FreeBSD
|
||||
+++ OS/Makefile-FreeBSD
|
||||
@@ -1,12 +1,10 @@
|
||||
-# Exim: OS-specific make file for FreeBSD
|
||||
-# There's no setting of CFLAGS here, to allow the system default
|
||||
-# for "make" to be the default.
|
||||
-
|
||||
-PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
|
||||
-
|
||||
-CHOWN_COMMAND=/usr/sbin/chown
|
||||
-STRIP_COMMAND=/usr/bin/strip
|
||||
-CHMOD_COMMAND=/bin/chmod
|
||||
+# Exim: OS-specific FreeBSD make file, modified for Gentoo Prefix
|
||||
+
|
||||
+
|
||||
+BASENAME_COMMAND=look_for_it
|
||||
+CHOWN_COMMAND=look_for_it
|
||||
+CHGRP_COMMAND=look_for_it
|
||||
+CHMOD_COMMAND=look_for_it
|
||||
|
||||
HAVE_SA_LEN=YES
|
||||
|
||||
@@ -18,23 +16,12 @@
|
||||
# Dynamicly loaded modules need to be built with -fPIC
|
||||
CFLAGS_DYNAMIC=-shared -rdynamic -fPIC
|
||||
|
||||
-# FreeBSD always ships with Berkeley DB
|
||||
+DBMLIB = -ldb
|
||||
USE_DB=yes
|
||||
|
||||
-# This code for building outside ports suggested by Richard Clayton
|
||||
-.ifdef X11BASE
|
||||
-X11=${X11BASE}
|
||||
-.elifdef LOCALBASE
|
||||
-X11=$(LOCALBASE)
|
||||
-.else
|
||||
-X11=/usr/local
|
||||
-.endif
|
||||
-
|
||||
+X11=/usr/X11R6
|
||||
XINCLUDE=-I$(X11)/include
|
||||
XLFLAGS=-L$(X11)/lib
|
||||
-.if ${PORTOBJFORMAT} == "elf"
|
||||
-XLFLAGS+=-Wl,-rpath,${X11}/lib
|
||||
-.endif
|
||||
X11_LD_LIB=$(X11)/lib
|
||||
|
||||
EXIWHAT_PS_ARG=-ax
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user