diff options
author | roam <roam@FreeBSD.org> | 2001-10-15 21:12:28 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-10-15 21:12:28 +0800 |
commit | 4c1d3cbb3253a451c1e9ed7fca19d92390f9db2b (patch) | |
tree | f6a156c0864d080e6e21da6b9e5c746e18e58103 /emulators | |
parent | 68b26bd1074fafc309dd75e2e0e824ce511f063c (diff) | |
download | freebsd-ports-gnome-4c1d3cbb3253a451c1e9ed7fca19d92390f9db2b.tar.gz freebsd-ports-gnome-4c1d3cbb3253a451c1e9ed7fca19d92390f9db2b.tar.zst freebsd-ports-gnome-4c1d3cbb3253a451c1e9ed7fca19d92390f9db2b.zip |
Describe the reasons for not updating to a more recent Wine snapshot.
Improve some wording in pkg-descr.
PR: 31247
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 8a1eb42ee129..6993fbc5ff70 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -15,6 +15,10 @@ DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= pfeifer@dbai.tuwien.ac.at +# This port has not been upgraded to 2001.10.04 because that snapshots does +# not work as well as the previous ones -- it builds, but then hangs while +# running several applicatinos. (This has already been fixed in Wine CVS.) + WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-opengl diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 8a1eb42ee129..6993fbc5ff70 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -15,6 +15,10 @@ DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= pfeifer@dbai.tuwien.ac.at +# This port has not been upgraded to 2001.10.04 because that snapshots does +# not work as well as the previous ones -- it builds, but then hangs while +# running several applicatinos. (This has already been fixed in Wine CVS.) + WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-opengl |