Re: List of packages upgraded last time `pkg upgrade` was executed

2021-01-27 Thread Mike Andrews via freebsd-ports
On Wed, 27 Jan 2021, Yasuhiro Kimura wrote: From: Freddie Cash Subject: Re: List of packages upgraded last time `pkg upgrade` was executed Date: Tue, 26 Jan 2021 17:26:29 -0800 /var/log/messages and I think /var/log/daemon include the output of the pkg commands. If you have the log files back

Re: pkg feature request

2020-08-13 Thread Mike Clarke
ne. It would, of course, be much better if I could obtain the revision number of the repository directly from pkg. The real icing on the cake would be to have a command 'pkg sync-ports' which would use the revision information to upgrade the ports tree in one go without needing to manual

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-11 Thread Mike Clarke
to time in the past. What we need is a pkg command which returns the revision number of the ports tree which was used to build the current repository. When provided with that information I could run "svnlite up -q -r $REV $PORTSDIR" to keep my ports and packages

PR commit request

2020-08-08 Thread Mike Clarke
27; and it hasn't been assigned to anybody. -- Mike Clarke [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247771 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, s

Re: mail/filtermail fails to build with 13.0-CURRENT

2020-07-01 Thread Mike Clarke
an5/${PORTNAME}ex.5.gz \ man/man5/${PORTNAME}rc.5.gz post-patch: @${REINPLACE_CMD} -e 's|filtermail.sourceforge| mailfilter.sourceforge|g' ${WRKSRC}/README post-extract: @${RM} ${WRKSRC}/src/getopt.h .include -- Mike Clarke ___

Re: mail/filtermail fails to build with 13.0-CURRENT

2020-06-27 Thread Mike Clarke
trying to get it to work is because it recently failed to build on the FreeBSD package build server with poudriere for 13.0-CURRENT http:// beefy18.nyi.freebsd.org/data/head-amd64-default/p540358_s362600/logs/ filtermail-0.8.3_1.log[1] . I've tried building on my home PC using make and get

mail/filtermail fails to build with 13.0-CURRENT

2020-06-27 Thread Mike Clarke
directory '/usr/ports/mail/filtermail/work/filtermail-0.8.3/src' gmake[2]: *** [Makefile:382: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/mail/filtermail/work/filtermail-0.8.3' gmake[1]: *** [Makefile:320: all] Error 2 gmake[1]: Leaving director

Re: Lsof port can't build (again)

2020-06-16 Thread Mike Bristow
ON|BRANCH)' /usr/src/sys/conf/newvers.sh" ? How do you maintain the src tree on your machine? Cheers, Mike ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: Some KDE4 desktop effects not working after pkg upgrade

2018-04-16 Thread Mike Clarke
in the FreeBSD KDE list. -- Mike Clarke ___ 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"

Some KDE4 desktop effects not working after pkg upgrade

2018-04-16 Thread Mike Clarke
k3b: 2.0.3_5 -> 17.12.3 gstreamer1-qt4: 1.2.0_9 -> 1.2.0_10 gnupg: 2.2.5 -> 2.2.6 get_iplayer: 3.01 -> 3.13 gcc6: 6.4.0_4 -> 6.4.0_5 en_GB-libreoffice: 6.0.2_3 -> 6.0.3 ca_root_nss: 3.36 -> 3.36.1 brotli: 1.0.2,1 -> 1.0.4

Re: When does a newly committed port become installable via 'pkg'?

2018-01-28 Thread Mike Clarke
On Sunday 28 Jan 2018 13:01:44 Freddie Cash wrote: > You can switch to the "latest" repo, which gets rebuilt every Tuesday, I > believe. It's more frequent than that now. Packages for 111amd64- default seem to be getting updated about every 2 d

Re: When does a newly committed port become installable via 'pkg'?

2018-01-28 Thread Mike Clarke
work but it's better to leave /etc/pkg/FreeBSD.conf untouched and create /usr/local/etc/pkg/repos/FreeBSD.conf with the following: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest";, } That way your setting doesn't get wiped out with the next update to base. -

