| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <48113B20.4060305@users.sourceforge.net> |
| Date: | Thu, 24 Apr 2008 21:00:00 -0500 |
| From: | "Yaakov (Cygwin Ports)" <yselkowitz AT users DOT sourceforge DOT net> |
| User-Agent: | Thunderbird 2.0.0.12 (Windows/20080213) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] Updated: inetutils-1.5-3 |
| References: | <announce DOT 48113324 DOT 7040007 AT cwilson DOT fastmail DOT fm> |
| In-Reply-To: | <announce.48113324.7040007@cwilson.fastmail.fm> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
--------------030201080909020807060607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
cygwin AT cwilson DOT fastmail DOT fm wrote:
| Building this package requires a patched cygport:
| http://cygwin.com/ml/cygwin-apps/2008-03/msg00139.html
Are you sure? AFAICS the attached WFM; I just need to update cygport in
the distro.
Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEAREIAAYFAkgROyAACgkQpiWmPGlmQSPKpACgum+RmxkmWq5l/sYKj1fwa+Z/
P9IAoNyrZcc4tIw9syFYWJrirFS4QRyk
=fa1T
-----END PGP SIGNATURE-----
--------------030201080909020807060607
Content-Type: text/plain;
name="inetutils-1.5-3.cygport"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="inetutils-1.5-3.cygport"
DESCRIPTION="A collection of clients and servers for internet communication"
HOMEPAGE="http://www.gnu.org/software/inetutils/"
SRC_URI="http://ftp.gnu.org/gnu/inetutils/${PN}-${PV}.tar.gz"
DIFF_EXCLUDES="ftpcmd.c"
CYGPORT_USE_UNSTABLE_API=1
RESTRICT="postinst_info"
src_unpack_hook() {
mkdir -p headers/arpa headers/protocols
(cd headers/arpa && ln -s ${C}/arpa/tftp.h .)
(cd headers/protocols && ln -s ${C}/protocols/talkd.h .)
(cd headers/protocols && ln -s ${C}/protocols/osockaddr.h .)
}
src_compile() {
cd ${S}
cygautoreconf
cd ${B}
cygconf --disable-ipv6
cygmake
}
src_install() {
cd ${B}
cyginstall
dodoc ${S}/ChangeLog.* ${C}/${PN}.OLD-README ${C}/udp_client.c
dobin ${C}/iu-config ${C}/syslogd-config
dodir /usr/include/arpa /usr/include/protocols
insinto /usr/include/arpa
doins ${C}/arpa/tftp.h
insinto /usr/include/protocols
doins ${C}/protocols/talkd.h
doins ${C}/protocols/osockaddr.h
dodir /etc/rc.d/init.d
insinto /etc/rc.d/init.d
doins ${C}/inetd
dodir /etc/inetd.d
keepdir /etc/inetd.d
dodir /etc/defaults/etc
insinto /etc/defaults/etc
doins ${C}/defaults/ftpusers ${C}/defaults/ftpwelcome
doins ${C}/defaults/inetd.conf ${C}/defaults/shells
doins ${C}/defaults/motd ${C}/defaults/syslog.conf
rm -f ${D}/usr/bin/ifconfig.exe
rm -f ${D}/usr/bin/logger.exe
rm -f ${D}/usr/bin/ping.exe
rm -f ${D}/usr/bin/whois.exe
rm -f ${D}/usr/share/man/man1/logger.1*
rm -f ${D}/usr/share/man/man8/ping.8*
}
--------------030201080909020807060607
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--------------030201080909020807060607--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |