upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
I am having trouble updating the postgresql-contrib port from version 8.4.8 to 8.4.9. Below is what I'm seeing when I attempt to upgrade: corvus-root@/usr/ports/lang/php52# portmaster postgresql-contrib ..snip.. cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes - Wpointer-arith

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
As far i understand you built postgresql ports with enabled option GSSAPI (it is off by default). Disable it and rebuild postgresql. This gssapi support is broken. Okay, so I uninstalled postgresql84-server, did a 'make config' to exclude GSSAPI support, rebuilt the port from scratch. Now

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
Try to build postgresql84-client with explicit disabling GSSAPI: make -DWITHOUT_GSSAPI install. Nope, doesn't work. This is what I did: cetus-root@/usr/ports/databases/postgresql84-server# make -DWITHOUT_GSSAPI install clean ..snip.. === Cleaning for postgresql-server-8.4.9_2

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
You are rebuilding the server, you need to rebuild the client part. # cd /usr/ports/databases/postgresql84-client # make config unselect GSSAPI # make FORCE_PKG_REGISTER=yes install clean cetus-root@/usr/ports/databases/postgresql84-server# cd ../postgresql84-client

Foswiki port

2012-04-24 Thread Doug Sampson
Hello- When will Foswiki be updated to 1.1.4? It's currently at 1.1.3 and doesn't work with Perl 5.14 but 1.1.4 does. Version 1.1.5 is coming out soon and I'd like to upgrade to 1.1.4 and make sure all works smoothly before version 1.1.5 gets released. Thanks, ~Doug

Problem w/ building p5-Compress-Raw-Zlib-2.062

2013-10-30 Thread Doug Sampson
Hello- I appear to be having a problem building the p5-Compress-Raw-Zlib-2.062 port on a FreeBSD 9.1-RELEASE machine. Error message below: # cd /usr/ports/archivers/p5-Compress-Raw-Zlib # make install clean === Building package for p5-Compress-Raw-Zlib-2.062 Creating package

devel/pear-1.6.2

2007-10-19 Thread Doug Sampson
I'm having trouble installing/upgrading devel/pear-1.6.2 as follows: corvus-root@/usr/ports/devel/pear: make install === Installing for pear-1.6.2 === pear-1.6.2 depends on file: /usr/local/include/php/main/php.h - found === pear-1.6.2 depends on file: /usr/local/lib/php/20060613/pcre.so -

RE: devel/pear-1.6.2

2007-10-22 Thread Doug Sampson
What about reinstalling the PHP port with the DEBUG option enabled and then running gdb -c php.core `which php` if it still segfaults to see where it does so? I recompiled lang/php5 with the debug option enabled and ran 'make install' in devel/pear. This is what I got:

[Samba] authenticating using winbindd against NT4 domain fails

2006-09-06 Thread Doug Sampson
Since version 3.0.23b, I have been having trouble getting Windows OSX users to access an NT domain member server running FreeBSD 5.4. It is now at 3.0.23c (installed this morning the 5th). [EMAIL PROTECTED]:/usr/local/lib# net rpc user Password: Could not connect to server 127.0.0.1 Connection

RE: [Samba] authenticating using winbindd against NT4 domain fail s

2006-09-06 Thread Doug Sampson
There is portdowngrade, but i never tested. I do it: # setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs # cvs co -DApr 10 2006 samba3 # cd samba3 # make # make deinstall # make install [EMAIL PROTECTED]:/usr/ports/net/samba3# make === samba-3.0.22,1 has known vulnerabilities: = samba --

Apache 2.2.7?

2014-03-25 Thread Doug Sampson
Recently portaudit informed me that apache 2.2.6 is vulnerable. http://portaudit.freebsd.org/91ecb546-b1e6-11e3-980f-20cf30e32f6d.html indicates that 2.2.7 overcomes the vulnerability. However, when I went in to upgrade the port, version 2.2.7 is nowhere to be found. Thus my portmaster rebuild

FreeBSD Port: reposado-0.0.20130415