lang/ghc -8.0.2_2 mismatched checksums

2018-01-02 Thread Mike Clarke
27;ve reinstalled the package but still get the errors. curlew:/home/mike% pkg info ghc ghc-8.0.2_2 Name : ghc Version: 8.0.2_2 Installed on : Mon Jan 1 09:35:19 2018 GMT Origin : lang/ghc Architecture : FreeBSD:11:amd64 Prefix : /usr/local Categories : ha

Re: portmaster, portupgrade, etc

2017-10-06 Thread Mike Clarke
110amd64-default) PKG_SERVER=beefy9.nyi.freebsd.org ;; If only pkg could be made to report the revision number of the ports tree it was built from we wouldn't need to hunt around for this information. -- Mike Clarke ___ freebsd-ports@free

Re: portmaster, portupgrade, etc

2017-10-05 Thread Mike Clarke
my own version but I'd hope that documented methods will continue to exist for users with this type of need. -- Mike Clarke ___ 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"

Re: Upgrade PHP to 7.0

2017-06-05 Thread Mike Clarke
and themes for potential problems. https://wordpress.org/plugins/php-compatibility-checker/ -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freeb

Re: poudriere + bdb6 build issue (maybe newbie stupidity)

2017-05-10 Thread Mike Andrews
On Wed, 10 May 2017, Adam Weinberger wrote: On 10 May, 2017, at 10:59, Mike Andrews wrote: I’m experimenting with poudriere for the first time and running into an issue with some ports that use BDB. With this in make.conf: DEFAULT_VERSIONS= bdb=6 I get this for four ports that use BDB 6

poudriere + bdb6 build issue (maybe newbie stupidity)

2017-05-10 Thread Mike Andrews
I’m experimenting with poudriere for the first time and running into an issue with some ports that use BDB. With this in make.conf: DEFAULT_VERSIONS= bdb=6 I get this for four ports that use BDB 6: [00:00:47] >> [04][00:00:00] Finished build of databases/p5-BerkeleyDB: Ignored: cannot in

Re: How to use cached packages

2017-04-21 Thread Mike Clarke
case you might have dependency problems if it requires earlier versions of dependencies than those already installed on your system. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To uns

Re: Odd daily security run output message

2017-02-19 Thread Mike Clarke
telling you (very poorly) that Samba v3.6 is no longer supported by > the samba folks and you should stop using it and that it is scheduled to be > deleted at hte end of June. It's not just gnome. Kde4 requires it too: curlew:/home/mike% pkg info -r samba36-libsmbclient-3.6.25_2 samba36

Re: Firefox and sndio

2017-01-28 Thread Mike Clarke
RUST : on SNDIO : off TEST : off [snip] Annotations: cpe: cpe:2.3:a:mozilla:firefox:51.0:freebsd11:x64:2 no_provide_shlib: yes repo_type : binary repository : FreeBSD -- Mike Clarke ___

Re: What's happened to flashplugin?

2017-01-02 Thread Mike Clarke
On Mon, 2 Jan 2017 11:16:38 +0100 Dimitry Andric wrote: > It's been renamed to www/linux-flashplayer. Thanks. It's working fine now after installing the new renamed version. -- Mike Clarke ___ freebsd-ports@freebsd.org maili

What's happened to flashplugin?

2017-01-02 Thread Mike Clarke
Both www/linux-c7-flashplugin24 and www/linux-c6-flashplugin24 appear to have been deleted from ports but I can't find information relating to why they've gone. Is this deletion permanent or can we expect a flash plugin to reappear? -- M

Re: mail/spamassassin config option AS_ROOT is confusing

2016-12-22 Thread Mike Brown
On Tue, Dec 20, 2016 at 05:16:32PM -0700, Adam Weinberger wrote: > > On 20 Dec, 2016, at 16:51, RW wrote: > > > > On Tue, 20 Dec 2016 11:53:43 -0700 > > Mike Brown wrote: > > > >> The AS_ROOT option in the mail/spamassassin port is really confusing > &g

