Update to 2002.03.10
PR: 35781 Submitted by: maintainer
This commit is contained in:
parent
d415bdc183
commit
5228e63faa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55895
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
PORTVERSION= 2002.01.22
|
||||
PORTVERSION= 2002.03.10
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ALPHA/wine/development
|
||||
@ -73,7 +73,7 @@ do-install:
|
||||
${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 WARRANTY documentation/psdrv.reg
|
||||
.for i in README ANNOUNCE AUTHORS LICENSE documentation/psdrv.reg
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/debugger/README \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Wine-20020122.tar.gz) = 80d6f68330cd52b99789397aaa9b33b4
|
||||
MD5 (Wine-20020310.tar.gz) = a3c4cac20b4336d99671594707a5fff1
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- Makefile.in.orig Wed Jan 23 13:32:44 2002
|
||||
+++ Makefile.in Wed Jan 23 13:32:53 2002
|
||||
@@ -87,7 +87,6 @@ wine: dlls $(EMUOBJS)
|
||||
install:: all $(INSTALLSUBDIRS:%=%/__install__)
|
||||
[ -d $(bindir) ] || $(MKDIR) $(bindir)
|
||||
--- Makefile.in.orig Thu Feb 28 22:43:46 2002
|
||||
+++ Makefile.in Sat Mar 9 10:48:45 2002
|
||||
@@ -89,7 +89,6 @@ install_wine:
|
||||
$(INSTALL_PROGRAM) wine $(bindir)/wine
|
||||
|
||||
install:: all install_wine $(INSTALLSUBDIRS:%=%/__install__)
|
||||
- -$(LDCONFIG)
|
||||
|
||||
uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
||||
|
@ -55,6 +55,7 @@ include/wine/instance.h
|
||||
include/wine/lmcons.h
|
||||
include/wine/lzexpand.h
|
||||
include/wine/mapi.h
|
||||
include/wine/mapicode.h
|
||||
include/wine/mapidefs.h
|
||||
include/wine/mciavi.h
|
||||
include/wine/mcx.h
|
||||
@ -69,6 +70,7 @@ include/wine/msvcrt/ctype.h
|
||||
include/wine/msvcrt/direct.h
|
||||
include/wine/msvcrt/dos.h
|
||||
include/wine/msvcrt/eh.h
|
||||
include/wine/msvcrt/excpt.h
|
||||
include/wine/msvcrt/fcntl.h
|
||||
include/wine/msvcrt/io.h
|
||||
include/wine/msvcrt/locale.h
|
||||
@ -262,6 +264,7 @@ lib/wine/libmsimg32.so
|
||||
lib/wine/libmsnet32.so
|
||||
lib/wine/libmsrle32.so
|
||||
lib/wine/libmsvcrt.so
|
||||
lib/wine/libmsvcrt20.so
|
||||
lib/wine/libmsvfw32.so
|
||||
lib/wine/libmsvideo.so
|
||||
lib/wine/libnetapi32.so
|
||||
@ -351,7 +354,6 @@ lib/wine/winedefault.reg
|
||||
%%PORTDOCS%%share/doc/wine/README
|
||||
%%PORTDOCS%%share/doc/wine/README.debugger
|
||||
%%PORTDOCS%%share/doc/wine/README.regapi
|
||||
%%PORTDOCS%%share/doc/wine/WARRANTY
|
||||
%%PORTDOCS%%share/doc/wine/psdrv.reg
|
||||
%%PORTDOCS%%@dirrm share/doc/wine
|
||||
@dirrm lib/wine/reg
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
PORTVERSION= 2002.01.22
|
||||
PORTVERSION= 2002.03.10
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ALPHA/wine/development
|
||||
@ -73,7 +73,7 @@ do-install:
|
||||
${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 WARRANTY documentation/psdrv.reg
|
||||
.for i in README ANNOUNCE AUTHORS LICENSE documentation/psdrv.reg
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/debugger/README \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Wine-20020122.tar.gz) = 80d6f68330cd52b99789397aaa9b33b4
|
||||
MD5 (Wine-20020310.tar.gz) = a3c4cac20b4336d99671594707a5fff1
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- Makefile.in.orig Wed Jan 23 13:32:44 2002
|
||||
+++ Makefile.in Wed Jan 23 13:32:53 2002
|
||||
@@ -87,7 +87,6 @@ wine: dlls $(EMUOBJS)
|
||||
install:: all $(INSTALLSUBDIRS:%=%/__install__)
|
||||
[ -d $(bindir) ] || $(MKDIR) $(bindir)
|
||||
--- Makefile.in.orig Thu Feb 28 22:43:46 2002
|
||||
+++ Makefile.in Sat Mar 9 10:48:45 2002
|
||||
@@ -89,7 +89,6 @@ install_wine:
|
||||
$(INSTALL_PROGRAM) wine $(bindir)/wine
|
||||
|
||||
install:: all install_wine $(INSTALLSUBDIRS:%=%/__install__)
|
||||
- -$(LDCONFIG)
|
||||
|
||||
uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
||||
|
@ -55,6 +55,7 @@ include/wine/instance.h
|
||||
include/wine/lmcons.h
|
||||
include/wine/lzexpand.h
|
||||
include/wine/mapi.h
|
||||
include/wine/mapicode.h
|
||||
include/wine/mapidefs.h
|
||||
include/wine/mciavi.h
|
||||
include/wine/mcx.h
|
||||
@ -69,6 +70,7 @@ include/wine/msvcrt/ctype.h
|
||||
include/wine/msvcrt/direct.h
|
||||
include/wine/msvcrt/dos.h
|
||||
include/wine/msvcrt/eh.h
|
||||
include/wine/msvcrt/excpt.h
|
||||
include/wine/msvcrt/fcntl.h
|
||||
include/wine/msvcrt/io.h
|
||||
include/wine/msvcrt/locale.h
|
||||
@ -262,6 +264,7 @@ lib/wine/libmsimg32.so
|
||||
lib/wine/libmsnet32.so
|
||||
lib/wine/libmsrle32.so
|
||||
lib/wine/libmsvcrt.so
|
||||
lib/wine/libmsvcrt20.so
|
||||
lib/wine/libmsvfw32.so
|
||||
lib/wine/libmsvideo.so
|
||||
lib/wine/libnetapi32.so
|
||||
@ -351,7 +354,6 @@ lib/wine/winedefault.reg
|
||||
%%PORTDOCS%%share/doc/wine/README
|
||||
%%PORTDOCS%%share/doc/wine/README.debugger
|
||||
%%PORTDOCS%%share/doc/wine/README.regapi
|
||||
%%PORTDOCS%%share/doc/wine/WARRANTY
|
||||
%%PORTDOCS%%share/doc/wine/psdrv.reg
|
||||
%%PORTDOCS%%@dirrm share/doc/wine
|
||||
@dirrm lib/wine/reg
|
||||
|
Loading…
Reference in New Issue
Block a user