2015-02-04 Thread Doug Sampson
Greg Neagle has released an update to reposado (https://github.com/wdas/reposado) involving a new option to remove config-data attributes from product dist files five days ago. When will we see this update in the FreeBSD ports tree? ~Doug ___

FreeBSD Port: reposado-0.0.20150131

2016-04-19 Thread Doug Sampson
Hello- Are there any plans to update the net/reposado port in light of the changes since last year? ~Doug ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

foswiki fails to install

2017-03-17 Thread Doug Sampson
I'm trying to install a fresh instance of www/foswiki version 2.1.3 and it's failing as follows: root@draco:/usr/ports/www/foswiki # make install clean ===> Patching for foswiki-2.1.3 ===> Applying FreeBSD patches for foswiki-2.1.3 File to patch: No file found--skip this patch? [n] y 1 out of

net/samba46

2017-04-04 Thread Doug Sampson
Hello, When I try to join a domain after building samba46, I get this error message: root@aries:/usr/local/etc # net ads join -U dspadmin% Failed to join domain: failed to create kerberos keytab root@aries:/usr/local/etc # I cannot find anything in any of the samba4 logs.

RE: net/samba46

2017-04-06 Thread Doug Sampson
> When I try to join a domain after building samba46, I get this error > message: > > root@aries:/usr/local/etc # net ads join -U dspadmin% > Failed to join domain: failed to create kerberos keytab > root@aries:/usr/local/etc # > > > I cannot find anything in any of the samba4 logs. > >

Openfire 4.1.6 compile failed

2017-10-17 Thread Doug Sampson
During upgrade of openfire from 4.1.5 to 4.16 the following error was observed: ===> Installing for openfire-4.1.6,1 ===> Checking if openfire already installed ===> Registering installation for openfire-4.1.6,1 Installing openfire-4.1.6,1... ===> Creating groups. Using existing group

RE: Openfire 4.1.6 compile failed

2017-10-17 Thread Doug Sampson
> During upgrade of openfire from 4.1.5 to 4.16 the following error was > observed: > > ===> Installing for openfire-4.1.6,1 > ===> Checking if openfire already installed > ===> Registering installation for openfire-4.1.6,1 > Installing openfire-4.1.6,1... > ===> Creating groups. > Using

RE: RE: Openfire 4.1.6 compile failed

2017-10-24 Thread Doug Sampson
> I can't reproduce it here. What are exactly the commands you're issuing > to upgrade the port? > > I don't see where the .logs.CB0BLDkFGJLs symlink might be coming from. > > Does removing it manually help? > Hi, Just returned today from one week vacation. I used portmaster to perform the

Update www/foswiki to 2.1.6?

2018-04-25 Thread Doug Sampson
Hello- After upgrading to perl5-5.26.2, I keep getting perl-related errors each time I execute tools/mailnotify as follows: root@aries:/usr/local/www/foswiki # ./tools/mailnotify Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked

RE: Update www/foswiki to 2.1.6?

2018-04-26 Thread Doug Sampson
> You should either > > * Send request mail to maintainer of www/foswiki. > * Create new bug report to request update of www/foswiki at FreeBSD > Bugzilla. > > instead of requesting here because it is not sure if the maintainer is > subscribing this mailing list. > > --- > Yasuhiro KIMURA I

FreeBSD Port: unifi5-5.10.20

2019-04-23 Thread Doug Sampson
feld- Are there any plans to upgrade the unifi port to 5.10.21? I appear to be having some difficulty running 5.10.20 on five APs and wondered if 5.10.21 would be out any time soon? ~Doug Doug Sampson IT Administrator | DawnSignPress, Inc. 858-768-0486 do...@dawnsign.com<mailto

p5-Locale-Language?

2020-02-05 Thread Doug Sampson
How do I go about requesting a new Perl port for the Locale::Language module that was taken out of Perl 5.30? www/foswiki depends on that module and some of its functions have not worked since I upgraded the wiki system to 5.30. Since I use ports exclusively, I do not wish to revert to cpan to

Re: Fwd: unifi5, mongodb and python2

2020-07-06 Thread Doug Sampson
Is there any movement on this issue? I don't see a PR? I have an installation facing this issue. ~Doug From: owner-freebsd-po...@freebsd.org on behalf of Dave Cottlehuber Sent: Wednesday, June 17, 2020 9:34 AM To: Kurt Jaeger; Ronald Klop Cc: