Re: PHP version retirement

2019-08-10 Thread Patrick Powell
UPDATING and .../.mk files so you can use the latest Ports tree with the appropriate minor modifications.  You can even generate a script to apply these updates/mods each time you run 'portsnap'. But I digress... -- Patrick Powell Astart Technologies papow...@astart.com150

Re: x11/kde4 pkg not present in repository

2017-09-09 Thread Patrick Powell
wrote: On 09/06/17 18:54, Patrick Powell wrote: The x11/kde package is not present on the latest repository, for FreeBSD 11.0 and 11.1. You can check status of individual packages here: http://package21.nyi.freebsd.org Yuri -- Patrick Powell Astart Technologies papow

x11/kde4 pkg not present in repository

2017-09-06 Thread Patrick Powell
on this. Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting Cell 858-518-7581 FAX 858-751-2435 Web: papowell at astart dot com

Re: State of FUSE on FreeBSD

2017-08-05 Thread Patrick Powell
rom memory) but nothing in the library. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting Cell 858-518-7581 FAX 858-751-2435 Web: papowell at asta

Re: lang/gcc6-aux for head beyond __nonnull related issues: vm_ooffset_t and vm_pindex_t related changes (and more)

2017-07-23 Thread Patrick Powell
sd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" Do you have a patch/revision ID for this change? I would like to test this with some ports that gcc failed on. -- Patrick Powell

Re: How to get pkg to recognize local repository?

2017-07-17 Thread Patrick Powell
you might have a local respository with some ports/packages that you are currently debugging/fixing. You want pkg to search the local respository first and then if it does not find the packages to use the default (remote) repository. -- Patrick Powell Astart Technolo

Re: lang/gcc* package builds vs. release/11.0.1/ and the future release/11.1.0 because of vm_ooffset_t and vm_pindex_t changes and how the lang/gcc* work

2017-06-26 Thread Patrick Powell
ors in the above. === Mark Millard markmi at dsl-only.net ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" -- P

How to use cached packages

2017-04-20 Thread Patrick Powell
--do_not_check_for_latest_version --use_cached_pkg install firefox Any help on this before I tear out the three strands of hair I have left would be appreciated. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019

Re: Problem with gcc5 std library when building ports

2016-10-28 Thread Patrick Powell
ation of the C library, the Great Minds decided that putting snprintf into the C library would not be done as it was 'not part of the deployed routines' or something similar. So they left in sprintf, which ended up causing more boundary overruns and attacks then any other routine. Don

Re: Inconsistency? (was Re: misc/jive deleted)

2016-10-28 Thread Patrick Powell
he artwork for the MythAdventures (Graphic Novel) as well as others. When asked for an update at one of the San Diego Comic Cons, he just laughed hysterically and then politely said 'No!' See http://www.studiofoglio.com/ for examples of his work. -- Patrick Powell Astart Technolo

Re: [HEADSUP] extracting LoadModule out of httpd.conf

2016-08-12 Thread Patrick Powell
On 08/12/16 09:15, olli hauer wrote: On 2016-08-12 16:32, Patrick Powell wrote: On 08/10/16 14:07, Miroslav Lachman wrote: Mathieu Arnold wrote on 08/10/2016 17:42: Hi, It is coming. https://reviews.freebsd.org/D7460 constructive comments welcome. ... I plead with the people making

Re: [HEADSUP] extracting LoadModule out of httpd.conf

2016-08-12 Thread Patrick Powell
now stand a fighting chance of finding this. With the change to itty-bitty files this would be even more useful. Just out of curiosity, how are you going to now deal with temporarily commenting out LoadModule entries? -- Patrick Powell Astart Technologies papow...@astart.com

Re: libvncserver

2016-06-25 Thread Patrick Powell
://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" Perhaps this might be better? CONFIGURE_ARGS+= --without-libva -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite

Re: how do you force make install to overwrite conflicting files from another port?

2016-06-04 Thread Patrick Powell
On 06/03/16 10:53, Lowell Gilbert wrote: Patrick Powell <papow...@astart.com> writes: Suppose that you have a portA which is a dependency of a lot of other ports. You also have a portB which is a replacement/update/upgrade for portA. PortB provides replacements for the executables gen

