=> /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
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
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
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
&
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
>
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
>
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
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
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
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
On Feb 10, 2008 2:27 PM, Michael Ross <[EMAIL PROTECTED]> wrote:
> Am 10.02.2008, 20:05 Uhr, schrieb Sergey Matveychuk <[EMAIL PROTECTED]>:
>
> > You should patch the file to include ucontext.h
> > But even if it'll be build, nobody guarantee it works.
>
> Done. Builds. On 7.0-PRERELEASE, by the wa
and see if there are obvious changes needed to make it compile?
Thanks,
Matt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Tue, Mar 18, 2008 at 11:26 AM, Steven Kreuzer
<[EMAIL PROTECTED]> wrote:
>
> On Tue, Mar 18, 2008 at 10:53:24AM -0500, Matt wrote:
> > Hello.
> >
> > It looks like the KeePassX folks have recently updated to the 0.3.x
> > branch. I've looked at tryi
On Tue, Mar 18, 2008 at 12:18 PM, Matt <[EMAIL PROTECTED]> wrote:
>
> On Tue, Mar 18, 2008 at 11:26 AM, Steven Kreuzer
> <[EMAIL PROTECTED]> wrote:
> >
> > On Tue, Mar 18, 2008 at 10:53:24AM -0500, Matt wrote:
> > > Hello.
> > >
> >
er this used to cause
a panic...) that I can't break out of by any apparent means. I don't
think that's a problem with the port though.
Matt
> Stephan
>
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.fr
from a "stuck" process. Hopefully it will be useful in identifying
the issue.
Thanks,
Matt
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies o
On Tue, May 6, 2008 at 12:32 AM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote:
> On Tue, May 06, 2008 at 12:20:17AM -0500, Matt wrote:
> > The symptom is as described above - the gvfs-fuse-daemon processes do
> > not exit cleanly and more processes continue to build-up whenever
On Wed, May 7, 2008 at 9:48 AM, Robert Noland <[EMAIL PROTECTED]> wrote:
> On Wed, 2008-05-07 at 07:30 -0700, Jeremy Chadwick wrote:
> > On Wed, May 07, 2008 at 09:19:24AM -0500, Matt wrote:
> > > Sorry - should have been more specific than the generic "stuck"
On Wed, May 7, 2008 at 9:53 AM, Matt <[EMAIL PROTECTED]> wrote:
> On Wed, May 7, 2008 at 9:48 AM, Robert Noland <[EMAIL PROTECTED]> wrote:
> > On Wed, 2008-05-07 at 07:30 -0700, Jeremy Chadwick wrote:
> > > On Wed, May 07, 2008 at 09:19:24AM -0500, Matt wrote:
>
&& 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
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
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
On Wed, May 7, 2008 at 10:33 AM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote:
>
> On Wed, May 07, 2008 at 10:22:09AM -0500, Matt wrote:
> > On Wed, May 7, 2008 at 9:53 AM, Matt <[EMAIL PROTECTED]> wrote:
> > > On Wed, May 7, 2008 at 9:48 AM, Robert Noland <[E
ine if there is a possible fix on the kdelibs end
or is it something that has to be changed in hspell?
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"
On Wed, Feb 18, 2009 at 2:22 PM, Goran Lowkrantz wrote:
> --On Wednesday, February 18, 2009 2:13 PM -0600 Matt
> wrote:
>
>> On Wed, Feb 18, 2009 at 12:58 PM, Goran Lowkrantz
>> wrote:
>>>
>>> Trying to build the KDE4 versions of these ports fails as the
version of cmake do you have installed? My version of cmake
2.6.2 includes a block in the FindQt4.cmake file that reads:
# Set QT_QT_INCLUDE_DIR
FIND_PATH(QT_QT_INCLUDE_DIR qglobal.h
PATHS
${QT_INCLUDE_DIR}/Qt
${QT_LIBRARY_DIR}/QtCore.framework/Headers
NO_DEFAULT_PATH
)
And if I'm reading that correctly, it shouldn't be looking for the
include headers in the base /usr/local/include directory at all.
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"
On Wed, Feb 18, 2009 at 3:30 PM, Goran Lowkrantz wrote:
> --On Wednesday, February 18, 2009 2:34 PM -0600 Matt
> wrote:
>
>> On Wed, Feb 18, 2009 at 2:22 PM, Goran Lowkrantz
>> wrote:
>>>
>>> --On Wednesday, February 18, 2009 2:13 PM -0600 Matt
>>>
On Wed, Feb 18, 2009 at 4:34 PM, Goran Lowkrantz wrote:
> --On Wednesday, February 18, 2009 3:55 PM -0600 Matt
> wrote:
>
[snip]
>>> [ 9%] ^[[32mBuilding CXX object
>>> digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/loadsavetask.o^M
>>> ^[[0m
diff
>
> and here a tarball :)
>
> http://miwi.homeunix.com/firefox3-devel.tgz
>
Build works well for me on i386 and 7-STABLE. You'll need the patch
mentioned at:
https://bugzilla.mozilla.org/show_bug.cgi?id=478871
if you're attempting to build with the
opy/patches/0279-svg-rendering-regression.diff?view=log
Should this be added to our QT4.5 or is it already addressed elsewhere?
Matt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, s
http://www.freebsd.org/cgi/ports.cgi?query=metamail
shows all the bells and whistles the mail processing utility metamail
now requires. Is there any way to avoid all those X stuff on a headless
mail server? Setting "USE_XLIB=no" didn't help.
Thank
now also should respect ifname=tapX with -net tap (modified patch
> after matthieu morel, Cc'd, I hope I didn't break it... :)
>
> Enjoy,
> Juergen
New snapshot version compiled cleanly for me this morning with you
patches and appears to be ru
On 8/26/07, Indigo 23 <[EMAIL PROTECTED]> wrote:
>
> Do you know if there is there any way to choose which JDK to use when
> building/running things like Eclipse?
>
> I have both JDK16 and diablo-jdk15 installed.
>
I have this accomplished by adding the following lines to my
/usr/local/etc/javavm_
rade..)
We use bdb 4.2 on the system, which works with everything else.. but Ruby seems
to have dragged in db 4.3 too.
I have no idea what happened here. All my make.conf flags specify 42.
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi
Great so it's known but how can I fix it?
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Original Message-
> From: Sergey Matveychuk [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 05, 2006 9:39 AM
> To: Riemer Palstra
> Cc:
(that is to say I applied the patch from the bugtracker and it rebuilds
but it still does the same error.. what exactly am I meant to rebuild as
in dependencies and so to make it work?)
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Origina
1.8x bdb database and not a 4.3?
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Original Message-
> From: Sergey Matveychuk [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 05, 2006 12:49 PM
> To: [EMAIL PROTECTED]
> Cc: 'Riem
--use-compress-program=PROGfilter through PROG (must accept -d)
Maybe it's not tar, maybe the file is broken?
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTE
small child for bloody sacrifice*
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
y are one of the few people affected by one of the
> bugs, or for some reason are staying on 5.5 for now.
Ah well. Good luck :)
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
___
freebsd-ports@freebsd.org mailing list
Yeah wouldn't a solution be to have bsdtar have a PORT_REPLACES_BASE kind
of thing?
Or a use.tar like use.perl?
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Original Message-
> From: Mark Linimon [mailto:[EMAIL PROTECTED]
> Sent: F
.X or
"does not compile at all".
However I am having insane libtool problems with mod_python3 and mod_auth_pam2
which I cannot resolve. Does anyone actually check if these things really do
work or are they just being marked to close down the ports bug list as fast
as possible?
--
Matt
Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! www/mod_auth_pam2 (mod_auth_pam-1.1.1_1) (unknown build error)
---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Devel
or everything. Previously
I was having trouble with the mod_python port which did this, but all my other
modules worked fine.
Any clues on what I can rebuild/reconfigure in order to get this to work? It's
important that we install
some new modules this week.
--
Matt Sealey <[EMAIL
But this is the libtool from APR (/usr/local/build-1/libtool). And I've rebuilt
APR and libtool15, all day, testing the
modules I want to install, to no avail.
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
_
From: [EMAIL PROTECTED] [mailto:[EMAI
FreeBSD 6.1 STABLE
Installing munin-node from packages using portupgrade does not
successfully install. I have one of my FreeBSD servers set up as a NFS
server serving some FreeBSD NFS clients. The NFS server exports the
usr/src/, usr/obj, and usr/ports directories to the NFS clients. This
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
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
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
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
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
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.
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.
>
>
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
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:
> >
>
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
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
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
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
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
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
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
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
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
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
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.
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
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.
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.
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
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
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
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
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_
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
ng X installed on a desktop box. First and foremost,
release engineering depends on it. Change can be good, but always remember
the alternate definition of progress: Taking the best of what you have. And
ruining it.
--
Matt Dawson.
[EMAIL PROTECTED]
MTD15-RIPE
__
I've just tried to fix the checksum error but for some reason the SHA256 sum
does no match even though the MD5 one does. But since this is no longer
being developed that I have found since the author's site can no longer be
found. you can probably remove this or I can keep trying to fix the checksu
eed the ALSA API.
--
Matt Dawson
MTD15-RIPE
GW0VNR
signature.asc
Description: PGP signature
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
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
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.
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
===> 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
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
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
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
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
/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"
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
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://
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-
$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.
? 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.
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"
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
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
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"
entries since last night, but can't see
anything obvious. It's also possible that I have a corrupt portstree on the
tinderbox.
Is anyone else seeing this?
--
Matt Dawson.
[EMAIL PROTECTED]
MTD15-RIPE
___
freebsd-ports@freebsd.org mailing
Since I am trying to get this setup for a developer machine and I can't get
to the default index.html. and it seems that the pid file is not created
either with the port. All I get with a default nginx install is a 404 error
___
freebsd-ports@freebsd.org
I have tried building this and it fails at two places one is the
libinstall.a compiling which make buildworld creates. and the other part is
at main.o but when I build this outside the source tree it does seem to
compile and install just fine.
___
freebsd
1 - 100 of 178 matches
Mail list logo