public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2009-09-28  3:52 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-09-28  3:52 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/09/28 03:52:17

  Modified:             ChangeLog
  Added:                hylafax-6.0.3.ebuild
  Log:
  Updated to newest upstream release (closes bug 267984).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.97                 net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	29 Aug 2009 18:22:54 -0000	1.96
+++ ChangeLog	28 Sep 2009 03:52:16 -0000	1.97
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.96 2009/08/29 18:22:54 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.97 2009/09/28 03:52:16 nerdboy Exp $
+
+*hylafax-6.0.3 (28 Sep 2009)
+
+  28 Sep 2009; Steve Arnold <nerdboy@gentoo.org> +hylafax-6.0.3.ebuild:
+  Updated to newest upstream release (closes bug 267984).  The locale stuff
+  is new, so could use some testing...
 
   29 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
   hylafax-4.4.4-r2.ebuild:



1.1                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.1&content-type=text/plain

Index: hylafax-6.0.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.1 2009/09/28 03:52:16 nerdboy Exp $

EAPI="2"

inherit eutils multilib pam toolchain-funcs

DESCRIPTION="Enterprise client-server fax package for class 1 and 2 fax modems."
HOMEPAGE="http://www.hylafax.org"
SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"

SLOT="0"
LICENSE="hylafax"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"

IUSE="jbig pam mgetty html"

DEPEND=">=sys-libs/zlib-1.1.4
	virtual/ghostscript
	>=media-libs/tiff-3.9.1[jbig?]
	media-libs/jpeg
	jbig? ( media-libs/jbigkit )
	sys-apps/gawk
	pam? ( virtual/pam )
	mgetty? ( net-dialup/mgetty[-fax] )"

RDEPEND="${DEPEND}
	net-mail/metamail
	!net-dialup/sendpage"

export CONFIG_PROTECT="${CONFIG_PROTECT} /var/spool/fax/etc /usr/lib/fax"

src_prepare() {
	# force it not to strip binaries
	for dir in etc util faxalter faxcover faxd faxmail faxrm faxstat \
		hfaxd sendfax sendpage ; do
			sed -i -e "s:-idb:-idb \"nostrip\" -idb:g" \
				"${dir}"/Makefile.in || die "sed failed"
	done

	sed -i -e "s|-fpic|-fPIC|g" \
		configure || die

	# new locale stuff lacks DESTDIR
	sed -i -e "s|\${LOCALEDIR}|\${DESTDIR}\${LOCALEDIR}|g" \
		po/nls.mk || die
}

src_configure() {
	# update TIFF check to allow 3.9.x
	sed -i \
		-e "s|5678|56789|" \
		-e "s|3.8.|3.9.|" \
			configure || die

	local my_conf="
		--with-DIR_BIN=/usr/bin
		--with-DIR_SBIN=/usr/sbin
		--with-DIR_LIB=/usr/$(get_libdir)
		--with-DIR_LIBEXEC=/usr/sbin
		--with-DIR_LIBDATA=/usr/$(get_libdir)/fax
		--with-DIR_LOCALE=/usr/share/locale
		--with-DIR_LOCKS=/var/lock
		--with-DIR_MAN=/usr/share/man
		--with-DIR_SPOOL=/var/spool/fax
		--with-DIR_HTML=/usr/share/doc/${P}/html
		--with-DIR_CGI="${WORKDIR}"
		--with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax
		--with-PATH_IMPRIP=\"\"
		--with-SYSVINIT=no
		--with-REGEX=yes
		--with-LIBTIFF=\"-ltiff -ljpeg -lz\"
		--with-OPTIMIZER=\"${CFLAGS}\"
		--with-DSO=auto"

	if use html; then
		my_conf="${my_conf} --with-HTML=yes"
	else
		my_conf="${my_conf} --with-HTML=no"
	fi

	if use mgetty; then
		my_conf="${my_conf} \
			--with-PATH_GETTY=/sbin/mgetty \
			--with-PATH_EGETTY=/sbin/mgetty \
			--with-PATH_VGETTY=/usr/sbin/vgetty"
	else
		# GETTY defaults to /sbin/agetty
		my_conf="${my_conf} \
			--with-PATH_EGETTY=/bin/false \
			--with-PATH_VGETTY=/bin/false"
	fi

	if [ -h /etc/localtime ]; then
		local continent=$(readlink /etc/localtime | cut -d / -f 5)
		if [ "${continent}" == "Europe" ]; then
			my_conf="${my_conf} --with-PAGESIZE=A4"
		fi
	fi

	#--enable-pam isn't valid
	use pam || my_conf="${my_conf} $(use_enable pam)"

	myconf="CC=$(tc-getCC) CXX=$(tc-getCXX) ${my_conf}"

	# eval required for quoting in ${my_conf} to work properly, better way?
	eval ./configure --nointeractive ${my_conf} || die "./configure failed"
}

