mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Update to the 2002-04-02 snapshot of what will be version 5.2.
This commit is contained in:
parent
745067e401
commit
fe5c151de4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57288
@ -6,7 +6,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SNAPDATE= 2002-03-25
|
||||
SNAPDATE= 2002-04-02
|
||||
SNAPVER= ${SNAPDATE:S/-//g}
|
||||
|
||||
PORTNAME= psim-freebsd
|
||||
@ -16,19 +16,19 @@ CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
#MASTER_SITE_SUBDIR= gdb/releases
|
||||
MASTER_SITE_SUBDIR= gdb/snapshots/branch
|
||||
#DISTNAME= gdb-${PORTVERSION}
|
||||
DISTNAME= gdb+dejagnu-5.1.90_${SNAPVER}
|
||||
DISTNAME= gdb+dejagnu-weekly-5.1.90_${SNAPVER}
|
||||
|
||||
MAINTAINER= mp@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf --program-suffix=psim
|
||||
CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \
|
||||
--program-suffix=psim
|
||||
WRKSRC= ${WRKDIR}/gdb+dejagnu-5.1.90_${SNAPVER}
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
|
||||
@cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gdb+dejagnu-5.1.90_20020325.tar.bz2) = ef057b1998931fa3afaed3c783d8efaf
|
||||
MD5 (gdb+dejagnu-weekly-5.1.90_20020402.tar.bz2) = b6645861d77dc32317ad2dd7991fffcf
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- sim/ppc/hw_disk.c.orig Thu Apr 15 18:35:09 1999
|
||||
+++ sim/ppc/hw_disk.c Mon Mar 25 15:58:01 2002
|
||||
@@ -232,6 +232,9 @@
|
||||
space, address, 0/*size*/, access_read_write_exec,
|
||||
me);
|
||||
|
||||
+ /* Tell the world we are a disk. */
|
||||
+ device_add_string_property(me, "device_type", "disk");
|
||||
+
|
||||
/* get the name of the file specifying the disk image */
|
||||
disk->name_index = 0;
|
||||
disk->nr_names = device_find_string_array_property(me, "file",
|
Loading…
Reference in New Issue
Block a user