Index: head/emulators/pcsxr/Makefile =================================================================== --- head/emulators/pcsxr/Makefile (revision 293008) +++ head/emulators/pcsxr/Makefile (revision 293009) @@ -1,94 +1,86 @@ # New ports collection makefile for: pcsxr # Date created: 11 June 2010 # Whom: Ganael Laplanche # # $FreeBSD$ # PORTNAME= pcsxr -PORTVERSION= 1.9.92.r68256 -PORTREVISION= 4 +PORTVERSION= 1.9.92.r76026 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - pcsx-df-1.10-plugin-dfbinimage2${EXTRACT_SUFX} -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= martymac@FreeBSD.org COMMENT= Playstation (PSX) emulator LICENSE= GPLv2 BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ cdio.13:${PORTSDIR}/sysutils/libcdio ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_CSTD= gnu89 CONFIGURE_ARGS= --enable-opengl --enable-libcdio USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) USE_GNOME= gtk20 desktopfileutils glib20 libglade2 USE_ICONV= yes USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl MAN1= pcsxr.1 PORTDOCS= ChangeLog README # Default CDROM device to use with dfcdrom, # accessed through libcdio (using cam(4) and pass(4)) DEFAULT_DVD_DEVICE?= /dev/cd0 .include .if ${ARCH} == "amd64" CONFIGURE_ARGS+= --enable-dynarec=x86_64 .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif - -# Extract dfbinimage2 plugin -post-extract: - @(cd ${WRKSRC} && \ - ${TAR} -xjf ${DISTDIR}/pcsx-df-1.10-plugin-dfbinimage2${EXTRACT_SUFX}) # Add ${PREFIX} to plugins' lookup directories and set default CDROM device post-patch: @${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|" \ ${WRKSRC}/gui/LnxMain.c @${REINPLACE_CMD} "s|%%DVD_DEVICE%%|${DEFAULT_DVD_DEVICE}|" \ ${WRKSRC}/plugins/dfcdrom/cdr.h pre-configure: @(cd ${WRKSRC} && ${AUTORECONF} -fi) post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif @-update-desktop-database .include Property changes on: head/emulators/pcsxr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/emulators/pcsxr/distinfo =================================================================== --- head/emulators/pcsxr/distinfo (revision 293008) +++ head/emulators/pcsxr/distinfo (revision 293009) @@ -1,4 +1,2 @@ -SHA256 (pcsxr-1.9.92.r68256.tar.bz2) = 235ef8e4d3612253f0f24cf3046408a502a71d5b4df8d68c04e66830c9830e0b -SIZE (pcsxr-1.9.92.r68256.tar.bz2) = 1482379 -SHA256 (pcsx-df-1.10-plugin-dfbinimage2.tar.bz2) = 175b71a0a6aff1defdf4d8f9246fcc259fb72876c7ba0bcf607b1e1228fa5a9f -SIZE (pcsx-df-1.10-plugin-dfbinimage2.tar.bz2) = 40654 +SHA256 (pcsxr-1.9.92.r76026.tar.bz2) = ba9685bedf0e2be82687a20d56231c61693c2434ac63b33fe60bbc50b98d8577 +SIZE (pcsxr-1.9.92.r76026.tar.bz2) = 1468744 Property changes on: head/emulators/pcsxr/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Open.cpp =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Open.cpp (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Open.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- plugins/dfbinimage2/Open.cpp.orig 2010-04-20 06:08:48.510837620 +0000 -+++ plugins/dfbinimage2/Open.cpp 2010-04-20 06:09:12.454669867 +0000 -@@ -150,7 +150,7 @@ - return theCD->stopTrack(); - } - --#if defined _WINDOWS || defined __CYGWIN32__ -+#if defined _WINDOWS || defined __CYGWIN32__ || defined __FreeBSD__ - - long CALLBACK CDRgetStatus(struct CdrStat *stat) - { Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Open.cpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-Makefile.am =================================================================== --- head/emulators/pcsxr/files/patch-Makefile.am (revision 293008) +++ head/emulators/pcsxr/files/patch-Makefile.am (nonexistent) @@ -1,10 +0,0 @@ ---- Makefile.am.orig 2011-01-21 18:00:03.924565814 +0100 -+++ Makefile.am 2011-01-21 18:00:57.355641272 +0100 -@@ -1,6 +1,6 @@ - SUBDIRS = data doc po libpcsxcore gui pixmaps - SUBDIRS += plugins/dfinput plugins/dfsound --SUBDIRS += plugins/dfxvideo plugins/dfcdrom plugins/dfnet -+SUBDIRS += plugins/dfxvideo plugins/dfcdrom plugins/dfbinimage2 plugins/dfnet - - SUBDIRS += plugins/bladesio1 plugins/gxvideo - Property changes on: head/emulators/pcsxr/files/patch-Makefile.am ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-TrackParser.cpp =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-TrackParser.cpp (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-TrackParser.cpp (nonexistent) @@ -1,45 +0,0 @@ ---- plugins/dfbinimage2/TrackParser.cpp.orig 2010-04-15 06:30:33.334174874 +0000 -+++ plugins/dfbinimage2/TrackParser.cpp 2010-04-15 18:38:51.436143280 +0000 -@@ -30,7 +30,7 @@ - #include - #include - #include --#include -+#include - - using namespace std; - -@@ -282,25 +282,25 @@ - Exception e(std::string("Cannot open device: ") + cuename); - THROW(e); - } -- struct cdrom_tochdr tocHdr; -- if(ioctl(theFd, CDROMREADTOCHDR, &tocHdr) < 0) { -+ struct ioc_toc_header tocHdr; -+ if(ioctl(theFd, CDIOREADTOCHEADER, &tocHdr) < 0) { - close(theFd); - Exception e(std::string("Cannot read TOC: ") + cuename); - THROW(e); - } -- struct cdrom_tocentry tocEntry; -- for(int i = tocHdr.cdth_trk0; i <= tocHdr.cdth_trk1; i++) { -+ struct ioc_read_toc_single_entry tocEntry; -+ for(int i = tocHdr.starting_track; i <= tocHdr.ending_track; i++) { - memset(&tocEntry, 0, sizeof(tocEntry)); -- tocEntry.cdte_track = i; -- tocEntry.cdte_format = CDROM_LBA; -- if(ioctl(theFd, CDROMREADTOCENTRY, &tocEntry) < 0) { -+ tocEntry.track = i; -+ tocEntry.address_format = CD_LBA_FORMAT; -+ if(ioctl(theFd, CDIOREADTOCENTRY, &tocEntry) < 0) { - close(theFd); - Exception e(std::string("Cannot read TOC: ") + cuename); - THROW(e); - } - TrackInfo thisTrack; - thisTrack.trackNumber = i; -- thisTrack.trackStart = CDTime(tocEntry.cdte_addr.lba, CDTime::abFrame); -+ thisTrack.trackStart = CDTime(tocEntry.entry.addr.lba, CDTime::abFrame); - tiv.push_back(thisTrack); - } - close(theFd); Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-TrackParser.cpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Utils.cpp =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Utils.cpp (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Utils.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- plugins/dfbinimage2/Utils.cpp.orig 2011-07-20 07:24:34.070495566 +0200 -+++ plugins/dfbinimage2/Utils.cpp 2011-07-20 07:24:48.493222477 +0200 -@@ -124,7 +124,7 @@ - #else - char* buf = getenv("_"); - if (buf == NULL) -- return "pcsx"; -+ return "pcsxr"; - #endif - else - toReturn = buf; Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Utils.cpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-CDInterface.hpp =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-CDInterface.hpp (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-CDInterface.hpp (nonexistent) @@ -1,12 +0,0 @@ ---- plugins/dfbinimage2/CDInterface.hpp.orig 2011-07-20 07:24:23.758738346 +0200 -+++ plugins/dfbinimage2/CDInterface.hpp 2011-07-20 07:26:37.053050612 +0200 -@@ -46,7 +46,8 @@ - // track info. fyi, tester is my testing/development program. - std::string programName = getProgramName(); - if ( programName == "epsxe" || programName == "pcsx" || -- programName == "pcsx2" || programName == "tester" ) -+ programName == "pcsx2" || programName == "tester"|| -+ programName == "pcsxr" ) - tdtnformat = fsmint; - else - tdtnformat = msfbcd; Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-CDInterface.hpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Makefile.am =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Makefile.am (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Makefile.am (nonexistent) @@ -1,35 +0,0 @@ ---- plugins/dfbinimage2/Makefile.am.orig 2009-03-29 02:25:30.000000000 +0000 -+++ plugins/dfbinimage2/Makefile.am 2010-05-21 17:20:40.227057628 +0000 -@@ -1,17 +1,18 @@ --INCLUDES = -DPACKAGE_DATA_DIR=\"${datadir}/pcsx/\" \ -+INCLUDES = -DPACKAGE_DATA_DIR=\"${datadir}/pcsxr/\" \ - -DPIXMAPDIR=\"${datadir}/pixmaps/\" \ - -DLOCALE_DIR=\"${datadir}/locale/\" \ - -D__LINUX__ \ - -DREVISION=3 \ - -DBUILD=0 \ -- -DDATADIR=\"${datadir}/psemu/\" \ -+ -DDATADIR=\"${datadir}/pcsxr/\" \ - `pkg-config --cflags sdl vorbisfile libglade-2.0 gtk+-2.0` - --libdir = $(prefix)/lib/games/psemu/ -+libdir = @libdir@/pcsxr/ - lib_LTLIBRARIES = libDFBinImage2.la --libDFBinImage2_la_LIBADD = -lstdc++ -lz -lbz2 -lpthread -lvorbis -+libDFBinImage2_la_LIBADD = -lstdc++ -lz -lbz2 -lvorbis - libDFBinImage2_la_LDFLAGS = -module -avoid-version \ -- `pkg-config --libs sdl vorbisfile libglade-2.0 gtk+-2.0` -+ `pkg-config --libs sdl vorbisfile libglade-2.0 gtk+-2.0` \ -+ -pthread - libDFBinImage2_la_SOURCES = About.cpp PlayCDDAData.cpp \ - CDDAData.hpp ConfigCallbacks.cpp ConfigCallbacks.hpp \ - ConfigFunctions.cpp TrackParser.cpp TrackParser.hpp \ -@@ -23,7 +24,7 @@ - defines.h externs.h - - glade_DATA = dfbinimage.glade2 --gladedir = $(datadir)/psemu/ -+gladedir = $(datadir)/pcsxr/ - EXTRA_DIST = $(glade_DATA) CDInterface.hpp CDTime.hpp Exception.hpp \ - Frame.hpp TimeCache.hpp TrackInfo.hpp \ - OGG_README.txt notes.txt Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-Makefile.am ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-FileInterface.cpp =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-FileInterface.cpp (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-FileInterface.cpp (nonexistent) @@ -1,47 +0,0 @@ ---- plugins/dfbinimage2/FileInterface.cpp.orig 2011-07-01 06:50:32.771525631 +0200 -+++ plugins/dfbinimage2/FileInterface.cpp 2011-07-01 08:34:37.050364589 +0200 -@@ -35,7 +35,9 @@ - #include - #include - #include --#include -+#include -+ -+#define CDROM_LEADOUT 0xAA - - extern Preferences prefs; - -@@ -462,15 +464,15 @@ - THROW(e); - } - fileName = str; -- struct cdrom_tocentry tocEntry; -+ struct ioc_read_toc_single_entry tocEntry; - memset(&tocEntry, 0, sizeof(tocEntry)); -- tocEntry.cdte_track = CDROM_LEADOUT; -- tocEntry.cdte_format = CDROM_LBA; -- if(ioctl(theFd, CDROMREADTOCENTRY, &tocEntry) < 0) { -+ tocEntry.track = CDROM_LEADOUT; -+ tocEntry.address_format = CD_LBA_FORMAT; -+ if(ioctl(theFd, CDIOREADTOCENTRY, &tocEntry) < 0) { - Exception e(std::string("Cannot read TOC: ") + str); - THROW(e); - } -- CDLength = CDTime(tocEntry.cdte_addr.lba, CDTime::abFrame) + CDTime(0,2,0); -+ CDLength = CDTime(tocEntry.entry.addr.lba, CDTime::abFrame) + CDTime(0,2,0); - bufferPos.setMSF(MSFTime(255,255,255)); - } - -@@ -482,9 +484,9 @@ - char *buf = (char*)fileBuffer; - int cnt; - for(cnt = 0; cnt < bufferFrames; cnt++) { -- memcpy(buf, seekTime.getMSFbuf(), 3); -- if(ioctl(theFd, CDROMREADRAW, buf)<0) -- break; -+ if (pread(theFd, buf, bytesPerFrame, seekTime.getAbsoluteFrame() * bytesPerFrame) != bytesPerFrame) { -+ break; -+ } - buf += bytesPerFrame; - seekTime += CDTime(0,0,1); - } Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-FileInterface.cpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-defines.h =================================================================== --- head/emulators/pcsxr/files/patch-plugins-dfbinimage2-defines.h (revision 293008) +++ head/emulators/pcsxr/files/patch-plugins-dfbinimage2-defines.h (nonexistent) @@ -1,20 +0,0 @@ ---- plugins/dfbinimage2/defines.h.orig 2010-04-20 06:30:12.862325658 +0000 -+++ plugins/dfbinimage2/defines.h 2010-04-20 06:30:50.977164904 +0000 -@@ -126,7 +126,9 @@ - HWND HWnd; // Window handle - HINSTANCE HInstance; - } FPSEWin32; -+#endif - -+#if defined _WINDOWS || defined __CYGWIN32__ || defined __FreeBSD__ - // cdr stat struct - struct CdrStat - { -@@ -134,7 +136,6 @@ - unsigned long Status; - unsigned char Time[3]; // current playing time - }; -- - #endif - - // Main Struct for initialization Property changes on: head/emulators/pcsxr/files/patch-plugins-dfbinimage2-defines.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/emulators/pcsxr/files/patch-configure.ac =================================================================== --- head/emulators/pcsxr/files/patch-configure.ac (revision 293008) +++ head/emulators/pcsxr/files/patch-configure.ac (revision 293009) @@ -1,18 +1,10 @@ --- configure.ac.orig 2011-01-25 06:54:07.000000000 +0100 +++ configure.ac 2011-01-26 14:35:39.236296066 +0100 @@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([include/config.h:include/config.h.in]) AC_PROG_CC +AC_PROG_CXX AM_PROG_CC_C_O AC_PROG_INSTALL AC_STDC_HEADERS -@@ -46,6 +47,7 @@ - plugins/dfxvideo/Makefile - plugins/gxvideo/Makefile - plugins/dfcdrom/Makefile -+plugins/dfbinimage2/Makefile - plugins/dfnet/Makefile - plugins/bladesio1/Makefile - pixmaps/Makefile Property changes on: head/emulators/pcsxr/files/patch-configure.ac ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/emulators/pcsxr/pkg-descr =================================================================== --- head/emulators/pcsxr/pkg-descr (revision 293008) +++ head/emulators/pcsxr/pkg-descr (revision 293009) @@ -1,10 +1,6 @@ Pcsx-reloaded is a Playstation (PSX) emulator. It is an improved version of pcsx-df, which is itself of fork of pcsx. -The FreeBSD port includes the dfbinimage2 plugin, -allowing the use of your favorite backups as .bin -image files. - WWW: http://pcsxr.codeplex.com Property changes on: head/emulators/pcsxr/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/emulators/pcsxr/pkg-plist =================================================================== --- head/emulators/pcsxr/pkg-plist (revision 293008) +++ head/emulators/pcsxr/pkg-plist (revision 293009) @@ -1,74 +1,65 @@ bin/pcsxr %%NLS%%share/locale/fr_FR/LC_MESSAGES/pcsxr.mo %%NLS%%share/locale/it/LC_MESSAGES/pcsxr.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pcsxr.mo %%NLS%%share/locale/ru_RU/LC_MESSAGES/pcsxr.mo %%NLS%%share/locale/hu_HU/LC_MESSAGES/pcsxr.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pcsxr.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pcsxr.mo %%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES %%NLS%%@dirrmtry share/locale/hu_HU %%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ru_RU -share/pcsxr/dfbinimage.glade2 -share/pcsxr/gxvideo.glade share/pcsxr/peopsxgl.ui share/pcsxr/dfinput.ui share/pcsxr/dfnet.ui share/pcsxr/dfxvideo.ui share/pcsxr/dfcdrom.ui share/pcsxr/sio1.ui share/pcsxr/gpu.png share/pcsxr/dfsound.ui share/pcsxr/spu.png share/pcsxr/cd.png share/pcsxr/iso-reopen.png share/pcsxr/cdr.png share/pcsxr/pcsxr.glade2 share/pcsxr/iso-open.png share/pcsxr/play.png share/pcsxr/pad.png share/pcsxr/memcard.png share/pcsxr/pcsxr.png @dirrm share/pcsxr share/pixmaps/pcsxr-icon.png share/applications/pcsxr.desktop @dirrmtry share/applications lib/pcsxr/cfgDFXVideo lib/pcsxr/cfgpeopsxgl lib/pcsxr/cfgDFInput lib/pcsxr/cfgDFCdrom lib/pcsxr/cfgDFSound lib/pcsxr/cfgDFNet -lib/pcsxr/cfgGXVideo lib/pcsxr/cfgBladeSio1 lib/pcsxr/libDFXVideo.a lib/pcsxr/libDFXVideo.la lib/pcsxr/libDFXVideo.so lib/pcsxr/libpeopsxgl.a lib/pcsxr/libpeopsxgl.la lib/pcsxr/libpeopsxgl.so lib/pcsxr/libDFInput.a lib/pcsxr/libDFInput.la lib/pcsxr/libDFInput.so lib/pcsxr/libDFSound.a lib/pcsxr/libDFSound.la lib/pcsxr/libDFSound.so lib/pcsxr/libDFCdrom.a lib/pcsxr/libDFCdrom.la lib/pcsxr/libDFCdrom.so -lib/pcsxr/libDFBinImage2.a -lib/pcsxr/libDFBinImage2.la -lib/pcsxr/libDFBinImage2.so lib/pcsxr/libDFNet.a lib/pcsxr/libDFNet.la lib/pcsxr/libDFNet.so -lib/pcsxr/libGXVideo.a -lib/pcsxr/libGXVideo.la -lib/pcsxr/libGXVideo.so lib/pcsxr/libBladeSio1.a lib/pcsxr/libBladeSio1.la lib/pcsxr/libBladeSio1.so @dirrm lib/pcsxr @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true Property changes on: head/emulators/pcsxr/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property