[oe-commits] org.oe.oz354x tcsh: added 6.14.00 (need some love)

hrw commit openembedded-commits at lists.openembedded.org
Sat Sep 2 22:45:39 UTC 2006


tcsh: added 6.14.00 (need some love)

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: b0ddda2c673295853d4fbfbfa5afab4173975d80
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b0ddda2c673295853d4fbfbfa5afab4173975d80
Files:
1
packages/tcsh
packages/tcsh/files
packages/tcsh/files/native-gethost.patch
packages/tcsh/tcsh_6.14.00.bb
Diffs:

#
# mt diff -red296776878b1b917791abaf4194784d80624fe6 -rb0ddda2c673295853d4fbfbfa5afab4173975d80
#
# 
# 
# add_dir "packages/tcsh"
# 
# add_dir "packages/tcsh/files"
# 
# add_file "packages/tcsh/files/native-gethost.patch"
#  content [d61ecf63b6b33753830d0b928fcebce8097e5304]
# 
# add_file "packages/tcsh/tcsh_6.14.00.bb"
#  content [6ee303b62f4983d7deb0a57b91183b4be67d171c]
# 
============================================================
--- packages/tcsh/files/native-gethost.patch	d61ecf63b6b33753830d0b928fcebce8097e5304
+++ packages/tcsh/files/native-gethost.patch	d61ecf63b6b33753830d0b928fcebce8097e5304
@@ -0,0 +1,13 @@
+Index: tcsh-6.14.00/Makefile.in
+===================================================================
+--- tcsh-6.14.00.orig/Makefile.in	2006-09-02 22:08:32.355780000 +0200
++++ tcsh-6.14.00/Makefile.in	2006-09-02 22:08:58.865780000 +0200
+@@ -359,7 +359,7 @@
+ 
+ gethost:  gethost.c sh.err.h tc.const.h sh.h
+ 	rm -f gethost
+-	${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} $(srcdir)/gethost.c ${LIBES} ${EXTRALIBS}
++	${BUILD_CC} -o gethost ${BUILD_LDFLAGS} ${BUILD_CFLAGS} ${BUILD_CPPFLAGS} ${BUILD_DFLAGS} $(srcdir)/gethost.c ${BUILD_LIBES} ${BUILD_EXTRALIBS}
+ 
+ tc.defs.c:	gethost host.defs
+ 	@rm -f $@
============================================================
--- packages/tcsh/tcsh_6.14.00.bb	6ee303b62f4983d7deb0a57b91183b4be67d171c
+++ packages/tcsh/tcsh_6.14.00.bb	6ee303b62f4983d7deb0a57b91183b4be67d171c
@@ -0,0 +1,9 @@
+DESCRIPTION = "TENEX C Shell, an enhanced version of Berkeley csh"
+LICENSE = "BSD"
+SECTION = "base/shell"
+HOMEPAGE = "http://www.tcsh.org/"
+
+SRC_URI = "ftp://ftp.astron.com/pub/tcsh/tcsh-${PV}.tar.gz \
+           file://native-gethost.patch;patch=1"
+
+inherit autotools






More information about the Openembedded-commits mailing list