[NEW PORT] net-p2p/lidarr: Music collection manager for Usenet and BitTorrent users

2019-08-10 Thread Matt Russi
Hi all, My apologies if this is not the correct place to post this. Would a committer be available to review this New Port request? portlint and testport are OK. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234233 Regards, Matt ___ freebsd-ports

Re: DoveCot 2.3

2018-03-07 Thread Matt Smith
On Mar 07 09:17, The Doctor wrote: What are the hold ups for Dovecot 2.3 ? You, constantly asking this list why they haven't upgraded any ports to the latest versions but not actually providing any patches yourself to help the volunteers do this more quickly. --

Re: Call for help: www/nginx and 3rd party module

2018-02-21 Thread Matt Smith
would greatly miss HTTP_DAV_EXT. Because for some inexplicable reason they won't put this functionality in the core DAV. I've also used HTTP_GEOIP2 in the past for a couple of things, but I wouldn't miss this one quite as much

Re: All those notes...

2018-01-08 Thread Matt Smith
ply upgraded it then you can likely completely ignore all of these notes and instead you should take note of anything that is written in /usr/ports/UPDATING which relates to upgrades for your specific packages. -- Matt ___ freebsd-ports@freebsd.org mai

Re: Status of portupgrade and portmaster?

2017-10-02 Thread Matt Smith
cho "${V1} ${V2}" > ${JV} echo "${JV} set to ${V1} ${V2}" -- Matt ___ 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: Status of portupgrade and portmaster?

2017-10-02 Thread Matt Smith
host system buildworld/kernel. It doesn't need to be rebuilt. -- Matt ___ 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: Status of portupgrade and portmaster?

2017-10-02 Thread Matt Smith
a hugely cut down list. I then occasionally run poudriere options -n -j jailname -f optlist so that it non-recursively only gives me a dialog for the ports with non-default options. -- Matt ___ freebsd-ports@freebsd.org mailing list https://lists.f

Re: Status of portupgrade and portmaster?

2017-10-02 Thread Matt Smith
nd do it in one command rather than two but then you're building everything on the host system and not a specific list. Also I like the extra pkg stage, it gives me a chance to see what pkg is about to do and abort it if it wants to do something insane. -- Matt __

Re: Status of portupgrade and portmaster?

2017-09-29 Thread Matt Smith
themselves I know it will work. For example we are shortly getting flavors support in the ports tree. I think the author of synth has already said he is not going to support this whereas poudriere will straight away. -- Matt ___ freebsd-ports@f

Re: synth install ... builds but does not always install named packages

2017-09-15 Thread Matt Smith
ailed to install without missing something? Synth runs faster and more gracefully than portmaster, but portmaster installed everything that it built. Tom Maybe something along the lines of pkg install -g * ? I'm not sure, but -g lets you do a glob pattern.

Re: synth install ... builds but does not always install named packages

2017-09-15 Thread Matt Smith
a good site for looking at this. http://www.freshports.org/ If you search for something it tells you what is build and what is run. Alternatively you can look at the ports Makefile for lines such as BUILD_DEPENDS, RUN_DEPENDS, LIB_DEPENDS etc. -- Matt __

Re: Pkg does not upgrade if more than one repository is defined

2017-07-28 Thread Matt Smith
ight also be related to the CONSERVATIVE_UPGRADE setting of pkg.conf. According to the man page: CONSERVATIVE_UPGRADE: boolean Ensure in multi repository mode that the priority is given as much as possible to the repository where a package was first installed from. Default: YES. -- Matt _

Re: What to do when the port fails in poudriere with "Too many open files" ?

2017-06-29 Thread Matt Smith
Maybe there is some way to tell Java to limit the number of open files? Yuri I would take a look at /usr/local/etc/poudriere.conf at the MAX_FILES setting. -- Matt ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/l

Re: [RFC] Why FreeBSD ports should have branches by OS version

2017-06-23 Thread Matt Smith
2 situation where virtually nobody is writing python3 code. I'm not going to argue against what you guys are asking for, each to their own, you have your own requirements and that's fair enough. But I just wanted to make a point that th

Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Matt Smith
having the system compile it twice? If you use -m src=/usr/src then it will just use the already built STABLE world from your host build. Easy way to make it synced to the live system. And poudriere jail -u still works fine to update it. -- Matt _

