summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-02 22:52:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-02 22:52:03 +0000
commit96d40ffc646b896cec64cf6ca013b650e8700da7 (patch)
tree2c30cf6b3eb56f3f6890f93c604a52da4e45b23f /emulators
parentTeach webmin about the correct default postfix location (in ${LOCALBASE}) (diff)
- Mark port broken for ${OSVERSION} < 400000 (not supported);
- minor updates and cleanups to pkg-comment and pkg-descr. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=37916
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile8
-rw-r--r--emulators/wine-devel/pkg-comment2
-rw-r--r--emulators/wine-devel/pkg-descr10
-rw-r--r--emulators/wine/Makefile8
-rw-r--r--emulators/wine/pkg-comment2
-rw-r--r--emulators/wine/pkg-descr10
6 files changed, 28 insertions, 12 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 0d4a57020738..daf16e6d177a 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -28,6 +28,12 @@ USE_XPM= yes
#USE_MESA= yes
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
+BROKEN= "Not supported on systems prior to FreeBSD 4.x"
+.endif
+
.if !defined(NDEBUG)
STRIP=
CFLAGS+= -g
@@ -90,4 +96,4 @@ do-install:
${ECHO}
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment
index 37128b3f1550..1ab86d8ff101 100644
--- a/emulators/wine-devel/pkg-comment
+++ b/emulators/wine-devel/pkg-comment
@@ -1 +1 @@
-MS Windows 3.1/95/98/NT/2000 emulator for Unix
+Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr
index d897db485bc0..62d720e59911 100644
--- a/emulators/wine-devel/pkg-descr
+++ b/emulators/wine-devel/pkg-descr
@@ -1,9 +1,11 @@
-Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still alpha quality, so do not expect it to run your typical large
-MS Windows application package, but it is definitely on its way...
+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 even a couple of games.
To use Wine, your kernel must be rebuilt with the following lines added
-to your kernel config file (/sys/i386/conf/<YourMachine>):
+to the kernel config file (/sys/i386/conf/<YourMachine>):
options USER_LDT
options SYSVSHM
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 0d4a57020738..daf16e6d177a 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -28,6 +28,12 @@ USE_XPM= yes
#USE_MESA= yes
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
+BROKEN= "Not supported on systems prior to FreeBSD 4.x"
+.endif
+
.if !defined(NDEBUG)
STRIP=
CFLAGS+= -g
@@ -90,4 +96,4 @@ do-install:
${ECHO}
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/emulators/wine/pkg-comment b/emulators/wine/pkg-comment
index 37128b3f1550..1ab86d8ff101 100644
--- a/emulators/wine/pkg-comment
+++ b/emulators/wine/pkg-comment
@@ -1 +1 @@
-MS Windows 3.1/95/98/NT/2000 emulator for Unix
+Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix
diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr
index d897db485bc0..62d720e59911 100644
--- a/emulators/wine/pkg-descr
+++ b/emulators/wine/pkg-descr
@@ -1,9 +1,11 @@
-Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still alpha quality, so do not expect it to run your typical large
-MS Windows application package, but it is definitely on its way...
+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 even a couple of games.
To use Wine, your kernel must be rebuilt with the following lines added
-to your kernel config file (/sys/i386/conf/<YourMachine>):
+to the kernel config file (/sys/i386/conf/<YourMachine>):
options USER_LDT
options SYSVSHM