diff options
author | gerald <gerald@FreeBSD.org> | 2006-06-23 05:49:40 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-06-23 05:49:40 +0800 |
commit | df854f9fda27ed1927a2068001063dd884e09ac0 (patch) | |
tree | 45ac04aaf48bd85861a4200fdbc0e4739d6bb329 /emulators/wine-devel | |
parent | 9555670ab92ae02a0c860d53eea8d424d1391009 (diff) | |
download | freebsd-ports-gnome-df854f9fda27ed1927a2068001063dd884e09ac0.tar.gz freebsd-ports-gnome-df854f9fda27ed1927a2068001063dd884e09ac0.tar.zst freebsd-ports-gnome-df854f9fda27ed1927a2068001063dd884e09ac0.zip |
Update to Wine 0.9.16. Adjust some details related to USE_LDCONFIG,
for non-default prefix.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1a5520a33816..eb5813bec374 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.15 +PORTVERSION= 0.9.16 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ @@ -51,7 +51,8 @@ IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with t pre-build: cd ${WRKSRC} && make depend -post-install: install-ldconfig-file +post-install: + -@${MKDIR} ${PREFIX}/libdata/ldconfig ${RM} ${PREFIX}/man/man1/wineg++.1 .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index b353965fe37b..a6c13fef12c2 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.15.tar.bz2) = bfd0d01b04010ae0e6ca374ab8c23eeb -SHA256 (wine-0.9.15.tar.bz2) = d6fb600818e4ff54f1b3e8f452f21f12a9ee418a5e3b076a4499397f6c1aba4d -SIZE (wine-0.9.15.tar.bz2) = 10976965 +MD5 (wine-0.9.16.tar.bz2) = 6a7d0dde8350b62195a76ced80490040 +SHA256 (wine-0.9.16.tar.bz2) = b56cba23bcd69e5eb67de3bae54ed79440ac6c62608d40b8c3b76665a03ba7a7 +SIZE (wine-0.9.16.tar.bz2) = 11007838 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index b805731669e2..0fb8307e48fb 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -285,6 +285,7 @@ include/wine/windows/oleidl.idl include/wine/windows/pktdef.h include/wine/windows/poppack.h include/wine/windows/powrprof.h +include/wine/windows/profinfo.h include/wine/windows/propidl.h include/wine/windows/propidl.idl include/wine/windows/prsht.h @@ -405,6 +406,7 @@ include/wine/windows/xmldso.idl include/wine/windows/xmldsodid.h include/wine/windows/zmouse.h include/wine/windows/ddk/cfgmgr32.h +include/wine/windows/ddk/compstui.h include/wine/windows/ddk/ntddcdvd.h include/wine/windows/ddk/ntddser.h include/wine/windows/ddk/ntddtape.h @@ -434,6 +436,7 @@ lib/wine/comdlg32.dll.so lib/wine/comm.drv16 lib/wine/commdlg.dll16 lib/wine/compobj.dll16 +lib/wine/compstui.dll.so lib/wine/control.exe.so lib/wine/crtdll.dll.so lib/wine/crypt32.dll.so @@ -493,6 +496,7 @@ lib/wine/imaadp32.acm.so lib/wine/imagehlp.dll.so lib/wine/imm.dll16 lib/wine/imm32.dll.so +lib/wine/inseng.dll.so lib/wine/iphlpapi.dll.so lib/wine/itss.dll.so lib/wine/joystick.drv.so @@ -511,6 +515,7 @@ lib/wine/libcards.def lib/wine/libcfgmgr32.def lib/wine/libcomctl32.def lib/wine/libcomdlg32.def +lib/wine/libcompstui.def lib/wine/libcrtdll.def lib/wine/libcrypt32.def lib/wine/libcryptdll.def @@ -681,6 +686,7 @@ lib/wine/oledlg.dll.so lib/wine/olepro32.dll.so lib/wine/olesvr.dll16 lib/wine/olesvr32.dll.so +lib/wine/oleview.exe.so lib/wine/opengl32.dll.so lib/wine/powrprof.dll.so lib/wine/progman.exe.so |