Re: The ports collection has some serious issues

2016-12-08 Thread Matt Smith
freebsd package build clusters use and is more designed for that type of usage. Worth taking a look. It's a shame the handbook hasn't been updated to give this information. Matt ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org

Re: lighttpd does not pull OpenSSL dependency

2016-10-27 Thread Matt Smith
On Oct 27 16:22, Matt Smith wrote: I don't see this on my system which is FreeBSD 11.0-STABLE #0 r307132 $ ldd /usr/local/sbin/ntpd | grep -E '(crypto|ssl)' libcrypto.so.38 => /usr/local/lib/libcrypto.so.38 (0x800cee000) libssl.so.39 => /usr/local/lib/libssl.so.39 (0x801ac

Re: lighttpd does not pull OpenSSL dependency

2016-10-27 Thread Matt Smith
> /usr/local/lib/libssl.so.39 (0x801aca000) Most likely because I have correctly declared the default version of the SSL library by putting DEFAULT_VERSIONS=ssl=libressl-devel in make.conf. Without declaring it specifically like that I wouldn't tr

Re: Upcoming OpenSSL 1.1.0 release

2016-08-24 Thread Matt Smith
nk and at least wait and see what people make of OpenSSL 1.1 after a few months if only for the fact it's a bit of a pain to switch back again by recompiling everything. -- Matt ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd

Re: Upcoming OpenSSL 1.1.0 release

2016-08-23 Thread Matt Smith via freebsd-ports
On Aug 23 12:19, Roger Marquis wrote: Matt Smith wrote: Going slightly off-topic, I'm curious what the opinion is around this and LibreSSL. My organization evaluated this a few months ago and after a few diffs and code reviews decided that libressl was the future. We updated poudrier

Re: Upcoming OpenSSL 1.1.0 release

2016-08-23 Thread Matt Smith via freebsd-ports
Is the project ever going to look at making LibreSSL the default port, or will that be kept as OpenSSL for many years to come? I know Bernard has been looking into that and playing around with LibreSSL in base etc. Just curious what the official policy is going to be on

Re: pkg updating -d broken?

2016-05-26 Thread Matt Smith via freebsd-ports
On May 26 21:53, Alphons van Werven wrote: Matt Smith via freebsd-ports wrote: Anybody else notice that pkg updating -d has been broken for a while? Or is it just me? # grep 2016 /usr/ports/UPDATING | head -4 20160526: 20160525: 20160523: 20160511: # pkg updating -d 20160523 Just to be

pkg updating -d broken?

2016-05-26 Thread Matt Smith via freebsd-ports
Anybody else notice that pkg updating -d has been broken for a while? Or is it just me? # grep 2016 /usr/ports/UPDATING | head -4 20160526: 20160525: 20160523: 20160511: # pkg updating -d 20160523 # -- Matt ___ freebsd-ports@freebsd.org mailing list

Re: mail/postfix and mail/postfix-current need upgrading

2016-02-26 Thread Matt Smith
have removed VDA support? -- Matt ___ 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: PHP7 + Synth issue

2016-02-17 Thread Matt Smith
27;ll search bugzilla to see if there are any bug reports for this and if not I'll raise one then. I know php70 is very new so I was expecting problems. Synth is pretty new as well though so I thought I would let people know in case they were

Re: PHP7 + Synth issue

2016-02-17 Thread Matt Smith
ch I suspect there are quite a lot. It might be impractical to do what you suggest with them all and I'm wondering if miwi as the maintainer of PHP7 has any thoughts of an official way of solving it. -- Matt ___ freebsd-ports@freebsd

PHP7 + Synth issue

2016-02-17 Thread Matt Smith
uilds fine, but I guess that might cause other issues elsewhere. -- Matt ___ 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: Removing documentation (was: [Bug 206922] Handbook: Chapter 4.5+ changes)

2016-02-11 Thread Matt Smith
? Are you joking? -- // Lev Serebryakov Remember that before portmaster we had cvsup which was written in Modula-3 and portupgrade which is written in Ruby. Whilst it is nice that portmaster is just a simple shell script with no dependancies that's a relatively new thing.

