Re: kerberos5 update error

2016-05-20 Thread Terry Barnum
grading Xcode did the trick. Uninstalled 4.2, installed 3.2.6, rebooted and a 'port upgrade outdated' went smoothly. -Terry Terry Barnum digital OutPost Carlsbad, CA http://www.dop.com 800/464-6434 ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: kerberos5 update error

2016-05-09 Thread Terry Barnum
Thank you for the responses. > On May 4, 2016, at 12:55 AM, Ryan Schmidt <ryandes...@macports.org> wrote: > > On May 2, 2016, at 1:39 PM, Terry Barnum wrote: > > All this "skipping" tell us this was not a clean build attempt, and you > shou

kerberos5 update error

2016-05-02 Thread Terry Barnum
low. It seems to be failing at utf8_conv.c. Any ideas? Thanks, -Terry version:1 :msg:clean ---> Computing dependencies for kerberos5:info:clean .:debug:clean Checking for conflicts against kerberos5 :debug:clean Searching for dependency: fbopenssl :debug:clean Didn't find receipt, going to d

dovecot2-antispam update?

2016-03-28 Thread Terry Barnum
quired plugin /opt/local/lib/dovecot/lib90_antispam_plugin.so: Module > is for different ABI version 2.2.ABIv19(2.2.19) (we have 2.2.ABIv22(2.2.22)) Thanks, -Terry Terry Barnum digital OutPost Carlsbad, CA http://www.dop.com 800/464-6434 ___ macpo

Portfile questions

2015-11-19 Thread Terry Barnum
showing patchfiles? Like maybe a Dummy's Guide? ;) Or is it best just to look at other python Portfiles and see what they're doing? Also, what's the convention for when to name a port just py-* versus py2?-* or py3?-* If these questions would be better on macports-dev I can subscribe and ask ther

Re: Portfile questions

2015-11-19 Thread Terry Barnum
> On Nov 19, 2015, at 11:08 AM, Brandon Allbery <allber...@gmail.com> wrote: > > On Thu, Nov 19, 2015 at 2:06 PM, Terry Barnum <terry...@gmail.com> wrote: > Also, what's the convention for when to name a port just py-* versus py2?-* > or py3?-* > > You cr

Re: opendkim and Trac error

2015-11-10 Thread Terry Barnum
or opendkim: org.macports.load :notice:load Please see the log file for port opendkim for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_opendkim/opendkim/main.log I filed a trac ticket <https://trac.macports.org/ticket/49

Re: opendkim and Trac error

2015-11-10 Thread Terry Barnum
> On Nov 10, 2015, at 10:47 AM, Brandon Allbery <allber...@gmail.com> wrote: > > On Tue, Nov 10, 2015 at 1:41 PM, Terry Barnum <terry...@gmail.com> wrote: > The next issue I'm running into is after a successful opendkim installation, > when I try port load it compl

Re: opendkim and Trac error

2015-11-10 Thread Terry Barnum
.conf and now there's something listening on 8891. Reloaded postfix and it appears to be correctly signing email. So it appears that there does nee

opendkim and Trac error

2015-11-09 Thread Terry Barnum
l/var/run/unbound/unbound.pid": no such file or directory while executing "::file type $file" -Terry ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: help2man checksum error

2015-10-25 Thread Terry Barnum
with the postfix port, which is current. Thanks, -Terry > On Oct 25, 2015, at 7:00 AM, Ryan Schmidt <ryandes...@macports.org> wrote: > > > On Oct 24, 2015, at 6:57 PM, hbsimon wrote: > >> I try to build amavisd-new and get following error message: >> >> --->

Re: postfix install failed

2014-10-21 Thread Terry Barnum
On Oct 21, 2014, at 6:47 AM, Marius Schamschula li...@schamschula.com wrote: Ryan, On Oct 20, 2014, at 5:17 PM, Ryan Schmidt ryandes...@macports.org wrote: On Oct 20, 2014, at 4:16 PM, Terry Barnum te...@dop.com wrote: Thanks for the -v suggestion. I did a 'sudo port -v selfupdate

Re: postfix install failed

2014-10-21 Thread Terry Barnum
On Oct 21, 2014, at 10:31 AM, Ryan Schmidt ryandes...@macports.org wrote: I've resolved the ticket by applying the patch from Marius, so if you now wait 30 minutes, then run sudo port selfupdate, then try again, it should work. Worked perfectly. Thank you Ryan and Marius. -Terry Terry

Re: postfix install failed

2014-10-20 Thread Terry Barnum
in the guide: http://guide.macports.org/#project.tickets Error: Processing of port postfix failed Thanks for any pointers. -Terry On Oct 16, 2014, at 2:04 AM, René J.V. Bertin rjvber...@gmail.com wrote: On Wednesday October 15 2014 20:31:04 Brandon Allbery wrote: I've learned to run almost

postfix install failed

2014-10-15 Thread Terry Barnum
/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_postfix/postfix/main.log Thanks, -Terry Terry Barnum digital OutPost http://www.dop.com ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman

postfix build fails with clang error

2014-03-22 Thread terry
I can build postfix by itself but if I add any variants it fails with the error below. I'm trying to build postfix +dovecot_sasl +mysql5 +pcre +tls and all the added variants get built but it fails on postfix. Any help greatly appreciated. Fresh OS X 10.8.5 on MacPro3,1, Quad-Core Intel Xeon,

Re: postfix build fails with clang error

2014-03-22 Thread terry
Thanks Jeremy. I created a ticket. Same clang error on a core i5 iMac, OS X 10.9.2, Xcode 5.1 No clang error on an iMac core2 duo running 10.8.5 with Xcode 5.0. postfix with variants builds fine. Why? -Terry On 2014-03-22 17:07, te...@digital-outpost.com wrote: I can build postfix

Re: postfix build fails with clang error

2014-03-22 Thread Terry Barnum
. Installing older command line tools from the Apple dev site did the trick. I opened a ticket since someone will want to build postfix with variants using Xcode/clang 5.1. -Terry On Mar 22, 2014, at 5:13 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: I’d open a ticket, since whatever

advice for wipe and reinstall

2014-03-21 Thread Terry Barnum
of their configurations. I have nightly CCC and hourly Timemachine backups. What's the recommended way to reinstall previously installed ports (in 10.7) with all previous configuration onto a fresh system running 10.8? Thanks for any advice. -Terry Terry Barnum digital OutPost http://www.dop.com

Re: advice for wipe and reinstall

2014-03-21 Thread Terry Barnum
) with all previous port configurations onto a reformatted hard drive running 10.8? Thanks, -Terry On Mar 21, 2014, at 1:35 PM, Eric Gallager eg...@gwmail.gwu.edu wrote: See the Migration page on the wiki: https://trac.macports.org/wiki/Migration On Fri, Mar 21, 2014 at 4:32 PM, Terry

Re: advice for wipe and reinstall

2014-03-21 Thread Terry Barnum
Perfect. Thanks Jeremy. -Terry On Mar 21, 2014, at 2:43 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Port setrequesred $portname to set a package as requested. Most packages check for a confug rather than clobbering files. If you haven't had a problem during any upgrades then you

Re: usage numbers for macports vs. homebrew?

2014-03-14 Thread Terry Barnum
can always ask the mailing list for help if there is something you don't understand. Thanks Mojca. -Terry Mojca Portfile Terry Barnum digital OutPost http://www.dop.com ___ macports-users mailing list macports-users@lists.macosforge.org https

Re: usage numbers for macports vs. homebrew?

2014-03-13 Thread Terry Barnum
On Mar 12, 2014, at 2:12 PM, Art McGee amc...@gmail.com wrote: Terry Barnum te...@dop.com wrote: The freeswitch devs are updating the Mac section of their wiki and are claiming that homebrew is more widely supported between platforms. They are reluctant to add information on using

usage numbers for macports vs. homebrew?

2014-03-12 Thread Terry Barnum
for freeswitch dependencies because a) they don't want to support what they don't know, and b) (they imply) they don't receive requests for freeswitch + macports. I guess I'm just looking to satisfy my own curiosity and maybe gain some info to counter with. Thanks, -Terry Terry Barnum digital

Re: libjpeg-devel?

2014-02-26 Thread Terry Barnum
On Feb 26, 2014, at 11:13 AM, Bradley Giesbrecht pixi...@macports.org wrote: On Feb 25, 2014, at 5:42 PM, Terry Barnum te...@dop.com wrote: I'm having a go at installing freeswitch (VOIP server, www.freeswitch.org) on a 10.9.1 macmini and it has a half dozen dependencies that I'm hoping

libjpeg-devel?

2014-02-25 Thread Terry Barnum
a macports guy so I want to see if I can get it working with macports and have them update the wiki. freeswitch wants libjpeg-devel for header files. The jpeg macport doesn't seem to satisfy this and I don't see a libjpeg-devel or jpeg-devel port. Am I out of luck? Thanks, -Terry Terry Barnum

Re: Problem with self update and Xcode 5

2013-09-27 Thread Terry Barnum
Did you install the command line tools? XCode-Preferences...-Downloads -Terry On Sep 27, 2013, at 10:29 AM, LuKreme krem...@kreme.com wrote: checking for Tcl configuration... configure: error: Can't find Tcl configuration definitions Command failed: cd /opt/local/var/macports/sources

Re: Problem with self update and Xcode 5

2013-09-27 Thread Terry Barnum
On Sep 27, 2013, at 1:29 PM, LuKreme krem...@kreme.com wrote: On 27 Sep 2013, at 13:18 , Terry Barnum te...@dop.com wrote: Did you install the command line tools? XCode-Preferences...-Downloads the “Command-line Tools” option does not exist in Xcode 5. They're still there. The reason I

port won't upgrade

2013-08-13 Thread Terry Barnum
else can I try? Thanks, -Terry Terry Barnum digital OutPost http://www.dop.com ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: port won't upgrade

2013-08-13 Thread Terry Barnum
On Aug 13, 2013, at 1:16 PM, Ryan Schmidt wrote: On Aug 13, 2013, at 15:00, Terry Barnum wrote: I think I may have screwed something up when activating and deactivating two variants of a port. On a test machine, after running sudo port -v selfupdate, I installed a second instance

Re: port won't upgrade

2013-08-13 Thread Terry Barnum
On Aug 13, 2013, at 2:01 PM, Ryan Schmidt wrote: On Aug 13, 2013, at 15:56, Terry Barnum wrote: On Aug 13, 2013, at 1:16 PM, Ryan Schmidt wrote: On Aug 13, 2013, at 15:00, Terry Barnum wrote: I think I may have screwed something up when activating and deactivating two variants

Re: keep dspam alive?

2013-08-07 Thread Terry Barnum
Thank you Ryan. I'll see if I can test it tomorrow. -Terry iPhone says Hello World! On Aug 6, 2013, at 12:33 PM, Ryan Schmidt ryandes...@macports.org wrote: On Aug 6, 2013, at 14:09, Terry Barnum wrote: On Aug 6, 2013, at 11:26 AM, Ryan Schmidt wrote: On Aug 6, 2013, at 13:23, Terry

keep dspam alive?

2013-08-06 Thread Terry Barnum
;; stop ) Stop;; restart) Restart ;; * ) echo $0: unknown argument: $1;; esac } # # Run a phase based on the selector # Run $1 Terry Barnum digital OutPost http://www.dop.com ___ macports-users mailing list macports-users

Re: keep dspam alive?

2013-08-06 Thread Terry Barnum
On Aug 6, 2013, at 11:26 AM, Ryan Schmidt wrote: On Aug 6, 2013, at 13:23, Terry Barnum wrote: The macports dspam port doesn't appear to create a launchd plist or daemondo wrapper. How would one create a daemondo .plist to restart dspam when it crashes? Right now I have this .plist

Re: [SPAM] Backup Script for Mac OS X experiences?

2013-03-21 Thread Terry Barnum
monthes, 1 year - delet outdated automaticall) to a external disk (i.e. by rsync and/or tar). http://www.rsnapshot.org Terry Barnum digital OutPost http://www.dop.com ___ macports-users mailing list macports-users@lists.macosforge.org https

Re: request: dspam debug variant

2012-08-14 Thread Terry Barnum
On Aug 13, 2012, at 12:56 PM, Bradley Giesbrecht wrote: On Aug 13, 2012, at 12:43 PM, Terry Barnum wrote: I'd like to request that the dspam port add a debug variant. It's difficult to track down problems since the non-debug version doesn't log a whole lot. I opened a feature request

request: dspam debug variant

2012-08-13 Thread Terry Barnum
I'd like to request that the dspam port add a debug variant. It's difficult to track down problems since the non-debug version doesn't log a whole lot. I opened a feature request ticket on trac. Thanks. -Terry Terry Barnum digital OutPost http://www.dop.com

Re: error installing dovecot2-sieve -FIXED

2012-05-25 Thread Terry Barnum
Installing the libtool port allowed dovecot2-sieve to compile and install. I will see about adding a trac ticket. Thanks, -Terry On May 25, 2012, at 4:54 PM, Terry Barnum wrote: I'm not sure what I'm doing wrong but I can't get the dovecot2-sieve port to install. It fails during configuring

Re: mysql5 and mysql51

2012-05-07 Thread Terry Barnum
On May 4, 2012, at 7:24 PM, Bradley Giesbrecht wrote: On May 4, 2012, at 6:53 PM, Ryan Schmidt wrote: On May 4, 2012, at 20:13, Terry Barnum wrote: The mysql variants for postfix are mysql51 or mysql55. I installed postfix +mysql51 which installed mysql5.1.62_1. Dovecot variants

Re: mysql5 and mysql51

2012-05-07 Thread Terry Barnum
On May 4, 2012, at 10:55 PM, Bjarne D Mathiesen wrote: Ryan Schmidt wrote: On May 4, 2012, at 20:13, Terry Barnum wrote: The mysql variants for postfix are mysql51 or mysql55. I installed postfix +mysql51 which installed mysql5.1.62_1. Dovecot variants are mysql5 and mysql55

