From 275840a58c15f1ddb2acf5840ae94590e5b5d9ae Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Fri, 27 Dec 2002 23:51:23 +0000 Subject: Added configure patch to ebuild. Submitted by Arnim Littek --- net-misc/taylor-uucp/ChangeLog | 5 ++- net-misc/taylor-uucp/files/uucp-patch.diff | 50 ++++++++++++++++++++++++++ net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild | 4 ++- 3 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 net-misc/taylor-uucp/files/uucp-patch.diff (limited to 'net-misc') diff --git a/net-misc/taylor-uucp/ChangeLog b/net-misc/taylor-uucp/ChangeLog index 9f8474316fd4..7ce8e18ab84e 100644 --- a/net-misc/taylor-uucp/ChangeLog +++ b/net-misc/taylor-uucp/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-misc/taylor-uucp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.4 2002/12/13 11:00:14 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.5 2002/12/27 23:51:23 rphillips Exp $ 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords *taylor-uucp-1.06.2 (21 Jun 2002) + 27 Dec 2002; Ryan Phillips : + Added Arnim Littek's patch to the ebuild. Fixes a configuration problem + 09 Jul 2002; phoen][x taylor-uucp-1.06.2.ebuild : Added KEYWORDS, LICENSE, SLOT. diff --git a/net-misc/taylor-uucp/files/uucp-patch.diff b/net-misc/taylor-uucp/files/uucp-patch.diff new file mode 100644 index 000000000000..134163a65f48 --- /dev/null +++ b/net-misc/taylor-uucp/files/uucp-patch.diff @@ -0,0 +1,50 @@ +*** uucp-1.06.AL/configure Sun Dec 22 21:38:24 2002 +--- uucp-1.06.1/configure Mon Aug 21 07:32:04 1995 +*************** +*** 163,207 **** + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix="$ac_optarg" ;; + +- -mandir | --mandir | --mandi | --mand | --man | --ma | --m) +- ac_prev=mandir ;; +- -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) +- mandir=$ac_optarg ;; +- +- -infodir | --infodir | --infodi | --infod | --info | --inf) +- ac_prev=infodir ;; +- -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) +- infodir=$ac_optarg ;; +- +- -datadir | --datadir | --datadi | --datad | --data | --dat | --da) +- ac_prev=datadir ;; +- -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ +- | --da=*) +- datadir=$ac_optarg ;; +- +- -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ +- | --syscon | --sysco | --sysc | --sys | --sy) +- ac_prev=sysconfdir ;; +- -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ +- | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) +- sysconfdir=$ac_optarg ;; +- +- -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ +- | --libexe | --libex | --libe) +- ac_prev=libexecdir ;; +- -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ +- | --libexe=* | --libex=* | --libe=*) +- libexecdir=$ac_optarg ;; +- +- -localstatedir | --localstatedir | --localstatedi | --localstated \ +- | --localstate | --localstat | --localsta | --localst \ +- | --locals | --local | --loca | --loc | --lo) +- ac_prev=localstatedir ;; +- -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ +- | --localstate=* | --localstat=* | --localsta=* | --localst=* \ +- | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) +- localstatedir=$ac_optarg ;; +- + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; +--- 163,168 ---- diff --git a/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild index c0b1c9abb06f..db5be461d418 100644 --- a/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild +++ b/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild,v 1.7 2002/12/09 04:33:19 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.06.2.ebuild,v 1.8 2002/12/27 23:51:23 rphillips Exp $ S=${WORKDIR}/uucp-1.06.1 # This should be a .2 bug the package is messed DESCRIPTION="Taylor UUCP" @@ -14,6 +14,8 @@ SLOT="0" DEPEND="virtual/glibc" src_compile() { + patch -R -p1 < ${FILESDIR}/uucp-patch.diff + econf make \ sbindir=/usr/sbin \ -- cgit v1.2.3-65-gdbad