Re: Removal of $UNIQUENAME

2015-08-18 Thread Matt Smith
$OPTIONS_NAME (editors_vim prefix instead of vim) after reading bsd.option.mk and figuring out the way that works... -Kimmo There was. "pkg updating UNIQUENAME" will show you the announcement. Or just look at the top of /usr/ports/UPDATING.

Re: OpenSSL Security Advisory [11 Jun 2015]

2015-06-13 Thread Matt Smith
ades? The other alternatives are as you say, put /usr/local/bin before /usr/bin in the $PATH. Or add an alias for commands like ssh to point to the ports version. These methods aren't quite as clean though. -- Matt ___ freebsd-

ports/base ntpd rc.d script with WITHOUT_NTP=yes

2015-04-08 Thread Matt Smith
ion with ntpd_program and ntpd_config set. With this latest change it means I have to have the base version installed again. Is it possible to get the port version to have its own rc script? -- Matt ___ freebsd-ports@freebsd.org mailing list http://

Re: Broken port: handbrake

2015-03-22 Thread Matt Klein
broken? Any suggestions for how I could fix it manually? Thanks, Matt > On Mar 21, 2015, at 9:28 PM, Matthew Donovan wrote: > > > On Mar 21, 2015 8:21 PM, "Matt Klein" wrote: > > > > Hello, > > > > I'm having a problem with the port

Broken port: handbrake

2015-03-21 Thread Matt Klein
/FreeBSD/src/sys/FREENAS.amd64 FREENAS64 903000 903000 Any assistance would be greatly appreciated! Thanks, Matt Klein ___ 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: BIND REPLACE_BASE option

2015-01-14 Thread Matt Smith
On Jan 14 13:30, Michelle Sullivan wrote: Matt Smith wrote: Doug Barton who used to maintain BIND in both the base system and the port used to always say that the version in the base system was only designed to be used as a local resolver on a laptop/desktop. If it was used as a proper DNS

Re: BIND REPLACE_BASE option

2015-01-14 Thread Matt Smith
iles were deleted or not installed in the first place. I do exactly this for NTPd, OpenSSH, and Unbound all of which I use the port versions for so don't need them in the base system. -- Matt ___ freebsd-ports@freebsd.org mailing list http://

Re: gnupg-2.1 -> 2.1 appears to break decryption of saved messages

2015-01-07 Thread Matt Smith
onfiguration "set crypt_use_gpgme=yes". Then it uses a much more sane internal API or something rather than parsing external commands. -- Matt ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: gnupg & pinentry

2014-12-23 Thread Matt Smith
options is set it will only drag in a single dependancy rather than all the X11 libraries and GTK. -- Matt ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-

Re: gnupg & pinentry

2014-12-22 Thread Matt Smith
you can also re-enable passphrases by stdin if required by adding allow-loopback-pinentry to .gnupg/gpg-agent.conf and using the --pinentry-mode=loopback command line switch to gpg. -- Matt ___ freebsd-ports@freebsd.org mailing list http://lists.free

Re: Unbound/NSD rc startup order

2014-12-12 Thread Matt Smith
On Dec 12 12:07, Mathieu Arnold wrote: +--On 12 décembre 2014 05:00:00 -0600 Scot Hetzel wrote: | On Fri, Dec 12, 2014 at 4:15 AM, Darren Pilgrim | wrote |> On 12/11/2014 11:53 PM, Matt Smith wrote: |>> |>> Somebody has let me know that I made an obvious mistake in the above. I

Re: Unbound/NSD rc startup order

2014-12-11 Thread Matt Smith
On Dec 11 10:51, Matt Smith wrote: Hi, I have run Unbound and NSD for a long time and everything was working fine until the recent 1.5.x update for Unbound. Now if I reboot my server I get DNSSEC validation errors for my own local domain until I restart Unbound once again. I believe this is

Unbound/NSD rc startup order

2014-12-11 Thread Matt Smith
d before I upgraded. It could just be an unrelated coincidence, but if it isn't I'm thinking the default rc order should maybe be changed for these ports? -- Matt ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Why was ispell removed?

