1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Upgrade to 3.1.5.

Most notable fixes:
	- [XEmacs] DDD supports gud-mode in XEmacs 21.0.
	- [Build] DDD supports Bison 1.27 and Automake 1.4a.
This commit is contained in:
David E. O'Brien 1999-05-25 23:49:09 +00:00
parent 650768ca58
commit 2507ae279d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18999
3 changed files with 11 additions and 15 deletions

View File

@ -4,10 +4,10 @@
# Date created: Tue Jan 28, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.15 1999/04/27 01:10:32 obrien Exp $
# $Id: Makefile,v 1.16 1999/05/02 11:28:56 mharo Exp $
#
DISTNAME= ddd-3.1.4
DISTNAME= ddd-3.1.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/src/ \
ftp://uiarchive.cso.uiuc.edu/pub/packages/ddd/src/ \
@ -21,11 +21,18 @@ MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-motif-libraries="${MOTIFLIB} -lXt -lXext"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}"
USE_GMAKE= yes
REQUIRES_MOTIF= yes
MAN1= ddd.1
.if defined(MOTIF_STATIC)
LIBXMDIR!= ${ECHO} ${MOTIFLIB} | sed -e 's/\/libXm\.a//g' | awk '{print $$1}'
.else
LIBXMDIR!= ${ECHO} ${MOTIFLIB} | sed -e 's/-L//g' | awk '{print $$1}'
.endif
post-configure:
${ECHO} "LIBXM = ${MOTIFLIB}" >> ${WRKSRC}/ddd/Makefile

View File

@ -1 +1 @@
MD5 (ddd-3.1.4.tar.gz) = 0f8d626cd98ee31a91787cf1e65b3269
MD5 (ddd-3.1.5.tar.gz) = 9ecb048f84ffe4de377d90814b1fa57f

View File

@ -1,11 +0,0 @@
--- ddd/InitImage.C.orig Sun Mar 14 07:58:12 1999
+++ ddd/InitImage.C Sat May 8 17:09:05 1999
@@ -221,7 +221,7 @@
// arguements. If I simply change the three calls to
// XmInstallImage to Xm21InstallImage, the problem is solved.
-#if XmVersion >= 2001
+#if XmVersion >= 2001 && defined(sun)
return Xm21InstallImage(image, image_name);
#else
return XmInstallImage(image, image_name);