Re: [SPAM] Re: FFmbc port?

2012-04-13 Thread Terry Barnum
to MacPorts? Ah, I was behind the curve: http://lists.macosforge.org/pipermail/macports-users/2011-December/026635.html https://trac.macports.org/ticket/32799 I never heard anything back about the ffmbc request. Thanks for adding your voice Sam. -Terry Sam

Re: problem upgrading pflogsumm

2012-03-19 Thread Terry Barnum
On Mar 14, 2012, at 2:41 PM, Ryan Schmidt wrote: On Mar 14, 2012, at 12:05, Terry Barnum wrote: I tried to upgrade pflogsumm but it failed: Error: Target org.macports.activate returned: Image error: /opt/local/bin/corelist is being used by the active perl5.8 port. Please deactivate

problem upgrading pflogsumm

2012-03-14 Thread Terry Barnum
rsnapshot depends on perl5.8 Sorry if this is a basic macports question, but won't deactivating perl5.8 break perl5 and rsnapshot? OSX 10.6.4, i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) Thanks, -Terry Terry Barnum digital OutPost http://www.dop.com

port request for ffmbc

2011-12-08 Thread Terry Barnum
ffmbc is a fork of ffmpeg and geared toward broadcast video. Are there plans to create a port? I sent an email to the ffmpeg port maintainer but thought I'd ask here too. Thanks, -Terry ___ macports-users mailing list macports-users

double port entries?

2011-08-30 Thread Terry Barnum
x11/xorg-libXrandr xorg-util-macros @1.15.0 x11/xorg-util-macros xorg-xproto@7.0.22 x11/xorg-xproto XviD @1.3.2 multimedia/XviD Thanks, -Terry ___ macports-users mailing

Re: double port entries?

2011-08-30 Thread Terry Barnum
run 'sudo port uninstall inactive' to remove them if you don't want to keep them around. This solved the mystery. Thank you very much Daniel. -Terry You can use the -u flag with upgrade to have them automatically uninstalled when upgrading. -- Daniel J. Luke

Re: double port entries?

2011-08-30 Thread Terry Barnum
On Aug 30, 2011, at 4:20 PM, Ryan Schmidt wrote: On Aug 30, 2011, at 17:54, Daniel J. Luke wrote: On Aug 30, 2011, at 6:29 PM, Terry Barnum wrote: Just added a couple ports (imagemagick, qrencode) and noticed some duplicate port entries. Is this normal or have I borked something up? I

Re: port upgrade

2010-06-24 Thread Terry Barnum
On Jun 24, 2010, at 6:29 AM, Brandon S Allbery KF8NH wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/23/10 20:40 , Terry Barnum wrote: Is there a best practices way of upgrading ports? As a relatively new macports user, I've been reluctant to upgrade postfix and dovecot on my

port upgrade

2010-06-23 Thread Terry Barnum
in an emergency? Thanks, -Terry ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

OT: launchd question

2010-03-24 Thread Terry Barnum
script output u...@example.com but launchd complains saying, Unknown option: |. How do you mimic this behavior in launchd? Encapsulate the whole line in a shell script and have launchd call that instead? Thanks for any info. Please reply off-list. -Terry Terry Barnum digital OutPost http

denyhosts question

2010-03-02 Thread Terry Barnum
1.2.0_0 xorg-libXScrnSaver 1.2.0_0 tk 8.5.8_0+darwin python26 2.6.4_0+darwin Are the GUI tools, X11 and font stuff required for a port of a python script? There's no GUI to it, just a python script that outputs to text files and modifies hosts.deny. Thanks, -Terry Terry Barnum digital OutPost San

imapsync couldn't find HMAC.pm or HMAC_MD5.pm

2010-02-10 Thread Terry Barnum
at /opt/local/lib/perl5/vendor_perl/ 5.8.9/Mail/IMAPClient.pm line 2863. The way I got it to work was symlinking HMAC.pm and HMAC_MD5.pm from / System/Library/Perl/Extras/5.8.9/Digest/ Did I do something wrong in the port install? There are no variants other than universal. Thanks, -Terry Terry

Re: imapsync couldn't find HMAC.pm or HMAC_MD5.pm

2010-02-10 Thread Terry Barnum
behind, nothing about imapsync. Does this mean that imapsync has a dependency on p5- digest-hmac but the port doesn't reflect this? Sorry if this is a silly thread, I'm still trying to learn. -Terry On Feb 10, 2010, at 11:08 AM, Bradley Giesbrecht wrote: Sorry, ignore my last post. I'm dumber