2014-12-02 Thread Matt Smith
ational Ispell Version 3.1.20 (but really Aspell 0.60.6.1) helo this is a tset & helo 11 0: he lo, he-lo, hello, helot, help, halo, hell, held, helm, hero, he'll * * * & tset 5 15: test, stet, Set, Tet, set It seems to do exactly the same as hunspell like you have been pointed

Re: Question about ports config dialog

2014-10-03 Thread Matt Reimer
Ah, thanks. Matt On Wed, Oct 1, 2014 at 8:17 AM, Matthew Seaman wrote: > On 10/01/14 16:01, Matt Reimer wrote: > > What does the "+" mean in the config dialogs that appear while building > > ports? Does it indicate a setting that's checked by default, or a >

Question about ports config dialog

2014-10-01 Thread Matt Reimer
What does the "+" mean in the config dialogs that appear while building ports? Does it indicate a setting that's checked by default, or a recommendation, or ...? Thanks for your help. Matt ___ freebsd-ports@freebsd.org ma

Switching from building ports to packages

2014-09-14 Thread Matt Reimer
igs differ from the defaults that are used to build binary packages? Thanks in advance. Matt ___ 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"

FreeBSD Port: graphics/GraphicsMagick

2014-06-29 Thread Matt Magoffin
Hello, I am attempting to update to the latest graphics/GraphicsMagick port. The build succeeds, but staging fails and I have not been able to find a way to make it work. Below is the output of the stage command. -- m@ # uname -a FreeBSD x24.msqr.us 9.2-RELEASE-p7 FreeBSD 9.2-RELEASE-p7 #0: Tu

Re: Maximizing the use of binary packages and minimizing building packages

2014-01-14 Thread Matt Reimer
That's good news. What should I watch for in order to know when Really Soon Now becomes Now? Matt On Tue, Jan 14, 2014 at 12:14 PM, Matthew Seaman wrote: > On 14/01/2014 18:52, Chris Rees wrote: > > Mixing ports and packages is discouraged and can get messy, because > > upg

Maximizing the use of binary packages and minimizing building packages

2014-01-14 Thread Matt Reimer
pdate it by hand using portmaster. Or is there a better way to handle this situation, where I want to use binary packages where possible and only build when necessary? Thanks for your help. Matt ___ freebsd-ports@freebsd.org mailing list

Strange Package Configuration?

2013-09-25 Thread Matt Lager
s, so just wondering what may have changed. Thanks for any info! Matt Lager -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-ports@freebsd.org mailing list http://lists.freebs

RE: SPAM: Re: No Response to Port Submission

2013-01-23 Thread Trisoline, Matt
immediately by forwarding a copy to complia...@intermedix.com and then deleting the original message and any attachments. From: olli hauer [oha...@gmx.de] Sent: Wednesday, January 23, 2013 14:45 To: freebsd-ports@freebsd.org Cc: Trisoline, Matt Subject: SPAM

RE: No Response to Port Submission

2013-01-23 Thread Trisoline, Matt
ine, Matt wrote: > > Hello, > > > > I have submitted > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174620 to update > > the Postgis port from version 1.5.3 to 2.0.2 to work with Postgres > > 9.2. The original port maintainer has been unresponsive and I ha

No Response to Port Submission

2013-01-23 Thread Trisoline, Matt
Hello, I have submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174620 to update the Postgis port from version 1.5.3 to 2.0.2 to work with Postgres 9.2. The original port maintainer has been unresponsive and I have tried to contact the person that was assigned this from FreeBSD and he

devel/lua-sysctl broken with clang (patch)

2013-01-23 Thread Matt Burke
===> Building for lua-sysctl-0.2 install -m 755 -d sysctl cc -shared -soname lua_sysctl -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing -fno-omit-frame-pointer -Wall -Wextra -fPIC `pkg-config --cflags lua-5.1` -o sysctl/core.so src/lua_sysctl.c cc: error: no such file or directory: 'lua_s

Re: [HEADSUP] FYI: patch to ports that do not build with clang has been committed

2012-10-12 Thread matt
On 10/12/12 00:54, Claude Buisson wrote: On 10/12/2012 05:00, matt wrote: I have made changes to ports/Mk/bsd.gcc.mk that allow the addition of "USE_GCC=any" to a port's Makefile, and then committed that change to various ports. In most (but not all!) cases this will tell

