diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-29 05:34:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-29 05:34:39 +0000 |
commit | 0afced6fb3e4b6493233f1ecca475397ed0b40be (patch) | |
tree | d79acbfe20fe5453e86d8a053f9bd927bae5fbc9 /devel/ddd/files/patch-config.guess | |
parent | fix portdocs while we're at it. (sorry should have been done earlier) (diff) |
UPDATE: ddd-3.3.1 to 3.3.8
The port was marked broken, but compiled anyway when BROKEN=
was commnted out. I took it upon myself to fix it so the
lates version builds.
For whatever reason the libiberty configure script bombs.
Instead of patching/and fixing it I added a dependency on
devel/freelibiberty. That solves that problem.
Cleaned up the installation of PORTDOCS in the Makefile and
pkg-plist.
Regenerated all the patch files since many of the original
ones had no contextual lines and would apply without error
where the patch should have bombed. So the following patch
files are to be removed:
PR: ports/63473
Submitted by: Yarema <yds@CoolRat.org>
Approved by: Maintainer timeout
Notes
Notes:
svn path=/head/; revision=105577
Diffstat (limited to 'devel/ddd/files/patch-config.guess')
-rw-r--r-- | devel/ddd/files/patch-config.guess | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/ddd/files/patch-config.guess b/devel/ddd/files/patch-config.guess deleted file mode 100644 index 8cef952cf538..000000000000 --- a/devel/ddd/files/patch-config.guess +++ /dev/null @@ -1,5 +0,0 @@ ---- config.guess.orig Thu Oct 21 02:10:44 1999 -+++ config.guess Thu Mar 8 05:14:29 2001 -@@ -516 +516 @@ -- echo ${UNAME_MACHINE}-unknown-freebsdelf`echo${UNAME_RELEASE}|sed -e 's/[-_].*//'` -+ echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` |