mail/spamassassin config option AS_ROOT is confusing

2016-12-20 Thread Mike Brown
The AS_ROOT option in the mail/spamassassin port is really confusing to me. Given that its description is "Run spamd as root (recommended)", what actually happens is somewhat bonkers: The main spamd process always runs as root. If AS_ROOT is enabled, then the child processes who do all the work

Make index fails with no entry for /usr/ports/audio/linux-c7-mikmod

2016-12-15 Thread Mike Clarke
d so what's causing make index to try to index it? -- Mike Clarke ___ 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"

Re: dependency explosions

2016-10-03 Thread Mike Clarke
s to get the required options would be a much bigger task for these installations than it would be for the servers. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any ma

Re: Checking port option descriptions

2016-09-17 Thread Mike Clarke
er would be able to refer to the file before selecting an option, A further enhancement could be to modify the way that configure works so that the user can select an option and press "?" to see the section of text, if any, from pkg-o

pulseview 0.4.0 not linking. Help with Qt5 app build?

2016-07-12 Thread Mike Meyer
I'm working on new versions of the sigrok ports (libserialport, libsigrok, libsigrokdecode and pulseview being the critical bits). While the C things all build and seem to work with little problem, the GUI package - pulseview - fails to link with a bunch of references to undefined variables. Those

Re: mail/roundcube (bsd.php.mk broken?)

2016-03-24 Thread Mike Jakubik
On 2016-03-23 09:33 PM, Guido Falsi wrote: On 03/24/16 01:56, Mike Jakubik wrote: On 2016-03-23 08:42 PM, Guido Falsi wrote: On 03/24/16 01:09, Mike Jakubik wrote: ports tree. I guess i can try upgrading to 5.5 and hope that my applications are compatible with it. Sigh, FreeBSD has become a

Re: mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik
On 2016-03-23 08:42 PM, Guido Falsi wrote: On 03/24/16 01:09, Mike Jakubik wrote: ports tree. I guess i can try upgrading to 5.5 and hope that my applications are compatible with it. Sigh, FreeBSD has become a PITA lately to maintain unless everything installed is bleeding edge. In any case

Re: mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik
On 2016-03-23 05:56 PM, Guido Falsi wrote: On 03/23/16 22:26, Mike Jakubik wrote: Hello, I am getting the following errors trying to update roundcube, this is on FreeBSD 9, using default version of php (5.4). I've tried adding DEFAULT_VERSIONS+=php=5.4 to make.conf but that did not

Re: mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik
On 2016-03-23 06:51 PM, Miroslav Lachman wrote: Guido Falsi wrote on 03/23/2016 22:56: On 03/23/16 22:26, Mike Jakubik wrote: Hello, I am getting the following errors trying to update roundcube, this is on FreeBSD 9, using default version of php (5.4). I've tried adding DEFAULT_VER

mail/roundcube (bsd.php.mk broken?)

2016-03-23 Thread Mike Jakubik
Hello, I am getting the following errors trying to update roundcube, this is on FreeBSD 9, using default version of php (5.4). I've tried adding DEFAULT_VERSIONS+=php=5.4 to make.conf but that did not make difference. Any ideas? Thanks. root@illidan.local:/usr/local/www# portmaster roundcu

Re: Cant install any perl module via ports "Undefined symbol "PL_tainting"

2015-11-18 Thread Mike Jakubik
On 2015-11-17 12:58 PM, Mark Martinec wrote: On 2015-11-17 18:19, Mike Jakubik wrote: Undefined symbol "PL_tainting" at /usr/local/lib/perl5/5.16/XSLoader.pm line 68. at /usr/local/lib/perl5/site_perl/mach/5.16/Encode.pm line 10. Looks like a mismatch between a version of perl an

Re: Cant install any perl module via ports "Undefined symbol "PL_tainting"

2015-11-17 Thread Mike Jakubik
On 2015-11-17 12:38 PM, Michelle Sullivan wrote: Hate to tell you this but you're going to get w**kered by people for the versions.. You installed part of it from binary (pkgng) ...? You upgraded perl? (or didn't upgrade perl) ? IIRC perl 5.16 got 'retired' recently so if you got anythi