Re: [HEADSUP] FYI: patch to ports that do not build with clang has been committed

2012-10-11 Thread matt
Does this override setting CC explicitly in make.conf? Sorry if it's a dumb question, not sure exactly the hierarchy of USE_GCC vs CC in the make system. Matt ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: Clang as default compiler November 4th

2012-09-10 Thread matt
&& exists(/usr/bin/clang) && exists(clang) .if !defined(CC) || ${CC} == "cc" CC=clang .endif .if !defined(CXX) || ${CXX} == "c++" CXX=clang++ .endif .if !defined(CPP) || ${CPP} == "cpp" CPP=clang-cpp .endi

Re: pkgng questions

2012-08-30 Thread Matt Burke
On 08/30/12 13:01, Mark Felder wrote: > I think you're very confused about what pkgng is for. At this time, ports > are STILL the recommended way to install things and keep them up to date. Really? I think the last time I compiled X or a web browser (until using poudriere) was about 10 years ago.

pkgng questions

2012-08-30 Thread Matt Burke
1. How do I get pkg to use packages built against 9.1-RC1? VirtualBox is playing up (no ethernet, unkillable crashes, etc) and I suspect it's the kernel module... 2. Is there a list of ports like nvidia-driver, nspluginwrapper, linux-f10-flashplugin, sampleicc (dependency of libreoffice!) which ar

Re: sysutils/conky Configure Options in Makefile

2012-08-29 Thread Matt Burke
On 08/28/12 21:41, Jamie Paul Griffin wrote: > I have installed conky for use with my wm which is Spectrwm. However, > looking in the conky Makefile one of the configure options has been > disabled, tcp monitoring (--disable-portmon), which is a feature i'd > quite like to have available. Is there

Re: FreeBSD not so free anymore ? Long live FreeBSD...

2012-06-16 Thread Matt Dawson
eed the ALSA API. -- Matt Dawson MTD15-RIPE GW0VNR signature.asc Description: PGP signature

Netatalk 2.2.2 disconnection

2012-04-28 Thread Matt
Hi there, I was fighting the same issue all day as well; the only solution I had found was to downgrade netatalk back to 2.2.1. A new version of the port, netatalk-2.2.2_1,1 , was pushed out just a little while ago and this appears to fix this issue (or at least for me). The new version disabl

Re: New X.Org

2012-04-27 Thread matt
On 04/27/12 10:03, Andriy Gapon wrote: on 26/04/2012 18:45 Warren Block said the following: On Thu, 26 Apr 2012, matt wrote: Interesting. Another Radeon 4650 (rv730) is not working here, giving Bus Errors at the same address whenever certain applications are launched. Failing examples

Re: New X.Org

2012-04-26 Thread matt
On 04/24/12 23:38, matt wrote: > On 04/23/12 09:37, Warren Block wrote: >> On Mon, 23 Apr 2012, matt wrote: >> >>> On 04/23/12 05:59, Warren Block wrote: >>>> On Mon, 23 Apr 2012, Andrea Venturoli wrote: >>>> >>>>> I have a Radeon ca

Re: New X.Org

2012-04-24 Thread matt
On 04/23/12 09:37, Warren Block wrote: On Mon, 23 Apr 2012, matt wrote: On 04/23/12 05:59, Warren Block wrote: On Mon, 23 Apr 2012, Andrea Venturoli wrote: I have a Radeon card, so, does this mean I will get xorg-server? Any way to get 1.10? Any advantage into this? A Radeon 4650 is

Re: New X.Org

2012-04-23 Thread matt
On 04/23/12 09:37, Warren Block wrote: > On Mon, 23 Apr 2012, matt wrote: > >> On 04/23/12 05:59, Warren Block wrote: >>> On Mon, 23 Apr 2012, Andrea Venturoli wrote: >>> >>>> I have a Radeon card, so, does this mean I will get xorg-server? Any >

Re: New X.Org

2012-04-23 Thread matt
On 04/23/12 09:37, Warren Block wrote: > On Mon, 23 Apr 2012, matt wrote: > >> On 04/23/12 05:59, Warren Block wrote: >>> On Mon, 23 Apr 2012, Andrea Venturoli wrote: >>> >>>> I have a Radeon card, so, does this mean I will get xorg-server? Any >

Re: New X.Org

2012-04-23 Thread matt
On 04/23/12 07:40, Zhihao Yuan wrote: > On Mon, Apr 23, 2012 at 9:28 AM, matt wrote: >> On 04/23/12 05:59, Warren Block wrote: >>> On Mon, 23 Apr 2012, Andrea Venturoli wrote: >>> >>>> I have a Radeon card, so, does this mean I will get xorg-server? Any &

Re: New X.Org

2012-04-23 Thread matt
ing all ports dependent on libGL with no luck. I had "WITHOUT_NOUVEAU" in make.conf at the same time as "WITH_NEW_XORG", is that the problem? Does this sound like an Xorg problem or a ports/ld problem? Matt ___ freebsd-ports@freebsd.org

Re: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-22 Thread Matt Dawson
c > > [ 1%] Built target krosscore_automoc > > So where are the errors? There are none in the output you posted. Tinderbox logs of the same problem: https://chronos.org.uk/tb/errors/8-amd64-Desktop/kdelibs-4.7.3.log By selectively changing MAKE_JOBS_

Re: Update on ports on 10.0

2011-10-11 Thread Matt Thyer
On Oct 11, 2011 5:07 PM, "Erwin Lansing" wrote: > > Since the release has been pushed back some more since the last mail, we > do have some time to test a possible fix for the issues we're seeing > with libtool on FreeBSD 10.0. [snip] > to move forward. Other options include the big find/grep/a

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-28 Thread Matt
th UNAME_r and newvers.sh as we speak. I was unable to compile neon29 properly with UNAME_r alone... buildkernel underway. At least it's never boring! Thanks all Matt ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: sysutils/cfs

2011-09-09 Thread Matt Burke
On 09/08/11 17:54, Matthias Andree wrote: > The port isn't perfectly usable (because that would mean it's usable in > all circumstances for all advertised purposes, which is explicitly not > the case in the light of known vulnerabilities). In British Engligh at least, "perfectly" can mean "adequat

Re: sysutils/cfs

2011-09-08 Thread Matt Burke
On 09/07/11 17:04, Chris Rees wrote: >> The /new/ policy of removing ports for much lighter offenses, such as > having vulnerabilities, has already caused so many objections, that it is > time to abolish it. > > I consider the argument here dead; portmgr is reviewing the policy as Erwin > has sai

Re: test

2011-06-17 Thread matt donovan
sorry ignore this wrong email address On Fri, Jun 17, 2011 at 8:33 PM, matt donovan wrote: > test > > -- > Technological progress is like an ax in the hands of a pathological > criminal. > -*Albert Einstein > > Breadth of Unix experience and depth of knowledge

Re: postfix-2.6.5 on freebsd 8.0-release

2010-01-18 Thread Matt Reimer
ease, ``/etc/periodic.conf'' does not > exist. I believe that the contents of ``/etc/periodic/daily'' are > relevant here. > > What is the preferred method of performing these actions now? Create the file /etc/periodic.conf and add those assignments to it. Matt

Re: security/openssl BROKEN, DEPRECATED, and EXPIRED?

2010-01-13 Thread Matt Dawson
le until all of this shakes out. And, just like magic, it's fixed with a commit at 13:30 UTC. Disregard the above. -- Matt Dawson MTD15-RIPE m...@chronos.org.uk signature.asc Description: This is a digitally signed message part.

Re: security/openssl BROKEN, DEPRECATED, and EXPIRED?

2010-01-13 Thread Matt Dawson
LA, I can think of nothing more astonishing than finding that my systems cannot, under any circumstances, meet the requirements of bsd.openssl.mk, thus breaking nearly everything important. That sort of snuck up on me without warning... -- Matt Dawson MTD15-RIPE m...@chronos.org.uk signature.asc Description: This is a digitally signed message part.

Re: FreeBSD Port: php5-mhash-5.2.11_1

