aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/doublecmd/files
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-10-02 03:24:25 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-10-02 03:24:25 +0000
commitb748c845b6ace6b62203f2d4f4034b3bb374e3a3 (patch)
tree275db39f4edc0298914d4089417cab3aba6d28d7 /x11-fm/doublecmd/files
parent83c7e06d7a143b6dc256595156db696c21e7fd7c (diff)
downloadports-b748c845b6ace6b62203f2d4f4034b3bb374e3a3.tar.gz
ports-b748c845b6ace6b62203f2d4f4034b3bb374e3a3.zip
Notes
Diffstat (limited to 'x11-fm/doublecmd/files')
-rw-r--r--x11-fm/doublecmd/files/patch-components__doublecmd__dcosutils.pas16
-rw-r--r--x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr11
-rw-r--r--x11-fm/doublecmd/files/patch-src__ucmdlineparams.pas14
-rw-r--r--x11-fm/doublecmd/files/pkg-message.in6
4 files changed, 12 insertions, 35 deletions
diff --git a/x11-fm/doublecmd/files/patch-components__doublecmd__dcosutils.pas b/x11-fm/doublecmd/files/patch-components__doublecmd__dcosutils.pas
deleted file mode 100644
index b09429f541ac..000000000000
--- a/x11-fm/doublecmd/files/patch-components__doublecmd__dcosutils.pas
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./components/doublecmd/dcosutils.pas.orig 2013-06-30 21:33:09.530448529 +0200
-+++ ./components/doublecmd/dcosutils.pas 2013-06-30 21:33:24.841789000 +0200
-@@ -184,11 +184,11 @@
- Windows, JwaWinNetWk;
- {$ENDIF}
- {$IF DEFINED(UNIX)}
-- {$IF DEFINED(DARWIN)}
-+ {$IF DEFINED(BSD)}
- {$DEFINE FPC_USE_LIBC}
- {$ENDIF}
- uses
-- {$IF NOT DEFINED(FPC_USE_LIBC)}
-+ {$IF (NOT DEFINED(FPC_USE_LIBC)) OR (DEFINED(BSD) AND NOT DEFINED(DARWIN))}
- SysCall,
- {$ENDIF}
- BaseUnix, Unix, dl, DCStrUtils;
diff --git a/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr b/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr
new file mode 100644
index 000000000000..04df69bc5103
--- /dev/null
+++ b/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr
@@ -0,0 +1,11 @@
+--- ./plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2013-03-10 11:26:35.000000000 +0100
++++ ./plugins/wlx/WlxMplayer/src/wlxMplayer.lpr 2013-07-22 22:43:52.577214000 +0200
+@@ -258,7 +258,7 @@
+ sPlayerPath: String;
+ p: TMPlayer;
+ begin
+- pf:= TExProcess.Create('which mplayer');
++ pf:= TExProcess.Create('%%LOCALBASE%%/bin/mplayer');
+ try
+ pf.Execute;
+ if (pf.RezList.Count <> 0) then
diff --git a/x11-fm/doublecmd/files/patch-src__ucmdlineparams.pas b/x11-fm/doublecmd/files/patch-src__ucmdlineparams.pas
deleted file mode 100644
index 55731cea0534..000000000000
--- a/x11-fm/doublecmd/files/patch-src__ucmdlineparams.pas
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./src/ucmdlineparams.pas.orig 2013-06-08 17:54:12.000000000 +0200
-+++ ./src/ucmdlineparams.pas 2013-06-30 21:42:23.609940000 +0200
-@@ -20,10 +20,7 @@
- implementation
-
- uses
-- {$IF DEFINED(NIGHTLY_BUILD)}
-- uOSUtils,
-- {$ENDIF}
-- Forms, Dialogs, SysUtils, uDCUtils, uGlobsPaths, getopts, uDebug, uLng;
-+ uOSUtils, Forms, Dialogs, SysUtils, uDCUtils, uGlobsPaths, getopts, uDebug, uLng;
-
- procedure ProcessCommandLineParams;
- var
diff --git a/x11-fm/doublecmd/files/pkg-message.in b/x11-fm/doublecmd/files/pkg-message.in
index 73f1b1d7d9b6..ca27867b4b10 100644
--- a/x11-fm/doublecmd/files/pkg-message.in
+++ b/x11-fm/doublecmd/files/pkg-message.in
@@ -8,10 +8,6 @@ Double Commander was installed
# doublecmd
-3) Plugins are currently not available for FreeBSD. For more information see:
- http://doublecmd.sourceforge.net/mediawiki/index.php/Issues_with_FPC,_Lazarus
- in "Loading shared libraries on FreeBSD doesn't work" section
-
-4) Enjoy it ;)
+3) Enjoy it ;)
###############################################################################