Hi!
Is portupgrade the only tool that can upgrade packages by sharing
/usr/ports? I was looking into pkg_upgrade from bsdadminscripts, but
that tool seemed to download the INDEX file from ftp.freebsd.org even
if I have it in /usr/ports.
--
chs,
___
fre
Doug Barton wrote:
You can find the information on accessing the svn version at
http://dougbarton.us/portmaster-proposal.html
A more-or-less complete list of the new features:
- -P|--packages, -PP|--packages-only
Basically like the portupgrade features to try downloading a package
firs
On Thu, Dec 3, 2009 at 10:29 PM, Doug Barton wrote:
> Nope. I need to know more about what you're doing when you see those
> error messages.
>
Well, there are not that much more I can tell you ;-)
web# pkg_version -IL=
web#
web# portmaster -a -PP
/usr/local/sbin/portmaster: cannot create : No su
On Fri, Dec 4, 2009 at 6:36 AM, Doug Barton wrote:
> Christer Solskogen wrote:
>> Setting PACKAGESITE to /usr/ports/packages/All also seem to remedy the
>> problem.
>
> Ok, good. That's actually a pleasant side effect of some code I added
> recently, but this is
On Fri, 04 Dec 2009 07:53:52 +0100, Christer Solskogen wrote:
> Err... Delete that. setenv PACKAGESITE /usr/ports/packages is the
> correct one. IMHO PACKAGESITE should be set to that by default.
I also see that I need to run 'portmaster --check-depends' manually after
doing
On Sat, Dec 5, 2009 at 9:29 PM, Doug Barton wrote:
> If you see any more problems that require --check-depends to fix them
> please let me know as that would indicate a bug at this point.
>
My first round of testing showed that your fix worked. Nice work, Doug!
--
chs
_
On Tue, Jan 5, 2010 at 11:45 PM, Doug Barton wrote:
> Martin Cracauer wrote:
>> Doug Barton wrote on Tue, Jan 05, 2010 at 01:58:57PM -0800:
>> Are you saying there are binary packages for 8-stable?
>>
>> I thought I can only have them for -RELEASE?
>
> There have always been binary packages for th
Hi!
I've just discovered the make option "make package-noinstall" which
makes a tbz in /usr/ports/packages from a already installed package.
But I've also found a bug(?) with that option. The package it creates
seems not to include rc.d script which will be included if you use
"make package"
I've
On Sun, Feb 21, 2010 at 9:12 AM, Dominic Fandrey wrote:
> Does the same problem appear with "pkg_create -b"?
No. pkg_create -b does the job. The only "problem" with pkg_create is
that it dont create packages and symlinks in /usr/ports/packages/.
--
chs,
On Sun, Feb 21, 2010 at 10:44 AM, Dominic Fandrey wrote:
> So the right solution might be for the "package-noinstall" target to
> use "pkg_create -b" and additionally create the symlinks.
>
> I do not like have different code for doing the same thing in this
> context.
>
Does the target 'package
On Sun, May 2, 2010 at 12:18 AM, Hans F. Nordhaug
wrote:
> Any hints?
>
I had the same thing, and my problem was gallery2 which used mysqli to
contact my mysql-server.
change
$storeConfig['type'] = 'mysqli'; to $storeConfig['type'] = 'mysql';
I also had problems with png and gallery2. So if you u
portmaster is installing build-only dep when I upgrade my system with packages
command: portmaster -avt -P
/usr/local/etc/portmaster.rc
NO_BACKUP=Bopt
RECURSE_THOROUGH=topt
PM_PACKAGES=first
PM_DEL_BUILD_ONLY=pm_dbo
LOCAL_PACKAGEDIR=/usr/ports/packages
PM_NO_CONFIRM=pm_no_confirm
DONT_SCRUB_DISTF
On Thu, May 6, 2010 at 9:37 AM, Doug Barton wrote:
> You specified -t (twice). Does the behavior that you're concerned about
> continue to happen if you eliminate that option?
>
I did? Dang! Will try with only one next time :)
--
chs,
___
freebsd-port
On Thu, May 6, 2010 at 9:41 AM, Christer Solskogen
wrote:
> On Thu, May 6, 2010 at 9:37 AM, Doug Barton wrote:
>> You specified -t (twice). Does the behavior that you're concerned about
>> continue to happen if you eliminate that option?
>>
>
> I did? Dang!
On Thu, May 6, 2010 at 7:45 PM, Doug Barton wrote:
> Try it without the recurse thorough option at all.
>
Much better, thanks :)
--
chs,
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe
On Sat, Aug 7, 2010 at 5:46 AM, Chip Camden wrote:
> I just pulled mercurial, and the build nowfails:
>
> for f in bash_completion convert-repo dumprevlog hg-ssh hgdiff hgk
> logo-droplets.svg memory.py mercurial.el mergetools.hgrc mq.el
> perf.py pylintrc python-hook-examples.py rewri
On Mon, Aug 16, 2010 at 6:37 PM, Dominic Fandrey wrote:
> I wasn't aware that pkg_create can create several packages at once,
> thanks for that!
>
I'm not quite sure how pkg_create creates a package, but it if does
use "make package-noinstall" be aware that it have a bug that causes
the package
I'm having trouble compiling it.
CC textconf.o
CC treestore.o
CC user.o
CC mountlist.o
CCLD mc
/usr/local/lib/libslang.so: undefined reference to `tgetnum'
/usr/local/lib/libslang.so: undefined reference to `tgetflag'
/usr/local/lib/libslang.so: undefined reference to `
On Thu, Sep 9, 2010 at 2:13 PM, Max Khon wrote:
> I had not-up-to-date libslang2 port installed on my test box, that's why it
> did build for me successfully.
> The build should be fixed now.
>
my libslang2 is up to date. Still problems.
libslang2-2.2.2_1
--
chs,
__
On Thu, Sep 9, 2010 at 2:47 PM, Max Khon wrote:
> Christer,
>
> On Thu, Sep 9, 2010 at 7:35 PM, Christer Solskogen
> wrote:
>>
>> On Thu, Sep 9, 2010 at 2:13 PM, Max Khon wrote:
>>
>> > I had not-up-to-date libslang2 port installed on my test box, t
After upgrading perl to 5.12.2_1 running perl-after-upgrade showed
that no files will be moved. And that is a little wierd when there are
a lot of files left in /usr/local/lib/perl5/5.12.1. Is that script
working as expected?
--
chs,
___
freebsd-ports@
On Thu, Sep 16, 2010 at 9:28 AM, Matthew Seaman
wrote:
>
> Postgresql configure seems to be picky about exactly what version of
> autoconf it works with:
>
I did not encounter that one. My postgresql-server-84 builds fine.
--
chs,
___
freebsd-ports@f
On Thu, Sep 30, 2010 at 9:52 PM, Ruslan Mahmatkhanov wrote:
> 30.09.2010 23:38, Chip Camden пишет:
>>
>> Quoth Ruslan Mahmatkhanov on Thursday, 30 September 2010:
>>>
>>> Hi!
>>>
>>> I have not have any updates from aprox 2010/09/30 14:00 +0400. portsnap
>>> says that ports tree is up to date all
On Sun, Oct 24, 2010 at 10:23 PM, John Marshall
wrote:
> I tripped over this when attempting to build 3 different php5 extensions
> on Saturday...
>
>
> # cd /usr/ports/textproc/php5-xsl
> # make clean configure
> ===> Cleaning for php5-xsl-5.3.3_2
> ...
> ===> php5-xsl-5
This is the output from building varnish 3.0.1 on 8.2-RELEASE. I
recently built 3.0.0 without any problems.
/bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -O2 -pipe
-march=nocona -fno-strict-aliasing -D_THREAD_SAFE -pthread -Wextra
-Wno-missing-field-initializers -Wno-sign-compare -
On Wed, Oct 26, 2011 at 1:03 PM, Peter Kryszkiewicz
wrote:
> Thanks. I suppose there's some way to get cvsup to fetch diffs and so on
> across a bridge, from local net to the internet (the laptop has a wireless
> card as well as a nic) but I spent a day trying to get bridging to work and
> wasn't
On Thu, Nov 17, 2011 at 10:20 PM, Doug Barton wrote:
> The ports, 10-current, stable/8 and stable/7 were all updated yesterday
> shortly after ISC publicly released the code.
But not releng/*?
--
chs,
___
freebsd-ports@freebsd.org mailing list
http://
On Fri, Nov 18, 2011 at 8:48 PM, Doug Barton wrote:
> I cannot emphasize this point highly enough:
Point is very very taken :-)
--
chs,
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe,
as seen here:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=295602+0+/usr/local/www/db/text/2011/cvs-all/2013.cvs-all
--
chs,
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any
On Thu, Mar 15, 2012 at 8:50 PM, Jeremy Messenger
wrote:
> I get a build failure on amd64:
>
> -
> /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_'
> can not be used when making a shared object; recompile with -fPIC
> lapi.o: could not read symb
is a bit outdated. 3.07 is the latest version.
--
chs,
___
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 Sun, Nov 7, 2010 at 3:44 AM, eculp wrote:
> Trying to update all my ports on 7.3-STABLE FreeBSD 7.3-STABLE #1135: Fri
> Oct 29 07:32:29 CDT 2010.
>
> I can't get apr1 to build. It breaks with the following messages:
>
Try uninstallling automake, autoconf and libtool first.
--
chs,
_
On Sun, Nov 7, 2010 at 2:30 PM, eculp wrote:
> Thanks for any corrections to the procedure or anything else that I could be
> doing wrong.
>
I don't think you have done something wrong ;-) But take a look at
this: Maybe you have the same issue?
http://lists.freebsd.org/pipermail/freebsd-apache/2
On Mon, Nov 15, 2010 at 3:54 PM, Joseph Yeager wrote:
> Does anyone have any idea if there is a
> certain directory under the ports tree that I should clean up before trying
> to compile?
Without you posting the errors you got? No.
--
chs,
___
freebs
On Mon, Nov 15, 2010 at 11:11 PM, Joseph Yeager wrote:
> The one I can remember is p5-Locale-gettext had an error "dont know how to
> make all." When I started using portupgrade, the only error I got was a
> list of ports that failed without explanations as to why they failed.
>
Try to reproduce
On Tue, Nov 16, 2010 at 10:23 PM, Joseph Yeager wrote:
> I was able to get it to happen again. What I did was wipe out the shared
> ports tree, then re-populate it with portsnap. I then compiled openldap
> using it with no issue, however when I attempted to compile samba, I got the
> same proble
On Wed, Nov 24, 2010 at 9:30 PM, David DEMELIER
wrote:
> Hello
>
> after an upgrade to 1.7.1, I can't use mercurial anymore :
>
> mark...@melon ~/devel/dotfiles $ hg pull
> abort: No module named thread!
> Exception AttributeError: "'httpsrepository' object has no attribute
> 'urlopener'" in > ig
On Fri, Apr 1, 2011 at 11:38 AM, jhell wrote:
>
> This is for when you are using jail(8) and have a build environment
> setup within that jail for ports. If you enable that option then it
> allows you to be able to build jdk16 within the jail.
>
I've built openjdk both with and without that optio
Hi!
I'm just wondering if anyone else has trouble compiling postgresql90
with clang. I get this (and I cant seem to find anything online that
somebody else had that same problem):
gmake[1]: Leaving directory
`/usr/obj/usr/ports/databases/postgresql90-server/work/postgresql-9.0.3/src/timezone'
cla
On Mon, Apr 4, 2011 at 12:47 AM, Dimitry Andric wrote:
> On 2011-04-03 20:15, Christer Solskogen wrote:
>>
>> I'm just wondering if anyone else has trouble compiling postgresql90
>> with clang. I get this (and I cant seem to find anything online that
>> som
The latest port revision broke my screen somewhat. In order to get
UTF-8 to work I have to start screen with "screen -U" - I did not need
to do that before.
I don't have any problems with adding that extra option, but I cant
seem to find a option to add to screenrc.
--
chs,
__
On Tue, May 3, 2011 at 7:19 PM, Sergey Nikolenko wrote:
> Did you try these ones?
>
> defutf8 on
> utf8 on
>
Yeap. I cant even get passed the welcome screen (pressing space or
return does nothing)
--
chs,
___
freebsd-ports@freebsd.org mailing list
htt
On Sat, May 7, 2011 at 6:36 PM, Florent Thoumie wrote:
>
> Sorry it took me a while, but I've finally committed this patch.
I'm having issues when I have the following in .rtorrentrc
scgi_port = 192.168.0.3:5000
rtorrent takes up 100% cpu. but no gui.
--
chs,
__
On Sun, May 8, 2011 at 7:35 PM, Christer Solskogen
wrote:
> On Sat, May 7, 2011 at 6:36 PM, Florent Thoumie wrote:
>>
>> Sorry it took me a while, but I've finally committed this patch.
>
> I'm having issues when I have the following in .rtorrentrc
> scgi_po
On Mon, May 9, 2011 at 10:55 AM, Florent Thoumie wrote:
> Is this specific to ncurses 5.8? Does it exhibit the same behaviour
> with ncurses 5.7?
I'm not sure. I'm running 8.2-RELEASE-p1 amd64.
--
chs,
___
freebsd-ports@freebsd.org mailing list
http:/
On Fri, May 13, 2011 at 4:17 PM, David DEMELIER
wrote:
>
> We should complain this upstream.
>
Yes, but first one thing.
I have a friend who does not have the same problem as we do. He is
also running 8.2-RELEASE. The only difference I know of is that I use
UTF8, while he use ISO-8859-15. What d
On Sat, May 14, 2011 at 8:42 AM, Sergey V. Dyatko
wrote:
> [tiger@pussy7609]~%pkg_info -xI torre
> libtorrent-0.12.6_1 BitTorrent Library written in C++
> rtorrent-0.8.6_1 BitTorrent Client written in C++
>
Yes, they work on my system as well. But not rtorrent-0.8.7 :(
--
chs,
_
2011/5/14 Sergey V. Dyatko :
> Amazing, 0.8.8 works fine(head, i386, ru_RU.KOI8-R)
>
> I'm testing a patch for latest _stable_ libtorrent/rtorrent versions on
> my tinderbox now. On next step I plan fill pr with update.
Could you try to add this to .rtorrent.rc and see if rtorrent will start or no
2011/5/14 Sergey V. Dyatko :
> http://tiger.ipfw.ru/files/rtorrent.diff.txt
> http://tiger.ipfw.ru/files/libtorrent.diff.txt
>
Thanks! It works now on 8.2-RELEASE as well. Just one thing I think
you forgot: files/patch-src__display__canvas.h did not apply cleanly.
I just deleted that.
--
chs,
_
loyal# make
===> License check disabled, port has not defined LICENSE
===> Extracting for tomcat-native-1.1.20_2
=> SHA256 Checksum OK for tomcat-native-1.1.20-src.tar.gz.
===> Patching for tomcat-native-1.1.20_2
===> Applying FreeBSD patches for tomcat-native-1.1.20_2
===> tomcat-native-1.1.
On Mon, May 16, 2011 at 10:13 PM, olli hauer wrote:
> Quick fix for apr (just committed, copy to apr1/files)
Gee, that was fast! Thanks! It works! :-)
--
chs,
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd
On Tue, May 17, 2011 at 8:51 PM, Yuri Pankov wrote:
> On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote:
>> Hello,
>>
>> I just updated my apache22 from 2.2.17 to 2.2.18, this update also
>> updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
>> not able to connect to
On Tue, May 17, 2011 at 11:28 PM, Mike Jakubik
wrote:
> It's fairly simple, ill have to see how mod_ajp works and test it in our
> staging environment first. However anyone else that uses mod_jk will run
> in to this eventually, guess i should contact the apache team
> responsible for the two.
>
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused
-Wno-parentheses -pipe -m64 -fno-omit-frame-pointer -D_LITTLE_ENDIAN
-DNDEBUG -DARCH='"amd64"' -Damd64 -D_ALLBSD_SOURCE -DRELEASE='"1.7.0"'
-D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I.
-I/usr/obj/usr/ports/java/o
On Mon, May 30, 2011 at 7:11 PM, Greg Lewis wrote:
> Thanks for the report. I forgot a dependency :(. Just committed a fix.
>
Wow! That was fast! Thanks :-)
--
chs,
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinf
Hi!
The last commit does not seem to work properly.
===> License check disabled, port has not defined LICENSE
===> Found saved configuration for rtorrent-devel-0.8.8
===> Extracting for rtorrent-devel-0.8.8_1
=> SHA256 Checksum OK for rtorrent-0.8.8.tar.gz.
===> Patching for rtorrent-devel-0.
On Mon, Jun 13, 2011 at 8:07 PM, John Bleichert wrote:
> Suggestions? Shall I hit the postgresql forums? I thought I'd ask here
> first.
>
This is in a jail, right?
Try adding this to /etc/sysctl.conf:
security.jail.sysvipc_allowed=1
And/or run "sysctl security.jail.sysvipc_allowed=1 as root on
On Sat, Oct 13, 2012 at 12:43 AM, Christer Solskogen
wrote:
> I did a lot on my server today. I upgraded my bios to the latest
> version
For the record: That was the problem. The new BIOS have some trouble
with Intel VT-d (but ASUS does not think they broke it).
My mainboard is Asus SABE
On Tue, Nov 13, 2012 at 11:19 PM, Jason Garrett wrote:
> On Mon, Nov 12, 2012 at 6:13 PM, ajtiM wrote:
>
>> On Monday 12 November 2012 17:46:44 Aldis Berjoza wrote:
>> > 13.11.2012, 01:27, "ajtiM" :
>> > > Hi!
>> > >
>> > > Is it something wrong with portsnap server or is something wrong with
>>
Hi!
I see that devel/binutils depends on gmp and mpfr. And I'm pretty sure
binutils doesn't really depend on those two libraries (even if
configure searches for them) - the reason is that automake stuff in
binutils are shared with gcc (which *do* depend on gmp and mpfr)
--
chs
_
Building apache22 works fine, but installing it gives me the following
output.
===> Registering installation for apache-2.2.9_4
pkg_create: read_plist: unknown command
'@commentlib/apr-util-1/apr_dbd_mysql-1.so' (package tools out of date?)
pkg_create: read_plist: unknown command
'@commentlib/ap
Philip M. Gollucci wrote:
> Looks like the changes portrevision bump to 4 caused this. I'll see
> what I can do about it.
>
Thanks!
--
chs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscr
Clement Laforet wrote:
> I just hope it will fix the issue ;)
>
It did. Thanks :)
--
chs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi!
portupgrade gives me an error when using the -R switch on rrdtool.
(using it on the port 'joe' does not seem to trigger it)
[r...@foster ~]# portupgrade -Rrpv rrdtool
---> Session started at: Tue, 20 Jan 2009 13:53:16 +
[Gathering depends for databases/rrdtool
Hi!
Just a small note that the hatari port is a bit outdated. The latest
version is 1.2.0, while the one in ports is 1.0.1.
--
chs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send a
Hi!
It seems to be a problem with the xmlrpc-c-devel port on my
machine(FreeBSD 7.1-RELEASE-p4 amd64). Here's the error:
gmake[3]: Leaving directory
`/usr/obj/usr/ports/net/xmlrpc-c-devel/work/xmlrpc-c-1.18.00/lib/util'
cc -o xmlrpc xmlrpc.o srcdir/tools/lib/dumpvalue.o
/usr/obj/usr/ports/n
On 4/15/09 5:45 PM, Ricardo Jesus wrote:
Was updating it yesterday and my build also failed.
Uninstall it first and it will work.
--
chs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscri
Just a small remider :-) Hopefully you can update it.
--
chs
___
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"
68 matches
Mail list logo