2009-12-16 Thread Matt
=> /usr/local/lib/libssl.so.5 > > 7 out of 8 disabled extensions depend on libcrypto.so.5 and libssl.so.5 > which come from openssl-0.9.8l > You might want to check out this thread: http://lists.freebsd.org/pipermail/freebsd-ports/2009-December/058256.html Perhaps your issues a

Re: The new cups ports seem to not recognize usb printers on FreeBSD 7.2-STABLE

2009-12-06 Thread Matt Dawson
ulpt* driver to the device, i.e. remove ulpt from your kernel or don't load it at boot. Also fixed is the CUPS_OVERWRITE_BASE case deinstall, restoring the correct permissions to lp and friends. -- Matt Dawson MTD15-RIPE m...@chronos.org.uk --- ./ports/print/cups-base/Makefile.orig 2009-12

Re: The new cups ports seem to not recognize usb printers on FreeBSD 7.2-STABLE

2009-12-06 Thread Matt Dawson
isabled and just compile as > normal. > Gah, sorry about the subject line. Won't happen again. -- Matt Dawson MTD15-RIPE m...@chronos.org.uk signature.asc Description: This is a digitally signed message part.

Re: freebsd-ports Digest, Vol 341, Issue 7

2009-12-06 Thread Matt Dawson
t into the Makefile and am recompiling but I doubt it > will change but there is still hope. ;) The attached patch works on 8.0-RELEASE for me, restoring the non-libusb functionality. Leave the libusb option disabled and just compile as normal. -- Matt Dawson MTD15-RIPE m...@chronos.org.u

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 5:35 PM, Jeremy Messenger wrote: > On Sat, 22 Aug 2009 15:52:43 -0500, wrote: > > Martin Wilke wrote: >> >>> Background: >>> We have a lot of old stuff on the portstree and it's time >>> to cleanup old stuff. >>> >> ... >> >>> * www/nvu last official release was i

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 3:12 PM, J.-P. Klodzinski wrote: > matt donovan wrote: > > On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > > > > Howdy Guys, > > > > The FreeBSD Gecko Team will let you know what the plans for > > the future are and on what

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firef

Re: make package broken for multimedia/gstreamer

2009-08-09 Thread matt donovan
On Sun, Aug 9, 2009 at 1:20 PM, Koop Mast wrote: > On Sun, 2009-08-09 at 18:19 +0200, Raphael Becker wrote: > > Hi there, > > > > is this just a local problem (cvsup failed) or is this a general > > problem with multimedia/gstreamer? > > > > TIA > > Raphael Becker > > Check your libtool and liblt

Re: What does py25 mean?

2009-08-04 Thread matt donovan
On Tue, Aug 4, 2009 at 4:48 PM, Lars Eighner wrote: > What does py25 mean? > > I can't seem to upgrade about 40 ports (the old versions of which now seem > to be broken) evidently because the build of > > py25-gtk-2.13.1 fails with the message > >py25-cairo-1.8.6 needs Python 2.6 at least. But

Re: FreeBSD Port: mplayer-0.99.11_14

2009-07-21 Thread matt donovan
On Tue, Jul 21, 2009 at 12:51 PM, Michael D. Stackhouse < mstackho...@samsa.com> wrote: > Is there an update available for mplayer? The current version at > http://www.mplayerhq.hu seems to imply a 1.0 version. > > We're having problems with this error, that is likely corrected in a > version gre

Re: vim ports broken.

2009-06-22 Thread matt donovan
On Mon, Jun 22, 2009 at 6:23 PM, Carlos A. M. dos Santos < unixma...@gmail.com> wrote: > On Mon, Jun 22, 2009 at 4:58 PM, Philip M. Gollucci > wrote: > > Helmut Schneider wrote: > >> > >> matt donovan wrote: > >>> > >>> On Fri, Jun 19

Re: vim ports broken.

2009-06-19 Thread matt donovan
On Fri, Jun 19, 2009 at 6:59 PM, matt donovan wrote: > > > On Fri, Jun 19, 2009 at 5:37 AM, Albert Shih wrote: > >> Hi all >> >> I think the vim ports is broken. >> >> When I try to compile I've got : >> >> [root@ vim]# mak

Re: vim ports broken.

