search for: portfil

Displaying 20 results from an estimated 33 matches for "portfil".

Did you mean: portfile
2010 Jul 12
13
16-Bit/DOS Suppor Missing?
Currently attempting to run an old PC game on my Mac (Leopard). I've installed Wine using MacPorts, which worked flawlessly. Now when I attempt to install my PC Game the terminal responds with "16-Bit/DOS Support missing." Is there a way to fix this?
2011 Aug 22
3
[LLVMdev] llvm-gcc and -march
Hi, I apologize if I am not asking on the right mailing list. I am using the llvm-gcc4.2 from MacPorts. https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile llvm-gcc does not seem to accept the -march flag. This is the error, I got: cc1: error: unrecognized command line option "-march" The port developer asked me to find out if this is a known issue. -- Nichols A. Romero, Ph.D. Argonne Leadership Computing Facility Argonne, IL 60490 (63...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...ug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote: >> Hi, >> >> I apologize if I am not asking on the right mailing list. >> >> I am using the llvm-gcc4.2 from MacPorts. >> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >> >> llvm-gcc does not seem to accept the -march flag. This is the error, >> I got: >> >> cc1: error: unrecognized command line option "-march" >> >> The port developer asked me to find out if this is a known issue. > > llvm-gcc 4.2 should...
2014 Nov 20
2
building NUT on Mac OS X Yosemite
...of discussions around NUT builds on Mac OS X 10.10. Starting from https://github.com/networkupstools/nut-website/issues/7 <https://github.com/networkupstools/nut-website/issues/7> @JeanPerriault I've found msort on macports (https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile, http://billposer.org/Software/Downloads/ msort.pdf), but I'm not sure where to implement it, should I replace all sort ocurrences I find in code? @clepple I think checking for gsort in the configure script would be better (since that is what is used when 'sort' is invoked on Linux),...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
On Mon, Aug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote: > Hi, > > I apologize if I am not asking on the right mailing list. > > I am using the llvm-gcc4.2 from MacPorts. > https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile > > llvm-gcc does not seem to accept the -march flag. This is the error, > I got: > > cc1: error: unrecognized command line option "-march" > > The port developer asked me to find out if this is a known issue. llvm-gcc 4.2 should support almost exactly the same comm...
2009 Jun 10
1
[expect deadlock] on MAC OS X
...b5run corefonts mdac28 vcrun6 vb6run are the required runtimes 3. what version of wine will sudo port install wine give them? presumably 1.0.1? assuming that in my linux install it required 1.1.21, how do they install wine-devel 1.1.22 (http://trac.macports.org/browser/trunk/dports/x11/wine-devel/Portfile)? thanks!
2005 Jun 13
2
xmms plugin bug report - macOS 10.3, darwinports
Hi all - I've just finished building flac in the "darwinports" environment on MacOS 10.3.9. The port maintainer (i've cc'd him) had disabled the xmms plugin build. I wanted that, so I changed the portfile and built locally, yada yada. I've run into three problems, only two of which I've seen reported in the list archives here. 1) configure doesn't properly figure out that i have socklen_t defined, and so http.c defines its own version. Previously reported. 2) once I had a successful...
2014 Nov 20
0
building NUT on Mac OS X Yosemite (website/documentation)
...te: > Hello, > Here is a summary of discussions around NUT builds on Mac OS X 10.10. > > Starting from https://github.com/networkupstools/nut-website/issues/7 > > @JeanPerriault > I've found msort on macports (https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile, http://billposer.org/Software/Downloads/ > msort.pdf), but I'm not sure where to implement it, should I replace all sort ocurrences I find in code? > > @clepple > I think checking for gsort in the configure script would be better (since that is what is used when 'sort' is...
2006 Aug 28
0
"Bus Error" Under Mac OS X x86 with Wine 0.9.20
...le-darwin8 --target=i686-apple-darwin8 Thread model: posix gcc version 4.0.1 (Apple Computer, Inc. build 5363) uname -a: Darwin my-computer 8.7.1 Darwin Kernel Version 8.7.1: Wed Jun 7 16:19:56 PDT 2006; root:xnu-792.9.72.obj~2/RELEASE_I386 i386 i386 I built and installed Wine with a DarwinPorts portfile that I created. Here's what it looks like: # $Id: $ PortSystem 1.0 name wine version 0.9.20 description Windows compatibility layer long_description Microsoft Windows compatibility layer for Unix-like systems categories emulators maintainers d...
2015 Feb 18
5
[LLVMdev] [cfe-dev] [3.6 Release] RC3 has been tagged
On 18 Feb 2015, at 20:18, Jack Howarth <howarth.mailing.lists at gmail.com> wrote: > > Also doesn't FreeBSD use the standard major llvm releases for their > system compilers? We do pull in releases, but Dimitry also cherry-picks bug fixes throughout the life of each release. David
2014 Nov 23
0
building NUT on Mac OS X Yosemite (website/documentation)
...>>> Starting from https://github.com/networkupstools/nut-website/issues/7 <https://github.com/networkupstools/nut-website/issues/7> >>> >>> @JeanPerriault >>> I've found msort on macports (https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile <https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile>, http://billposer.org/Software/Downloads/ <http://billposer.org/Software/Downloads/> >>> msort.pdf), but I'm not sure where to implement it, should I replace all sort ocurrences I find in code? >&g...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
...chols A. Romero <naromero at gmail.com> wrote: >>> Hi, >>> >>> I apologize if I am not asking on the right mailing list. >>> >>> I am using the llvm-gcc4.2 from MacPorts. >>> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >>> >>> llvm-gcc does not seem to accept the -march flag. This is the error, >>> I got: >>> >>> cc1: error: unrecognized command line option "-march" >>> >>> The port developer asked me to find out if this is a known issue...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...romero at gmail.com> wrote: >>>> Hi, >>>> >>>> I apologize if I am not asking on the right mailing list. >>>> >>>> I am using the llvm-gcc4.2 from MacPorts. >>>> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >>>> >>>> llvm-gcc does not seem to accept the -march flag. This is the error, >>>> I got: >>>> >>>> cc1: error: unrecognized command line option "-march" >>>> >>>> The port developer asked me to find out...
2015 Jun 27
4
Driver macosx-ups failing on Yosemite
...I pushed the branch as macosx_power_dict: https://github.com/networkupstools/nut/commit/b608975b55895e853ba8d24fc08761bff2c65940 Patch: https://github.com/networkupstools/nut/compare/macosx_power_dict.diff I don't use MacPorts much, but I think this is how you would add this patch to the NUT portfile: https://guide.macports.org/#development.patches.source patchfiles macosx_power_dict.diff patch.pre_args -p1 -- Charles Lepple clepple at gmail
2014 Nov 23
6
building NUT on Mac OS X Yosemite (website/documentation)
...10.10. >> >> Starting from https://github.com/networkupstools/nut-website/issues/7 <https://github.com/networkupstools/nut-website/issues/7> >> >> @JeanPerriault >> I've found msort on macports (https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile <https://trac.macports.org/browser/trunk/dports/textproc/msort/Portfile>, http://billposer.org/Software/Downloads/ <http://billposer.org/Software/Downloads/> >> msort.pdf), but I'm not sure where to implement it, should I replace all sort ocurrences I find in code? >>...
2008 Jan 23
3
Rsync 3.0.0pre8 and Mac OS X
Hi, I tried Rsync 3.0.0pre8 on my mac running os X 10.5. I was very pleased about the --iconv feature, as i have to sync some LINUX-machines and I had really trouble with some filenames. But I found one strange thing in connection with the mac. First of all, the translation between the LINUX ISO-8859-15 and the mac ut-8 works (nearly) perfect. As I live in Germany, we have often filenames
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
...ote: >>>>> Hi, >>>>> >>>>> I apologize if I am not asking on the right mailing list. >>>>> >>>>> I am using the llvm-gcc4.2 from MacPorts. >>>>> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >>>>> >>>>> llvm-gcc does not seem to accept the -march flag. This is the error, >>>>> I got: >>>>> >>>>> cc1: error: unrecognized command line option "-march" >>>>> >>>>> The port...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...;> Hi, >>>>>> >>>>>> I apologize if I am not asking on the right mailing list. >>>>>> >>>>>> I am using the llvm-gcc4.2 from MacPorts. >>>>>> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >>>>>> >>>>>> llvm-gcc does not seem to accept the -march flag. This is the error, >>>>>> I got: >>>>>> >>>>>> cc1: error: unrecognized command line option "-march" >>>>>> >&...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management. > > [1] Uninstall wine-devel > > Code: > sudo port uninstall wine-devel > > > > [2] Edit the portfile for wine-devel. It is located at: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/wine-devel > > Change "--without-gsm" to "--with-gsm" > > [3] Download libgsm source from: > http://libgsm.sourcearchive.com/ > > [4] Copy libgsm...
2015 Jun 28
0
Driver macosx-ups failing on Yosemite
...power_dict: > > https://github.com/networkupstools/nut/commit/b608975b55895e853ba8d24fc08761bff2c65940 > > Patch: https://github.com/networkupstools/nut/compare/macosx_power_dict.diff > > I don't use MacPorts much, but I think this is how you would add this patch to the NUT portfile: > > https://guide.macports.org/#development.patches.source > > patchfiles macosx_power_dict.diff > patch.pre_args -p1 > > -- > Charles Lepple > clepple at gmail > > >