Cant install any perl module via ports "Undefined symbol "PL_tainting"

2015-11-17 Thread Mike Jakubik
Hello, I decided to update spamassassin today and its dependencies only to find out that perl is now somehow broken, i get the following errors during installation. ===> Staging for p5-IO-Socket-SSL-2.020 ===> Generating temporary packing list Pod::Man is not available: Can't load '/usr/l

Re: 'too many errors' when compiling mysql56-client yassl code

2015-09-16 Thread Mike Brown
On Thu, Sep 10, 2015 at 07:54:14AM -0600, Mike Brown wrote: > I'm trying to build mysql56-server from the ports collection, and during the > build of the yassl part of mysql56-client, compilation aborts due to too many > errors. > > Here's the relevant output: http

'too many errors' when compiling mysql56-client yassl code

2015-09-10 Thread Mike Brown
I'm trying to build mysql56-server from the ports collection, and during the build of the yassl part of mysql56-client, compilation aborts due to too many errors. Here's the relevant output: http://pastebin.com/raw.php?i=kXaDDJJY The problems seem to be in the source code, but I don't understan

Re: Packages lagging for 10.2

2015-09-08 Thread Mike Clarke
This will override the url attribute in /etc/pkg/FreeBSD.conf -- Mike Clarke ___ 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"

Re: Perl 5.20 breaks /usr/bin/perl

2015-08-16 Thread Mike Clarke
tirely on pkg and never build from ports. Many of these users will not have, nor need, an up to date ports tree in which case they will not be aware of this. IMHO the note about the symlink having been removed should also have been included as pkg-message. -- Mike Clarke ___

Re: Synchronising ports with package cluster

2015-04-15 Thread Mike Clarke
On Tuesday 14 Apr 2015 11:30:19 Don Lewis wrote: > On 14 Apr, Mike Clarke wrote: [snip] > > The problem is that 101amd64-default hasn't been built on > > beefy2.isc.freebsd.org since version 381523 on 2015-03-18_03h47m09s. > > > > The mystery is where do we get

Re: Synchronising ports with package cluster

2015-04-14 Thread Mike Clarke
ry is where do we get the logs from now? -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Synchronising ports with package cluster

2015-04-12 Thread Mike Clarke
On Thursday 02 Apr 2015 10:13:34 Mel Pilgrim wrote: > On 2015-04-01 13:42, Mike Clarke wrote: > > Where can I now obtain the revision number for the ports tree used for the > > latest package build? > > > > Although the above method has worked in the past it's a b

Synchronising ports with package cluster

2015-04-01 Thread Mike Clarke
the ports tree used for the latest package build? Although the above method has worked in the past it's a bit of a bodge. The ideal way would be if this information could be accessed directly from the relevant package repository. Would it be possible to provide such a facility? --

ports-mgmt/portell distfiles no longer on SourceForge

2015-03-21 Thread Mike Brown
ports-mgmt/portell can't be installed now because its SourceForge project has disappeared. It looks like the author is now just using a GitHub Gist for it: https://gist.github.com/rkulla/1122022 Is that usable? ___ freebsd-ports@freebsd.org mailing lis

Re: pkgng deviates from defaults?

2015-03-09 Thread Mike Clarke
e pkg then the only option is to switch to using php5.6. This will involve uninstalling all the php5.5 packages and reinstalling default php5.6 versions. I went through this process recently and described the steps involved in questions@ <https://lists.freebsd.org/pipermail/freebsd-questions/2

Re: Overriding binary package with local build

2015-03-09 Thread Mike Clarke
rent options, but also needs an update. pkg lock gld This will prevent gld from being updated by pkg but it will also prevent you from installing it when you rebuild it so you will need to unlock it for the duration while you're building it. See pkg-loc

License compatibility issues?

2015-03-06 Thread Mike Meyer
After a discussion on another list, I'm wondering if anyone has ever done anything to verify that the license requirements of the dependencies of a package (I don't know of any licenses that would cause problems for a port, as those don't involve distribution of derived works in the form of a binar

Re: www/midori dislikes the letter h

2015-02-27 Thread Mike Clarke
dori segfaults and closes. > > Segfaulting on the letter "h" does not look like a very good omen to me... > I don't have the problems here with midori 0.5.9 on 10.1-RELEASE-p6 -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list

pkg upgrade wants to leave me with a mix of php5.4 and php5.6

2015-02-26 Thread Mike Clarke
195 MiB to be downloaded. Proceed with this action? [y/N]: n --- Looks like I need to delete all my php* packages, install php56* versions and then run pkg upgrade. Is there a neater way of fixing this? -- Mike Clarke __

PHP 5.6 is default. What do lang/php5 users do?

2015-02-25 Thread Mike Brown
The default version of PHP is now 5.6, but lang/php5 is still 5.4. >From looking at the commits,[1] it seems that if I didn't have lang/php5 (5.4) installed, and then I installed something that requires PHP, I'd get lang/php56. Is that right? But since I do have lang/php5 installed, upgrading wi

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

2015-02-14 Thread Mike Clarke
ut have only ever seen the message for mod_php5. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Dependent ports use different c++ compilers

2015-02-06 Thread mike
9.3 to the usage of GNU g++ (FreeBSD 10+ is using clang++) and this leads to missing symbols when linking kicad-devel. How can this dilemma be resolved? Greetings --- Mike (mr@) ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org

Pkg upgrade says "mod_php5 has no direct installation candidates"

2015-01-02 Thread Mike Clarke
t I'm curious what's causing this behaviour and how to prevent it. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: autoconf & automake~pkg-renamed cruft in pkg db - how to fix?

2014-12-17 Thread Mike Brown
gt; To fix that you can pkg delete them and reinstall automake and autoconf which > will give you only the latest packages (where the name is fixed) That worked. Thanks for the explanation and solution. Mike ___ freebsd-ports@freebsd.org mailing list http

autoconf & automake~pkg-renamed cruft in pkg db - how to fix?

2014-12-15 Thread Mike Brown
One of the ports on my system needs automake, but somehow its name has been butchered in the pkg database. ===>>> Launching 'make checksum' for net/GeoIP in background ===>>> Gathering dependency list for net/GeoIP from ports ===>>> Launching child to update automake~pkg-renamed~8513-1.14 to aut

Re: Tomcat7: Unable to stop process (unlike tomcat6)

2014-12-09 Thread Mike Jakubik
Unfortunately after actually trying this, it does not work, forcestop or faststop does absolutely nothing different than stop. Shouldnt these options be properly utilized? It seems to me that the rc.d script for tomcat7 is a step backwards from tomcat6. Thanks. On 2014-12-09 09:50 AM, Mike

Re: Tomcat7: Unable to stop process (unlike tomcat6)

2014-12-09 Thread Mike Jakubik
After i slept on this I remembered the rc.d system offers a force option. root@illidan.local:~# /usr/local/etc/rc.d/tomcat7 forcestop, seems to work. Thanks. On 2014-12-08 06:09 PM, Mike Jakubik wrote: Hello, I've Noticed that the rc.d script for tomcat7 has changed from version

Tomcat7: Unable to stop process (unlike tomcat6)

2014-12-08 Thread Mike Jakubik
Hello, I've Noticed that the rc.d script for tomcat7 has changed from version 6. In tomcat6 a function called tomcat_stop() would force kill after a certain timeout, this no longer happens in tomcat7 and sometimes we are unable to stop it using the rc.d script, it just sits there waiting for

Re: building legacy packages with poudriere ?

2014-12-05 Thread Mike Tancsa
! Next is to integrate poudriere into future projects. Thanks everyone for the help! ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http

Re: building legacy packages with poudriere ?

2014-12-04 Thread Mike Tancsa
bed # poudriere version 3.1-RC3 # ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ _

building legacy packages with poudriere ?

2014-12-04 Thread Mike Tancsa
want to build .txz / pkgng style packages. Is there a way to get poudriere to build packages that an older releng8 installation would understand ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since

Re: Port Name Clash: What To Do?

2014-10-01 Thread Mike Clarke
technique for renaming the port and relevant files. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: bash velnerability

2014-09-30 Thread Mike Tancsa
1 (original shellshock) Not vulnerable to CVE-2014-7169 (taviso bug) ./bashcheck: line 18: 19749 Segmentation fault (core dumped) bash -c "true $(printf '< /dev/null Vulnerable to CVE-2014-7186 (redir_stack bug) Test for CVE-2014-7187 not reliable without address sanitizer Varia

Re: bash velnerability

2014-09-29 Thread Mike Tancsa
mped) bash -c "true $(printf '< /dev/null Vulnerable to CVE-2014-7186 (redir_stack bug) Test for CVE-2014-7187 not reliable without address sanitizer Variable function parser inactive, likely safe from unknown parser bugs ---Mike -- --- Mike Tancsa, tel +1 5

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

2014-09-24 Thread Mike Clarke
On Tuesday 23 Sep 2014 20:46:29 Patrick Powell wrote: > I can't check this out right now, BUT are the keyboard/mouse > drivers on the WITH_NEW_XORG > repo server built correctly? They appear to be built OK, curlew:/home/mike% pkg rquery "%n %v %R" xf86-input-mouse

pkg upgrade attempts to use the "wrong" repository for some packages

2014-09-21 Thread Mike Clarke
get some packages from FreeBSD when they should be from one of the other repositories. This will cause problems for at least three of my packages - audacity, xf86-input-keyboard and xf86-input-mouse. curlew:/home/mike% uname -a FreeBSD curlew.lan 9.3-RELEASE-p2 FreeBSD 9.3-RELEASE-p2 #0: Mon

Re: unable to set default apache port

2014-09-19 Thread Mike Clarke
ber 10. APACHE_PORT= now causes the build to fail but DEFAULT_VERSIONS+=apache=2.2 works now. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-por

Re: unable to set default apache port

2014-09-08 Thread Mike Clarke
this worked: APACHE_PORT=www/apache22 -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: service doen't get started at boottime, but can start manually

2014-09-08 Thread Mike Clarke
/rc.d I would have been having difficulty working out why the documentation was providing code that didn't work. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, se

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Mike Clarke
e test for PROVIDE in find_local_scripts_new() should be replaced by a test for defining the variable "name" (which is mandatory) or perhaps there's no longer any need to apply this test? -- Mike Clarke ___ freebsd-ports@freebsd.org ma

Re: service doen't get started at boottime, but can start manually

2014-09-07 Thread Mike Clarke
s that it's only needed if other scripts are to depend on it. <https://www.freebsd.org/doc/en/articles/rc-scripting/rcng-hookup.html> -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Poudriere fails to set up gimp support for xsane

2014-09-05 Thread Mike Clarke
to be related to the version of gimp, xsane or the OS but, for the record, here's what I currently have curlew:/home/mike% uname -a FreeBSD curlew.lan 9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 23:44:39 UTC 2014 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 curlew:

Re: Cant get gimp to use xsane with FreeBSD 10.-RELRASE

2014-09-01 Thread Mike Clarke
On Monday 18 August 2014 21:10:46 I wrote: > The output from gimp --verbose shows the following problem: > > Parsing '/home/mike/.gimp-2.8/pluginrc' > Querying plug-in: '/home/mike/.gimp-2.8/plug-ins/xsane' > /home/mike/.gimp-2.8/plug-ins/xsane: GIMP support mi

Re: Cant get gimp to use xsane with FreeBSD 10.-RELRASE

2014-08-29 Thread Mike Clarke
might be a problem with versions later than 2.8.10_3 - I'll need to run some tests before the next time I upgrade my ports. -- Mike Clarke ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Cant get gimp to use xsane with FreeBSD 10.-RELRASE

2014-08-18 Thread Mike Clarke
I've just upgraded from 9,1-RELEASE to 10.0-RELEASE After deleting and reinstalling all packages I can't get gimp to use the xsane dialog. The option to use xsane doesn;t appear in the File - Create menu The output from gimp --verbose shows the following problem: Parsing '/

Re: Some suggestions about PKGNG documentation

2014-07-05 Thread Mike Brown
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: Some suggestions about PKGNG documentation

2014-07-04 Thread Mike Brown
Patrick Powell wrote: > TUTORIAL: The Savant's Guide To Ports, Packages, PkgNG > Try to put a lot of the information about pkgng, repositories, > etc. in a single place. I suggest a tutorial format, rather > than a user manual format, with references to the various > man pages, other documents,

Re: pdksh put path to man page in /etc/shells

2014-06-10 Thread Mike Selner
@freebsd.org" ? thanks, -- Mike ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Mike Jakubik
On 05/02/14 17:52, Kurt Jaeger wrote: Hi! The new version of chrome does not compile on 10-stable. Actually it fails during the configure stage. Some sort of python module named breakpad is missing. Below is the error. http://www.freebsd.org/cgi/query-pr.cgi?pr=189230 comes with a fix, which

FreeBSD Port: www/chromium

2014-05-02 Thread Mike Jakubik
Hello, The new version of chrome does not compile on 10-stable. Actually it fails during the configure stage. Some sort of python module named breakpad is missing. Below is the error. ===> FreeBSD 10 autotools fix applied to /usr/ports/www/chromium/work/chromium-34.0.1847.132/third_party/f

Re: Recompile of xfce due to new xorg lib bump broke my desktop

2014-04-23 Thread Mike Jakubik
On 04/23/14 14:32, Sergey V. Dyatko wrote: On Wed, 23 Apr 2014 13:51:08 -0400 Mike Jakubik wrote: Hello, So i updated my ports yesterday using the method described in UPDATING, everything was fine till i rebooted my desktop today. I logged in and everything looked different. The fonts are

Recompile of xfce due to new xorg lib bump broke my desktop

2014-04-23 Thread Mike Jakubik
Hello, So i updated my ports yesterday using the method described in UPDATING, everything was fine till i rebooted my desktop today. I logged in and everything looked different. The fonts are messed up, half the icons don't display (some are blank some show an X). Everrything looks blocky, ch

FreeBSD Port: www/tomcat-native

2014-04-01 Thread Mike Jakubik
Hello, It looks like the recent update of apr has broken this port. However there is a simple fix. LIB_DEPENDS=libapr-1.so.4:${PORTSDIR}/devel/apr1 needs to be changed to LIB_DEPENDS=libapr-1.so.5:${PORTSDIR}/devel/apr1 Or perhaps its better not to specify the exact library version.

Re: pkg upgrade today (20140320) breaks VirtualBox

2014-03-20 Thread Mike C.
Also noticed that since yesterday at least... its not in the "latest" repo.. only in "quarterly" and "release". Same for other ports like kde... I guess those failed to build. How often is the latest repo updated? weekly? Guess the only option for those is build

py-setuptools fails to install on 10-stable

2014-03-19 Thread Mike Jakubik
Hello, devel/py-setuptools27 is a dependency of textproc/py-MarkupSafe, however it fails to install on 10-stable due to some conflict. ===> Installing for py27-setuptools27-2.0.1 ===> Checking if devel/py-setuptools27 already installed ===> Registering installation for py27-setuptools27-2.

Re: bash 4.3 problem

2014-03-07 Thread Mike Jakubik
On 03/04/14 15:33, Albert Shih wrote: Hi all, I don't known if it's a problem with bash 4.3 or with bash 4.3-FreeBSD. But when you got a file with a name like (my_file) begin with a "(" the completion don't work. Albert, This works just fine for me on two machines. GNU bash, version 4.

Re: 11-CURRENT iconv build failures

2014-02-20 Thread Mike Jakubik
Same problem on 10-stable, I am unable to compile many ports including a VirtualBox which I depend on a daily basis. On 02/20/14 14:27, CiPHER nl wrote: Hello, I'm running FreeBSD 11-CURRENT r262235 (as of this morning) and building Virtualbox from ports (emulators/virtualbox-ose) fails for m

Re: FreeBSD Port: converters/recode

2014-02-18 Thread Mike Jakubik
Great, thanks! On 02/18/14 15:07, Dmitry Sivachenko wrote: Hello, This should be fixed after rev. 344949 has been committed. On 18 февр. 2014 г., at 23:14, Mike Jakubik wrote: Hello, I am having trouble compiling this. FreeBSD freebsd.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r261907

FreeBSD Port: converters/recode

2014-02-18 Thread Mike Jakubik
Hello, I am having trouble compiling this. FreeBSD freebsd.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r261907: Fri Feb 14 20:18:46 EST 2014 root@freebsd.local:/usr/obj/usr/src/sys/FREEBSD amd64 ./fr-charname.h:4909:6: warning: illegal character encoding in string literal [-Winvalid-source-en

FreeBSD Port: www/chromium

2014-01-23 Thread Mike Jakubik
Hello, I just updated to the latest version of chromium, now as soon as I attempt any operation chromium crashes with the following error. [77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad pickle of FormData, no version present [77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad

Re: VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS]

2014-01-17 Thread Mike Jakubik
On 01/17/14 14:17, Mike Jakubik wrote: Just wanted to let everyone know this compiles and works perfect for me on 10.0-PRE. The only issue I have is with the vboxwebsrv rc.d script, when I try to start it nothing happens, no errors, however manually running vboxwebsrv -b does the job. Thanks

Re: VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS]

2014-01-17 Thread Mike Jakubik
On 01/13/14 03:42, Bernhard Fröhlich wrote: On Mon, Jan 13, 2014 at 7:46 AM, Craig Rodrigues wrote: There is really no reason to make that dance so complicated or why you need to destroy your /usr/ports. WARNING: If there are issues with that ports please contact jkim@ Just wanted to let

Re: FreeBSD Port: emulators/virtualbox-ose

2014-01-15 Thread Mike Jakubik
On 01/15/14 16:37, Bernhard Fröhlich wrote: On Wed, Jan 15, 2014 at 7:58 PM, Mike Jakubik wrote: Hello, Having trouble compiling on a freshly installed 10.0-PRE, below is the error. The only port options selected are GUESTADDITIONS, VNC, WEBSERVICE. Thanks. kBuild: Compiling tstVMStructRC

USE_PYTHON version range no longer valid?

2014-01-15 Thread Mike Brown
A port I maintain (sorta) can only be built under Python 2.2.1 through 2.4.x. The app isn't being developed any longer, so patches to get it to build under 2.5+ aren't likely to be forthcoming. The port Makefile previously had USE_PYTHON= 2.2-2.4, but it was changed this week to simply USE_PYTHON

FreeBSD Port: emulators/virtualbox-ose

2014-01-15 Thread Mike Jakubik
Hello, Having trouble compiling on a freshly installed 10.0-PRE, below is the error. The only port options selected are GUESTADDITIONS, VNC, WEBSERVICE. Thanks. kBuild: Compiling tstVMStructRC - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/VMM/testcase/tstVMStructRC.c

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 18:34, Bernhard Fröhlich wrote: Am 11.12.2013 22:16 schrieb "Mike Jakubik" <mailto:mike.jaku...@intertainservices.com>>: > > On 12/11/13 15:51, Bernhard Fröhlich wrote: >> >> >> That definitely is the libstdc++ from our ancient gcc 4.2

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 15:51, Bernhard Fröhlich wrote: That definitely is the libstdc++ from our ancient gcc 4.2 in base. Could you try to temporary rename the so and try to start vbix again? Don't forget to rename it afterwards if there are any binaries that still need it. Renaming /usr/lib/libstdc

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 15:32, Bernhard Fröhlich wrote: I can only repeat myself. It will not happen any day soon because clang does not support global register variables and they do not seem to have any interest to implement that. Got it. Could you please send me the following output just to verify: str

  1   2   3   >