pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ddd Updated ddd to 3.3.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/f81da7630fca
branches: trunk
changeset: 461113:f81da7630fca
user: martti <martti%pkgsrc.org@localhost>
date: Thu Sep 11 06:45:33 2003 +0000
description:
Updated ddd to 3.3.7
* martti is the new maintainer
* changes since 3.3.1
- libiberty was missing from the 3.3.6 release
- libtermcap was built but not linked on systems which needed it
(suse-axp-linux 8.1; probably others too)
- The source tree was merged back from the bashdb project's CVS into the
original ddd CVS
- Major changes to get this to compile with modern auto-tools, Bison,
Flex, and C++ STL.
- Options are automatically saved when exiting DDD.
- Temporary sessions in Gnome and KDE are now properly deleted.
- The Tip of the Day comes with an option to turn it off.
- Alias detection is now on by default.
- The splash screen no longer bypasses all window controls.
- Major code clean-up, including plugging several memory leaks (1).
- GCC 3.0 should properly compile DDD.
- ChangeLog files are back.
diffstat:
devel/ddd/Makefile | 13 +++++++------
devel/ddd/PLIST | 4 +---
devel/ddd/distinfo | 6 +++---
3 files changed, 11 insertions(+), 12 deletions(-)
diffs (81 lines):
diff -r aa41d4c31122 -r f81da7630fca devel/ddd/Makefile
--- a/devel/ddd/Makefile Thu Sep 11 04:14:04 2003 +0000
+++ b/devel/ddd/Makefile Thu Sep 11 06:45:33 2003 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.48 2003/08/09 10:44:39 seb Exp $
+# $NetBSD: Makefile,v 1.49 2003/09/11 06:45:33 martti Exp $
#
-DISTNAME= ddd-3.3.1
+DISTNAME= ddd-3.3.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=ddd/}
-MAINTAINER= frueauf%NetBSD.org@localhost
+MAINTAINER= martti%NetBSD.org@localhost
HOMEPAGE= http://www.gnu.org/software/ddd/
COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB
@@ -13,6 +13,7 @@
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
+USE_GCC3= YES
TEST_TARGET= check
INFO_FILES= ddd-themes.info ddd.info
@@ -37,16 +38,16 @@
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddd
- ${INSTALL_DATA} ${WRKSRC}/PROBLEMS ${PREFIX}/share/doc/ddd
- ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/ddd
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ddd
${INSTALL_DATA} ${WRKSRC}/doc/ddd-paper.ps ${PREFIX}/share/doc/ddd
${INSTALL_DATA} ${WRKSRC}/doc/ddd.ps ${PREFIX}/share/doc/ddd
${INSTALL_DATA} ${WRKSRC}/doc/ddd.pdf ${PREFIX}/share/doc/ddd
- ${INSTALL_DATA} ${WRKSRC}/doc/sample.dddinit ${PREFIX}/share/doc/ddd
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd-paper.ps
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd.ps
+.include "../../devel/binutils/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
+.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/motif.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r aa41d4c31122 -r f81da7630fca devel/ddd/PLIST
--- a/devel/ddd/PLIST Thu Sep 11 04:14:04 2003 +0000
+++ b/devel/ddd/PLIST Thu Sep 11 06:45:33 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/06/23 10:20:19 seb Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/09/11 06:45:34 martti Exp $
bin/ddd
info/ddd-themes.info
info/ddd-themes.info-1
@@ -46,12 +46,10 @@
share/${PKGNAME}/vsllib/vsl.vsl
share/${PKGNAME}/vsllib/vsldef.vsl
share/${PKGNAME}/vsllib/vsllib.vsl
-share/doc/ddd/PROBLEMS
share/doc/ddd/README
share/doc/ddd/ddd-paper.ps.gz
share/doc/ddd/ddd.pdf
share/doc/ddd/ddd.ps.gz
-share/doc/ddd/sample.dddinit
@dirrm share/doc/ddd
@dirrm share/${PKGNAME}/vsllib
@dirrm share/${PKGNAME}/themes
diff -r aa41d4c31122 -r f81da7630fca devel/ddd/distinfo
--- a/devel/ddd/distinfo Thu Sep 11 04:14:04 2003 +0000
+++ b/devel/ddd/distinfo Thu Sep 11 06:45:33 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2003/06/03 22:35:39 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2003/09/11 06:45:34 martti Exp $
-SHA1 (ddd-3.3.1.tar.gz) = 60327a4097718acc1c095844d043dea0c14343ce
-Size (ddd-3.3.1.tar.gz) = 5820713 bytes
+SHA1 (ddd-3.3.7.tar.gz) = d2a4fcf2bace28ef7d7dfef6903251822345cc21
+Size (ddd-3.3.7.tar.gz) = 14840534 bytes
SHA1 (patch-aa) = 6f8ce32d8aafd06cfa72e1dcb19d516183098a41
SHA1 (patch-ab) = fcf7b99706479ea27d95649aa228efeb3eb042ff
Home |
Main Index |
Thread Index |
Old Index