how do you force make install to overwrite conflicting files from another port?

2016-06-03 Thread Patrick Powell
Is there an option, or a way similar to using 'make FORCE_PGK_REGISTER=YES install' to force overwriting the conflicting files? -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting

Re: HTML5 videos crashes Firefox

2016-04-01 Thread Patrick Powell
fine (btw, not even those warnings). I also saw you tried ssh to another box and I did that too. Just to summarize: _ 10.2/i386/Radeon -> crash; _ 10.1/amd64/Intel -> fine; _ ssh from 10.2/i386/Radeon to 10.1/amd64/Intel -> fine. Patrick, could you please tell us what GPU yo

Re: HTML5 videos crashes Firefox

2016-03-29 Thread Patrick Powell
d.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System

Re: www/mod_auth_mysql2 should be disabled for apache24

2015-11-06 Thread Patrick Powell
e this helps or at least gives some hints on using the mod_dbd module approach. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting

9.3 to 10.2 migration, determining if clang is used

2015-10-13 Thread Patrick Powell
OG_CC configure macro sets, for example, the $ac_gcc_version shell variable with a value that indicates CLANG in use then the following would be useful: if test "$ac_gcc_version" -gt 999 ; then ... fi; -- Patrick Powell Astart Technologies papow...@asta

Re: [HEADS-UP] switching default Perl to 5.22

2015-08-31 Thread Patrick Powell
modperl support might be a bit premature. Just for my information, and because I just know you will laugh and you need some amusement: Where and what do you stick 'USE_PERL='? /etc/make.conf? I don't mind trying to compile the modules I use and see if they work. -- Patrick Powell

Re: [HEADS-UP] switching default Perl to 5.22

2015-08-31 Thread Patrick Powell
be switching the default Perl version to 5.22, and from now on, the new Perl will be added at the end of May when released, and switched to at the beginning of September. mod_perl is still broken with 5.22. Which is very sad. So maybe it's premature to switch the default ? -- Patrick Powell

Re: Apache 2.4 must become default NOW

2015-05-27 Thread Patrick Powell
to the mod_perl updating process... -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting 858-874-6543 FAX 858-751-2435 Web: www.astart.com

Re: Generating port changes easily

2015-03-03 Thread Patrick Powell
On 02/27/15 23:34, Kubilay Kocak wrote: On 28/02/2015 3:35 AM, Patrick Powell wrote: I have made some modifications to a port - couple of lines in the Makefile, and an updated pkg-plist. Once upon a time I was shown a script (run_this_script?) to help with updating a port. 1. Copy

Generating port changes easily

2015-02-27 Thread Patrick Powell
with an update request. Ummm... is there such a 'run_this_script' or am I indulging in wishful thinking? -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting 858-874

pkg: new warning - ap24-mod_perl2 has no direct installation candidates, change it to ap24-mod_perl2

2015-02-13 Thread Patrick Powell
. I now get the 'no direct installation candidates' message. Question: why is this message generated? Question: what can I do to suppress the message and still not have pkg update the port from the repository? -- Patrick Powell Astart Technologies papow...@astart.com

Re: /compat/linux and /usr/compat/linux

2015-02-12 Thread Patrick Powell
/compat to (say) /usr/compat or /usr/local/compat would cause problems with ports and PKGng. Not on installation but on deletion and/or update. Any comments from the freebsd-ports? -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network

Re: /compat/linux and /usr/compat/linux

2015-02-12 Thread Patrick Powell
On 02/12/15 06:58, Patrick Powell wrote: On 02/11/15 06:54, Patrick Powell wrote: Note: just as a side note on this, shouldn't the location actually be /usr/local/compat? But I digress... Murphy's Law Strikes Again. I wanted to see what the latest port/package did: # pkg install

Re: FreeBSD Bug 196703, p5-Wx, wxglade, and webkit-gtk2

2015-02-12 Thread Patrick Powell
compiler you have installed. Good luck on this one... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928 -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting

pkg segmentation fault

2015-01-17 Thread Patrick Powell
: Segmentation fault: 11 -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting 858-874-6543 FAX 858-751-2435 Web: www.astart.com

Re: BIND REPLACE_BASE option

2015-01-16 Thread Patrick Powell
cannot find it again. WRKDIRPREFIX? WORKDIRPREFIX? -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network and System San Diego, CA 92019 Consulting 858-874-6543 FAX 858-751-2435 Web: www.astart.com

Re: BIND REPLACE_BASE option

2015-01-13 Thread Patrick Powell
- apr (Apache Portability Library) being one of them. Currently, I am locking 'apr' so that pkg upgrade does not clobber apr, and this has worked so far. Just an observation. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Rd, Suite X Network

Re: linux-c6-flashplugin11 fetch error

2014-11-12 Thread Patrick Powell
On 11/11/14 08:00, Dave wrote: On Tuesday 11 November 2014 17:07:57 Johannes Meixner wrote: Hi Dave, I've updated the Flash versions to 11.2r202.418 in revision 372450 given Adobe had taken down the old 406 version. Please update your portstree and see if that solves your issues. Best, -xmj

Suggestion on how to add search order to multiple reponsitories

2014-09-23 Thread Patrick Powell
Currently there does not appear to be simple way to specify the order that repositories searched for packages, or at least there is none documented as such that I can find. Suppose we add a 'repo_order' field to the repository specification, i.e. - FreeBSDMyStuff: { URL:

Re: FreeBSD Port: x11-servers/xorg-server

2014-09-23 Thread Patrick Powell
On 09/22/14 23:50, Kevin Oberman wrote: On Mon, Sep 22, 2014 at 9:19 PM, William A. Mahaffey III w...@hiwaay.net wrote: On 09/22/14 16:38, Patrick Powell wrote: On 09/21/14 16:52, William A. Mahaffey III wrote: On 09/21/14 18:12, Robert_Burmeister wrote: William A. Mahaffey III wrote

Re: Switching from building ports to packages

2014-09-16 Thread Patrick Powell
On 09/14/14 20:09, Chad J. Milios wrote: On 09/14/14 16:34, Matt Reimer wrote: I'd like to switch from building everything from source using ports to using packages as much as possible. This requires identifying which ports I'm currently building use the same port knobs as the binary packages

Re: Any update planned for www/mod_log_sql2

2014-09-06 Thread Patrick Powell
On 09/06/14 02:05, Simon Wright wrote: Hi Team! I was wondering whether mod_log_sql2 will be or can be updated to work with the new default of Apache24? Apache22 is specified explictly in the Makefile. I'm not sure whether mod_log_mysql is a replacement/substitute but that is also linked

Re: Does pkg automatically download INDEX?

2014-08-12 Thread Patrick Powell
On 08/09/14 18:15, Naram Qashat wrote: On 08/09/14 19:45, Scot Hetzel wrote: On Fri, Aug 8, 2014 at 7:00 PM, Naram Qashat cyberb...@cyberbotx.com wrote: On 08/04/14 07:28, David Wolfskill wrote: On Mon, Aug 04, 2014 at 07:09:33AM -0400, Naram Qashat wrote: On 08/03/14 22:14, David

Re: Apache 24 + mod_perl

2014-08-08 Thread Patrick Powell
with a box of Red Hat Enterprise Linux Server release 6.5 for me here. Regards, Jie * Patrick Powell papow...@astart.com wrote: Date: Wed, 6 Aug 2014 17:27:15 -0700 From: Patrick Powell papow...@astart.com To: olli hauer oha...@gmx.de CC: Steve Hay steve.m@googlemail.com, Kurt Jaeger li

pkg 1.3.5.1 - Assertion failed

2014-08-08 Thread Patrick Powell
I am setting up a new system which needs KDE. Note that I set up a similar system a couple of weeks ago using the new_xorg repository and the installation worked fine (OK, as well as an installation on a new OS, new system, new Video Card, and a set of new applications works). When I try to

Re: Apache 24 + mod_perl

2014-08-06 Thread Patrick Powell
On 08/06/14 00:19, Steve Hay wrote: On 3 August 2014 22:13, Patrick Powell papow...@astart.com wrote: On 08/03/14 08:25, olli hauer wrote: On 2014-08-01 23:34, Kurt Jaeger wrote: Hi! Question: when will mod_perl be available for Apache 24? There's a PR where people are discussing

Re: Apache 24 + mod_perl

2014-08-06 Thread Patrick Powell
On 08/06/14 14:34, olli hauer wrote: On 2014-08-06 22:45, Patrick Powell wrote: On 08/06/14 00:19, Steve Hay wrote: On 3 August 2014 22:13, Patrick Powell papow...@astart.com wrote: On 08/03/14 08:25, olli hauer wrote: On 2014-08-01 23:34, Kurt Jaeger wrote: Hi! Question: when

Re: Apache 24 + mod_perl

2014-08-03 Thread Patrick Powell
OK, here are the results of my initial tests. See ++ TEST ++ at the end of these notes for the results Sun Aug 3 07:01:46 PDT 2014 I started with FreeBSD 93, perl5.16 test94: {90} # uname -a FreeBSD test94.private 9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 23:44:39 UTC 2014

Re: Apache 24 + mod_perl

2014-08-03 Thread Patrick Powell
Here are the build.log and test.log files mentioned in this posting On 08/03/14 07:09, Patrick Powell wrote: OK, here are the results of my initial tests. See ++ TEST ++ at the end of these notes for the results Sun Aug 3 07:01:46 PDT 2014 I started with FreeBSD 93, perl5.16 test94: {90

Re: Apache 24 + mod_perl

2014-08-03 Thread Patrick Powell
Looks like either the attachments are too large or they do not have an acceptable mime-type as described in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handboohttp://www.freebsd.org On 08/03/14 07:16, Patrick Powell wrote: Here are the build.log and test.log files mentioned

Re: Apache 24 + mod_perl

2014-08-03 Thread Patrick Powell
On 08/03/14 08:25, olli hauer wrote: On 2014-08-01 23:34, Kurt Jaeger wrote: Hi! Question: when will mod_perl be available for Apache 24? There's a PR where people are discussing this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 This PR needs more testers etc. I've updated

pkg meta.txz: Not Found

2014-08-01 Thread Patrick Powell
I updated to pkg-1.3.3 and am getting these annoying messages: pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/meta.txz: Not Found pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/new_xorg/meta.txz: Not Found They appear to be harmless, but is there a way to turn them off or can the

Apache 24 + mod_perl

2014-08-01 Thread Patrick Powell
Question: when will mod_perl be available for Apache 24? Is anybody using it (see below), and what problems (if any) were there? The method outlined below may or may not work - I haven't tried it. Any comments or suggestions? Background: I wanted to update to Apache 24/FreeBSD 9.2.

Re: When poudriere jails become stuck in a loop

2014-07-18 Thread Patrick Powell
On 07/18/14 02:41, Beeblebrox wrote: I have observed that some poudriere jails, on occasion, get stuck in a hanging pattern. If I go to a jail that became stuck, top always shows something like: PID USERNAME THR PRI NICE SIZE RES STATE C TIMEWCPU COMMAND 91534 root 1 233 21840K

Missing pkg x11/kde4

2014-07-10 Thread Patrick Powell
I was following the directions in the FreeBSD handbook and did: pkg install x11/kde4 There does not appear to be a kde4 package in the respository. Did the build fail for this? ___ freebsd-ports@freebsd.org mailing list

Re: Some suggestions about PKGNG documentation

2014-07-06 Thread Patrick Powell
On 07/05/14 03:18, Mike Brown wrote: Warren Block wrote: The documentation team has a standing offer to either assist with markup or accept content-only submissions and do the markup on them. That's good to know. I was under the impression it had to be submitted as DocBook XML. Thanks!

Re: kde4 packages, WITHOUT_NEW_XORG fails

2014-07-05 Thread Patrick Powell
On 07/04/14 16:28, Kevin Oberman wrote: On Fri, Jul 4, 2014 at 4:15 PM, Patrick Powell papow...@astart.com mailto:papow...@astart.com wrote: On 07/04/14 14:23, Koop Mast wrote: [...] On 4-7-2014 22:49, Kevin Oberman wrote: This discussion begs the question of why

kde4 packages, WITHOUT_NEW_XORG fails

2014-07-04 Thread Patrick Powell
I have run into a problem trying to recompile the KDE4 packages with WITHOUT_NEW_XORG=YES. From the CHANGES file: 20140416: AFFECTS: users of x11/xorg graphics/dri graphics/libGL and related ports AUTHOR: x...@freebsd.org The default xorg version has been switched on FreeBSD 10-STABLE and

Re: kde4 packages, WITHOUT_NEW_XORG fails

2014-07-04 Thread Patrick Powell
On 07/04/14 09:56, Kevin Oberman wrote: On Fri, Jul 4, 2014 at 9:14 AM, Patrick Powell papow...@astart.com mailto:papow...@astart.com wrote: I have run into a problem trying to recompile the KDE4 packages with WITHOUT_NEW_XORG=YES. From the CHANGES file: 20140416

Re: kde4 packages, WITHOUT_NEW_XORG fails

2014-07-04 Thread Patrick Powell
On 07/04/14 14:23, Koop Mast wrote: On 4-7-2014 22:49, Kevin Oberman wrote: On Fri, Jul 4, 2014 at 12:03 PM, Patrick Powell papow...@astart.com wrote: On 07/04/14 09:56, Kevin Oberman wrote: On Fri, Jul 4, 2014 at 9:14 AM, Patrick Powell papow...@astart.com wrote: I have run

Some suggestions about PKGNG documentation

2014-07-03 Thread Patrick Powell
OK OK OK - I just started using pkgng. You know the ancient Chinese curse - 'May you live in interesting times!', well starting to use pkgng was ... interesting. Attached are some comments concerning the documentation. I hope you find them useful. On a side note: from reading the

Re: mail/mailman port installation failing

2014-05-30 Thread Patrick Powell
On 05/28/14 21:16, John Marshall wrote: On Wed, 28 May 2014, 16:36 +1000, John Marshall wrote: I'm having no joy trying to install mailman on a new system. Builds fine but won't install. Any tips appreciated. === Registering installation for mailman-2.1.18.1_1 pkg-static:

Re: Done with this port

2014-05-21 Thread Patrick Powell
On 05/20/14 22:10, Matthias Andree wrote: Am 21.05.2014 03:49, schrieb Paul Schmehl: Thanks. With some of my ports I have been really struggling trying to get staging working. I'd be very interested to see what you did, since it was apparently easy for you to do. A bit of experience with

some perl5 modules with .xs components fail to install/package

2013-10-25 Thread Patrick Powell
I also submitted this as a PR. I installed a FreeBSD 8.4-Release. Installed perl5: root@test84:/install/INSTALL_FreeBSD_84 # perl -v This is perl 5, version 14, subversion 4 (v5.14.4) built for amd64-freebsd I then compiled and tried to install a laundry list of perl modules. Some modules

STABLE vs CURRENT packages

2013-06-19 Thread Patrick Powell
' directory? OK, start the snickers and humiliation :-) ... -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network and System El Cajon, CA 92019 Consulting 858-874-6543 Web Site: www.astart.com FAX

Re: Broken SNMP::Info ?

2013-06-13 Thread Patrick Powell
an idea what i can check more, or how to resolve this problem (google doesn't help me)? Thanks for advance ! Make sure you are using 'use SNMP::Info' and not 'use SNMP'. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network

Re: YModem terminal emulator

2013-03-04 Thread Patrick Powell
into this a lot when I use USB serial devices. Try using: ls /dev/cu* and see what devices you have. For examle: server:{15} # ls /dev/cu* /dev/cuau0 /dev/cuau0.init /dev/cuau0.lock /dev/cuau1 /dev/cuau1.init /dev/cuau1.lock Note that the device is /dev/cuau0 not /dev/cauU0 -- Patrick Powell

Re: wine/i386 for FreeBSD/amd64 port (aka wine-fbsd64)

2012-11-07 Thread Patrick Powell
-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network and System El Cajon, CA 92019 Consulting 858-874-6543 Web Site

Re: epson r2400/2880 printers on freebsd8.2 amd64

2011-11-20 Thread Patrick Powell
On 11/20/11 03:57, David Southwell wrote: On Saturday 19 November 2011 06:44:28 Patrick Powell wrote: On 11/19/11 01:53, David Southwell wrote: Hi Anyone up to date on how to do high quality printing with epson inkjet printers (in my case r2400 and r2880) on freebsd8.2 amd64 systems. print

Re: epson r2400/2880 printers on freebsd8.2 amd64

2011-11-19 Thread Patrick Powell
luck... -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network and System San Diego, CA 92019 Consulting 858-874-6543 Web Site: www.astart.com ___ freebsd

Re: Automating Port Building- Setting options on the command line

2011-04-03 Thread Patrick Powell
On 04/02/11 20:39, Sutra Zhou wrote: What about using /usr/ports/ports-mgmt/portconf/? On Sun, Apr 3, 2011 at 6:21 AM, Patrick Powellpapow...@astart.com wrote: On 03/31/11 23:04, Alberto Villa wrote: On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass

Re: Automating Port Building- Setting options on the command line

2011-04-02 Thread Patrick Powell
On 03/31/11 23:04, Alberto Villa wrote: On Friday 01 April 2011 02:49:06 Patrick Powell wrote: What I would like to do is pass in a set of default options on the command line such as: cd /usr/ports/lang/php5-extensions make configure THIS=yes THAT=no cd /usr/ports/multimedia/kdenlive make

Automating Port Building- Setting options on the command line

2011-03-31 Thread Patrick Powell
package I just know that somebody out there is doing this better, slicker, and with more savvy than I am doing this. OK. How do I do this? And just in case there are some others out there, could you put this information, or a hint to it, in the ports(7) document? -- Patrick Powell

Re: Automating Port Building- Setting options on the command line

2011-03-31 Thread Patrick Powell
On 03/31/11 17:48, Jason Helfman wrote: On Thu, Mar 31, 2011 at 05:49:06PM -0700, Patrick Powell thus spake: First, before you tell me to do it, I have already RTFM, done a google search, and even looked for examples. Here is what I am trying to do. I have to generate a set of packages

Re: mysql-client-5.5.10 fails to install properly, breaking all dependant ports

2011-03-20 Thread Patrick Powell
@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org did they fix the broken mysql_install_db which has bad values for the various paths? -- Patrick Powell Astart Technologies papow

Re: mysql-client-5.5.10 fails to install properly, breaking all dependant ports

2011-03-20 Thread Patrick Powell
(./data was one). I suspect that the original script values did not have entries for the paths. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network and System San Diego, CA 92019 Consulting 858

Re: mysql-client-5.5.10 fails to install properly, breaking all dependant ports

2011-03-20 Thread Patrick Powell
On 03/20/11 13:20, Steven Hartland wrote: - Original Message - From: Patrick Powell papow...@astart.com Try running mysql_update and mysql_install_db. The last version of these died with error messages indicating they could not find executables. The problem appeared

Re: mysql-client-5.5.10 fails to install properly, breaking all dependant ports

2011-03-20 Thread Patrick Powell
On 03/20/11 14:38, Steven Hartland wrote: - Original Message - From: Patrick Powell papow...@astart.com My bad. That was mysql_upgrade. Sorry for the confusion. How about mysql_install_db? Can't test that I'm afraid as the machine is now in production. Might want to make sure

Re: FreeBSD Port: mysql-server-5.5.9

2011-03-16 Thread Patrick Powell
the mysql_install_db modified before installation with the correct binary directory. -- Patrick Powell Astart Technologies papow...@astart.com1530 Jamacha Road, Suite X, Network and System San Diego, CA 92019 Consulting 858-874-6543 Web Site