2009-06-19 Thread matt donovan
On Fri, Jun 19, 2009 at 5:37 AM, Albert Shih wrote: > Hi all > > I think the vim ports is broken. > > When I try to compile I've got : > > [root@ vim]# make > ===> Vulnerability check disabled, database not found > => 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. > => Attempting to

Re: FreeBSD Port: nessus-2.2.9_1

2009-06-16 Thread matt donovan
On Tue, Jun 16, 2009 at 7:21 PM, Alexey Shuvaev < shuv...@physik.uni-wuerzburg.de> wrote: > On Tue, Jun 16, 2009 at 07:07:12PM -0400, matt donovan wrote: > > On Tue, Jun 16, 2009 at 1:39 PM, Schweigert, Udo CERT < > > udo.schweig...@siemens.com> wrote: > > >

Re: FreeBSD Port: nessus-2.2.9_1

2009-06-16 Thread matt donovan
On Tue, Jun 16, 2009 at 1:39 PM, Schweigert, Udo CERT < udo.schweig...@siemens.com> wrote: > No, there are no further updates as 2.2.9 is the last open source version. > > Udo > > On Tue, Jun 16, 2009 at 12:16:54 -0500, phillip.gonza...@metavante.comwrote: > > > > hi, > > > > i'm looking at the ne

Re: what does this mean?

2009-06-06 Thread matt donovan
On Sat, Jun 6, 2009 at 10:03 AM, dan hirsch wrote: > 1. > > Running the csup(1)< > http://www.freebsd.org/cgi/man.cgi?query=csup&sektion=1>command > later will download and apply all the recent changes to your Ports > Collection, except actually rebuilding the ports for your own system. > >

Re: Make package-recursive problem

2009-05-24 Thread Matt Juszczak
It should be under the following circumstances: - You don't update /usr/ports I haven't. - You don't change /etc/make.conf I haven't. - You don't deinstall packages I haven't. =) The "bug" I'm describing would make sense if SOMETHING changed. But I haven't changed a thing.

Re: Make package-recursive problem

2009-05-24 Thread Matt Juszczak
I have no clue as to what is causing this, but this is probably the reason why people use the tinderbox or roll their own system to build consistent packages. I feel like I am though? I have a dedicated box just for building packages. make package creates a tbz file of all packages, and is s

Make package-recursive problem

2009-05-22 Thread Matt Juszczak
have all of the files. pkg_info -xL net-snmp will show two different result sets from each box, even though the net-snmp package was built from the same box. If you need me to, I can replicate this issue in actuality by pasting a command output showing the differences. Please let me know

Re: screen and tmux should be listed under the same category

2009-05-17 Thread matt donovan
On Sun, May 17, 2009 at 7:43 PM, matt donovan wrote: > > > On Sun, May 17, 2009 at 2:37 AM, Freddie Cash wrote: > >> On Sat, May 16, 2009 at 4:38 PM, matt donovan >> wrote: >> > On Sat, May 16, 2009 at 5:53 PM, Philip M. Gollucci < >> pgollu...@p6m7g

Re: screen and tmux should be listed under the same category

2009-05-17 Thread matt donovan
On Sun, May 17, 2009 at 2:37 AM, Freddie Cash wrote: > On Sat, May 16, 2009 at 4:38 PM, matt donovan > wrote: > > On Sat, May 16, 2009 at 5:53 PM, Philip M. Gollucci < > pgollu...@p6m7g8.com>wrote: > > > >> Josh Rickmar wrote: > >> > GNU scree

Re: screen and tmux should be listed under the same category

2009-05-16 Thread matt donovan
On Sat, May 16, 2009 at 5:53 PM, Philip M. Gollucci wrote: > Josh Rickmar wrote: > > GNU screen is listed under sysutils, while tmux is listed under misc. > > Shouldn't the two at least be in the same category, since they both do > > the exact same thing? (tmux is even designed to be a BSD-license

Re: Please update devel/boost

2009-05-03 Thread matt donovan
If you look On Fri, May 1, 2009 at 11:02 AM, cpghost wrote: > devel/boost is currently at 1.37.0, while the upstream is > at 1.38.0 (since 2009-02-09 01:36). If you have some time, > please update the port. > > Thank you. > -cpghost. > > -- > Cordula's Web. http://www.cordula.ws/ > _

  1   2   >