src_compile() {
	emake -j1 || die "emake failed"
}

src_install() {
	dodir /usr/{bin,sbin} /usr/$(get_libdir)/fax /usr/share/man
	dodir /var/spool /var/spool/recvq
	fowners uucp:uucp /var/spool/fax
	fperms 0600 /var/spool/fax
	dodir /usr/share/doc/${P}/html

	emake \
		BIN=${D}/usr/bin \
		SBIN=${D}/usr/sbin \
		LIBDIR=${D}/usr/$(get_libdir) \
		LIB=${D}/usr/$(get_libdir) \
		LIBEXEC=${D}/usr/sbin \
		LIBDATA=${D}/usr/$(get_libdir)/fax \
		DIR_LOCALE=${D}/usr/share/locale \
		MAN=${D}/usr/share/man \
		SPOOL=${D}/var/spool/fax \
		HTMLDIR=${D}/usr/share/doc/${P}/html \
		install DESTDIR="${D}" || die "make install failed"

	keepdir /var/spool/fax/{archive,client,etc,pollq,recvq,tmp}
	keepdir /var/spool/fax/{status,sendq,log,info,doneq,docq,dev}

	dosed "s:hostname:hostname -f:g" /var/spool/fax/bin/{faxrcvd,pollrcvd} \
		|| die "dosed hostname failed"

	generate_files # in this case, it only generates the env.d entry

	einfo "Adding env.d entry for Hylafax"
	doenvd 99${P}

	einfo "Adding init.d and conf.d entries for Hylafax"
	newconfd "${FILESDIR}"/${PN}.conf ${PN}
	newinitd "${FILESDIR}"/${PN}.init ${PN}

	use pam && pamd_mimic_system hylafax auth account session

	dodoc CONTRIBUTORS README TODO
}

pkg_postinst() {
	elog
	elog "The faxonly USE flag has been removed; since Hylafax does not"
	elog "require mgetty, and certain fax files conflict, you must build"
	elog "mgetty without fax support if you wish to use them both.  You"
	elog "may want to add both to package.use so any future updates are"
	elog "correctly built:"
	elog
	elog "	net-dialup/mgetty -fax"
	elog "	net-misc/hylafax [-mgetty|mgetty]"
	elog
	elog "There are additional files included in the hylafax/files dir."
	elog
	elog "Note 1: hylafax.cron is provided for vixie-cron users and"
	elog "should be placed in /etc/cron.d.  Use as-is or adapt it to"
	elog "your system config."
	elog
	elog "Note 2: if you need to use hylafax with iptables, then you"
	elog "need to specify the port and use ip_conntrack_ftp as shown"
	elog "in the included example modules file."
	elog
	elog "If you have clients that still use the old protocol (not the"
	elog "common FTP style protocol), they will no longer work with the"
	elog "new hfaxd daemon."
	elog
	elog "See the docs and man pages for detailed configuration info."
	elog
	elog "Now run faxsetup and (if necessary) faxaddmodem."
	elog
}

generate_files() {
	cat <<-EOF > 99${P}
	PATH="/var/spool/fax/bin"
	CONFIG_PROTECT="/var/spool/fax/etc /usr/$(get_libdir)/fax"
	EOF
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2009-11-04 16:05 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-11-04 16:05 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/04 16:05:19

  Modified:             ChangeLog hylafax-6.0.3.ebuild
  Log:
  amd64/x86 stable, bug #290525
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.98                 net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	28 Sep 2009 03:52:16 -0000	1.97
+++ ChangeLog	4 Nov 2009 16:05:18 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.97 2009/09/28 03:52:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.98 2009/11/04 16:05:18 maekke Exp $
+
+  04 Nov 2009; Markus Meier <maekke@gentoo.org> hylafax-6.0.3.ebuild:
+  amd64/x86 stable, bug #290525
 
 *hylafax-6.0.3 (28 Sep 2009)
 



1.2                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?r1=1.1&r2=1.2

Index: hylafax-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hylafax-6.0.3.ebuild	28 Sep 2009 03:52:16 -0000	1.1
+++ hylafax-6.0.3.ebuild	4 Nov 2009 16:05:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.1 2009/09/28 03:52:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.2 2009/11/04 16:05:18 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="hylafax"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 
 IUSE="jbig pam mgetty html"
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2009-11-08 19:45 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-08 19:45 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/08 19:45:14

  Modified:             ChangeLog hylafax-6.0.3.ebuild
  Log:
  ppc stable #290525
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.99                 net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	4 Nov 2009 16:05:18 -0000	1.98
+++ ChangeLog	8 Nov 2009 19:45:13 -0000	1.99
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.98 2009/11/04 16:05:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.99 2009/11/08 19:45:13 nixnut Exp $
+
+  08 Nov 2009; nixnut <nixnut@gentoo.org> hylafax-6.0.3.ebuild:
+  ppc stable #290524
 
   04 Nov 2009; Markus Meier <maekke@gentoo.org> hylafax-6.0.3.ebuild:
   amd64/x86 stable, bug #290525



1.3                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?r1=1.2&r2=1.3

Index: hylafax-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hylafax-6.0.3.ebuild	4 Nov 2009 16:05:18 -0000	1.2
+++ hylafax-6.0.3.ebuild	8 Nov 2009 19:45:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.2 2009/11/04 16:05:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.3 2009/11/08 19:45:13 nixnut Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="hylafax"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~sparc x86"
 
 IUSE="jbig pam mgetty html"
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2009-12-10  5:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-10  5:08 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/10 05:08:19

  Modified:             ChangeLog hylafax-6.0.3.ebuild
  Log:
  Stable for HPPA (bug #290525).
  (Portage version: 2.2_rc56/cvs/Linux i686)

Revision  Changes    Path
1.100                net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	8 Nov 2009 19:45:13 -0000	1.99
+++ ChangeLog	10 Dec 2009 05:08:18 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.99 2009/11/08 19:45:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.100 2009/12/10 05:08:18 jer Exp $
+
+  10 Dec 2009; Jeroen Roovers <jer@gentoo.org> hylafax-6.0.3.ebuild:
+  Stable for HPPA (bug #290525).
 
   08 Nov 2009; nixnut <nixnut@gentoo.org> hylafax-6.0.3.ebuild:
   ppc stable #290524



1.4                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?r1=1.3&r2=1.4

Index: hylafax-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hylafax-6.0.3.ebuild	8 Nov 2009 19:45:13 -0000	1.3
+++ hylafax-6.0.3.ebuild	10 Dec 2009 05:08:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.3 2009/11/08 19:45:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.4 2009/12/10 05:08:18 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="hylafax"
-KEYWORDS="amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="amd64 hppa ppc ~sparc x86"
 
 IUSE="jbig pam mgetty html"
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2009-12-29 17:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-29 17:43 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/29 17:43:20

  Modified:             ChangeLog hylafax-6.0.3.ebuild
  Log:
  sparc stable wrt #290525
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.102                net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	26 Dec 2009 17:41:57 -0000	1.101
+++ ChangeLog	29 Dec 2009 17:43:20 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.101 2009/12/26 17:41:57 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.102 2009/12/29 17:43:20 armin76 Exp $
+
+  29 Dec 2009; Raúl Porcel <armin76@gentoo.org> hylafax-6.0.3.ebuild:
+  sparc stable wrt #290525
 
   26 Dec 2009; Peter Volkov <pva@gentoo.org> hylafax-4.2.5.ebuild,
   hylafax-4.3.0.ebuild, hylafax-4.3.1.ebuild, hylafax-4.3.7.ebuild,



1.6                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?r1=1.5&r2=1.6

Index: hylafax-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hylafax-6.0.3.ebuild	26 Dec 2009 17:41:57 -0000	1.5
+++ hylafax-6.0.3.ebuild	29 Dec 2009 17:43:20 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.5 2009/12/26 17:41:57 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.6 2009/12/29 17:43:20 armin76 Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="hylafax"
-KEYWORDS="amd64 hppa ppc ~sparc x86"
+KEYWORDS="amd64 hppa ppc sparc x86"
 
 IUSE="jbig pam mgetty html"
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2010-10-27  3:18 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 7+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-10-27  3:18 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/10/27 03:18:00

  Modified:             ChangeLog hylafax-6.0.3.ebuild
  Log:
  Fix build error with GCC 4.5. Patch by Kevin Pyle in bug #318485.
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.104                net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	23 May 2010 17:47:48 -0000	1.103
+++ ChangeLog	27 Oct 2010 03:18:00 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.103 2010/05/23 17:47:48 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.104 2010/10/27 03:18:00 dirtyepic Exp $
+
+  27 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> hylafax-6.0.3.ebuild:
+  Fix build error with GCC 4.5. Patch by Kevin Pyle in bug #318485.
 
   23 May 2010; Steve Arnold <nerdboy@gentoo.org> hylafax-4.4.4-r2.ebuild,
   hylafax-6.0.3.ebuild, -hylafax-4.2.5.ebuild, -hylafax-4.3.0.ebuild,



1.8                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?r1=1.7&r2=1.8

Index: hylafax-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hylafax-6.0.3.ebuild	23 May 2010 17:47:48 -0000	1.7
+++ hylafax-6.0.3.ebuild	27 Oct 2010 03:18:00 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.7 2010/05/23 17:47:48 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.8 2010/10/27 03:18:00 dirtyepic Exp $
 
 EAPI="2"
 
@@ -53,6 +53,8 @@
 		-e "s|5678|56789|" \
 		-e "s|3.8.|3.9.|" \
 			configure || die
+	# strip missing header to prevent failure with GCC 4.5 (bug #318485)
+	sed -i -e 's|libc\.h ||' configure
 
 	local my_conf="
 		--with-DIR_BIN=/usr/bin






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild
@ 2010-10-27  4:28 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 7+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-10-27  4:28 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/10/27 04:28:13

  Modified:             ChangeLog hylafax-6.0.3.ebuild
  Log:
  Add || die to sed.
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.105                net-misc/hylafax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	27 Oct 2010 03:18:00 -0000	1.104
+++ ChangeLog	27 Oct 2010 04:28:13 -0000	1.105
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/hylafax
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.104 2010/10/27 03:18:00 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.105 2010/10/27 04:28:13 dirtyepic Exp $
+
+  27 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> hylafax-6.0.3.ebuild:
+  Add || die to sed.
 
   27 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> hylafax-6.0.3.ebuild:
   Fix build error with GCC 4.5. Patch by Kevin Pyle in bug #318485.



1.9                  net-misc/hylafax/hylafax-6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild?r1=1.8&r2=1.9

Index: hylafax-6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hylafax-6.0.3.ebuild	27 Oct 2010 03:18:00 -0000	1.8
+++ hylafax-6.0.3.ebuild	27 Oct 2010 04:28:13 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.8 2010/10/27 03:18:00 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.9 2010/10/27 04:28:13 dirtyepic Exp $
 
 EAPI="2"
 
@@ -54,7 +54,7 @@
 		-e "s|3.8.|3.9.|" \
 			configure || die
 	# strip missing header to prevent failure with GCC 4.5 (bug #318485)
-	sed -i -e 's|libc\.h ||' configure
+	sed -i -e 's|libc\.h ||' configure || die
 
 	local my_conf="
 		--with-DIR_BIN=/usr/bin






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-27  4:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28  3:52 [gentoo-commits] gentoo-x86 commit in net-misc/hylafax: ChangeLog hylafax-6.0.3.ebuild Steve Arnold (nerdboy)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-04 16:05 Markus Meier (maekke)
2009-11-08 19:45 Gysbert Wassenaar (nixnut)
2009-12-10  5:08 Jeroen Roovers (jer)
2009-12-29 17:43 Raul Porcel (armin76)
2010-10-27  3:18 Ryan Hill (dirtyepic)
2010-10-27  4:28 Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox