diff options
Diffstat (limited to 'emulators')
91 files changed, 0 insertions, 3406 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile deleted file mode 100644 index 206eb3cebec6..000000000000 --- a/emulators/fceux/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# New ports collection makefile for: fceu -# Date Created: 10 Mov 2002 -# Whom: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= fceu -PORTVERSION= 0.96 -PORTREVISION= 1 -CATEGORIES= emulators -MASTER_SITES= http://fceultra.sourceforge.net/files/ -DISTNAME= fceu${PORTVERSION:S/.//}src - -MAINTAINER= gibbon@cocoa.freemail.ne.jp -COMMENT= A portable NES/Famicom emulator based on Bero's original FCE - -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 - -MAN6= fceu.6 -WRKSRC= ${WRKDIR}/fceu -USE_X_PREFIX= yes -USE_GMAKE= yes -MAKEFILE= Makefile.unixsdl -USE_REINPLACE= yes - -DOCS= AUTHORS COPYING ChangeLog FAQ README TODO \ - cheat.txt fcs.txt porting.txt rel/readme-linux.txt -TECHDOCS= README.now README.sound UNIF_current.txt nsfspec.txt -TECHCPUDOC= 4017.txt 6502_cpu.txt NESSOUND-4th.txt NESSOUND.txt dmc.txt -TECHEXPDOCS= mmc5-e.txt mmc5_bank_switch.txt -TECHPPUDOCS= "2C02\technical\operation.TXT" loopy1.txt loopy2.txt - -.if defined(WITH_OPTIMIZED_FLAGS) -CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -.if (${MACHINE_ARCH} == "i386") -CFLAGS+= -mfancy-math-387 -.endif # i386 -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_FLAGS) - @${ECHO_MSG} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -.endif -.if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL) - @${ECHO_MSG} "You can install technical documents" - @${ECHO_MSG} "by defining TECH_DOC_INSTALL" -.endif - -.if !defined(NOPORTDOCS) && defined(TECH_DOC_INSTALL) -PLIST_SUB= TECHDOCS="" -.else -PLIST_SUB= TECHDOCS="@comment " -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/Makefile.unixsdl -.if (${MACHINE_ARCH} != "i386") -# do I have to do this for ia64 and amd64 too? - @${REINPLACE_CMD} -e 's|-DC80x86||g;' ${WRKSRC}/Makefile.unixsdl -.if (${MACHINE_ARCH} == "sparc64") - @${REINPLACE_CMD} -e 's|-DLSB_FIRST||g;' ${WRKSRC}/Makefile.unixsdl -.endif -.endif - -pre-build: - @${CP} ${WRKSRC}/Documentation/fceu-sdl.6 ${WRKSRC}/Documentation/fceu.6 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fceu ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.if !defined(NOPORTDOCS) -.for docs in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/Documentation/${docs} ${DOCSDIR} -.endfor -.endif -.if !defined(NOPORTDOCS) - ${INSTALL_MAN} ${WRKSRC}/Documentation/fceu.6 ${PREFIX}/man/man6 -.if defined(TECH_DOC_INSTALL) - @${MKDIR} ${DOCSDIR}/tech -.for docs in ${TECHDOCS} - ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/${docs} ${DOCSDIR}/tech -.endfor - @${MKDIR} ${DOCSDIR}/tech/cpu -.for docs in ${TECHCPUDOC} - ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/cpu/${docs} \ - ${DOCSDIR}/tech/cpu -.endfor - @${MKDIR} ${DOCSDIR}/tech/exp -.for docs in ${TECHEXPDOCS} - ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/exp/${docs} \ - ${DOCSDIR}/tech/exp -.endfor - @${MKDIR} ${DOCSDIR}/tech/ppu -.for docs in ${TECHPPUDOCS} - ${INSTALL_DATA} ${WRKSRC}/Documentation/tech/ppu/${docs:S/\\/ /g} \ - ${DOCSDIR}/tech/ppu -.endfor -.endif -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/emulators/fceux/distinfo b/emulators/fceux/distinfo deleted file mode 100644 index 18b73106c617..000000000000 --- a/emulators/fceux/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fceu096src.tar.gz) = 26934713c1f64f20a3f4f8a2dba0f9fb diff --git a/emulators/fceux/files/patch-Makefile.base b/emulators/fceux/files/patch-Makefile.base deleted file mode 100644 index 1f7a86bda34d..000000000000 --- a/emulators/fceux/files/patch-Makefile.base +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.base.orig Mon Jul 21 06:27:19 2003 -+++ Makefile.base Mon Jul 21 06:27:28 2003 -@@ -1,4 +1,4 @@ --CFLAGS = -Wall -Winline ${TFLAGS} -+CFLAGS += -Wall -Winline ${TFLAGS} - OBJECTS = fce.o x6502.o video.o general.o endian.o svga.o sound.o nsf.o fds.o netplay.o ines.o state.o unif.o input.o file.o cart.o crc32.o memory.o cheat.o debug.o filter.o palette.o - - fceu: fceu2 diff --git a/emulators/fceux/files/patch-Makefile.unixsdl b/emulators/fceux/files/patch-Makefile.unixsdl deleted file mode 100644 index 6fabf2caba4b..000000000000 --- a/emulators/fceux/files/patch-Makefile.unixsdl +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.unixsdl.orig Fri Jun 20 12:50:03 2003 -+++ Makefile.unixsdl Mon Jul 21 07:53:48 2003 -@@ -1,5 +1,5 @@ - CC = gcc --TFLAGS = -DFRAMESKIP -DSTDIOIFACE -DUNIXDSP -DNETWORK -DFPS `sdl-config --cflags` -mcpu=i686 -O2 -Izlib -fomit-frame-pointer -DC80x86 -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB -+TFLAGS = -DFRAMESKIP -DSTDIOIFACE -DUNIXDSP -DNETWORK -DFPS `%%LOCALBASE%%/bin/sdl11-config --cflags` -Izlib -fomit-frame-pointer -DC80x86 -DLSB_FIRST -DSDL -DUNIX -DPSS_STYLE=1 -DZLIB - - RM = rm -f - B = drivers/cli/ -@@ -9,7 +9,7 @@ - include zlib/Makefile - - OBJDRIVER = ${B}sdl.o ${B}interface.o ${B}main.o ${B}sdl-throttle.o ${B}unix-netplay.o ${B}sdl-sound.o ${B}sdl-video.o ${B}sdl-joystick.o drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o drivers/common/unixdsp.o ${UNZIPOBJS} --LDRIVER = -lm `sdl-config --libs` -lz -+LDRIVER = -lm `%%LOCALBASE%%/bin/sdl11-config --libs` -lz - - include Makefile.base - diff --git a/emulators/fceux/pkg-descr b/emulators/fceux/pkg-descr deleted file mode 100644 index e83ddac8d7f5..000000000000 --- a/emulators/fceux/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -FCE Ultra is an NTSC and PAL Famicom/NES emulator for various -platforms. It is based upon Bero's original FCE source code. Current -features include good PPU, CPU, pAPU, expansion chip, and joystick -emulation. Also a feature unique to this emulator(at the current -time) is authentic Game Genie emulation. Save states and snapshot -features also have been implemented. The VS Unisystem is emulated -as well. FCE Ultra supports iNES format ROM images, UNIF format ROM -images, headerless and FWNES style FDS disk images, and NSF files. - -FCE Ultra currently supports the following iNES mappers(many partially): - -WWW: http://fceultra.sourceforge.net/ diff --git a/emulators/fceux/pkg-plist b/emulators/fceux/pkg-plist deleted file mode 100644 index 127ef2da2150..000000000000 --- a/emulators/fceux/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/fceu -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/cheat.txt -%%PORTDOCS%%%%DOCSDIR%%/fcs.txt -%%PORTDOCS%%%%DOCSDIR%%/porting.txt -%%PORTDOCS%%%%DOCSDIR%%/readme-linux.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/README.now -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/README.sound -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/UNIF_current.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/nsfspec.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/4017.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/6502_cpu.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/NESSOUND-4th.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/NESSOUND.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/cpu/dmc.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/mmc5-e.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/exp/mmc5_bank_switch.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/ppu/loopy1.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/ppu/loopy2.txt -%%PORTDOCS%%%%TECHDOCS%%%%DOCSDIR%%/tech/ppu/2C02 technical operation.TXT -%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech/ppu -%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech/exp -%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech/cpu -%%PORTDOCS%%%%TECHDOCS%%@dirrm %%DOCSDIR%%/tech -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile deleted file mode 100644 index 49a23a8ff630..000000000000 --- a/emulators/linux-vmware-toolbox5/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: VMware toolbox for Linux -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware-toolbox -PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -CATEGORIES= emulators linux -MASTER_SITES= # bundled with VMware itself -PKGNAMEPREFIX= linux- -DISTNAME= vmware-linux-tools - -MAINTAINER= matusita@FreeBSD.org -COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version) - -DISTDIR= ${MOUNT_PT} -IGNOREFILES= ${DISTFILES} -WRKSRC= ${WRKDIR}/vmware-tools-distrib -STRIP= - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_X_PREFIX= yes -NO_BUILD= yes -.if !defined(BATCH) -IS_INTERACTIVE= yes -.endif - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 4.0.5 -BUILD_VER= 6030 - -MOUNT_DEV?= /dev/acd0 -MOUNT_PT?= /mnt -MOUNT= /sbin/mount -UMOUNT= /sbin/umount - -do-fetch: - @${DO_NADA} -fetch-list: - @${DO_NADA} - -pre-extract: - @${ECHO} "========================================================================" - @${ECHO} "" - @${ECHO} "Before installing this port, please follow this instructions:" - @${ECHO} "" - @${ECHO} " *) Be sure that your VM have an IDE CD-ROM." - @${ECHO} " *) Select \"Edit -> Removable Devices -> CD-ROM 1 -> Edit\" on VMware menu," - @${ECHO} " *) Check \"Connected\" box." - @${ECHO} " *) Check \"Use ISO image\" radio button." - @${ECHO} " *) Choose the file \"linux.iso\" for the ISO image. You will find" - @${ECHO} " it under the directory VMware Workstation installed." - @${ECHO} " *) Press \"OK\" button." - @${ECHO} "" - @${ECHO} "Don't forget to restore the configuration after installing this port." - @${ECHO} "" - @${ECHO} "========================================================================" - @${ECHO} "" -.if !defined(BATCH) - @${ECHO} -n "Ready to install this ports? [Y/n]: " - @(read line; \ - case "$${line}" in \ - [Nn]*) \ - ${FALSE} ;; \ - *) \ - ${TRUE} ;; \ - esac) -.endif - ${MKDIR} ${MOUNT_PT} - -${UMOUNT} ${MOUNT_PT} 2>&1 >/dev/null - -${UMOUNT} ${MOUNT_DEV} 2>&1 >/dev/null - ${MOUNT} -t cd9660 -r ${MOUNT_DEV} ${MOUNT_PT} - -post-extract: - ${UMOUNT} ${MOUNT_DEV} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmware-toolbox ${PREFIX}/bin/linux-vmware-toolbox - -.include <bsd.port.mk> diff --git a/emulators/linux-vmware-toolbox5/distinfo b/emulators/linux-vmware-toolbox5/distinfo deleted file mode 100644 index c500fd56f58f..000000000000 --- a/emulators/linux-vmware-toolbox5/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vmware-linux-tools.tar.gz) = IGNORE diff --git a/emulators/linux-vmware-toolbox5/pkg-descr b/emulators/linux-vmware-toolbox5/pkg-descr deleted file mode 100644 index 19e4af351d3b..000000000000 --- a/emulators/linux-vmware-toolbox5/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is the full-featured Linux version VMware toolbox for FreeBSD -_Guest_ OS. Beware, this port is _not_ for FreeBSD _Host_ OS. - -As VMware toolbox included in VMware tools for FreeBSD is not as good -as that for Linux, it lacks some useful features such as time -synchronization between the virtual machine and the Host OS. That is -why this port is provided. - - -Before installing this port, make sure you have a `linux.iso' file -that comes with VMware: - - Windows: C:\Program Files\VMware\VMware Workstation\linux.iso - Linux: /usr/lib/vmware/lib/isoimages/linux.iso diff --git a/emulators/linux-vmware-toolbox5/pkg-plist b/emulators/linux-vmware-toolbox5/pkg-plist deleted file mode 100644 index 0507bad56709..000000000000 --- a/emulators/linux-vmware-toolbox5/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/linux-vmware-toolbox diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile deleted file mode 100644 index 49a23a8ff630..000000000000 --- a/emulators/linux-vmware-toolbox6/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: VMware toolbox for Linux -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware-toolbox -PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -CATEGORIES= emulators linux -MASTER_SITES= # bundled with VMware itself -PKGNAMEPREFIX= linux- -DISTNAME= vmware-linux-tools - -MAINTAINER= matusita@FreeBSD.org -COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version) - -DISTDIR= ${MOUNT_PT} -IGNOREFILES= ${DISTFILES} -WRKSRC= ${WRKDIR}/vmware-tools-distrib -STRIP= - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_X_PREFIX= yes -NO_BUILD= yes -.if !defined(BATCH) -IS_INTERACTIVE= yes -.endif - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 4.0.5 -BUILD_VER= 6030 - -MOUNT_DEV?= /dev/acd0 -MOUNT_PT?= /mnt -MOUNT= /sbin/mount -UMOUNT= /sbin/umount - -do-fetch: - @${DO_NADA} -fetch-list: - @${DO_NADA} - -pre-extract: - @${ECHO} "========================================================================" - @${ECHO} "" - @${ECHO} "Before installing this port, please follow this instructions:" - @${ECHO} "" - @${ECHO} " *) Be sure that your VM have an IDE CD-ROM." - @${ECHO} " *) Select \"Edit -> Removable Devices -> CD-ROM 1 -> Edit\" on VMware menu," - @${ECHO} " *) Check \"Connected\" box." - @${ECHO} " *) Check \"Use ISO image\" radio button." - @${ECHO} " *) Choose the file \"linux.iso\" for the ISO image. You will find" - @${ECHO} " it under the directory VMware Workstation installed." - @${ECHO} " *) Press \"OK\" button." - @${ECHO} "" - @${ECHO} "Don't forget to restore the configuration after installing this port." - @${ECHO} "" - @${ECHO} "========================================================================" - @${ECHO} "" -.if !defined(BATCH) - @${ECHO} -n "Ready to install this ports? [Y/n]: " - @(read line; \ - case "$${line}" in \ - [Nn]*) \ - ${FALSE} ;; \ - *) \ - ${TRUE} ;; \ - esac) -.endif - ${MKDIR} ${MOUNT_PT} - -${UMOUNT} ${MOUNT_PT} 2>&1 >/dev/null - -${UMOUNT} ${MOUNT_DEV} 2>&1 >/dev/null - ${MOUNT} -t cd9660 -r ${MOUNT_DEV} ${MOUNT_PT} - -post-extract: - ${UMOUNT} ${MOUNT_DEV} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmware-toolbox ${PREFIX}/bin/linux-vmware-toolbox - -.include <bsd.port.mk> diff --git a/emulators/linux-vmware-toolbox6/distinfo b/emulators/linux-vmware-toolbox6/distinfo deleted file mode 100644 index c500fd56f58f..000000000000 --- a/emulators/linux-vmware-toolbox6/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vmware-linux-tools.tar.gz) = IGNORE diff --git a/emulators/linux-vmware-toolbox6/pkg-descr b/emulators/linux-vmware-toolbox6/pkg-descr deleted file mode 100644 index 19e4af351d3b..000000000000 --- a/emulators/linux-vmware-toolbox6/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is the full-featured Linux version VMware toolbox for FreeBSD -_Guest_ OS. Beware, this port is _not_ for FreeBSD _Host_ OS. - -As VMware toolbox included in VMware tools for FreeBSD is not as good -as that for Linux, it lacks some useful features such as time -synchronization between the virtual machine and the Host OS. That is -why this port is provided. - - -Before installing this port, make sure you have a `linux.iso' file -that comes with VMware: - - Windows: C:\Program Files\VMware\VMware Workstation\linux.iso - Linux: /usr/lib/vmware/lib/isoimages/linux.iso diff --git a/emulators/linux-vmware-toolbox6/pkg-plist b/emulators/linux-vmware-toolbox6/pkg-plist deleted file mode 100644 index 0507bad56709..000000000000 --- a/emulators/linux-vmware-toolbox6/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/linux-vmware-toolbox diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile deleted file mode 100644 index a11192fdc9f0..000000000000 --- a/emulators/linux_base-rh-9/Makefile +++ /dev/null @@ -1,168 +0,0 @@ -# New ports collection makefile for: linux_base-8 -# Date created: 2003-06-02 -# Whom: trevor -# based on ports/emulators/linux_base by Marcel Moolenaar and others -# -# $FreeBSD$ -# - -PORTNAME= linux_base-8 -PORTVERSION= 8.0 -PORTREVISION= 2 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -DISTFILES= redhat-release-8.0-8.noarch.rpm \ - ${RPM_SETUP} \ - filesystem-2.1.6-5.noarch.rpm \ - basesystem-8.0-1.noarch.rpm \ - libattr-2.0.8-3.${MACHINE_ARCH}.rpm \ - libacl-2.0.11-2.${MACHINE_ARCH}.rpm \ - libelf-0.8.2-2.${MACHINE_ARCH}.rpm \ - bzip2-libs-1.0.2-5.${MACHINE_ARCH}.rpm \ - termcap-11.0.1-13.noarch.rpm \ - compat-db-3.3.11-2.${MACHINE_ARCH}.rpm \ - db4-4.0.14-14.${MACHINE_ARCH}.rpm \ - ${RPM_GDBM} \ - glib-1.2.10-8.${MACHINE_ARCH}.rpm \ - libtermcap-2.0.8-31.${MACHINE_ARCH}.rpm \ - bash-2.05b-5.${MACHINE_ARCH}.rpm \ - ${RPM_BZIP2} \ - ${RPM_LIBSTDCXX} \ - ${RPM_COMPAT_LIBSTDCXX} \ - ncurses-5.2-28.${MACHINE_ARCH}.rpm \ - info-4.2-5.${MACHINE_ARCH}.rpm \ - grep-2.5.1-4.${MACHINE_ARCH}.rpm \ - fileutils-4.1.9-11.${MACHINE_ARCH}.rpm \ - popt-1.7-1.06.${MACHINE_ARCH}.rpm \ - readline-4.3-3.${MACHINE_ARCH}.rpm \ - ${RPM_SETSERIAL} \ - libstdc++-3.2-7.i386.rpm \ - slang-1.4.5-11.${MACHINE_ARCH}.rpm \ - sh-utils-2.0.12-3.${MACHINE_ARCH}.rpm \ - rpm-4.1-1.06.${MACHINE_ARCH}.rpm \ - libgcc-3.2-7.${MACHINE_ARCH}.rpm \ - ${RPM_FREETYPE} - -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} -PATCHFILES= ${UPDATES} - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Base set of packages needed in Linux mode (only for i386) - -EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -RESTRICTED= "binaries under GNU GPL without accompanying source" -CONFLICTS= linux_base-* -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} -PREFIX= ${LINUXBASE} -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${WRKDIR}/pkg-plist -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en - -UPD_SET1= glibc-common-2.3.2-4.80.6.${MACHINE_ARCH}.rpm \ - glibc-2.3.2-4.80.6.${MACHINE_ARCH}.rpm -UPD_SET2= zlib-1.1.4-8.8x.${MACHINE_ARCH}.rpm -UPDATES= ${UPD_SET1} ${UPD_SET2} - -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.include <bsd.port.pre.mk> - -RPM_BZIP2= bzip2-1.0.2-5.i386.rpm -RPM_FREETYPE= freetype-2.1.2-7.i386.rpm -RPM_GDBM= gdbm-1.8.0-18.i386.rpm -RPM_LIBSTDCXX= -RPM_COMPAT_LIBSTDCXX= compat-libstdc++-7.3-2.96.110.i386.rpm -RPM_SETSERIAL= setserial-2.17-9.i386.rpm -RPM_SETUP= setup-2.5.20-1.noarch.rpm - -DBPATH= /var/lib/rpm -RPM= LC_ALL=C rpm -RPMFLAGS= --root ${WRKSRC} --dbpath ${DBPATH} --nodeps \ - --replacepkgs --ignoreos --ignorearch -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -REMOVE_DIRS= boot dev home initrd root tmp var/tmp usr/local usr/tmp -REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ - etc/motd etc/passwd etc/printcap etc/services \ - etc/protocols -BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln - -FALLBACK_ELF_MIB= kern.fallback_elf_brand -LINUX_ELF= 3 -PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} - -do-patch: - @${DO_NADA} - -do-extract: -# -# Handle the loading of the linux loadable kernel module if required. - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - - @${MKDIR} ${WRKSRC}/${DBPATH} ${WRKSRC}/var/tmp ${WRKSRC}/lib - @cd ${WRKSRC}/lib && ${LN} -sf libtermcap.so.2.0.8 libtermcap.so.2 - @${RPM} --initdb --root ${WRKSRC} --dbpath ${DBPATH} -# -# Make sure we have a /dev/null in the chrooted environment. - @${MKDIR} ${WRKSRC}/dev - @${RM} -f ${WRKSRC}/dev/null - @mknod ${WRKSRC}/dev/null c 2 2 - @${CHMOD} 666 ${WRKSRC}/dev/null -# -# Install all packages. Ignore dependencies just like the Red Hat installer. -# Also, set the ELF fallback brand to Linux, so that we don't have to do -# anything special to run staticly linked binaries. - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} - @for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \ - ${ECHO} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done - @for F in ${BRAND_FILES}; do \ - brandelf -t Linux ${WRKSRC}/$$F; \ - done - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} -# -# Install yp.conf as a hint to NIS users and make sure there's a -# mtab in etc, albeit an empty one. This is needed in a couple of -# cases. Most notably staroffice6. -# - ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${WRKSRC}/etc - ${TOUCH} ${WRKSRC}/etc/mtab -# -# Finish -# - @for D in ${REMOVE_DIRS}; do \ - ${RM} -rf ${WRKSRC}/$$D; \ - done - @for F in ${REMOVE_FILES}; do \ - ${RM} -f ${WRKSRC}/$$F; \ - done - @${LN} -sf /var/tmp ${WRKSRC}/usr/tmp - -pre-install: - ${RM} -f ${PLIST} - cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \ - ${CUT} -c3-999 >> ${PLIST} \ - && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} - ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; - -post-install: - @${ECHO} '' - @fmt ${PKGMESSAGE} - @${ECHO} '' - -.include <bsd.port.post.mk> diff --git a/emulators/linux_base-rh-9/distinfo.i386 b/emulators/linux_base-rh-9/distinfo.i386 deleted file mode 100644 index 5f3866f226fa..000000000000 --- a/emulators/linux_base-rh-9/distinfo.i386 +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ -MD5 (rpm/i386/8.0/basesystem-8.0-1.noarch.rpm) = d66629eeffdc61de69395be8c43f4f7d -MD5 (rpm/i386/8.0/bash-2.05b-5.i386.rpm) = ffea80578086373dda7d7e98ec42b294 -MD5 (rpm/i386/8.0/bzip2-1.0.2-5.i386.rpm) = 05674cb719aef022396581808669105d -MD5 (rpm/i386/8.0/bzip2-libs-1.0.2-5.i386.rpm) = a96d125105d1eb56c0b71bc699b84288 -MD5 (rpm/i386/8.0/compat-db-3.3.11-2.i386.rpm) = c8ec0b5bce196a8f6dcc2b559d5fd625 -MD5 (rpm/i386/8.0/compat-libstdc++-7.3-2.96.110.i386.rpm) = 298aaa504398f2b7298f805e4f751afe -MD5 (rpm/i386/8.0/db4-4.0.14-14.i386.rpm) = 2b31e1ac5ccc23f0dbd37e299ed91661 -MD5 (rpm/i386/8.0/filesystem-2.1.6-5.noarch.rpm) = f9f4c4e31668216e5cd98c05c3e4751f -MD5 (rpm/i386/8.0/fileutils-4.1.9-11.i386.rpm) = 7d6f449488f8e7360c74101c20e4052c -MD5 (rpm/i386/8.0/freetype-2.1.2-7.i386.rpm) = 1d11846f80741cf629908fff77565c1d -MD5 (rpm/i386/8.0/gdbm-1.8.0-18.i386.rpm) = 247aa33363cdf4ac0c01a17893221ac7 -MD5 (rpm/i386/8.0/glib-1.2.10-8.i386.rpm) = cad221120dd2aa32dbbf274f694e982b -MD5 (rpm/i386/8.0/glibc-2.3.2-4.80.6.i386.rpm) = 57aeffb616ba40a37e97c83a61f2580b -MD5 (rpm/i386/8.0/glibc-common-2.3.2-4.80.6.i386.rpm) = 376eb93ae98d0549341a72cc30d136f1 -MD5 (rpm/i386/8.0/grep-2.5.1-4.i386.rpm) = d47cb3261cca975b1b177acec30d1b88 -MD5 (rpm/i386/8.0/info-4.2-5.i386.rpm) = d273ca4e7d607f0df77179e6493211fb -MD5 (rpm/i386/8.0/libacl-2.0.11-2.i386.rpm) = 4c925ae8eb502c2102e7fcee40e78b3e -MD5 (rpm/i386/8.0/libattr-2.0.8-3.i386.rpm) = 6e96282afe6ebaf2caf2d0022f5e7063 -MD5 (rpm/i386/8.0/libelf-0.8.2-2.i386.rpm) = 7a4ea791d46ca45f9e398a9732216c17 -MD5 (rpm/i386/8.0/libgcc-3.2-7.i386.rpm) = db9ca2ea377a30e7a7ab0c95fb538b00 -MD5 (rpm/i386/8.0/libstdc++-3.2-7.i386.rpm) = 1593270df028b4225818f4cb08cb0b40 -MD5 (rpm/i386/8.0/libtermcap-2.0.8-31.i386.rpm) = 64426510f27078a3f35a3a02ee4da7fc -MD5 (rpm/i386/8.0/ncurses-5.2-28.i386.rpm) = 1240c14ba8fe20b5e9cc8c3591f0a533 -MD5 (rpm/i386/8.0/popt-1.7-1.06.i386.rpm) = 158c59ec88320586ce0100b2eec140ab -MD5 (rpm/i386/8.0/readline-4.3-3.i386.rpm) = 6a41eba752dee08222b99cce58552fea -MD5 (rpm/i386/8.0/redhat-release-8.0-8.noarch.rpm) = 7cbf42500f3f91c7df1e1495b5f1ee1d -MD5 (rpm/i386/8.0/rpm-4.1-1.06.i386.rpm) = fc0f9967e7dd7b4bf3f4e1e25d5047aa -MD5 (rpm/i386/8.0/setserial-2.17-9.i386.rpm) = 132160b9a4718d86eb14b86f780de3a5 -MD5 (rpm/i386/8.0/setup-2.5.20-1.noarch.rpm) = 94168e9cd5d2c6601167d55e50e70bc0 -MD5 (rpm/i386/8.0/sh-utils-2.0.12-3.i386.rpm) = 1b9d53f5a86d2dcb1ed7ce2647274476 -MD5 (rpm/i386/8.0/slang-1.4.5-11.i386.rpm) = eb551fe40c244f750c089d6d450cd0e7 -MD5 (rpm/i386/8.0/termcap-11.0.1-13.noarch.rpm) = 80354e467c784ad660edcd9ec9eb0148 -MD5 (rpm/i386/8.0/zlib-1.1.4-8.8x.i386.rpm) = fb1db2a01b5366cb40f98fda4507024e diff --git a/emulators/linux_base-rh-9/files/yp.conf b/emulators/linux_base-rh-9/files/yp.conf deleted file mode 100644 index 64faed4de3fa..000000000000 --- a/emulators/linux_base-rh-9/files/yp.conf +++ /dev/null @@ -1,15 +0,0 @@ -# sample yp.conf file -# -# Legal entries are: -# -# domainname <domain> Override the default YP domain -# (If not set uses the one from -# the getdomainname() syscall) -# -# ypserver <grape> [<domain>] Define which host to contact -# for YP service. If the <domain> -# argument is included then this -# host service the specified YP -# domain. -#domainname my.domain -#ypserver localhost diff --git a/emulators/linux_base-rh-9/pkg-descr b/emulators/linux_base-rh-9/pkg-descr deleted file mode 100644 index 3e241fba4ce1..000000000000 --- a/emulators/linux_base-rh-9/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This port contains packages from a near-minimal installation of Red Hat Linux -8.0. These packages, in conjunction with the linux module, form the basis of -the Linux compatibility environment. - -This port is only available for the i386 architecture. If you use an Alpha -computer, please install the linux_base port instead of this one. - -If you want to run X11 applications, install the x11/linux-XFree86-libs port. diff --git a/emulators/linux_base-rh-9/pkg-install b/emulators/linux_base-rh-9/pkg-install deleted file mode 100644 index 2d569a739289..000000000000 --- a/emulators/linux_base-rh-9/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# an installation script for linux_base - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -POST-INSTALL) - if [ -n "`grep -w ^linprocfs /etc/fstab`" ]; then - echo 'Re-mounting linprocfs...' - mount linprocfs - fi - ;; -DEINSTALL) - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -esac - -exit 0 diff --git a/emulators/linux_base-rh-9/pkg-message b/emulators/linux_base-rh-9/pkg-message deleted file mode 100644 index b7d8d197ca8f..000000000000 --- a/emulators/linux_base-rh-9/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -This software is based in part on the work of the FreeType Team. -See <URL:http://www.freetype.org/>. - -Installation of the Linux base system is -finished. The Linux kernel mode, which -must be enabled for Linux binaries to run, -is now enabled. Linux mode can be enabled -permanently with the linux_enable variable -of rc.conf(5). - -When using NIS, don't forget to edit -yp.conf in /compat/linux/etc. diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile deleted file mode 100644 index a11192fdc9f0..000000000000 --- a/emulators/linux_base-suse-9.1/Makefile +++ /dev/null @@ -1,168 +0,0 @@ -# New ports collection makefile for: linux_base-8 -# Date created: 2003-06-02 -# Whom: trevor -# based on ports/emulators/linux_base by Marcel Moolenaar and others -# -# $FreeBSD$ -# - -PORTNAME= linux_base-8 -PORTVERSION= 8.0 -PORTREVISION= 2 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -DISTFILES= redhat-release-8.0-8.noarch.rpm \ - ${RPM_SETUP} \ - filesystem-2.1.6-5.noarch.rpm \ - basesystem-8.0-1.noarch.rpm \ - libattr-2.0.8-3.${MACHINE_ARCH}.rpm \ - libacl-2.0.11-2.${MACHINE_ARCH}.rpm \ - libelf-0.8.2-2.${MACHINE_ARCH}.rpm \ - bzip2-libs-1.0.2-5.${MACHINE_ARCH}.rpm \ - termcap-11.0.1-13.noarch.rpm \ - compat-db-3.3.11-2.${MACHINE_ARCH}.rpm \ - db4-4.0.14-14.${MACHINE_ARCH}.rpm \ - ${RPM_GDBM} \ - glib-1.2.10-8.${MACHINE_ARCH}.rpm \ - libtermcap-2.0.8-31.${MACHINE_ARCH}.rpm \ - bash-2.05b-5.${MACHINE_ARCH}.rpm \ - ${RPM_BZIP2} \ - ${RPM_LIBSTDCXX} \ - ${RPM_COMPAT_LIBSTDCXX} \ - ncurses-5.2-28.${MACHINE_ARCH}.rpm \ - info-4.2-5.${MACHINE_ARCH}.rpm \ - grep-2.5.1-4.${MACHINE_ARCH}.rpm \ - fileutils-4.1.9-11.${MACHINE_ARCH}.rpm \ - popt-1.7-1.06.${MACHINE_ARCH}.rpm \ - readline-4.3-3.${MACHINE_ARCH}.rpm \ - ${RPM_SETSERIAL} \ - libstdc++-3.2-7.i386.rpm \ - slang-1.4.5-11.${MACHINE_ARCH}.rpm \ - sh-utils-2.0.12-3.${MACHINE_ARCH}.rpm \ - rpm-4.1-1.06.${MACHINE_ARCH}.rpm \ - libgcc-3.2-7.${MACHINE_ARCH}.rpm \ - ${RPM_FREETYPE} - -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} -PATCHFILES= ${UPDATES} - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Base set of packages needed in Linux mode (only for i386) - -EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -RESTRICTED= "binaries under GNU GPL without accompanying source" -CONFLICTS= linux_base-* -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} -PREFIX= ${LINUXBASE} -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${WRKDIR}/pkg-plist -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en - -UPD_SET1= glibc-common-2.3.2-4.80.6.${MACHINE_ARCH}.rpm \ - glibc-2.3.2-4.80.6.${MACHINE_ARCH}.rpm -UPD_SET2= zlib-1.1.4-8.8x.${MACHINE_ARCH}.rpm -UPDATES= ${UPD_SET1} ${UPD_SET2} - -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.include <bsd.port.pre.mk> - -RPM_BZIP2= bzip2-1.0.2-5.i386.rpm -RPM_FREETYPE= freetype-2.1.2-7.i386.rpm -RPM_GDBM= gdbm-1.8.0-18.i386.rpm -RPM_LIBSTDCXX= -RPM_COMPAT_LIBSTDCXX= compat-libstdc++-7.3-2.96.110.i386.rpm -RPM_SETSERIAL= setserial-2.17-9.i386.rpm -RPM_SETUP= setup-2.5.20-1.noarch.rpm - -DBPATH= /var/lib/rpm -RPM= LC_ALL=C rpm -RPMFLAGS= --root ${WRKSRC} --dbpath ${DBPATH} --nodeps \ - --replacepkgs --ignoreos --ignorearch -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -REMOVE_DIRS= boot dev home initrd root tmp var/tmp usr/local usr/tmp -REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ - etc/motd etc/passwd etc/printcap etc/services \ - etc/protocols -BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln - -FALLBACK_ELF_MIB= kern.fallback_elf_brand -LINUX_ELF= 3 -PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} - -do-patch: - @${DO_NADA} - -do-extract: -# -# Handle the loading of the linux loadable kernel module if required. - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - - @${MKDIR} ${WRKSRC}/${DBPATH} ${WRKSRC}/var/tmp ${WRKSRC}/lib - @cd ${WRKSRC}/lib && ${LN} -sf libtermcap.so.2.0.8 libtermcap.so.2 - @${RPM} --initdb --root ${WRKSRC} --dbpath ${DBPATH} -# -# Make sure we have a /dev/null in the chrooted environment. - @${MKDIR} ${WRKSRC}/dev - @${RM} -f ${WRKSRC}/dev/null - @mknod ${WRKSRC}/dev/null c 2 2 - @${CHMOD} 666 ${WRKSRC}/dev/null -# -# Install all packages. Ignore dependencies just like the Red Hat installer. -# Also, set the ELF fallback brand to Linux, so that we don't have to do -# anything special to run staticly linked binaries. - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} - @for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \ - ${ECHO} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done - @for F in ${BRAND_FILES}; do \ - brandelf -t Linux ${WRKSRC}/$$F; \ - done - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} -# -# Install yp.conf as a hint to NIS users and make sure there's a -# mtab in etc, albeit an empty one. This is needed in a couple of -# cases. Most notably staroffice6. -# - ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${WRKSRC}/etc - ${TOUCH} ${WRKSRC}/etc/mtab -# -# Finish -# - @for D in ${REMOVE_DIRS}; do \ - ${RM} -rf ${WRKSRC}/$$D; \ - done - @for F in ${REMOVE_FILES}; do \ - ${RM} -f ${WRKSRC}/$$F; \ - done - @${LN} -sf /var/tmp ${WRKSRC}/usr/tmp - -pre-install: - ${RM} -f ${PLIST} - cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \ - ${CUT} -c3-999 >> ${PLIST} \ - && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} - ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; - -post-install: - @${ECHO} '' - @fmt ${PKGMESSAGE} - @${ECHO} '' - -.include <bsd.port.post.mk> diff --git a/emulators/linux_base-suse-9.1/distinfo.i386 b/emulators/linux_base-suse-9.1/distinfo.i386 deleted file mode 100644 index 5f3866f226fa..000000000000 --- a/emulators/linux_base-suse-9.1/distinfo.i386 +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ -MD5 (rpm/i386/8.0/basesystem-8.0-1.noarch.rpm) = d66629eeffdc61de69395be8c43f4f7d -MD5 (rpm/i386/8.0/bash-2.05b-5.i386.rpm) = ffea80578086373dda7d7e98ec42b294 -MD5 (rpm/i386/8.0/bzip2-1.0.2-5.i386.rpm) = 05674cb719aef022396581808669105d -MD5 (rpm/i386/8.0/bzip2-libs-1.0.2-5.i386.rpm) = a96d125105d1eb56c0b71bc699b84288 -MD5 (rpm/i386/8.0/compat-db-3.3.11-2.i386.rpm) = c8ec0b5bce196a8f6dcc2b559d5fd625 -MD5 (rpm/i386/8.0/compat-libstdc++-7.3-2.96.110.i386.rpm) = 298aaa504398f2b7298f805e4f751afe -MD5 (rpm/i386/8.0/db4-4.0.14-14.i386.rpm) = 2b31e1ac5ccc23f0dbd37e299ed91661 -MD5 (rpm/i386/8.0/filesystem-2.1.6-5.noarch.rpm) = f9f4c4e31668216e5cd98c05c3e4751f -MD5 (rpm/i386/8.0/fileutils-4.1.9-11.i386.rpm) = 7d6f449488f8e7360c74101c20e4052c -MD5 (rpm/i386/8.0/freetype-2.1.2-7.i386.rpm) = 1d11846f80741cf629908fff77565c1d -MD5 (rpm/i386/8.0/gdbm-1.8.0-18.i386.rpm) = 247aa33363cdf4ac0c01a17893221ac7 -MD5 (rpm/i386/8.0/glib-1.2.10-8.i386.rpm) = cad221120dd2aa32dbbf274f694e982b -MD5 (rpm/i386/8.0/glibc-2.3.2-4.80.6.i386.rpm) = 57aeffb616ba40a37e97c83a61f2580b -MD5 (rpm/i386/8.0/glibc-common-2.3.2-4.80.6.i386.rpm) = 376eb93ae98d0549341a72cc30d136f1 -MD5 (rpm/i386/8.0/grep-2.5.1-4.i386.rpm) = d47cb3261cca975b1b177acec30d1b88 -MD5 (rpm/i386/8.0/info-4.2-5.i386.rpm) = d273ca4e7d607f0df77179e6493211fb -MD5 (rpm/i386/8.0/libacl-2.0.11-2.i386.rpm) = 4c925ae8eb502c2102e7fcee40e78b3e -MD5 (rpm/i386/8.0/libattr-2.0.8-3.i386.rpm) = 6e96282afe6ebaf2caf2d0022f5e7063 -MD5 (rpm/i386/8.0/libelf-0.8.2-2.i386.rpm) = 7a4ea791d46ca45f9e398a9732216c17 -MD5 (rpm/i386/8.0/libgcc-3.2-7.i386.rpm) = db9ca2ea377a30e7a7ab0c95fb538b00 -MD5 (rpm/i386/8.0/libstdc++-3.2-7.i386.rpm) = 1593270df028b4225818f4cb08cb0b40 -MD5 (rpm/i386/8.0/libtermcap-2.0.8-31.i386.rpm) = 64426510f27078a3f35a3a02ee4da7fc -MD5 (rpm/i386/8.0/ncurses-5.2-28.i386.rpm) = 1240c14ba8fe20b5e9cc8c3591f0a533 -MD5 (rpm/i386/8.0/popt-1.7-1.06.i386.rpm) = 158c59ec88320586ce0100b2eec140ab -MD5 (rpm/i386/8.0/readline-4.3-3.i386.rpm) = 6a41eba752dee08222b99cce58552fea -MD5 (rpm/i386/8.0/redhat-release-8.0-8.noarch.rpm) = 7cbf42500f3f91c7df1e1495b5f1ee1d -MD5 (rpm/i386/8.0/rpm-4.1-1.06.i386.rpm) = fc0f9967e7dd7b4bf3f4e1e25d5047aa -MD5 (rpm/i386/8.0/setserial-2.17-9.i386.rpm) = 132160b9a4718d86eb14b86f780de3a5 -MD5 (rpm/i386/8.0/setup-2.5.20-1.noarch.rpm) = 94168e9cd5d2c6601167d55e50e70bc0 -MD5 (rpm/i386/8.0/sh-utils-2.0.12-3.i386.rpm) = 1b9d53f5a86d2dcb1ed7ce2647274476 -MD5 (rpm/i386/8.0/slang-1.4.5-11.i386.rpm) = eb551fe40c244f750c089d6d450cd0e7 -MD5 (rpm/i386/8.0/termcap-11.0.1-13.noarch.rpm) = 80354e467c784ad660edcd9ec9eb0148 -MD5 (rpm/i386/8.0/zlib-1.1.4-8.8x.i386.rpm) = fb1db2a01b5366cb40f98fda4507024e diff --git a/emulators/linux_base-suse-9.1/files/yp.conf b/emulators/linux_base-suse-9.1/files/yp.conf deleted file mode 100644 index 64faed4de3fa..000000000000 --- a/emulators/linux_base-suse-9.1/files/yp.conf +++ /dev/null @@ -1,15 +0,0 @@ -# sample yp.conf file -# -# Legal entries are: -# -# domainname <domain> Override the default YP domain -# (If not set uses the one from -# the getdomainname() syscall) -# -# ypserver <grape> [<domain>] Define which host to contact -# for YP service. If the <domain> -# argument is included then this -# host service the specified YP -# domain. -#domainname my.domain -#ypserver localhost diff --git a/emulators/linux_base-suse-9.1/pkg-descr b/emulators/linux_base-suse-9.1/pkg-descr deleted file mode 100644 index 3e241fba4ce1..000000000000 --- a/emulators/linux_base-suse-9.1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This port contains packages from a near-minimal installation of Red Hat Linux -8.0. These packages, in conjunction with the linux module, form the basis of -the Linux compatibility environment. - -This port is only available for the i386 architecture. If you use an Alpha -computer, please install the linux_base port instead of this one. - -If you want to run X11 applications, install the x11/linux-XFree86-libs port. diff --git a/emulators/linux_base-suse-9.1/pkg-install b/emulators/linux_base-suse-9.1/pkg-install deleted file mode 100644 index 2d569a739289..000000000000 --- a/emulators/linux_base-suse-9.1/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# an installation script for linux_base - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -POST-INSTALL) - if [ -n "`grep -w ^linprocfs /etc/fstab`" ]; then - echo 'Re-mounting linprocfs...' - mount linprocfs - fi - ;; -DEINSTALL) - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -esac - -exit 0 diff --git a/emulators/linux_base-suse-9.1/pkg-message b/emulators/linux_base-suse-9.1/pkg-message deleted file mode 100644 index b7d8d197ca8f..000000000000 --- a/emulators/linux_base-suse-9.1/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -This software is based in part on the work of the FreeType Team. -See <URL:http://www.freetype.org/>. - -Installation of the Linux base system is -finished. The Linux kernel mode, which -must be enabled for Linux binaries to run, -is now enabled. Linux mode can be enabled -permanently with the linux_enable variable -of rc.conf(5). - -When using NIS, don't forget to edit -yp.conf in /compat/linux/etc. diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile deleted file mode 100644 index a11192fdc9f0..000000000000 --- a/emulators/linux_base-suse-9.2/Makefile +++ /dev/null @@ -1,168 +0,0 @@ -# New ports collection makefile for: linux_base-8 -# Date created: 2003-06-02 -# Whom: trevor -# based on ports/emulators/linux_base by Marcel Moolenaar and others -# -# $FreeBSD$ -# - -PORTNAME= linux_base-8 -PORTVERSION= 8.0 -PORTREVISION= 2 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -DISTFILES= redhat-release-8.0-8.noarch.rpm \ - ${RPM_SETUP} \ - filesystem-2.1.6-5.noarch.rpm \ - basesystem-8.0-1.noarch.rpm \ - libattr-2.0.8-3.${MACHINE_ARCH}.rpm \ - libacl-2.0.11-2.${MACHINE_ARCH}.rpm \ - libelf-0.8.2-2.${MACHINE_ARCH}.rpm \ - bzip2-libs-1.0.2-5.${MACHINE_ARCH}.rpm \ - termcap-11.0.1-13.noarch.rpm \ - compat-db-3.3.11-2.${MACHINE_ARCH}.rpm \ - db4-4.0.14-14.${MACHINE_ARCH}.rpm \ - ${RPM_GDBM} \ - glib-1.2.10-8.${MACHINE_ARCH}.rpm \ - libtermcap-2.0.8-31.${MACHINE_ARCH}.rpm \ - bash-2.05b-5.${MACHINE_ARCH}.rpm \ - ${RPM_BZIP2} \ - ${RPM_LIBSTDCXX} \ - ${RPM_COMPAT_LIBSTDCXX} \ - ncurses-5.2-28.${MACHINE_ARCH}.rpm \ - info-4.2-5.${MACHINE_ARCH}.rpm \ - grep-2.5.1-4.${MACHINE_ARCH}.rpm \ - fileutils-4.1.9-11.${MACHINE_ARCH}.rpm \ - popt-1.7-1.06.${MACHINE_ARCH}.rpm \ - readline-4.3-3.${MACHINE_ARCH}.rpm \ - ${RPM_SETSERIAL} \ - libstdc++-3.2-7.i386.rpm \ - slang-1.4.5-11.${MACHINE_ARCH}.rpm \ - sh-utils-2.0.12-3.${MACHINE_ARCH}.rpm \ - rpm-4.1-1.06.${MACHINE_ARCH}.rpm \ - libgcc-3.2-7.${MACHINE_ARCH}.rpm \ - ${RPM_FREETYPE} - -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} -PATCHFILES= ${UPDATES} - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Base set of packages needed in Linux mode (only for i386) - -EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -RESTRICTED= "binaries under GNU GPL without accompanying source" -CONFLICTS= linux_base-* -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} -PREFIX= ${LINUXBASE} -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${WRKDIR}/pkg-plist -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en - -UPD_SET1= glibc-common-2.3.2-4.80.6.${MACHINE_ARCH}.rpm \ - glibc-2.3.2-4.80.6.${MACHINE_ARCH}.rpm -UPD_SET2= zlib-1.1.4-8.8x.${MACHINE_ARCH}.rpm -UPDATES= ${UPD_SET1} ${UPD_SET2} - -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.include <bsd.port.pre.mk> - -RPM_BZIP2= bzip2-1.0.2-5.i386.rpm -RPM_FREETYPE= freetype-2.1.2-7.i386.rpm -RPM_GDBM= gdbm-1.8.0-18.i386.rpm -RPM_LIBSTDCXX= -RPM_COMPAT_LIBSTDCXX= compat-libstdc++-7.3-2.96.110.i386.rpm -RPM_SETSERIAL= setserial-2.17-9.i386.rpm -RPM_SETUP= setup-2.5.20-1.noarch.rpm - -DBPATH= /var/lib/rpm -RPM= LC_ALL=C rpm -RPMFLAGS= --root ${WRKSRC} --dbpath ${DBPATH} --nodeps \ - --replacepkgs --ignoreos --ignorearch -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -REMOVE_DIRS= boot dev home initrd root tmp var/tmp usr/local usr/tmp -REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ - etc/motd etc/passwd etc/printcap etc/services \ - etc/protocols -BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln - -FALLBACK_ELF_MIB= kern.fallback_elf_brand -LINUX_ELF= 3 -PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} - -do-patch: - @${DO_NADA} - -do-extract: -# -# Handle the loading of the linux loadable kernel module if required. - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - - @${MKDIR} ${WRKSRC}/${DBPATH} ${WRKSRC}/var/tmp ${WRKSRC}/lib - @cd ${WRKSRC}/lib && ${LN} -sf libtermcap.so.2.0.8 libtermcap.so.2 - @${RPM} --initdb --root ${WRKSRC} --dbpath ${DBPATH} -# -# Make sure we have a /dev/null in the chrooted environment. - @${MKDIR} ${WRKSRC}/dev - @${RM} -f ${WRKSRC}/dev/null - @mknod ${WRKSRC}/dev/null c 2 2 - @${CHMOD} 666 ${WRKSRC}/dev/null -# -# Install all packages. Ignore dependencies just like the Red Hat installer. -# Also, set the ELF fallback brand to Linux, so that we don't have to do -# anything special to run staticly linked binaries. - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} - @for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \ - ${ECHO} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done - @for F in ${BRAND_FILES}; do \ - brandelf -t Linux ${WRKSRC}/$$F; \ - done - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} -# -# Install yp.conf as a hint to NIS users and make sure there's a -# mtab in etc, albeit an empty one. This is needed in a couple of -# cases. Most notably staroffice6. -# - ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${WRKSRC}/etc - ${TOUCH} ${WRKSRC}/etc/mtab -# -# Finish -# - @for D in ${REMOVE_DIRS}; do \ - ${RM} -rf ${WRKSRC}/$$D; \ - done - @for F in ${REMOVE_FILES}; do \ - ${RM} -f ${WRKSRC}/$$F; \ - done - @${LN} -sf /var/tmp ${WRKSRC}/usr/tmp - -pre-install: - ${RM} -f ${PLIST} - cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \ - ${CUT} -c3-999 >> ${PLIST} \ - && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} - ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; - -post-install: - @${ECHO} '' - @fmt ${PKGMESSAGE} - @${ECHO} '' - -.include <bsd.port.post.mk> diff --git a/emulators/linux_base-suse-9.2/distinfo.i386 b/emulators/linux_base-suse-9.2/distinfo.i386 deleted file mode 100644 index 5f3866f226fa..000000000000 --- a/emulators/linux_base-suse-9.2/distinfo.i386 +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ -MD5 (rpm/i386/8.0/basesystem-8.0-1.noarch.rpm) = d66629eeffdc61de69395be8c43f4f7d -MD5 (rpm/i386/8.0/bash-2.05b-5.i386.rpm) = ffea80578086373dda7d7e98ec42b294 -MD5 (rpm/i386/8.0/bzip2-1.0.2-5.i386.rpm) = 05674cb719aef022396581808669105d -MD5 (rpm/i386/8.0/bzip2-libs-1.0.2-5.i386.rpm) = a96d125105d1eb56c0b71bc699b84288 -MD5 (rpm/i386/8.0/compat-db-3.3.11-2.i386.rpm) = c8ec0b5bce196a8f6dcc2b559d5fd625 -MD5 (rpm/i386/8.0/compat-libstdc++-7.3-2.96.110.i386.rpm) = 298aaa504398f2b7298f805e4f751afe -MD5 (rpm/i386/8.0/db4-4.0.14-14.i386.rpm) = 2b31e1ac5ccc23f0dbd37e299ed91661 -MD5 (rpm/i386/8.0/filesystem-2.1.6-5.noarch.rpm) = f9f4c4e31668216e5cd98c05c3e4751f -MD5 (rpm/i386/8.0/fileutils-4.1.9-11.i386.rpm) = 7d6f449488f8e7360c74101c20e4052c -MD5 (rpm/i386/8.0/freetype-2.1.2-7.i386.rpm) = 1d11846f80741cf629908fff77565c1d -MD5 (rpm/i386/8.0/gdbm-1.8.0-18.i386.rpm) = 247aa33363cdf4ac0c01a17893221ac7 -MD5 (rpm/i386/8.0/glib-1.2.10-8.i386.rpm) = cad221120dd2aa32dbbf274f694e982b -MD5 (rpm/i386/8.0/glibc-2.3.2-4.80.6.i386.rpm) = 57aeffb616ba40a37e97c83a61f2580b -MD5 (rpm/i386/8.0/glibc-common-2.3.2-4.80.6.i386.rpm) = 376eb93ae98d0549341a72cc30d136f1 -MD5 (rpm/i386/8.0/grep-2.5.1-4.i386.rpm) = d47cb3261cca975b1b177acec30d1b88 -MD5 (rpm/i386/8.0/info-4.2-5.i386.rpm) = d273ca4e7d607f0df77179e6493211fb -MD5 (rpm/i386/8.0/libacl-2.0.11-2.i386.rpm) = 4c925ae8eb502c2102e7fcee40e78b3e -MD5 (rpm/i386/8.0/libattr-2.0.8-3.i386.rpm) = 6e96282afe6ebaf2caf2d0022f5e7063 -MD5 (rpm/i386/8.0/libelf-0.8.2-2.i386.rpm) = 7a4ea791d46ca45f9e398a9732216c17 -MD5 (rpm/i386/8.0/libgcc-3.2-7.i386.rpm) = db9ca2ea377a30e7a7ab0c95fb538b00 -MD5 (rpm/i386/8.0/libstdc++-3.2-7.i386.rpm) = 1593270df028b4225818f4cb08cb0b40 -MD5 (rpm/i386/8.0/libtermcap-2.0.8-31.i386.rpm) = 64426510f27078a3f35a3a02ee4da7fc -MD5 (rpm/i386/8.0/ncurses-5.2-28.i386.rpm) = 1240c14ba8fe20b5e9cc8c3591f0a533 -MD5 (rpm/i386/8.0/popt-1.7-1.06.i386.rpm) = 158c59ec88320586ce0100b2eec140ab -MD5 (rpm/i386/8.0/readline-4.3-3.i386.rpm) = 6a41eba752dee08222b99cce58552fea -MD5 (rpm/i386/8.0/redhat-release-8.0-8.noarch.rpm) = 7cbf42500f3f91c7df1e1495b5f1ee1d -MD5 (rpm/i386/8.0/rpm-4.1-1.06.i386.rpm) = fc0f9967e7dd7b4bf3f4e1e25d5047aa -MD5 (rpm/i386/8.0/setserial-2.17-9.i386.rpm) = 132160b9a4718d86eb14b86f780de3a5 -MD5 (rpm/i386/8.0/setup-2.5.20-1.noarch.rpm) = 94168e9cd5d2c6601167d55e50e70bc0 -MD5 (rpm/i386/8.0/sh-utils-2.0.12-3.i386.rpm) = 1b9d53f5a86d2dcb1ed7ce2647274476 -MD5 (rpm/i386/8.0/slang-1.4.5-11.i386.rpm) = eb551fe40c244f750c089d6d450cd0e7 -MD5 (rpm/i386/8.0/termcap-11.0.1-13.noarch.rpm) = 80354e467c784ad660edcd9ec9eb0148 -MD5 (rpm/i386/8.0/zlib-1.1.4-8.8x.i386.rpm) = fb1db2a01b5366cb40f98fda4507024e diff --git a/emulators/linux_base-suse-9.2/files/yp.conf b/emulators/linux_base-suse-9.2/files/yp.conf deleted file mode 100644 index 64faed4de3fa..000000000000 --- a/emulators/linux_base-suse-9.2/files/yp.conf +++ /dev/null @@ -1,15 +0,0 @@ -# sample yp.conf file -# -# Legal entries are: -# -# domainname <domain> Override the default YP domain -# (If not set uses the one from -# the getdomainname() syscall) -# -# ypserver <grape> [<domain>] Define which host to contact -# for YP service. If the <domain> -# argument is included then this -# host service the specified YP -# domain. -#domainname my.domain -#ypserver localhost diff --git a/emulators/linux_base-suse-9.2/pkg-descr b/emulators/linux_base-suse-9.2/pkg-descr deleted file mode 100644 index 3e241fba4ce1..000000000000 --- a/emulators/linux_base-suse-9.2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This port contains packages from a near-minimal installation of Red Hat Linux -8.0. These packages, in conjunction with the linux module, form the basis of -the Linux compatibility environment. - -This port is only available for the i386 architecture. If you use an Alpha -computer, please install the linux_base port instead of this one. - -If you want to run X11 applications, install the x11/linux-XFree86-libs port. diff --git a/emulators/linux_base-suse-9.2/pkg-install b/emulators/linux_base-suse-9.2/pkg-install deleted file mode 100644 index 2d569a739289..000000000000 --- a/emulators/linux_base-suse-9.2/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# an installation script for linux_base - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -POST-INSTALL) - if [ -n "`grep -w ^linprocfs /etc/fstab`" ]; then - echo 'Re-mounting linprocfs...' - mount linprocfs - fi - ;; -DEINSTALL) - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -esac - -exit 0 diff --git a/emulators/linux_base-suse-9.2/pkg-message b/emulators/linux_base-suse-9.2/pkg-message deleted file mode 100644 index b7d8d197ca8f..000000000000 --- a/emulators/linux_base-suse-9.2/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -This software is based in part on the work of the FreeType Team. -See <URL:http://www.freetype.org/>. - -Installation of the Linux base system is -finished. The Linux kernel mode, which -must be enabled for Linux binaries to run, -is now enabled. Linux mode can be enabled -permanently with the linux_enable variable -of rc.conf(5). - -When using NIS, don't forget to edit -yp.conf in /compat/linux/etc. diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile deleted file mode 100644 index a11192fdc9f0..000000000000 --- a/emulators/linux_base-suse-9.3/Makefile +++ /dev/null @@ -1,168 +0,0 @@ -# New ports collection makefile for: linux_base-8 -# Date created: 2003-06-02 -# Whom: trevor -# based on ports/emulators/linux_base by Marcel Moolenaar and others -# -# $FreeBSD$ -# - -PORTNAME= linux_base-8 -PORTVERSION= 8.0 -PORTREVISION= 2 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -DISTFILES= redhat-release-8.0-8.noarch.rpm \ - ${RPM_SETUP} \ - filesystem-2.1.6-5.noarch.rpm \ - basesystem-8.0-1.noarch.rpm \ - libattr-2.0.8-3.${MACHINE_ARCH}.rpm \ - libacl-2.0.11-2.${MACHINE_ARCH}.rpm \ - libelf-0.8.2-2.${MACHINE_ARCH}.rpm \ - bzip2-libs-1.0.2-5.${MACHINE_ARCH}.rpm \ - termcap-11.0.1-13.noarch.rpm \ - compat-db-3.3.11-2.${MACHINE_ARCH}.rpm \ - db4-4.0.14-14.${MACHINE_ARCH}.rpm \ - ${RPM_GDBM} \ - glib-1.2.10-8.${MACHINE_ARCH}.rpm \ - libtermcap-2.0.8-31.${MACHINE_ARCH}.rpm \ - bash-2.05b-5.${MACHINE_ARCH}.rpm \ - ${RPM_BZIP2} \ - ${RPM_LIBSTDCXX} \ - ${RPM_COMPAT_LIBSTDCXX} \ - ncurses-5.2-28.${MACHINE_ARCH}.rpm \ - info-4.2-5.${MACHINE_ARCH}.rpm \ - grep-2.5.1-4.${MACHINE_ARCH}.rpm \ - fileutils-4.1.9-11.${MACHINE_ARCH}.rpm \ - popt-1.7-1.06.${MACHINE_ARCH}.rpm \ - readline-4.3-3.${MACHINE_ARCH}.rpm \ - ${RPM_SETSERIAL} \ - libstdc++-3.2-7.i386.rpm \ - slang-1.4.5-11.${MACHINE_ARCH}.rpm \ - sh-utils-2.0.12-3.${MACHINE_ARCH}.rpm \ - rpm-4.1-1.06.${MACHINE_ARCH}.rpm \ - libgcc-3.2-7.${MACHINE_ARCH}.rpm \ - ${RPM_FREETYPE} - -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} -PATCHFILES= ${UPDATES} - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Base set of packages needed in Linux mode (only for i386) - -EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -RESTRICTED= "binaries under GNU GPL without accompanying source" -CONFLICTS= linux_base-* -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} -PREFIX= ${LINUXBASE} -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${WRKDIR}/pkg-plist -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en - -UPD_SET1= glibc-common-2.3.2-4.80.6.${MACHINE_ARCH}.rpm \ - glibc-2.3.2-4.80.6.${MACHINE_ARCH}.rpm -UPD_SET2= zlib-1.1.4-8.8x.${MACHINE_ARCH}.rpm -UPDATES= ${UPD_SET1} ${UPD_SET2} - -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.include <bsd.port.pre.mk> - -RPM_BZIP2= bzip2-1.0.2-5.i386.rpm -RPM_FREETYPE= freetype-2.1.2-7.i386.rpm -RPM_GDBM= gdbm-1.8.0-18.i386.rpm -RPM_LIBSTDCXX= -RPM_COMPAT_LIBSTDCXX= compat-libstdc++-7.3-2.96.110.i386.rpm -RPM_SETSERIAL= setserial-2.17-9.i386.rpm -RPM_SETUP= setup-2.5.20-1.noarch.rpm - -DBPATH= /var/lib/rpm -RPM= LC_ALL=C rpm -RPMFLAGS= --root ${WRKSRC} --dbpath ${DBPATH} --nodeps \ - --replacepkgs --ignoreos --ignorearch -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -REMOVE_DIRS= boot dev home initrd root tmp var/tmp usr/local usr/tmp -REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ - etc/motd etc/passwd etc/printcap etc/services \ - etc/protocols -BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln - -FALLBACK_ELF_MIB= kern.fallback_elf_brand -LINUX_ELF= 3 -PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} - -do-patch: - @${DO_NADA} - -do-extract: -# -# Handle the loading of the linux loadable kernel module if required. - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - - @${MKDIR} ${WRKSRC}/${DBPATH} ${WRKSRC}/var/tmp ${WRKSRC}/lib - @cd ${WRKSRC}/lib && ${LN} -sf libtermcap.so.2.0.8 libtermcap.so.2 - @${RPM} --initdb --root ${WRKSRC} --dbpath ${DBPATH} -# -# Make sure we have a /dev/null in the chrooted environment. - @${MKDIR} ${WRKSRC}/dev - @${RM} -f ${WRKSRC}/dev/null - @mknod ${WRKSRC}/dev/null c 2 2 - @${CHMOD} 666 ${WRKSRC}/dev/null -# -# Install all packages. Ignore dependencies just like the Red Hat installer. -# Also, set the ELF fallback brand to Linux, so that we don't have to do -# anything special to run staticly linked binaries. - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF} - @for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \ - ${ECHO} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done - @for F in ${BRAND_FILES}; do \ - brandelf -t Linux ${WRKSRC}/$$F; \ - done - @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} -# -# Install yp.conf as a hint to NIS users and make sure there's a -# mtab in etc, albeit an empty one. This is needed in a couple of -# cases. Most notably staroffice6. -# - ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${WRKSRC}/etc - ${TOUCH} ${WRKSRC}/etc/mtab -# -# Finish -# - @for D in ${REMOVE_DIRS}; do \ - ${RM} -rf ${WRKSRC}/$$D; \ - done - @for F in ${REMOVE_FILES}; do \ - ${RM} -f ${WRKSRC}/$$F; \ - done - @${LN} -sf /var/tmp ${WRKSRC}/usr/tmp - -pre-install: - ${RM} -f ${PLIST} - cd ${WRKSRC} && ${FIND} -s . -type f -o -type l | \ - ${CUT} -c3-999 >> ${PLIST} \ - && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} - -do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} - ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; - -post-install: - @${ECHO} '' - @fmt ${PKGMESSAGE} - @${ECHO} '' - -.include <bsd.port.post.mk> diff --git a/emulators/linux_base-suse-9.3/distinfo.i386 b/emulators/linux_base-suse-9.3/distinfo.i386 deleted file mode 100644 index 5f3866f226fa..000000000000 --- a/emulators/linux_base-suse-9.3/distinfo.i386 +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ -MD5 (rpm/i386/8.0/basesystem-8.0-1.noarch.rpm) = d66629eeffdc61de69395be8c43f4f7d -MD5 (rpm/i386/8.0/bash-2.05b-5.i386.rpm) = ffea80578086373dda7d7e98ec42b294 -MD5 (rpm/i386/8.0/bzip2-1.0.2-5.i386.rpm) = 05674cb719aef022396581808669105d -MD5 (rpm/i386/8.0/bzip2-libs-1.0.2-5.i386.rpm) = a96d125105d1eb56c0b71bc699b84288 -MD5 (rpm/i386/8.0/compat-db-3.3.11-2.i386.rpm) = c8ec0b5bce196a8f6dcc2b559d5fd625 -MD5 (rpm/i386/8.0/compat-libstdc++-7.3-2.96.110.i386.rpm) = 298aaa504398f2b7298f805e4f751afe -MD5 (rpm/i386/8.0/db4-4.0.14-14.i386.rpm) = 2b31e1ac5ccc23f0dbd37e299ed91661 -MD5 (rpm/i386/8.0/filesystem-2.1.6-5.noarch.rpm) = f9f4c4e31668216e5cd98c05c3e4751f -MD5 (rpm/i386/8.0/fileutils-4.1.9-11.i386.rpm) = 7d6f449488f8e7360c74101c20e4052c -MD5 (rpm/i386/8.0/freetype-2.1.2-7.i386.rpm) = 1d11846f80741cf629908fff77565c1d -MD5 (rpm/i386/8.0/gdbm-1.8.0-18.i386.rpm) = 247aa33363cdf4ac0c01a17893221ac7 -MD5 (rpm/i386/8.0/glib-1.2.10-8.i386.rpm) = cad221120dd2aa32dbbf274f694e982b -MD5 (rpm/i386/8.0/glibc-2.3.2-4.80.6.i386.rpm) = 57aeffb616ba40a37e97c83a61f2580b -MD5 (rpm/i386/8.0/glibc-common-2.3.2-4.80.6.i386.rpm) = 376eb93ae98d0549341a72cc30d136f1 -MD5 (rpm/i386/8.0/grep-2.5.1-4.i386.rpm) = d47cb3261cca975b1b177acec30d1b88 -MD5 (rpm/i386/8.0/info-4.2-5.i386.rpm) = d273ca4e7d607f0df77179e6493211fb -MD5 (rpm/i386/8.0/libacl-2.0.11-2.i386.rpm) = 4c925ae8eb502c2102e7fcee40e78b3e -MD5 (rpm/i386/8.0/libattr-2.0.8-3.i386.rpm) = 6e96282afe6ebaf2caf2d0022f5e7063 -MD5 (rpm/i386/8.0/libelf-0.8.2-2.i386.rpm) = 7a4ea791d46ca45f9e398a9732216c17 -MD5 (rpm/i386/8.0/libgcc-3.2-7.i386.rpm) = db9ca2ea377a30e7a7ab0c95fb538b00 -MD5 (rpm/i386/8.0/libstdc++-3.2-7.i386.rpm) = 1593270df028b4225818f4cb08cb0b40 -MD5 (rpm/i386/8.0/libtermcap-2.0.8-31.i386.rpm) = 64426510f27078a3f35a3a02ee4da7fc -MD5 (rpm/i386/8.0/ncurses-5.2-28.i386.rpm) = 1240c14ba8fe20b5e9cc8c3591f0a533 -MD5 (rpm/i386/8.0/popt-1.7-1.06.i386.rpm) = 158c59ec88320586ce0100b2eec140ab -MD5 (rpm/i386/8.0/readline-4.3-3.i386.rpm) = 6a41eba752dee08222b99cce58552fea -MD5 (rpm/i386/8.0/redhat-release-8.0-8.noarch.rpm) = 7cbf42500f3f91c7df1e1495b5f1ee1d -MD5 (rpm/i386/8.0/rpm-4.1-1.06.i386.rpm) = fc0f9967e7dd7b4bf3f4e1e25d5047aa -MD5 (rpm/i386/8.0/setserial-2.17-9.i386.rpm) = 132160b9a4718d86eb14b86f780de3a5 -MD5 (rpm/i386/8.0/setup-2.5.20-1.noarch.rpm) = 94168e9cd5d2c6601167d55e50e70bc0 -MD5 (rpm/i386/8.0/sh-utils-2.0.12-3.i386.rpm) = 1b9d53f5a86d2dcb1ed7ce2647274476 -MD5 (rpm/i386/8.0/slang-1.4.5-11.i386.rpm) = eb551fe40c244f750c089d6d450cd0e7 -MD5 (rpm/i386/8.0/termcap-11.0.1-13.noarch.rpm) = 80354e467c784ad660edcd9ec9eb0148 -MD5 (rpm/i386/8.0/zlib-1.1.4-8.8x.i386.rpm) = fb1db2a01b5366cb40f98fda4507024e diff --git a/emulators/linux_base-suse-9.3/files/yp.conf b/emulators/linux_base-suse-9.3/files/yp.conf deleted file mode 100644 index 64faed4de3fa..000000000000 --- a/emulators/linux_base-suse-9.3/files/yp.conf +++ /dev/null @@ -1,15 +0,0 @@ -# sample yp.conf file -# -# Legal entries are: -# -# domainname <domain> Override the default YP domain -# (If not set uses the one from -# the getdomainname() syscall) -# -# ypserver <grape> [<domain>] Define which host to contact -# for YP service. If the <domain> -# argument is included then this -# host service the specified YP -# domain. -#domainname my.domain -#ypserver localhost diff --git a/emulators/linux_base-suse-9.3/pkg-descr b/emulators/linux_base-suse-9.3/pkg-descr deleted file mode 100644 index 3e241fba4ce1..000000000000 --- a/emulators/linux_base-suse-9.3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This port contains packages from a near-minimal installation of Red Hat Linux -8.0. These packages, in conjunction with the linux module, form the basis of -the Linux compatibility environment. - -This port is only available for the i386 architecture. If you use an Alpha -computer, please install the linux_base port instead of this one. - -If you want to run X11 applications, install the x11/linux-XFree86-libs port. diff --git a/emulators/linux_base-suse-9.3/pkg-install b/emulators/linux_base-suse-9.3/pkg-install deleted file mode 100644 index 2d569a739289..000000000000 --- a/emulators/linux_base-suse-9.3/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# an installation script for linux_base - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -POST-INSTALL) - if [ -n "`grep -w ^linprocfs /etc/fstab`" ]; then - echo 'Re-mounting linprocfs...' - mount linprocfs - fi - ;; -DEINSTALL) - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -esac - -exit 0 diff --git a/emulators/linux_base-suse-9.3/pkg-message b/emulators/linux_base-suse-9.3/pkg-message deleted file mode 100644 index b7d8d197ca8f..000000000000 --- a/emulators/linux_base-suse-9.3/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -This software is based in part on the work of the FreeType Team. -See <URL:http://www.freetype.org/>. - -Installation of the Linux base system is -finished. The Linux kernel mode, which -must be enabled for Linux binaries to run, -is now enabled. Linux mode can be enabled -permanently with the linux_enable variable -of rc.conf(5). - -When using NIS, don't forget to edit -yp.conf in /compat/linux/etc. diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile deleted file mode 100644 index dde705dcdc43..000000000000 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: linux_base-gentoo-stage1 -# Date created: 2003-10-12 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= linux_base-gentoo-stage1 -PORTVERSION= 1.4 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_GENTOO} -USE_BZIP2= y -.include <bsd.port.pre.mk> -PORTARCH=${MACHINE_ARCH:S/64//} -.if (${PORTARCH} == "alpha") -MASTER_SITE_SUBDIR= experimental/alpha/stages -DISTNAME= stage1-alpha-20030721 -.endif -.if (${PORTARCH} == "amd") -MASTER_SITE_SUBDIR= experimental/amd64/stages -DISTNAME= stage1-amd64-20030728 -.endif -.if (${PORTARCH} == "ia") -MASTER_SITE_SUBDIR= experimental/ia64 -DISTNAME= stage1-ia64-20030912 -.endif -.if (${PORTARCH} == "i386") -MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages/x86 -DISTNAME= stage1-x86-1.4-20030806 -.endif -.if (${PORTARCH} == "sparc") -MASTER_SITE_SUBDIR= experimental/sparc/stages/sparc64 -DISTNAME= stage1-sparc64-20031011 -.endif -DIST_SUBDIR= gentoo-linux -EXTRACT_ONLY= - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Files from Gentoo distribution, for Linux compatibility - -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} -NO_BUILD= y -ONLY_FOR_ARCHS= alpha amd64 ia64 i386 sparc64 -PLIST= ${WRKDIR}/pkg-plist -PREFIX= ${LINUXBASE} -RESTRICTED= "binaries licensed under GNU GPL without accompanying source" -CONFLICTS= linux_base-* - -pre-install: - ${ECHO_CMD} etc/resolv.conf > ${PLIST} - ${TAR} tyf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | cut -c3-100 \ - > ${WRKDIR}/list.txt - cd ${WRKDIR} && ${GREP} -v '/$$' ${WRKDIR}/list.txt >> ${PLIST} - ${GREP} '/$$' ${WRKDIR}/list.txt | ${SED} -e "s:^:@dirrm :g" >> ${PLIST} - ${RM} ${WRKDIR}/list.txt - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - - ${MKDIR} ${PREFIX} - ${TAR} -C ${PREFIX} -xypSf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} - - ${CP} -p /etc/resolv.conf ${PREFIX}/etc/ - ${RM} ${PREFIX}/dev/null ${PREFIX}/dev/stdout - mknod ${PREFIX}/dev/null c 2 2 - mknod ${PREFIX}/dev/stdout c 22 1 - brandelf -t Linux ${PREFIX}/sbin/ldconfig ${PREFIX}/sbin/sln - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/emulators/linux_dist-gentoo-stage1/distinfo.alpha b/emulators/linux_dist-gentoo-stage1/distinfo.alpha deleted file mode 100644 index 0dc6a5ff7cf1..000000000000 --- a/emulators/linux_dist-gentoo-stage1/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (gentoo-linux/stage1-alpha-20030721.tar.bz2) = 26af7ffae217b0f1cd8b3eefddaa12de diff --git a/emulators/linux_dist-gentoo-stage1/distinfo.amd64 b/emulators/linux_dist-gentoo-stage1/distinfo.amd64 deleted file mode 100644 index 0f6e8329e196..000000000000 --- a/emulators/linux_dist-gentoo-stage1/distinfo.amd64 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (gentoo-linux/stage1-amd64-20030728.tar.bz2) = 2c96d7e8b49b3e3b65345e95185ae2e5 diff --git a/emulators/linux_dist-gentoo-stage1/distinfo.i386 b/emulators/linux_dist-gentoo-stage1/distinfo.i386 deleted file mode 100644 index 91933a3880dc..000000000000 --- a/emulators/linux_dist-gentoo-stage1/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (gentoo-linux/stage1-x86-1.4-20030806.tar.bz2) = a0db1f3ff23e59e73454ddc934ab1074 diff --git a/emulators/linux_dist-gentoo-stage1/distinfo.ia64 b/emulators/linux_dist-gentoo-stage1/distinfo.ia64 deleted file mode 100644 index dd397be42566..000000000000 --- a/emulators/linux_dist-gentoo-stage1/distinfo.ia64 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (gentoo-linux/stage1-ia64-20030912.tar.bz2) = 26c14afff7dd7b90e6a1fbb2b35363e2 diff --git a/emulators/linux_dist-gentoo-stage1/distinfo.sparc64 b/emulators/linux_dist-gentoo-stage1/distinfo.sparc64 deleted file mode 100644 index e4cbcd1299f3..000000000000 --- a/emulators/linux_dist-gentoo-stage1/distinfo.sparc64 +++ /dev/null @@ -1,2 +0,0 @@ -$FreeBSD$ -MD5 (gentoo-linux/stage1-sparc64-20031011.tar.bz2) = d6fbba1df90890ba4295a95e2cda3db4 diff --git a/emulators/linux_dist-gentoo-stage1/pkg-descr b/emulators/linux_dist-gentoo-stage1/pkg-descr deleted file mode 100644 index 06f2c5310b01..000000000000 --- a/emulators/linux_dist-gentoo-stage1/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -from Daniel Robbins of Gentoo Technologies, Inc.: - - The "stage1" tarball is what we used to call a "build - tarball". It is a chrootable image that you can use to - build Gentoo Linux completely from scratch. It requires a - bootstrap and an "emerge system" to convert it to a bootable - Gentoo Linux system, and it will run on any PC (i486 or - greater). - -WWW: http://www.gentoo.org/ diff --git a/emulators/linux_dist-gentoo-stage1/pkg-install b/emulators/linux_dist-gentoo-stage1/pkg-install deleted file mode 100644 index 2d569a739289..000000000000 --- a/emulators/linux_dist-gentoo-stage1/pkg-install +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# an installation script for linux_base - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -POST-INSTALL) - if [ -n "`grep -w ^linprocfs /etc/fstab`" ]; then - echo 'Re-mounting linprocfs...' - mount linprocfs - fi - ;; -DEINSTALL) - if [ -n "`mount | grep -w ^linprocfs`" ]; then - echo 'Un-mounting linprocfs...' - umount linprocfs - fi - ;; -esac - -exit 0 diff --git a/emulators/linux_dist-gentoo-stage1/pkg-message b/emulators/linux_dist-gentoo-stage1/pkg-message deleted file mode 100644 index b38ae7cd42df..000000000000 --- a/emulators/linux_dist-gentoo-stage1/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -* The port/package has attempted to enable Linux compatibility mode by loading -* the linux.ko kernel module. You can load the module manually as root with the -* command "kldload linux" or have it load automatically at boot time by adding -* to /etc/rc.conf the line: -* -* linux_enable="YES" -* -* You may wish to enable emulation of the Linux proc filesystem. See the -* linprocfs(5) man page. -* -* To download Portage, do "chroot /compat/linux emerge sync" as root. Then you -* may want to do "chroot /compat/linux /usr/portage/scripts/bootstrap.sh" to -* rebuild binutils, gcc, gettext, and glibc. See -* <URL:http://www.gentoo.org/doc/en/gentoo-alpha-install.xml> or -* <URL:http://www.gentoo.org/doc/en/gentoo-x86-install.xml> for more complete -* instructions. -* -* Do not do "emerge portage" in stage 1. diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile deleted file mode 100644 index 26a2d3336116..000000000000 --- a/emulators/scummvm/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: scummvm -# Date created: Tue Sep 2 23:34:32 BST 2003 -# Whom: Alex Trull <alexander@trull.com> -# -# $FreeBSD$ -# - -PORTNAME= scummvm -PORTVERSION= 0.5.1 -CATEGORIES= games emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= alexander@trull.com -COMMENT= Free implementation of LucasArts S.C.U.M.M. interpreter - -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - mad.1:${PORTSDIR}/audio/mad - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes -USE_REINPLACE= yes - -MAN6= scummvm.6 - -pre-patch: - @${FIND} -E ${WRKSRC} -type f -iregex ".*\.(cpp|h|txt)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; - @${REINPLACE_CMD} -e 's|\r\n|\n|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's@sdl-config@sdl11-config@g' \ - ${WRKSRC}/backends/sdl/build.rules - -post-configure: - @${REINPLACE_CMD} -e 's@:= -g -O@+= ${CFLAGS}@' \ - ${WRKSRC}/Makefile - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/scummvm.6 ${PREFIX}/man/man6 - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docs in README - @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/emulators/scummvm/distinfo b/emulators/scummvm/distinfo deleted file mode 100644 index 4b548dd1ab39..000000000000 --- a/emulators/scummvm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (scummvm-0.5.1.tar.bz2) = 67bdbe2e145b8072d0bac61f7ed150c0 diff --git a/emulators/scummvm/pkg-descr b/emulators/scummvm/pkg-descr deleted file mode 100644 index ac98324dc6c8..000000000000 --- a/emulators/scummvm/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -ScummVM is an implementation of LucasArts S.C.U.M.M. (Script Creation Utility -for Maniac Mansion) interpreter, used in games such as Monkey Island, Indiana -Jones, Day Of The Tentacle, Sam and Max, and many more. Some things are still -missing, and some games cannot be completeted yet. There are quite a few known -bugs. Regardless of the bugs it is still possible to play some games all the -way through to the end. Still other games do not load at all. - -Visit these following web pages for more information: - -WWW: http://scummvm.sourceforge.net/ - --Adam Weinberger <adamw@FreeBSD.org> diff --git a/emulators/scummvm/pkg-plist b/emulators/scummvm/pkg-plist deleted file mode 100644 index 5dcfc67bdc03..000000000000 --- a/emulators/scummvm/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/scummvm -%%PORTDOCS%%share/doc/scummvm/README -%%PORTDOCS%%@dirrm share/doc/scummvm diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile deleted file mode 100644 index c56de8cfc3f2..000000000000 --- a/emulators/simh/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: sim -# Date created: 7 November 1997 -# Whom: jraynard -# -# $FreeBSD$ -# - -PORTNAME= sim -PORTVERSION= 2.10.1 -CATEGORIES= emulators -MASTER_SITES= http://simh.trailing-edge.com/sources/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=jedgar -DISTNAME= ${PORTNAME}hv210-1 - -MAINTAINER= jedgar@FreeBSD.org -COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators - -USE_ZIP= yes -USE_GMAKE= yes -RESTRICTED= "Non-commercial use only" -MAKEFILE= makefile -NO_WRKSUBDIR= yes - -SHELL=${SH} - -BIN_FILES= altair h316 ibm1130 pdp11 pdp8 \ - altairz80 hp2100 nova pdp15 pdp9 \ - eclipse i1401 pdp1 pdp4 s3 \ - gri i1620 pdp10 pdp7 vax \ - -pre-patch: - @${MKDIR} ${WRKSRC}/BIN - @for i in ${WRKSRC}/makefile `${FIND} ${WRKSRC} -name "*.[hc]"`; do \ - ${CAT} $$i | ${TR} -d '\r' > $$i.new; \ - ${MV} $$i.new $$i; \ - done - -do-install: -.for file in ${BIN_FILES} - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin -.endfor - - @${MKDIR} ${PREFIX}/share/sim - ${INSTALL_DATA} ${WRKDIR}/VAX/ka655.bin ${PREFIX}/share/sim - -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/sim - @for i in 0readme_210.txt 0readme_ethernet.txt \ - simh_doc.txt simh_swre.txt; do \ - ${INSTALL_DATA} ${WRKDIR}/$$i ${PREFIX}/share/doc/sim; \ - done -.endif - -post-install: - @${CAT} pkg-message - -.include <bsd.port.mk> diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo deleted file mode 100644 index b3a0773037c2..000000000000 --- a/emulators/simh/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (simhv210-1.zip) = 10abbd6066dd0790cf58ec8bf9d049af diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile deleted file mode 100644 index 36424efa9f34..000000000000 --- a/emulators/simh/files/patch-makefile +++ /dev/null @@ -1,188 +0,0 @@ ---- makefile.orig Tue Nov 12 20:30:36 2002 -+++ makefile Thu Nov 28 21:12:59 2002 -@@ -3,7 +3,7 @@ - # Note: -O2 is sometimes broken in GCC when setjump/longjump is being - # used. Try -O2 only with released simulators. - # --CC = gcc -O2 -lm -I . -+CFLAGS+= -lm -I . - #CC = gcc -O2 -g -lm -I . - - -@@ -138,25 +138,6 @@ - IBM1130_OPT = -I ${IBM1130D} - - -- --ID16D = Interdata/ --ID16 = ${ID16D}id16_cpu.c ${ID16D}id16_sys.c ${ID16D}id_dp.c \ -- ${ID16D}id_fd.c ${ID16D}id_fp.c ${ID16D}id_idc.c ${ID16D}id_io.c \ -- ${ID16D}id_lp.c ${ID16D}id_mt.c ${ID16D}id_pas.c ${ID16D}id_pt.c \ -- ${ID16D}id_tt.c ${ID16D}id_uvc.c --ID16_OPT = -I ${ID16D} -- -- -- --ID32D = Interdata/ --ID32 = ${ID32D}id32_cpu.c ${ID32D}id32_sys.c ${ID32D}id_dp.c \ -- ${ID32D}id_fd.c ${ID32D}id_fp.c ${ID32D}id_idc.c ${ID32D}id_io.c \ -- ${ID32D}id_lp.c ${ID32D}id_mt.c ${ID32D}id_pas.c ${ID32D}id_pt.c \ -- ${ID32D}id_tt.c ${ID32D}id_uvc.c --ID32_OPT = -I ${ID32D} -- -- -- - S3D = S3/ - S3 = ${S3D}s3_cd.c ${S3D}s3_cpu.c ${S3D}s3_disk.c ${S3D}s3_lp.c \ - ${S3D}s3_pkb.c ${S3D}s3_sys.c -@@ -185,13 +166,6 @@ - - - --SDSD = SDS/ --SDS = ${SDSD}sds_cpu.c ${SDSD}sds_drm.c ${SDSD}sds_dsk.c ${SDSD}sds_io.c \ -- ${SDSD}sds_lp.c ${SDSD}sds_mt.c ${SDSD}sds_mux.c ${SDSD}sds_rad.c \ -- ${SDSD}sds_stddev.c ${SDSD}sds_sys.c --SDS_OPT = -I ${SDSD} -- -- - - # - # Build everything -@@ -199,8 +173,7 @@ - all : ${BIN}pdp1 ${BIN}pdp4 ${BIN}pdp7 ${BIN}pdp8 ${BIN}pdp9 ${BIN}pdp15 \ - ${BIN}pdp11 ${BIN}pdp10 ${BIN}vax ${BIN}nova ${BIN}eclipse ${BIN}h316 \ - ${BIN}hp2100 ${BIN}i1401 ${BIN}i1620 ${BIN}s3 ${BIN}altair \ -- ${BIN}altairz80 ${BIN}gri ${BIN}i1620 ${BIN}ibm1130 \ -- ${BIN}id16 ${BIN}id32 ${BIN}sds -+ ${BIN}altairz80 ${BIN}gri ${BIN}i1620 ${BIN}ibm1130 - - - -@@ -208,106 +181,98 @@ - # Individual builds - # - ${BIN}pdp1 : ${PDP1} ${SIM} -- ${CC} ${PDP1} ${SIM} ${PDP1_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP1} ${SIM} ${PDP1_OPT} -o $@ - - - - ${BIN}pdp4 : ${PDP18B} ${SIM} -- ${CC} ${PDP18B} ${SIM} ${PDP4_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP18B} ${SIM} ${PDP4_OPT} -o $@ - - - - ${BIN}pdp7 : ${PDP18B} ${SIM} -- ${CC} ${PDP18B} ${SIM} ${PDP7_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP18B} ${SIM} ${PDP7_OPT} -o $@ - - - - ${BIN}pdp8 : ${PDP8} ${SIM} -- ${CC} ${PDP8} ${SIM} ${PDP8_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP8} ${SIM} ${PDP8_OPT} -o $@ - - - - ${BIN}pdp9 : ${PDP18B} ${SIM} -- ${CC} ${PDP18B} ${SIM} ${PDP9_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP18B} ${SIM} ${PDP9_OPT} -o $@ - - - - ${BIN}pdp15 : ${PDP18B} ${SIM} -- ${CC} ${PDP18B} ${SIM} ${PDP15_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP18B} ${SIM} ${PDP15_OPT} -o $@ - - - - ${BIN}pdp10 : ${PDP10} ${SIM} -- ${CC} ${PDP10} ${SIM} ${PDP10_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP10} ${SIM} ${PDP10_OPT} -o $@ - - - - ${BIN}pdp11 : ${PDP11} ${SIM} -- ${CC} ${PDP11} ${SIM} ${PDP11_OPT} -o $@ -+ ${CC} ${CFLAGS} ${PDP11} ${SIM} ${PDP11_OPT} -o $@ - - - - ${BIN}vax : ${VAX} ${SIM} -- ${CC} ${VAX} ${SIM} ${VAX_OPT} -o $@ -+ ${CC} ${CFLAGS} ${VAX} ${SIM} ${VAX_OPT} -o $@ - - - - ${BIN}nova : ${NOVA} ${SIM} -- ${CC} ${NOVA} ${SIM} ${NOVA_OPT} -o $@ -+ ${CC} ${CFLAGS} ${NOVA} ${SIM} ${NOVA_OPT} -o $@ - - - - ${BIN}eclipse : ${ECLIPSE} ${SIM} -- ${CC} ${ECLIPSE} ${SIM} ${ECLIPSE_OPT} -o $@ -+ ${CC} ${CFLAGS} ${ECLIPSE} ${SIM} ${ECLIPSE_OPT} -o $@ - - - - ${BIN}h316 : ${H316} ${SIM} -- ${CC} ${H316} ${SIM} ${H316_OPT} -o $@ -+ ${CC} ${CFLAGS} ${H316} ${SIM} ${H316_OPT} -o $@ - - - - ${BIN}hp2100 : ${HP2100} ${SIM} -- ${CC} ${HP2100} ${SIM} ${HP2100_OPT} -o $@ -+ ${CC} ${CFLAGS} ${HP2100} ${SIM} ${HP2100_OPT} -o $@ - - - - ${BIN}i1401 : ${I1401} ${SIM} -- ${CC} ${I1401} ${SIM} ${I1401_OPT} -o $@ -+ ${CC} ${CFLAGS} ${I1401} ${SIM} ${I1401_OPT} -o $@ - - - - ${BIN}i1620 : ${I1620} ${SIM} -- ${CC} ${I1620} ${SIM} ${I1620_OPT} -o $@ -+ ${CC} ${CFLAGS} ${I1620} ${SIM} ${I1620_OPT} -o $@ - - - ${BIN}ibm1130 : ${IBM1130} -- ${CC} ${IBM1130} ${SIM} ${IBM1130_OPT} -o $@ -+ ${CC} ${CFLAGS} ${IBM1130} ${SIM} ${IBM1130_OPT} -o $@ - - - ${BIN}s3 : ${S3} ${SIM} -- ${CC} ${S3} ${SIM} ${S3_OPT} -o $@ -+ ${CC} ${CFLAGS} ${S3} ${SIM} ${S3_OPT} -o $@ - - - ${BIN}altair : ${ALTAIR} ${SIM} -- ${CC} ${ALTAIR} ${SIM} ${ALTAIR_OPT} -o $@ -+ ${CC} ${CFLAGS} ${ALTAIR} ${SIM} ${ALTAIR_OPT} -o $@ - - - ${BIN}altairz80 : ${ALTAIRZ80} ${SIM} ${ALTAIRZ80D}altairZ80_defs.h -- ${CC} ${ALTAIRZ80_OPT} ${ALTAIRZ80} ${SIM} -o $@ -+ ${CC} ${CFLAGS} ${ALTAIRZ80_OPT} ${ALTAIRZ80} ${SIM} -o $@ - ${ALTAIRZ80D}altairZ80_defs.h : ${ALTAIRZ80D}altairz80_defs.h - cp ${ALTAIRZ80D}altairz80_defs.h ${ALTAIRZ80D}altairZ80_defs.h - - ${BIN}gri : ${GRI} ${SIM} -- ${CC} ${GRI} ${SIM} ${GRI_OPT} -o $@ -- --${BIN}id16 : ${ID16} ${SIM} -- ${CC} ${ID16} ${SIM} ${ID16_OPT} -o $@ -- --${BIN}id32 : ${ID32} ${SIM} -- ${CC} ${ID32} ${SIM} ${ID32_OPT} -o $@ -+ ${CC} ${CFLAGS} ${GRI} ${SIM} ${GRI_OPT} -o $@ - --${BIN}sds : ${SDS} ${SIM} -- ${CC} ${SDS} ${SIM} ${SDS_OPT} -o $@ - - diff --git a/emulators/simh/files/patch-sim_defs.h b/emulators/simh/files/patch-sim_defs.h deleted file mode 100644 index 7e85051e3cff..000000000000 --- a/emulators/simh/files/patch-sim_defs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sim_defs.h.orig Thu May 2 18:23:02 2002 -+++ sim_defs.h Wed May 22 08:13:27 2002 -@@ -319,7 +319,7 @@ - #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1 - #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep) - #define URDATA(nm,loc,rdx,wd,off,dep,fl) \ -- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT) -+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT) - #else - #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1 - #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1 diff --git a/emulators/simh/pkg-descr b/emulators/simh/pkg-descr deleted file mode 100644 index fc904651ca4a..000000000000 --- a/emulators/simh/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators. - -The simulators have been tested on VAX VMS, Alpha VMS, Alpha UNIX, Intel -FreeBSD and Intel LINUX; a port to Windows 95 and Windows NT is in progress -but lacks terminal emulation code. Porting to other environments will -require changes to the operating system dependent code in scp_tty.c. - -These simulators are capable of running the Unix V5, V6 and V7 binaries -licenced for non-commercial use by SCO. See ${WRKDIR}/simh_doc.txt for -further details. diff --git a/emulators/simh/pkg-message b/emulators/simh/pkg-message deleted file mode 100644 index a7a5bbf096a7..000000000000 --- a/emulators/simh/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -********************************************************************* - -The file needed by the VAX emulator is located in ${PREFIX}/share/sim - -********************************************************************* diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist deleted file mode 100644 index 3d16b8f69af0..000000000000 --- a/emulators/simh/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/pdp1 -bin/pdp4 -bin/pdp7 -bin/pdp8 -bin/pdp9 -bin/pdp15 -bin/pdp11 -bin/pdp10 -bin/vax -bin/nova -bin/eclipse -bin/h316 -bin/hp2100 -bin/i1401 -bin/i1620 -bin/s3 -bin/altair -bin/altairz80 -bin/gri -bin/ibm1130 -share/doc/sim/0readme_210.txt -share/doc/sim/0readme_ethernet.txt -share/doc/sim/simh_doc.txt -share/doc/sim/simh_swre.txt -share/sim/ka655.bin -@dirrm share/doc/sim -@dirrm share/sim diff --git a/emulators/vmware-guestd4/files/vmware-guestd.sh.in b/emulators/vmware-guestd4/files/vmware-guestd.sh.in deleted file mode 100644 index 569be8a4121e..000000000000 --- a/emulators/vmware-guestd4/files/vmware-guestd.sh.in +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - ${PREFIX}/sbin/vmware-guestd & - echo -n ' vmware-guestd' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - killall vmware-guestd && echo -n ' vmware-guestd' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile deleted file mode 100644 index 9d129b2379be..000000000000 --- a/emulators/vmware-guestd5/Makefile +++ /dev/null @@ -1,145 +0,0 @@ -# New ports collection makefile for: VMware tools for FreeBSD -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware -PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -CATEGORIES= emulators -MASTER_SITES= # bundled with VMware itself -PKGNAMESUFFIX?= -guestd -DISTNAME= vmware-freebsd-tools - -MAINTAINER= matusita@FreeBSD.org -COMMENT?=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x) - -.if defined(VMWARE_X_PORTS) -RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd4 -.endif - -DISTDIR= ${MOUNT_PT} -IGNOREFILES= ${DISTFILES} -WRKSRC= ${WRKDIR}/vmware-tools-distrib - -ONLY_FOR_ARCHS= i386 -.if !defined(BATCH) -IS_INTERACTIVE= yes -.endif -.if defined(VMWARE_X_PORTS) -USE_X_PREFIX= yes -NO_BUILD= yes -.endif - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 4.0.5 -BUILD_VER= 6030 - -MOUNT_DEV?= /dev/acd0 -MOUNT_PT?= /mnt -MOUNT= /sbin/mount -UMOUNT= /sbin/umount - -.include <bsd.port.pre.mk> - -.if defined(VMWARE_X_PORTS) - -.if ${XFREE86_VERSION} == 3 -PLIST_SUB+= INSTALLXSERVER3:="" -PLIST_SUB+= INSTALLXSERVER4:="@comment " -.else -PLIST_SUB+= INSTALLXSERVER3:="@comment " -PLIST_SUB+= INSTALLXSERVER4:="" -.endif - -.else - -.if !defined(WITHOUT_VMWARE_VMMEMCTL) -WITH_VMWARE_VMMEMCTL=YES -.endif -VMWARE_KMODDIR= ${PREFIX}/lib/vmware-tools/modules -.if defined(WITH_VMWARE_VMMEMCTL) -PLIST_SUB+= VMWARE_VMMEMCTL:="" -PLIST_SUB+= VMWARE_KMODDIR:="${VMWARE_KMODDIR}" -.else -PLIST_SUB+= VMWARE_VMMEMCTL:="@comment " -PLIST_SUB+= VMWARE_KMODDIR:="@comment " -.endif - -.endif - -fetch-list: - @${DO_NADA} - -do-fetch: - @${ECHO} "" - @${ECHO} "========================================================================" - @${ECHO} "Choose \"File\" -> \"Install VMware Tools...\" from the Workstation menu" - @${ECHO} "to connect the VM's CD-ROM drive temporarily to installation CD image." - @${ECHO} "========================================================================" - @${ECHO} "" -.if !defined(BATCH) - @${ECHO} "This port mounts ${MOUNT_DEV} to ${MOUNT_PT}." - @${ECHO} "" - @${ECHO} -n "Are you ready? [Y/n]: " - @(read line; \ - case "$${line}" in \ - [Nn]*) \ - ${FALSE} ;; \ - *) \ - ${TRUE} ;; \ - esac) -.endif - ${MKDIR} ${MOUNT_PT} - -${UMOUNT} ${MOUNT_PT} 2>&1 >/dev/null - -${UMOUNT} ${MOUNT_DEV} 2>&1 >/dev/null - ${MOUNT} -t cd9660 ${MOUNT_DEV} ${MOUNT_PT} - -post-extract: - ${UMOUNT} ${MOUNT_PT} -.if !defined(VMWARE_X_PORTS) - (cd ${WRKDIR}; ${TAR} xf ${WRKSRC}/lib/modules/source/vmmemctl.tar) -.endif - -.if defined(VMWARE_X_PORTS) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmware-toolbox ${X11BASE}/bin -.if ${XFREE86_VERSION} == 3 - ${INSTALL_PROGRAM} ${WRKSRC}/lib/configurator/XFree86-3/XF86_VMware ${X11BASE}/bin - ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-3/XF86Config ${X11BASE}/etc/XF86Config_VMware - @${ECHO} "" - @${ECHO} "You have installed XFree86 3.x X Server for VMware." - @${ECHO} "${X11BASE}/etc/XF86Config_VMware is a sample XF86Config file." - @${ECHO} "Copy this file to /etc/XF86Config before starting X." -.else - ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/XF86Config-4 ${X11BASE}/etc/XF86Config-4_VMware -.endif - -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end - -.else - -do-build: -.if defined(WITH_VMWARE_VMMEMCTL) - (cd ${WRKDIR}/vmmemctl-only; make) -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-guestd ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-checkvm ${PREFIX}/sbin - ${INSTALL_SCRIPT} -m 755 ${FILESDIR}/vmware-guestd.sh \ - ${PREFIX}/etc/rc.d/vmware-guestd.sh.sample -.if defined(WITH_VMWARE_VMMEMCTL) - ${MKDIR} ${VMWARE_KMODDIR} - ${INSTALL_PROGRAM} ${WRKDIR}/vmmemctl-only/vmmemctl.ko ${VMWARE_KMODDIR} - ${INSTALL_SCRIPT} -m 755 ${FILESDIR}/vmware-guest_kmod.sh \ - ${PREFIX}/etc/rc.d/vmware-guest_kmod.sh.sample -.endif - -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end - -.endif - -.include <bsd.port.post.mk> diff --git a/emulators/vmware-guestd5/distinfo b/emulators/vmware-guestd5/distinfo deleted file mode 100644 index 9a33295bd1da..000000000000 --- a/emulators/vmware-guestd5/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vmware-freebsd-tools.tar.gz) = IGNORE diff --git a/emulators/vmware-guestd5/files/vmware-guest_kmod.sh b/emulators/vmware-guestd5/files/vmware-guest_kmod.sh deleted file mode 100644 index 63470a3d07ac..000000000000 --- a/emulators/vmware-guestd5/files/vmware-guest_kmod.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - kldstat -v | grep vmmemctl >/dev/null || kldload ${PREFIX}/lib/vmware-tools/modules/vmmemctl.ko - echo -n ' vmware-guestkmod' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - kldstat -v | grep vmmemctl >/dev/null && kldunload vmmemctl && echo -n ' vmware-guestkmod' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh b/emulators/vmware-guestd5/files/vmware-guestd.sh deleted file mode 100644 index 569be8a4121e..000000000000 --- a/emulators/vmware-guestd5/files/vmware-guestd.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - ${PREFIX}/sbin/vmware-guestd & - echo -n ' vmware-guestd' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - killall vmware-guestd && echo -n ' vmware-guestd' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh.in b/emulators/vmware-guestd5/files/vmware-guestd.sh.in deleted file mode 100644 index 569be8a4121e..000000000000 --- a/emulators/vmware-guestd5/files/vmware-guestd.sh.in +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - ${PREFIX}/sbin/vmware-guestd & - echo -n ' vmware-guestd' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - killall vmware-guestd && echo -n ' vmware-guestd' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd5/pkg-descr b/emulators/vmware-guestd5/pkg-descr deleted file mode 100644 index 920d9d0dbbc7..000000000000 --- a/emulators/vmware-guestd5/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -vmware-guestd daemon is for time synchronization with host OS and others. -Beware, this port is for FreeBSD _guest_ OS. You don't need to install -this ports to FreeBSD _host_ OS. This ports also installs a kernel modules -for FreeBSD guest. - -If you want to run FreeBSD as a VMware guest OS, install this port -would help you. If you want to run X, install vmware-tools too. - -WWW: http://www.vmware.com/products/desktop/ws_features.html diff --git a/emulators/vmware-guestd5/pkg-descr.tools b/emulators/vmware-guestd5/pkg-descr.tools deleted file mode 100644 index 68165f70e46f..000000000000 --- a/emulators/vmware-guestd5/pkg-descr.tools +++ /dev/null @@ -1,16 +0,0 @@ -VMware tools support FreeBSD _guest_ OS running on VMware Workstation. -Beware, this port is _not_ for FreeBSD _host_ OS. - -VMware tools for FreeBSD consist of vmware-toolbox which supports -seamless operation between the Host and the Guest OS, dual-boot -configulation files, and special XFree86 3.x server for Guest OS. -However, we cannot install dual-boot configuration since it requires -to modify /etc files. - -This ports will install vmware-toolbox to your computer, and -XFree86 X server if you set XFREE86_VERSION to 3 in /etc/make.conf, -If you already use XFree86 4.1.0 or later, you may use 'vmware' -driver for X server. Vmware-guestd is installed as a separate port, -ports/emulators/vmware-guestd4, but this port install guestd automatically. - -WWW: http://www.vmware.com/products/desktop/ws_features.html diff --git a/emulators/vmware-guestd5/pkg-plist b/emulators/vmware-guestd5/pkg-plist deleted file mode 100644 index 858c18bd9250..000000000000 --- a/emulators/vmware-guestd5/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -sbin/vmware-checkvm -sbin/vmware-guestd -etc/rc.d/vmware-guestd.sh.sample -%%VMWARE_VMMEMCTL:%%etc/rc.d/vmware-guest_kmod.sh.sample -%%VMWARE_VMMEMCTL:%%lib/vmware-tools/modules/vmmemctl.ko -%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools/modules 2>/dev/null || true -%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools 2>/dev/null || true diff --git a/emulators/vmware-guestd5/pkg-plist.tools b/emulators/vmware-guestd5/pkg-plist.tools deleted file mode 100644 index 4d614c4466f6..000000000000 --- a/emulators/vmware-guestd5/pkg-plist.tools +++ /dev/null @@ -1,4 +0,0 @@ -bin/vmware-toolbox -%%INSTALLXSERVER3:%%bin/XF86_VMware -%%INSTALLXSERVER3:%%etc/XF86Config_VMware -%%INSTALLXSERVER4:%%etc/XF86Config-4_VMware diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile deleted file mode 100644 index 9d129b2379be..000000000000 --- a/emulators/vmware-guestd6/Makefile +++ /dev/null @@ -1,145 +0,0 @@ -# New ports collection makefile for: VMware tools for FreeBSD -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware -PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -CATEGORIES= emulators -MASTER_SITES= # bundled with VMware itself -PKGNAMESUFFIX?= -guestd -DISTNAME= vmware-freebsd-tools - -MAINTAINER= matusita@FreeBSD.org -COMMENT?=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x) - -.if defined(VMWARE_X_PORTS) -RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd4 -.endif - -DISTDIR= ${MOUNT_PT} -IGNOREFILES= ${DISTFILES} -WRKSRC= ${WRKDIR}/vmware-tools-distrib - -ONLY_FOR_ARCHS= i386 -.if !defined(BATCH) -IS_INTERACTIVE= yes -.endif -.if defined(VMWARE_X_PORTS) -USE_X_PREFIX= yes -NO_BUILD= yes -.endif - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 4.0.5 -BUILD_VER= 6030 - -MOUNT_DEV?= /dev/acd0 -MOUNT_PT?= /mnt -MOUNT= /sbin/mount -UMOUNT= /sbin/umount - -.include <bsd.port.pre.mk> - -.if defined(VMWARE_X_PORTS) - -.if ${XFREE86_VERSION} == 3 -PLIST_SUB+= INSTALLXSERVER3:="" -PLIST_SUB+= INSTALLXSERVER4:="@comment " -.else -PLIST_SUB+= INSTALLXSERVER3:="@comment " -PLIST_SUB+= INSTALLXSERVER4:="" -.endif - -.else - -.if !defined(WITHOUT_VMWARE_VMMEMCTL) -WITH_VMWARE_VMMEMCTL=YES -.endif -VMWARE_KMODDIR= ${PREFIX}/lib/vmware-tools/modules -.if defined(WITH_VMWARE_VMMEMCTL) -PLIST_SUB+= VMWARE_VMMEMCTL:="" -PLIST_SUB+= VMWARE_KMODDIR:="${VMWARE_KMODDIR}" -.else -PLIST_SUB+= VMWARE_VMMEMCTL:="@comment " -PLIST_SUB+= VMWARE_KMODDIR:="@comment " -.endif - -.endif - -fetch-list: - @${DO_NADA} - -do-fetch: - @${ECHO} "" - @${ECHO} "========================================================================" - @${ECHO} "Choose \"File\" -> \"Install VMware Tools...\" from the Workstation menu" - @${ECHO} "to connect the VM's CD-ROM drive temporarily to installation CD image." - @${ECHO} "========================================================================" - @${ECHO} "" -.if !defined(BATCH) - @${ECHO} "This port mounts ${MOUNT_DEV} to ${MOUNT_PT}." - @${ECHO} "" - @${ECHO} -n "Are you ready? [Y/n]: " - @(read line; \ - case "$${line}" in \ - [Nn]*) \ - ${FALSE} ;; \ - *) \ - ${TRUE} ;; \ - esac) -.endif - ${MKDIR} ${MOUNT_PT} - -${UMOUNT} ${MOUNT_PT} 2>&1 >/dev/null - -${UMOUNT} ${MOUNT_DEV} 2>&1 >/dev/null - ${MOUNT} -t cd9660 ${MOUNT_DEV} ${MOUNT_PT} - -post-extract: - ${UMOUNT} ${MOUNT_PT} -.if !defined(VMWARE_X_PORTS) - (cd ${WRKDIR}; ${TAR} xf ${WRKSRC}/lib/modules/source/vmmemctl.tar) -.endif - -.if defined(VMWARE_X_PORTS) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmware-toolbox ${X11BASE}/bin -.if ${XFREE86_VERSION} == 3 - ${INSTALL_PROGRAM} ${WRKSRC}/lib/configurator/XFree86-3/XF86_VMware ${X11BASE}/bin - ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-3/XF86Config ${X11BASE}/etc/XF86Config_VMware - @${ECHO} "" - @${ECHO} "You have installed XFree86 3.x X Server for VMware." - @${ECHO} "${X11BASE}/etc/XF86Config_VMware is a sample XF86Config file." - @${ECHO} "Copy this file to /etc/XF86Config before starting X." -.else - ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/XF86Config-4 ${X11BASE}/etc/XF86Config-4_VMware -.endif - -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end - -.else - -do-build: -.if defined(WITH_VMWARE_VMMEMCTL) - (cd ${WRKDIR}/vmmemctl-only; make) -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-guestd ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-checkvm ${PREFIX}/sbin - ${INSTALL_SCRIPT} -m 755 ${FILESDIR}/vmware-guestd.sh \ - ${PREFIX}/etc/rc.d/vmware-guestd.sh.sample -.if defined(WITH_VMWARE_VMMEMCTL) - ${MKDIR} ${VMWARE_KMODDIR} - ${INSTALL_PROGRAM} ${WRKDIR}/vmmemctl-only/vmmemctl.ko ${VMWARE_KMODDIR} - ${INSTALL_SCRIPT} -m 755 ${FILESDIR}/vmware-guest_kmod.sh \ - ${PREFIX}/etc/rc.d/vmware-guest_kmod.sh.sample -.endif - -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end - -.endif - -.include <bsd.port.post.mk> diff --git a/emulators/vmware-guestd6/distinfo b/emulators/vmware-guestd6/distinfo deleted file mode 100644 index 9a33295bd1da..000000000000 --- a/emulators/vmware-guestd6/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vmware-freebsd-tools.tar.gz) = IGNORE diff --git a/emulators/vmware-guestd6/files/vmware-guest_kmod.sh b/emulators/vmware-guestd6/files/vmware-guest_kmod.sh deleted file mode 100644 index 63470a3d07ac..000000000000 --- a/emulators/vmware-guestd6/files/vmware-guest_kmod.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - kldstat -v | grep vmmemctl >/dev/null || kldload ${PREFIX}/lib/vmware-tools/modules/vmmemctl.ko - echo -n ' vmware-guestkmod' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - kldstat -v | grep vmmemctl >/dev/null && kldunload vmmemctl && echo -n ' vmware-guestkmod' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd6/files/vmware-guestd.sh b/emulators/vmware-guestd6/files/vmware-guestd.sh deleted file mode 100644 index 569be8a4121e..000000000000 --- a/emulators/vmware-guestd6/files/vmware-guestd.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - ${PREFIX}/sbin/vmware-guestd & - echo -n ' vmware-guestd' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - killall vmware-guestd && echo -n ' vmware-guestd' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd6/files/vmware-guestd.sh.in b/emulators/vmware-guestd6/files/vmware-guestd.sh.in deleted file mode 100644 index 569be8a4121e..000000000000 --- a/emulators/vmware-guestd6/files/vmware-guestd.sh.in +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - ${PREFIX}/sbin/vmware-guestd & - echo -n ' vmware-guestd' - fi - ;; -stop) - exec 2>/dev/null - ulimit -c 0 - if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then - killall vmware-guestd && echo -n ' vmware-guestd' - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/emulators/vmware-guestd6/pkg-descr b/emulators/vmware-guestd6/pkg-descr deleted file mode 100644 index 920d9d0dbbc7..000000000000 --- a/emulators/vmware-guestd6/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -vmware-guestd daemon is for time synchronization with host OS and others. -Beware, this port is for FreeBSD _guest_ OS. You don't need to install -this ports to FreeBSD _host_ OS. This ports also installs a kernel modules -for FreeBSD guest. - -If you want to run FreeBSD as a VMware guest OS, install this port -would help you. If you want to run X, install vmware-tools too. - -WWW: http://www.vmware.com/products/desktop/ws_features.html diff --git a/emulators/vmware-guestd6/pkg-descr.tools b/emulators/vmware-guestd6/pkg-descr.tools deleted file mode 100644 index 68165f70e46f..000000000000 --- a/emulators/vmware-guestd6/pkg-descr.tools +++ /dev/null @@ -1,16 +0,0 @@ -VMware tools support FreeBSD _guest_ OS running on VMware Workstation. -Beware, this port is _not_ for FreeBSD _host_ OS. - -VMware tools for FreeBSD consist of vmware-toolbox which supports -seamless operation between the Host and the Guest OS, dual-boot -configulation files, and special XFree86 3.x server for Guest OS. -However, we cannot install dual-boot configuration since it requires -to modify /etc files. - -This ports will install vmware-toolbox to your computer, and -XFree86 X server if you set XFREE86_VERSION to 3 in /etc/make.conf, -If you already use XFree86 4.1.0 or later, you may use 'vmware' -driver for X server. Vmware-guestd is installed as a separate port, -ports/emulators/vmware-guestd4, but this port install guestd automatically. - -WWW: http://www.vmware.com/products/desktop/ws_features.html diff --git a/emulators/vmware-guestd6/pkg-plist b/emulators/vmware-guestd6/pkg-plist deleted file mode 100644 index 858c18bd9250..000000000000 --- a/emulators/vmware-guestd6/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -sbin/vmware-checkvm -sbin/vmware-guestd -etc/rc.d/vmware-guestd.sh.sample -%%VMWARE_VMMEMCTL:%%etc/rc.d/vmware-guest_kmod.sh.sample -%%VMWARE_VMMEMCTL:%%lib/vmware-tools/modules/vmmemctl.ko -%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools/modules 2>/dev/null || true -%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools 2>/dev/null || true diff --git a/emulators/vmware-guestd6/pkg-plist.tools b/emulators/vmware-guestd6/pkg-plist.tools deleted file mode 100644 index 4d614c4466f6..000000000000 --- a/emulators/vmware-guestd6/pkg-plist.tools +++ /dev/null @@ -1,4 +0,0 @@ -bin/vmware-toolbox -%%INSTALLXSERVER3:%%bin/XF86_VMware -%%INSTALLXSERVER3:%%etc/XF86Config_VMware -%%INSTALLXSERVER4:%%etc/XF86Config-4_VMware diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile deleted file mode 100644 index 6b376e402e01..000000000000 --- a/emulators/vmware-tools5/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: VMware tools for FreeBSD -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware -MASTER_SITES= # bundled with VMware itself -PKGNAMESUFFIX?= -tools - -COMMENT=VMware tools for guest OS (for VMware 4.x, FreeBSD version) - -MASTERDIR= ${.CURDIR}/../vmware-guestd4 -DESCR= ${PKGDIR}/pkg-descr.tools -PLIST= ${PKGDIR}/pkg-plist.tools - -VMWARE_X_PORTS= YES - -.include "${MASTERDIR}/Makefile" diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile deleted file mode 100644 index 6b376e402e01..000000000000 --- a/emulators/vmware-tools6/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: VMware tools for FreeBSD -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= vmware -MASTER_SITES= # bundled with VMware itself -PKGNAMESUFFIX?= -tools - -COMMENT=VMware tools for guest OS (for VMware 4.x, FreeBSD version) - -MASTERDIR= ${.CURDIR}/../vmware-guestd4 -DESCR= ${PKGDIR}/pkg-descr.tools -PLIST= ${PKGDIR}/pkg-plist.tools - -VMWARE_X_PORTS= YES - -.include "${MASTERDIR}/Makefile" diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile deleted file mode 100644 index 3e9ae783ae22..000000000000 --- a/emulators/wine-devel/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: wine -# Date created: Sa 9 Nov 1996 00:52:22 MET -# Whom: se -# -# $FreeBSD$ -# - -PORTNAME= wine -PORTVERSION= 20031118 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/wine/development -DISTNAME= Wine-${PORTVERSION} - -MAINTAINER= gerald@FreeBSD.org -COMMENT= Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix - -WRKSRC= ${WRKDIR}/wine-${PORTVERSION} -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 -MAN5= wine.conf.5 -ONLY_FOR_ARCHS= i386 -USE_XPM= yes -USE_BISON= yes -USE_GMAKE= yes -# GCC 3.2 also seems fine, but the ports collection requires specifying -# a concrete version. -USE_GCC= 3.3 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -BROKEN= "Not supported on systems prior to FreeBSD 4.x" -.endif - -.if defined(DEBUG) -STRIP= -.else -CFLAGS= -O2 - -pre-extract: - @${ECHO} "DEBUG has not been set, building without debug info." - @${ECHO} "This makes the disk footprint and packages much smaller," - @${ECHO} "but debugging harder. If Wine crashes and you need to" - @${ECHO} "generate a backtrace, please rebuild with DEBUG defined." -.endif - -post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/wine.sh \ - > ${WRKSRC}/wine.sh - -post-configure: - cd ${WRKSRC} && make depend - -post-build: - ${SED} 's-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' \ - ${WRKSRC}/programs/regapi/regSet.sh > ${WRKDIR}/regSet.sh - -do-install: - cd ${WRKSRC} && ${GMAKE} install - ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample - [ -f ${PREFIX}/etc/wine.conf ] \ - || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf - ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 - ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 -.if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/share/doc/${PORTNAME} -.for i in README ANNOUNCE AUTHORS LICENSE - @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} -.endfor -.for i in regapi wcmd winedbg - ${INSTALL_DATA} ${WRKSRC}/programs/${i}/README \ - ${PREFIX}/share/doc/${PORTNAME}/README.${i} -.endfor - ${INSTALL_DATA} ${WRKSRC}/tools/winedump/README \ - ${PREFIX}/share/doc/${PORTNAME}/README.winedump -.endif - -@${MKDIR} ${PREFIX}/lib/wine/reg - ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ - ${PREFIX}/lib/wine - ${INSTALL_PROGRAM} ${WRKSRC}/programs/regapi/regapi.exe.so ${PREFIX}/lib/wine - ${INSTALL_SCRIPT} \ - ${WRKSRC}/programs/regapi/regFixer.pl \ - ${WRKSRC}/programs/regapi/regRestorer.pl \ - ${PREFIX}/lib/wine/reg - ${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine - ${ECHO} - @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} - -post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/wine.sh ${PREFIX}/etc/rc.d/000.wine.sh - -.include <bsd.port.post.mk> diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo deleted file mode 100644 index 346f29d9b3ba..000000000000 --- a/emulators/wine-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Wine-20031118.tar.gz) = 5787e6b3205b54f2230b4c4c0d422c3c diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad deleted file mode 100644 index cd20229e2cab..000000000000 --- a/emulators/wine-devel/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- documentation/samples/config Thu Jan 11 01:57:36 2001 -+++ documentation/samples/config Sat Jan 13 15:29:39 2001 -@@ -146,7 +146,7 @@ WINE REGISTRY Version 2 - - [serialports] --"Com1" = "/dev/ttyS0" --"Com2" = "/dev/ttyS1" --"Com3" = "/dev/ttyS2" -+"Com1" = "/dev/ttyd0" -+"Com2" = "/dev/ttyd1" -+"Com3" = "/dev/ttyd2" - "Com4" = "/dev/modem" diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb deleted file mode 100644 index 428621682509..000000000000 --- a/emulators/wine-devel/files/patch-gb +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Wed Apr 9 08:10:49 2003 -+++ Makefile.in Wed Apr 9 08:14:06 2003 -@@ -82,8 +82,7 @@ - install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal - - install:: install-lib install-dev install-aclocal -- -$(LDCONFIG) -- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \ -+ @if false ; \ - then \ - echo "*************************************************" ; \ - echo "*************************************************" ; \ diff --git a/emulators/wine-devel/files/wine.sh b/emulators/wine-devel/files/wine.sh deleted file mode 100644 index fe67ceb5d4e2..000000000000 --- a/emulators/wine-devel/files/wine.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/wine - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr deleted file mode 100644 index c28836270e1f..000000000000 --- a/emulators/wine-devel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Wine is a Microsoft Windows 3.1/95/98/NT/2000 emulator running under Unix -on i386 (and compatible) CPUs. - -It is still alpha quality, but is definitely making progress. Most -applications already work, more or less, including several games. - -WWW: http://www.winehq.com/ - -- Gerald Pfeifer -gerald@FreeBSD.org diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message deleted file mode 100644 index 6a56d4dad624..000000000000 --- a/emulators/wine-devel/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -In order to use Wine on FreeBSD 4.x, you need a kernel with option USER_LDT -enabled. You also need options SYSVSHM, SYSVSEM, and SYSVMSG; these are -default on FreeBSD 4.x and above. - -Wine requires a configuration file .wine/config in the home directory of -every user, where assignments of Unix directories to DOS drive letters and -other options can be set (see "man wine" for details). You may want to copy - %%PREFIX%%/etc/wine.conf -and tweak it accordingly or edit this file and make .wine/config a symlink -there. - -The port also installs some of Wine's doc files which describe additional -things that are not in the manual pages, see: - %%PREFIX%%/share/doc/wine -There are more in the source tree but the others are only useful in -conjunction with the rest of the source tree, and then you can as well -look at them there. (If you just installed this as a package and do not -know how to use the ports system to have it fetch and extract the source, -have a look at <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html>.) diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist deleted file mode 100644 index 3448d93ca68c..000000000000 --- a/emulators/wine-devel/pkg-plist +++ /dev/null @@ -1,608 +0,0 @@ -bin/function_grep.pl -bin/notepad -bin/progman -bin/regSet.sh -bin/regedit -bin/regsvr32 -bin/uninstaller -bin/wcmd -bin/widl -bin/wine -bin/wineboot -bin/winebuild -bin/winecfg -bin/wineclipsrv -bin/wineconsole -bin/winedbg -bin/winedump -bin/winefile -bin/wineg++ -bin/winegcc -bin/winelauncher -bin/winemaker -bin/winemine -bin/winepath -bin/wineserver -bin/wineshelllink -bin/winewrap -bin/winhelp -bin/wmc -bin/wrc -etc/rc.d/000.wine.sh -@unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi -etc/wine.conf.sample -include/wine/debug.h -include/wine/exception.h -include/wine/library.h -include/wine/unicode.h -include/wine/msvcrt/conio.h -include/wine/msvcrt/crtdbg.h -include/wine/msvcrt/ctype.h -include/wine/msvcrt/direct.h -include/wine/msvcrt/dirent.h -include/wine/msvcrt/dos.h -include/wine/msvcrt/eh.h -include/wine/msvcrt/errno.h -include/wine/msvcrt/fcntl.h -include/wine/msvcrt/io.h -include/wine/msvcrt/limits.h -include/wine/msvcrt/locale.h -include/wine/msvcrt/malloc.h -include/wine/msvcrt/math.h -include/wine/msvcrt/mbctype.h -include/wine/msvcrt/mbstring.h -include/wine/msvcrt/process.h -include/wine/msvcrt/search.h -include/wine/msvcrt/setjmp.h -include/wine/msvcrt/share.h -include/wine/msvcrt/stddef.h -include/wine/msvcrt/stdio.h -include/wine/msvcrt/stdlib.h -include/wine/msvcrt/string.h -include/wine/msvcrt/sys/locking.h -include/wine/msvcrt/sys/stat.h -include/wine/msvcrt/sys/timeb.h -include/wine/msvcrt/sys/types.h -include/wine/msvcrt/sys/unistd.h -include/wine/msvcrt/sys/utime.h -include/wine/msvcrt/time.h -include/wine/msvcrt/unistd.h -include/wine/msvcrt/wchar.h -include/wine/msvcrt/wctype.h -include/wine/windows/accctrl.h -include/wine/windows/amvideo.h -include/wine/windows/amvideo.idl -include/wine/windows/audevcod.h -include/wine/windows/aviriff.h -include/wine/windows/axcore.idl -include/wine/windows/axextend.idl -include/wine/windows/basetsd.h -include/wine/windows/cderr.h -include/wine/windows/cguid.h -include/wine/windows/comcat.h -include/wine/windows/comcat.idl -include/wine/windows/commctrl.h -include/wine/windows/commdlg.h -include/wine/windows/compobj.h -include/wine/windows/control.h -include/wine/windows/cpl.h -include/wine/windows/custcntl.h -include/wine/windows/d3d.h -include/wine/windows/d3d8.h -include/wine/windows/d3d8caps.h -include/wine/windows/d3d8types.h -include/wine/windows/d3d9.h -include/wine/windows/d3d9caps.h -include/wine/windows/d3d9types.h -include/wine/windows/d3dcaps.h -include/wine/windows/d3dhal.h -include/wine/windows/d3dtypes.h -include/wine/windows/d3dvec.inl -include/wine/windows/d3dx8core.h -include/wine/windows/dbghelp.h -include/wine/windows/dde.h -include/wine/windows/ddeml.h -include/wine/windows/ddraw.h -include/wine/windows/ddrawi.h -include/wine/windows/devenum.idl -include/wine/windows/digitalv.h -include/wine/windows/dinput.h -include/wine/windows/dispdib.h -include/wine/windows/dlgs.h -include/wine/windows/dls1.h -include/wine/windows/dmdls.h -include/wine/windows/dmerror.h -include/wine/windows/dmo.h -include/wine/windows/dmoreg.h -include/wine/windows/dmort.h -include/wine/windows/dmplugin.h -include/wine/windows/dmusbuff.h -include/wine/windows/dmusicc.h -include/wine/windows/dmusicf.h -include/wine/windows/dmusici.h -include/wine/windows/dmusics.h -include/wine/windows/docobj.h -include/wine/windows/docobj.idl -include/wine/windows/dpaddr.h -include/wine/windows/dplay.h -include/wine/windows/dplay8.h -include/wine/windows/dplobby.h -include/wine/windows/dsconf.h -include/wine/windows/dshow.h -include/wine/windows/dsdriver.h -include/wine/windows/dsound.h -include/wine/windows/dyngraph.idl -include/wine/windows/excpt.h -include/wine/windows/exdisp.h -include/wine/windows/exdisp.idl -include/wine/windows/fci.h -include/wine/windows/fdi.h -include/wine/windows/guiddef.h -include/wine/windows/icmpapi.h -include/wine/windows/imagehlp.h -include/wine/windows/imm.h -include/wine/windows/initguid.h -include/wine/windows/ipexport.h -include/wine/windows/iphlpapi.h -include/wine/windows/ipifcons.h -include/wine/windows/iprtrmib.h -include/wine/windows/iptypes.h -include/wine/windows/lm.h -include/wine/windows/lmaccess.h -include/wine/windows/lmapibuf.h -include/wine/windows/lmbrowsr.h -include/wine/windows/lmcons.h -include/wine/windows/lmerr.h -include/wine/windows/lmstats.h -include/wine/windows/lmwksta.h -include/wine/windows/lzexpand.h -include/wine/windows/mapi.h -include/wine/windows/mapicode.h -include/wine/windows/mapidefs.h -include/wine/windows/mciavi.h -include/wine/windows/mcx.h -include/wine/windows/mediaerr.h -include/wine/windows/mediaobj.h -include/wine/windows/minmax.h -include/wine/windows/mmddk.h -include/wine/windows/mmreg.h -include/wine/windows/mmsystem.h -include/wine/windows/msacm.h -include/wine/windows/msacmdlg.h -include/wine/windows/msi.h -include/wine/windows/msiquery.h -include/wine/windows/mssip.h -include/wine/windows/mswsock.h -include/wine/windows/nb30.h -include/wine/windows/netspi.h -include/wine/windows/nspapi.h -include/wine/windows/ntddcdrm.h -include/wine/windows/ntddscsi.h -include/wine/windows/ntddstor.h -include/wine/windows/ntsecapi.h -include/wine/windows/ntstatus.h -include/wine/windows/oaidl.h -include/wine/windows/oaidl.idl -include/wine/windows/objbase.h -include/wine/windows/objidl.h -include/wine/windows/objidl.idl -include/wine/windows/ocidl.h -include/wine/windows/ocidl.idl -include/wine/windows/ole2.h -include/wine/windows/ole2ver.h -include/wine/windows/oleauto.h -include/wine/windows/olectl.h -include/wine/windows/oledlg.h -include/wine/windows/oleidl.h -include/wine/windows/oleidl.idl -include/wine/windows/pktdef.h -include/wine/windows/poppack.h -include/wine/windows/prsht.h -include/wine/windows/psapi.h -include/wine/windows/pshpack1.h -include/wine/windows/pshpack2.h -include/wine/windows/pshpack4.h -include/wine/windows/pshpack8.h -include/wine/windows/ras.h -include/wine/windows/regstr.h -include/wine/windows/richedit.h -include/wine/windows/richole.h -include/wine/windows/rpc.h -include/wine/windows/rpcdce.h -include/wine/windows/rpcdcep.h -include/wine/windows/rpcndr.h -include/wine/windows/rpcnterr.h -include/wine/windows/rpcproxy.h -include/wine/windows/sddl.h -include/wine/windows/servprov.h -include/wine/windows/servprov.idl -include/wine/windows/setupapi.h -include/wine/windows/shellapi.h -include/wine/windows/shlguid.h -include/wine/windows/shlobj.h -include/wine/windows/shlwapi.h -include/wine/windows/shobjidl.h -include/wine/windows/shobjidl.idl -include/wine/windows/shtypes.h -include/wine/windows/shtypes.idl -include/wine/windows/sipbase.h -include/wine/windows/sql.h -include/wine/windows/sqlext.h -include/wine/windows/sqltypes.h -include/wine/windows/storage.h -include/wine/windows/strmif.h -include/wine/windows/strmif.idl -include/wine/windows/tapi.h -include/wine/windows/tchar.h -include/wine/windows/tlhelp32.h -include/wine/windows/tmschema.h -include/wine/windows/unknwn.h -include/wine/windows/unknwn.idl -include/wine/windows/urlmon.h -include/wine/windows/urlmon.idl -include/wine/windows/uuids.h -include/wine/windows/uxtheme.h -include/wine/windows/ver.h -include/wine/windows/vfw.h -include/wine/windows/vfwmsgs.h -include/wine/windows/winbase.h -include/wine/windows/wincon.h -include/wine/windows/wincrypt.h -include/wine/windows/windef.h -include/wine/windows/windows.h -include/wine/windows/windowsx.h -include/wine/windows/winerror.h -include/wine/windows/wingdi.h -include/wine/windows/wininet.h -include/wine/windows/winioctl.h -include/wine/windows/winnetwk.h -include/wine/windows/winnls.h -include/wine/windows/winnt.h -include/wine/windows/winreg.h -include/wine/windows/winres.h -include/wine/windows/winresrc.h -include/wine/windows/winsock.h -include/wine/windows/winsock2.h -include/wine/windows/winspool.h -include/wine/windows/winsvc.h -include/wine/windows/wintab.h -include/wine/windows/wintabx.h -include/wine/windows/winternl.h -include/wine/windows/winuser.h -include/wine/windows/winver.h -include/wine/windows/wnaspi32.h -include/wine/windows/wownt32.h -include/wine/windows/ws2spi.h -include/wine/windows/ws2tcpip.h -include/wine/windows/wshisotp.h -include/wine/windows/wsipx.h -include/wine/windows/wtypes.h -include/wine/windows/wtypes.idl -include/wine/windows/zmouse.h -lib/libwine.so -lib/libwine.so.1 -lib/libwine_unicode.so -lib/libwine_unicode.so.1 -lib/libwine_uuid.a -lib/wine/advapi32.dll.so -lib/wine/avicap32.dll.so -lib/wine/avifil32.dll.so -lib/wine/avifile.dll.so -lib/wine/aviinfo.exe.so -lib/wine/aviplay.exe.so -lib/wine/bug_report.pl -lib/wine/capi2032.dll.so -lib/wine/cabinet.dll.so -lib/wine/cfgmgr32.dll.so -lib/wine/clock.exe.so -lib/wine/comcat.dll.so -lib/wine/comctl32.dll.so -lib/wine/comdlg32.dll.so -lib/wine/comm.drv.so -lib/wine/commdlg.dll.so -lib/wine/compobj.dll.so -lib/wine/control.exe.so -lib/wine/crtdll.dll.so -lib/wine/crypt32.dll.so -lib/wine/ctl3d.dll.so -lib/wine/ctl3d32.dll.so -lib/wine/ctl3dv2.dll.so -lib/wine/d3d8.dll.so -lib/wine/d3d9.dll.so -lib/wine/d3dim.dll.so -lib/wine/d3dx8.dll.so -lib/wine/dciman32.dll.so -lib/wine/ddeml.dll.so -lib/wine/ddraw.dll.so -lib/wine/devenum.dll.so -lib/wine/dinput.dll.so -lib/wine/dinput8.dll.so -lib/wine/dispdib.dll.so -lib/wine/display.drv.so -lib/wine/dmband.dll.so -lib/wine/dmcompos.dll.so -lib/wine/dmime.dll.so -lib/wine/dmloader.dll.so -lib/wine/dmscript.dll.so -lib/wine/dmstyle.dll.so -lib/wine/dmsynth.dll.so -lib/wine/dmusic.dll.so -lib/wine/dmusic32.dll.so -lib/wine/dpnhpast.dll.so -lib/wine/dplay.dll.so -lib/wine/dplayx.dll.so -lib/wine/dsound.dll.so -lib/wine/expand.exe.so -lib/wine/gdi.exe.so -lib/wine/gdi32.dll.so -lib/wine/icinfo.exe.so -lib/wine/icmp.dll.so -lib/wine/imaadp32.acm.so -lib/wine/imagehlp.dll.so -lib/wine/imm.dll.so -lib/wine/imm32.dll.so -lib/wine/iphlpapi.dll.so -lib/wine/joystick.drv.so -lib/wine/kernel32.dll.so -lib/wine/keyboard.drv.so -lib/wine/krnl386.exe.so -lib/wine/libadvapi32.def -lib/wine/libavicap32.def -lib/wine/libavifil32.def -lib/wine/libcabinet.def -lib/wine/libcapi2032.def -lib/wine/libcfgmgr32.def -lib/wine/libcomcat.def -lib/wine/libcomctl32.def -lib/wine/libcomdlg32.def -lib/wine/libcrtdll.def -lib/wine/libcrypt32.def -lib/wine/libctl3d32.def -lib/wine/libd3d8.def -lib/wine/libd3d9.def -lib/wine/libd3dim.def -lib/wine/libd3dx8.def -lib/wine/libdciman32.def -lib/wine/libddraw.def -lib/wine/libdevenum.def -lib/wine/libdinput.def -lib/wine/libdinput8.def -lib/wine/libdmband.def -lib/wine/libdmcompos.def -lib/wine/libdmime.def -lib/wine/libdmloader.def -lib/wine/libdmscript.def -lib/wine/libdmstyle.def -lib/wine/libdmsynth.def -lib/wine/libdmusic.def -lib/wine/libdmusic32.def -lib/wine/libdpnhpast.def -lib/wine/libmshtml.def -lib/wine/libmsvcrtd.def -lib/wine/libdplay.def -lib/wine/libdplayx.def -lib/wine/libdsound.def -lib/wine/libgdi32.def -lib/wine/libglu32.def -lib/wine/libicmp.def -lib/wine/libimagehlp.def -lib/wine/libimm32.def -lib/wine/libiphlpapi.def -lib/wine/libkernel32.def -lib/wine/liblz32.def -lib/wine/libmapi32.def -lib/wine/libmpr.def -lib/wine/libmsacm32.def -lib/wine/libmsdmo.def -lib/wine/libmsi.def -lib/wine/libmsimg32.def -lib/wine/libmsnet32.def -lib/wine/libmsrle32.def -lib/wine/libmsvcrt.def -lib/wine/libmsvcrt20.def -lib/wine/libmsvfw32.def -lib/wine/libmswsock.def -lib/wine/libnetapi32.def -lib/wine/libntdll.def -lib/wine/libodbc32.def -lib/wine/libole32.def -lib/wine/liboleacc.def -lib/wine/liboleaut32.def -lib/wine/libolecli32.def -lib/wine/liboledlg.def -lib/wine/libolepro32.def -lib/wine/libolesvr32.def -lib/wine/libopengl32.def -lib/wine/libpsapi.def -lib/wine/libqcap.def -lib/wine/libquartz.def -lib/wine/librasapi32.def -lib/wine/libriched32.def -lib/wine/librpcrt4.def -lib/wine/libserialui.def -lib/wine/libsetupapi.def -lib/wine/libshdocvw.def -lib/wine/libshell32.def -lib/wine/libshfolder.def -lib/wine/libshlwapi.def -lib/wine/libsnmpapi.def -lib/wine/libsti.def -lib/wine/libtapi32.def -lib/wine/libttydrv.def -lib/wine/libtwain_32.def -lib/wine/liburl.def -lib/wine/liburlmon.def -lib/wine/libuser32.def -lib/wine/libuxtheme.def -lib/wine/libversion.def -lib/wine/libw32skrnl.def -lib/wine/libwined3d.def -lib/wine/libwinedos.def -lib/wine/libwineps.def -lib/wine/libwininet.def -lib/wine/libwinmm.def -lib/wine/libwinnls32.def -lib/wine/libwinspool.def -lib/wine/libwintab32.def -lib/wine/libwintrust.def -lib/wine/libwnaspi32.def -lib/wine/libwow32.def -lib/wine/libws2_32.def -lib/wine/libwsock32.def -lib/wine/libx11drv.def -lib/wine/lz32.dll.so -lib/wine/lzexpand.dll.so -lib/wine/mapi32.dll.so -lib/wine/mcianim.drv.so -lib/wine/mciavi.drv.so -lib/wine/mcicda.drv.so -lib/wine/mciseq.drv.so -lib/wine/mciwave.drv.so -lib/wine/midimap.drv.so -lib/wine/mmsystem.dll.so -lib/wine/mouse.drv.so -lib/wine/mpr.dll.so -lib/wine/msacm.drv.so -lib/wine/msacm.dll.so -lib/wine/msacm32.dll.so -lib/wine/msadp32.acm.so -lib/wine/msdmo.dll.so -lib/wine/msg711.acm.so -lib/wine/mshtml.dll.so -lib/wine/msi.dll.so -lib/wine/msimg32.dll.so -lib/wine/msisys.ocx.so -lib/wine/msnet32.dll.so -lib/wine/msrle32.dll.so -lib/wine/msvcrt.dll.so -lib/wine/msvcrt20.dll.so -lib/wine/msvcrtd.dll.so -lib/wine/msvfw32.dll.so -lib/wine/msvideo.dll.so -lib/wine/mswsock.dll.so -lib/wine/netapi32.dll.so -lib/wine/notepad.exe.so -lib/wine/ntdll.dll.so -lib/wine/odbc32.dll.so -lib/wine/ole2.dll.so -lib/wine/ole2conv.dll.so -lib/wine/ole2disp.dll.so -lib/wine/ole2nls.dll.so -lib/wine/ole2prox.dll.so -lib/wine/ole2thk.dll.so -lib/wine/ole32.dll.so -lib/wine/oleacc.dll.so -lib/wine/oleaut32.dll.so -lib/wine/olecli.dll.so -lib/wine/olecli32.dll.so -lib/wine/oledlg.dll.so -lib/wine/olepro32.dll.so -lib/wine/olesvr.dll.so -lib/wine/olesvr32.dll.so -lib/wine/progman.exe.so -lib/wine/psapi.dll.so -lib/wine/qcap.dll.so -lib/wine/quartz.dll.so -lib/wine/rasapi16.dll.so -lib/wine/rasapi32.dll.so -lib/wine/regapi.exe.so -lib/wine/regedit.exe.so -lib/wine/regsvr32.exe.so -lib/wine/riched32.dll.so -lib/wine/rpcrt4.dll.so -lib/wine/rpcss.exe.so -lib/wine/rundll32.exe.so -lib/wine/serialui.dll.so -lib/wine/setupapi.dll.so -lib/wine/setupx.dll.so -lib/wine/shdocvw.dll.so -lib/wine/shell.dll.so -lib/wine/shell32.dll.so -lib/wine/shfolder.dll.so -lib/wine/shlwapi.dll.so -lib/wine/snmpapi.dll.so -lib/wine/sound.dll.so -lib/wine/start.exe.so -lib/wine/sti.dll.so -lib/wine/storage.dll.so -lib/wine/stress.dll.so -lib/wine/system.drv.so -lib/wine/tapi32.dll.so -lib/wine/toolhelp.dll.so -lib/wine/ttydrv.dll.so -lib/wine/twain_32.dll.so -lib/wine/typelib.dll.so -lib/wine/uninstaller.exe.so -lib/wine/url.dll.so -lib/wine/urlmon.dll.so -lib/wine/user.exe.so -lib/wine/user32.dll.so -lib/wine/uxtheme.dll.so -lib/wine/ver.dll.so -lib/wine/version.dll.so -lib/wine/w32skrnl.dll.so -lib/wine/w32sys.dll.so -lib/wine/wcmd.exe.so -lib/wine/win32s16.dll.so -lib/wine/win87em.dll.so -lib/wine/winaspi.dll.so -lib/wine/windebug.dll.so -lib/wine/winealsa.drv.so -lib/wine/winearts.drv.so -lib/wine/wineaudioio.drv.so -lib/wine/wineboot.exe.so -lib/wine/winecfg.exe.so -lib/wine/wineconsole.exe.so -lib/wine/wined3d.dll.so -lib/wine/winedbg.exe.so -lib/wine/winedefault.reg -lib/wine/winedos.dll.so -lib/wine/winefile.exe.so -lib/wine/winejack.drv.so -lib/wine/winemine.exe.so -lib/wine/winemp3.acm.so -lib/wine/wineoss.drv.so -lib/wine/winemenubuilder.exe.so -lib/wine/winenas.drv.so -lib/wine/winepath.exe.so -lib/wine/wineps.dll.so -lib/wine/wineps16.drv.so -lib/wine/winevdm.exe.so -lib/wine/wing.dll.so -lib/wine/winhelp.exe.so -lib/wine/wininet.dll.so -lib/wine/winmm.dll.so -lib/wine/winnls.dll.so -lib/wine/winnls32.dll.so -lib/wine/winsock.dll.so -lib/wine/winspool.drv.so -lib/wine/wintab.dll.so -lib/wine/wintab32.dll.so -lib/wine/wintrust.dll.so -lib/wine/winver.exe.so -lib/wine/wnaspi32.dll.so -lib/wine/wow32.dll.so -lib/wine/wprocs.dll.so -lib/wine/ws2_32.dll.so -lib/wine/wsock32.dll.so -lib/wine/x11drv.dll.so -lib/wine/reg/regFixer.pl -lib/wine/reg/regRestorer.pl -share/aclocal/wine.m4 -%%DOCSDIR%%/ANNOUNCE -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/LICENSE -%%DOCSDIR%%/README -%%DOCSDIR%%/README.regapi -%%DOCSDIR%%/README.wcmd -%%DOCSDIR%%/README.winedbg -%%DOCSDIR%%/README.winedump -%%PORTDOCS%%@dirrm share/doc/wine -@unexec if [ -f %D/lib/wine/glu32.dll.so ]; then rm %D/lib/wine/glu32.dll.so; fi -@unexec if [ -f %D/lib/wine/opengl32.dll.so ]; then rm %D/lib/wine/opengl32.dll.so; fi -@dirrm lib/wine/reg -@dirrm lib/wine -@dirrm include/wine/msvcrt/sys -@dirrm include/wine/msvcrt -@dirrm include/wine/windows -@dirrm include/wine diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile deleted file mode 100644 index b4179889512c..000000000000 --- a/emulators/winetools/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: linux-winetools -# Date created: 4 September 2002 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= winetools -PORTVERSION= 1.25a -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= .tgz - -MAINTAINER= blackend@FreeBSD.org -COMMENT= A setup and configuration tool for WINE - -RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine - -NO_WRKSUBDIR= yes -NO_BUILD= yes -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes - -BRANDELF?= /usr/bin/brandelf -STRIP= - -post-extract: - @${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME} - -do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/emulators/winetools/distinfo b/emulators/winetools/distinfo deleted file mode 100644 index ca6db027975e..000000000000 --- a/emulators/winetools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (winetools-1.25a.tgz) = a22e303d0de3c2bfd458e107a36f0397 diff --git a/emulators/winetools/pkg-descr b/emulators/winetools/pkg-descr deleted file mode 100644 index 13243c995543..000000000000 --- a/emulators/winetools/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -WineTools is a collection of tools for WINE. You can do the following -things with it: - -- Install an application: You can choose a setup program which will -be run with Wine. There is also an option to install DCOM98, this -is needed to make some Installshield installers (as used by -Dreamweaver, Flash, etc) work. - -- Uninstall an application: Every application that creates a registry -entry and has an uninstall function can be uninstalled (does not -work for uninstallers which use rundll32.exe). - -- Create a Windows directory structure with registry and configuration -file in $HOME/.wine - -- Create and edit a WINE config file. - -- Install TrueType Fonts. - -WWW: http://www.franksworld.net/wine/winetools/ diff --git a/emulators/winetools/pkg-plist b/emulators/winetools/pkg-plist deleted file mode 100644 index 3f4938911f9d..000000000000 --- a/emulators/winetools/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/winetools |