On Oct 23, 2013, at 15:42, Timothy Hart wrote:
> Is the list of mirrors fairly stable? I'm referring to the contents of the
> file at
>
> rsync.macports.org/release/tarballs/ports/_resources/port1.0/fetch/mirror_sites.tcl
> and
> rsync.macports.org/release/tarballs/ports/_resources/port1.0/fet
I would like to remind MacPorts users that before you upgrade to a new major OS
version, you should verify that all the programs you use are compatible with
that OS version.
At this time, MacPorts does not offer a pre-compiled release for Mavericks. You
can build MacPorts trunk from source and
On Oct 23, 2013, at 13:32, sie...@gmx.de wrote:
> Looking at http://www.opensource.apple.com/release/os-x-109/, GNU tar in fact
> IS part of OSX 10.9, but under a new location.
> So, the new install_Prefix of gnu tar is /usr/local, the binary is
> /usr/local/bin/gnutar, the libs in /usr/local/
On Oct 23, 2013, at 10:06, Watson Ladd wrote:
> Sadly it isn't working for me: complaining about missing Tcl
> configuration. I'll try to figure out what is going on and fix it.
>
Make sure you’ve installed the command line tools before trying to install
MacPorts.
xcode-select --install
__
It's just one of many possible solutions.
You can get a list of the domains you need and hard code them in /etc/hosts,
and then use an open DNS provider.
I think dnsmasq will allow you to use one upstream DNS server for a certain
domain tree (e.g. subdomains sharing a common domain) while using
Jeremy,
That seems viable. And fairly straightforward. I'll give it a try and let you
know how it goes.
I've seen a fair bit of traffic around similar macports issues, but this is the
first mention I've seen for this solution. Did I miss the recommendation? If
so, is there something we could d
You'd be using dnsmasq as a local cache, filtering with its bogus-nxdomain
directive. If you make a query and it doesn't have the record cached, it'll ask
the upstream (VPN's DNS).
You'll want to look at the "bogus-nxdomain" directive. From the example config
file:
# If you want dnsmasq to dete
Jeremy,
I appreciate the help. I'm not familiar with dnsmasq. I'm inferring that I can
set it up as my sole DNS source, and have it configured to behave as expected?
We've been given the IP addresses of a couple internal DNS servers that behave
appropriately, but our VPN DNS configuration conti
Daniel,
Great information - thank you for the trac URL. I was unaware of that resource,
and it's exactly what I needed.
I don't disagree with your assessment of the current problem. Unfortunately
it's not within my sphere of influence to affect a change without using months
of time dedicated t
> I have an issue in my organization where our DNS servers are configured to
> 'helpfully' give an IP address back for every query. In cases where the host
> is actually not known, the IP address is configured to perform a search and
> respond with an HTML page. As a result macports installs can
On Oct 23, 2013, at 4:42 PM, Timothy Hart wrote:
> Is the list of mirrors fairly stable? I'm referring to the contents of the
> file at
>
> rsync.macports.org/release/tarballs/ports/_resources/port1.0/fetch/mirror_sites.tcl
> and
> rsync.macports.org/release/tarballs/ports/_resources/port1.0/fe
Curious,
Is the list of mirrors fairly stable? I'm referring to the contents of the file
at
rsync.macports.org/release/tarballs/ports/_resources/port1.0/fetch/mirror_sites.tcl
and
rsync.macports.org/release/tarballs/ports/_resources/port1.0/fetch/archive_sites.tcl
I understand each port mainta
Hi!
Looking at http://www.opensource.apple.com/release/os-x-109/, GNU tar in fact
IS part of OSX 10.9, but under a new location.
GNU tar on OSX 10.8.5 (gnutar-451):
http://www.opensource.apple.com/source/gnutar/gnutar-451/
GNU tar on OSX 10.9.0 (gnutar-452):
http://www.opensource.apple.com/sour
On 2013-10-23 17:06, Watson Ladd wrote:
>>> Will make&make install 2.2.0 from source also have this issue?
>>
>> ./configure && make && make install should work fine.
> Sadly it isn't working for me: complaining about missing Tcl
> configuration. I'll try to figure out what is going on and fix it.
On Wed, Oct 23, 2013 at 08:06:14AM -0700, Watson Ladd wrote:
> Sadly it isn't working for me: complaining about missing Tcl
> configuration. I'll try to figure out what is going on and fix it.
You need to run xcode-select --install and install the command line
tools before running ./configure. Doi
On Wed, Oct 23, 2013 at 6:52 AM, Ryan Schmidt wrote:
>
> On Oct 23, 2013, at 08:48, Xin Xu wrote:
>
>>
>> On Oct 23, 2013, at 8:48, Ryan Schmidt wrote:
>>
>>>
>>> On Oct 23, 2013, at 07:27, Rainer Müller wrote:
On 2013-10-23 12:49, Toshiyuki Kamada wrote:
> I managed to symlink /usr/bin
On Oct 23, 2013, at 08:48, Xin Xu wrote:
>
> On Oct 23, 2013, at 8:48, Ryan Schmidt wrote:
>
>>
>> On Oct 23, 2013, at 07:27, Rainer Müller wrote:
>>> On 2013-10-23 12:49, Toshiyuki Kamada wrote:
I managed to symlink /usr/bin/tar to /usr/bin/gnutar as a quick avoiding
glitch.
>>>
On Oct 23, 2013, at 8:48, Ryan Schmidt wrote:
>
> On Oct 23, 2013, at 07:27, Rainer Müller wrote:
>> On 2013-10-23 12:49, Toshiyuki Kamada wrote:
>>> I managed to symlink /usr/bin/tar to /usr/bin/gnutar as a quick avoiding
>>> glitch.
>>
>> If you install from source–which is the recommended
On Oct 23, 2013, at 07:27, Rainer Müller wrote:
> On 2013-10-23 12:49, Toshiyuki Kamada wrote:
>> I managed to symlink /usr/bin/tar to /usr/bin/gnutar as a quick avoiding
>> glitch.
>
> If you install from source–which is the recommended way at the moment
> until a disk image is available–you av
On Oct 23, 2013, at 07:10, William H. Magill wrote:
> with Xcode 5.0.1 already installed,
> "sudo xcode-select —install
>
> generates at pop-up:
>
>
> Which if you click "Install" generates the EULA, and then ultimately:
>
>
>
> If you select "Get Xcode" it opens the app store which repor
On 2013-10-23 12:49, Toshiyuki Kamada wrote:
> I managed to symlink /usr/bin/tar to /usr/bin/gnutar as a quick avoiding
> glitch.
If you install from source–which is the recommended way at the moment
until a disk image is available–you avoid this problem.
Rainer
_
I managed to symlink /usr/bin/tar to /usr/bin/gnutar as a quick avoiding glitch.
2013/10/23 Ryan Schmidt :
> On Oct 23, 2013, at 02:21, Behrang Saeedzadeh wrote:
>
>> Any ETAs for an official release of MacPorts for Mavericks?
>
> Mavericks was just released earlier today. Most of us haven't even
On Oct 22, 2013, at 7:33 PM, Gary Little wrote:
> I’ve been installing command line tools from Xcode preferences since I first
> installed Xcode. Checking Preferences and its downloads has always been one
> of the first things I do. However, with Mavericks GM and Xcode 5.0.1 GM,
> command lin
On Oct 23, 2013, at 02:21, Behrang Saeedzadeh wrote:
> Any ETAs for an official release of MacPorts for Mavericks?
Mavericks was just released earlier today. Most of us haven't even installed it
yet. Please be patient.
___
macports-users mailing list
Any ETAs for an official release of MacPorts for Mavericks?
—
Best regards,
Behrang Saeedzadeh
On Wed, Oct 23, 2013 at 5:06 PM, Ryan Schmidt wrote:
>
> On Oct 23, 2013, at 00:08, Watson Ladd wrote:
>
> > I'm getting errors in extraction for every single port I try.
>
> Yes, we know, e.g.:
>
> h
25 matches
Mail list logo