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

2021-01-27 Thread Peter Pentchev
ggest that somebody else write something "simple" :) G'luck, Peter -- Peter Pentchev r...@ringlet.net r...@debian.org p...@storpool.com PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13 signature.asc Description: PGP signature

Re: Dropping maintainership of my Ports

2020-03-28 Thread Peter Pentchev
On Sat, Mar 28, 2020 at 07:25:32PM +0100, Mateusz Piotrowski wrote: > On 3/28/20 5:33 PM, Peter Pentchev wrote: > > On Fri, Mar 27, 2020 at 05:35:44PM -0700, Neel Chauhan wrote: > > > Hi freebsd-ports@, > > > > > > I would like to drop maintainership for

Re: Dropping maintainership of my Ports

2020-03-28 Thread Peter Pentchev
hand at maintaining these three as a way of tentatively slowly coming back to FreeBSD. G'luck, Peter -- Peter Pentchev r...@ringlet.net r...@debian.org p...@storpool.com PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 D

Re: GSoC: Separation of Ports Build Process from Local Installation

2019-05-29 Thread Peter Pentchev
terested in this project; feedback is > > appreciated.? If someone would like to provide ongoing feedback or > > mentorship that would be especially helpful.? Bakul Shah is my mentor > > officially for GSoC but I would be happy to have additional support from > > someone w

Re: www/joomla3 port installs from GitHub, why?

2018-05-21 Thread Peter Pentchev
in FreeBSD a -devel version of the port is usually created when somebody wants to be able to install a version that is currently under development and yet keep the ability for normal users to use the stable version. In these cases, a second port is created (once upon a time this was done by a

Re: poudriere, Go and networking

2015-12-12 Thread Peter Pentchev
the way to go. The Debian Perl group has a tool that goes by many names, but in at least one of its incarnations, cpan2deb, it does exactly that - downloads a package from the CPAN archive, examines its metadata files to find out what it needs, looks for these dependencies in the Debian package ar

Re: DESTDIR support broken?

2013-11-22 Thread Peter Pentchev
here would not be another funny problem later: for ports that actually use staging, bsd.stage.mk tries to pass a DESTDIR of its own to upstream's build system, so the DESTDIR specified on the make(1) command line might not be passed to upstream's build system at all. So bsd.destdi

Re: Staging DOs & DON'Ts

2013-10-31 Thread Peter Pentchev
actually a good thing, this is practically an omission of the upstream authors that will be corrected sooner or later by somebody, either the FreeBSD port maintainer or some other packager :) G'luck, Peter -- Peter Pentchev r...@ringlet.net r...@freebsd.org p.penc...@storpool.com PGP k

Re: non-destructive ports/packages update

2013-04-21 Thread Peter Pentchev
the port: for database management systems such as MySQL, PostgreSQL, etc, you'll probably want to keep the databases even if the ports themselves are reinstalled, rolled back, restored, whatever. For some other systems, you might want to remove the "current state" information of

Re: Ports should provide knobs disabling unwanted network services

2013-03-26 Thread Peter Pentchev
modifying by hand the patch generated. Well, one way to do it would be to actually *use* an SCM :) My preferred way would be a Git copy of the Subversion repository - then you do your changes in your local Git tree and periodically pull down the changes from the FreeBSD Subversion repo and

Re: Unable to install new dialog for ports on FreeBsd 7.0

2013-03-21 Thread Peter Pentchev
or 7.x ? It cannot be broken, since it is not going to change. It's a tag, not a branch. A tag is a snapshot of the tree at a specific point in time, mainly for reference purposes later. A branch is a copy of the "main" part of the tree (the "trunk", which also happens to

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-14 Thread Peter Pentchev
eah, I've been lazy, and yeah, some weird src.conf settings might confuse the build of some of my software on FreeBSD. And, of course, my software might very well not build at all on other BSD-like host platforms. But... yeah, well, I've been lazy ;) ...thanks for reading so far, I guess

Re: [PKGNG] where I can find $ABI?

2013-01-21 Thread Peter Pentchev
rds, > >Bapt > > > OK, thanks > pkg -vv | grep abi | awk '{print $2}' With the risk of this disintegrating into yet another round of Perl Golf, you do realize that there is almost never a reason to use grep and awk one after the other, right? :) pkg -vv | awk '$1

Re: [RFC/HEADSUP] portmaster default -w (preserve shared libraries)

2012-12-12 Thread Peter Pentchev
up the unused ones" :) You are correct that the original question was probably meant to differentiate between the two options you listed. G'luck, Peter -- Peter Pentchev r...@ringlet.net r...@freebsd.org p.penc...@storpool.com PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key

Re: How to descend into the extract to build in a subdir

2012-11-29 Thread Peter Pentchev
. and -I... and so on). And the same goes for the ${MAKE} invocation - take a look at the do-build target in bsd.port.mk (just a couple of lines below the configure one) - at least ${SETENV} ${MAKE_ENV} ${MAKE}, if not a couple more MAKE_FLAGS and MAKE_ARGS, maybe MAKE_JOBS for parallel building.

Re: FreeBSD ports you maintain which are out of date

2012-11-29 Thread Peter Pentchev
get it to work. > Something like that. But this is exactly the point - portscout *only* sends messages to the e-mail address listed in the port's MAINTAINER line. If portscout's message goes to the po...@freebsd.org list, then there *is* no active maintainer - what Paul means is tha

Re: do I need to specify explicity what to install for make install to work?

2012-09-27 Thread Peter Pentchev
at it needs to install the already-built-in-${WRKSRC} files to ${PREFIX}, it will invoke "do-install"; if you don't override do-install, it will change into ${WRKSRC} and run "make install" - and then it will go on with the rest of what the "install" bsd.port.mk t

Re: Re-starting daemons across upgrades?

2011-09-17 Thread Peter Pentchev
. It does not matter if they are > >down because of an upgrade or a failure, so this solution is more > >general. Here's an example that I have for MySQL: > > > Before we go that way, we should consider using runit by Gerrit Pape > (smarden.org), Upstart, or port system

Re: [RFC] New ports idea: github / gitorious / bitbucket direct support.

2011-09-11 Thread Peter Pentchev
gt; % gzip -d test1.tar.gz test2.tar.gz > % md5 test1.tar test2.tar > MD5 (test1.tar) = 0ba33aa8ff6bffeeeb2d96efc38eec85 > MD5 (test2.tar) = 0ba33aa8ff6bffeeeb2d96efc38eec85 > % Now try the same with the -n option :) (and yes, I realize that you are probably aware of this, but so should any author o

Re: porter handbook MASTER_SITES section outdated?

2011-08-02 Thread Peter Pentchev
/bsd.sites.mk. > You can do the same in your own submissions, but you should check that > they actually work by using "make fetch-urlall-list" or the like. ...and (not "or"! :) also by using the ports-mgmt/distilator port. G'luck, Peter -- Peter Pentchev r...@ringl

Re: patch for force fetch

2011-05-16 Thread Peter Pentchev
d installs the port. 4. Upstream makes a change without bumping the version. 5. The port maintainer curses a bit and updates the port, possibly bumping PORTREVISION if upstream changed something important 6. The user tries to fetch the new version of the upstream tarball and stumbles

Re: Find a corrupt port

2011-02-26 Thread Peter Pentchev
dep lines without arguments: cd /var/db/pkg find . -mindepth 2 -maxdepth 2 -type f -print0 | xargs -0 egrep -e 'pkgdep[[:space:]]*$' If this doesn't work, you can always run pkg_info for all your packages: cd /var/db/pkg for i in */; do pkg_info "$i" 2>&1

Re: FreeBSD Port: xpra-0.0.7.16p4

2011-02-04 Thread Peter Pentchev
e that still have old port Makefiles > on their disks, so having a stable path would be useful. > > E.g. on cpan, the files just are added to the directory, not moved > after newer ones are added. Well, in truth, the port's Makefile may be trivially configured to look into

Re: duplicate entry for graphics/yafray ?

2011-01-28 Thread Peter Pentchev
repo-copy in progress, nothing to be concerned about; one of them will probably be removed soon, and the other will be updated. G'luck, Peter -- Peter Pentchev r...@ringlet.net r...@freebsd.org pe...@packetscale.com PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerpri

Re: portmaster: print /usr/ports/UPDATING on update

2010-12-28 Thread Peter Pentchev
project if someone were to come up with > > funding for it, but (just being frank and honest) it's too big a > > project for me to tackle on a volunteer basis atm. > > I had shown the simple shell script that will parse the UPDATING and > present the entries for the given po

Re: FATAL error emitted by portlint -A

2010-12-19 Thread Peter Pentchev
On Sun, Dec 19, 2010 at 02:44:22PM +0200, Peter Pentchev wrote: > On Sun, Dec 19, 2010 at 07:24:44AM -0500, Jerry wrote: > > I am attempting to update an existing port. When running "portlint -A" > > I am receiving an error message. > > > > # portlint -A &

Re: FATAL error emitted by portlint -A

2010-12-19 Thread Peter Pentchev
t, see which are the new ones and if you wrote them or some tool generated them :) If you didn't write them, chances are you can safely remove them and things will work just fine :) G'luck, Peter -- Peter Pentchev r...@space.bgr...@ringlet.netr...@freebsd.org PGP key:http:/

Re: failed configure of multimedia/handbrake

2010-12-07 Thread Peter Pentchev
PREFIX make -X -V WRKDIR -V WRKSRC -V WRKDIRPREFIX ...in the same (ports/multimedia/handbrake) directory? G'luck, Peter -- Peter Pentchev r...@space.bgr...@ringlet.netr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3

Re: Renaming a shared library in the port-framework to match FreeBSD naming schemes?

2010-11-22 Thread Peter Pentchev
ere are projects that actually do it that way. G'luck, Peter -- Peter Pentchev r...@space.bgr...@ringlet.netr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 "yields falsehood, when app

Re: Conflict between netpipes-4.2 and timelimit-1.7

2010-11-16 Thread Peter Pentchev
would only be flattered if people were to decide that timelimit is fit to enter the FreeBSD base system :) And certainly I would be willing to maintain it myself in that case; still, thanks a lot for the offer, and a helping hand or three could never be too much :) G'luck, Peter -- Peter Pen

Re: daemontools port options

2010-10-18 Thread Peter Pentchev
ption? I am not even > sure exactly what support it enables. It adds the -1, -2, and -q options to the svc(8) command-line tool, and yes, that's pretty much exactly what you want - if you're running clamav as a service, you can now do "svc -1 /var/service/clamav" and it&

Re: No-op port updates

2010-10-16 Thread Peter Pentchev
quot; answer. I've sometimes added a comment to the port's Makefile explaining the needlessness of an update. G'luck, Peter -- Peter Pentchev r...@space.bgr...@ringlet.netr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA F

Re: tabstop setting for port Makefiles

2010-06-29 Thread Peter Pentchev
al preference and the committers don't care? Uhm, the standard width of a horizontal tab is 8 characters. Thus, bsd.port.mk's 4 characters *are* non-standard; when writing your own ports, use an eight-character tab like the rest of the world ;) Oh, my coat? Nah, I'll get it myself

Re: RFC: Mk/bsd.jpeg.mk to automagically handle jpeg dependency

2010-06-16 Thread Peter Pentchev
robe, math/R, multimedia/gmerlin, multimedia/gpac-libgpac, multimedia/libquicktime, multimedia/spook, multimedia/transcode, x11/aterm, x11-fm/thunar, x11/mrxvt-devel, and x11-wm/jwm ports that do that, and there might be more that a simple fgrep -le WITH_JPEG -e WITHOUT_JPEG did not catch. G&#x

Re: Data files and ports

2010-06-11 Thread Peter Pentchev
eparate port for the data file and have the main program (port) depend on it. This would make sure that not only people who build the port "by hand" do not download the data file more often than necessary, but also the people who use packages do not download needlessly big pa

Re: GSoC: Making ports work with clang

2010-05-03 Thread Peter Pentchev
I've mentioned above, just because some ports > don't compile, it doesn't affect this project too much. Well said, well meant. Kudos. Thanks for your work so far, and thanks for taking up that GSoC project. G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bg

[CFT] security/stunnel update to 4.33

2010-04-09 Thread Peter Pentchev
. The patch is also available at http://people.FreeBSD.org/~roam/patches/stunnel/stunnel-4.33-01.patch G'luck, Peter Description: Update the security/stunnel port to version 4.33. Author: Peter Pentchev Last-Update: 2010-04-07 --- a/security/stunnel/Makefile +++ b/security/stun

Re: curl, c-ares, and IPv6

2010-03-22 Thread Peter Pentchev
On Mon, Mar 22, 2010 at 01:05:59PM +0200, Peter Pentchev wrote: > Hi, > > If this is of interest to anybody, I just committed an update to > the c-ares asynchronous DNS resolver library, and also a little change > to the cURL port, finally allowing it to do async DNS lookups when

curl, c-ares, and IPv6

2010-03-22 Thread Peter Pentchev
r the past five, if not ten, years, and there's a growing number of instalations (well, okay, still a minority, but still...) where the connect() call will *not* fail :) -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http://people.FreeBSD.org/~r

Re: Bluefish 2.0.0 released!

2010-02-26 Thread Peter Pentchev
e in process. It's not uncommon (or unreasonable) that > this part of the porting process will take several days or even weeks in > addition to the time the maintainer needed. Well, in this particular case, the maintainer of www/bluefish is a FreeBSD committer himself, so this pa

Re: FreeBSD Port: php5-mhash-5.2.11_1

2009-12-18 Thread Peter Pentchev
ommitted this fix. Sorry for not reacting a bit sooner. G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13 If there were no counter

Re: Port version difficulties (maybe one for the Python crowd)

2009-12-11 Thread Peter Pentchev
hes (single quotes). It's the shell that tries to interpret the string before passing it to "make" itself, and the single quotes tell the shell to not even try to interpret the string. So, just do: make -V 'PYDISTUTILS_PKGVERSION:C/([[:digit:]]\.[[:digit:]])\./\1_/g' ...

Re: Newbie question about additional documentation

2009-11-25 Thread Peter Pentchev
ost often when PORTREVISION > 0, but also when there are differences between the representation of the version in the upstream distribution and in the FreeBSD port. G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http://people.F

Re: RFC: svn for make fetch

2009-11-10 Thread Peter Pentchev
On Tue, Nov 10, 2009 at 06:12:40PM +, RW wrote: > On Tue, 10 Nov 2009 12:32:28 +0200 > Peter Pentchev wrote: > > > > The Ports Collection's distfile checksums make sure that you get > > exactly the same files *as the port maintainer examined at some > >

Re: RFC: svn for make fetch

2009-11-10 Thread Peter Pentchev
oject rm -rf /home/svn/foo svnadmin create /home/svn/foo svn import http://.../foo/trunk/mycoolproject ...and suddenly the port fetches something completely different. G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http:

Re: Enforcing library version in a port Makefile?

2009-10-16 Thread Peter Pentchev
allow the users to build it with older versions of ports that it depends on - see my comments about the synchronized ports collection above. In general, it should be really, really rare. > It would be nice to be able to express the real dependency as precisely > and accurately as possible, s

Re: security/libgcrypt Following UPDATING 20090107 Build failure

2009-09-26 Thread Peter Pentchev
gt; > it. > > > > Regards, > > Rong-En Fan > > > > Thank Rong-En > Right on the button > It looks to me as though libpg-error could be a dependency of libgcrypt Errr, but it is, and it has been ever since May 2004... G'luck, Peter -- Peter Pentchev

Re: Open discution for a fakeroot support for the ports infrastructure

2009-09-01 Thread Peter Pentchev
On Tue, Sep 01, 2009 at 11:02:24AM +0300, Peter Pentchev wrote: [snip] > This is done either for very, very simple programs where it would be > unnecessary overhead to recurse into the upstream's Makefile and run > its "install" target, or for programs where the upstream

Re: Open discution for a fakeroot support for the ports infrastructure

2009-09-01 Thread Peter Pentchev
e update-plist target > of openbsd ports infrastructure. > it will easier implementation of multipackage ports (if ever wanted :)), one > port with multiple pkg-plist. > > the discussion is open :) > > here is the PR concerned : > http://www.freebsd.org/cgi/query-pr.cgi?pr

Re: serpentine port forces dependency on muine

2009-08-27 Thread Peter Pentchev
On Wed, Aug 26, 2009 at 09:29:10PM -0700, Kevin Oberman wrote: > > Date: Thu, 27 Aug 2009 02:10:06 +0300 > > From: Peter Pentchev > > > > On Wed, Aug 26, 2009 at 11:47:48AM -0700, Kevin Oberman wrote: > > > > Date: Wed, 26 Aug 2009 07:05:1

Re: serpentine port forces dependency on muine

2009-08-26 Thread Peter Pentchev
t; As serpentine is a part of the gnome2-power-tools metaport and a LOT of > folks are likely to be re-building a lot of ports due to the V8.0 > release, I'd really like to see it fixed. > > This does not effect me any longer as I have commented out the part of > the configuration

Re: Apache SSL broken after upgrade to 2.2.13?

2009-08-26 Thread Peter Pentchev
hosts that actually require it. As a workaround, just put the SSL cert and key directives somewhere on a global level, outside a vhost, and Apache will start. Stupid, I know, but that's how it is for the present :/ G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.b

Re: serpentine port forces dependency on muine

2009-08-25 Thread Peter Pentchev
On Tue, Aug 25, 2009 at 04:15:51PM -0700, Kevin Oberman wrote: > > Date: Wed, 26 Aug 2009 01:50:01 +0300 > > From: Peter Pentchev > > > > On Tue, Aug 25, 2009 at 11:06:18AM -0700, Kevin Oberman wrote: > > > I have been trying to remove all dependencies o

Re: serpentine port forces dependency on muine

2009-08-25 Thread Peter Pentchev
Makefile check will be satisfied if the MUINE option is enabled *or* if the "muine" executable is present in /usr/local/bin. This is most probably because the serpentine configure script looks for muine itself and uses it unconditionally if it finds it. So... maybe you just had a /usr/loca

Re: openssl port - patch file

2009-08-14 Thread Peter Pentchev
Makefile 14 Aug 2009 08:29:53 - @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR=source #PATCH_SITES= http://sctp.fh-muenster.de/dtls/ PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= dinoex PATCHFILES=dtls-bugs-2009-05-18.patch DISTNAME= ${PORTNAME}-${PORTVERSION} G'

Re: FreeBSD Port: mplayer-0.99.11_14

2009-07-23 Thread Peter Pentchev
ilures that you may run into when building the pristine SVN source. Other patches may influence the mplayer behavior later on :) Those patches are in the files/ subdirectory of the mplayer port; you might want to try to apply them to the source after checking it out of their Subversion repository (or

Re: Honoring NOPORTDOCS with GNU_CONFIGURE?

2009-06-25 Thread Peter Pentchev
ecific port's needs, or, if there are many Makefile.in files, use ${FIND} | ${XARGS} to process them all at once. G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79

Re: [RFC] New category proposal, i18n

2009-06-24 Thread Peter Pentchev
ise, etc etc)! Er, isn't this a verb-vs-noun difference? :) I don't think nouns are -ize'd, too :) G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint F

Re: Unrealircd problems with last patch

2009-06-18 Thread Peter Pentchev
On Thu, Jun 18, 2009 at 05:07:08PM +0300, Peter Pentchev wrote: > On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: > > On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > > > Hi, i've upgraded c-ares and Unreal from ports but

Re: Unrealircd problems with last patch

2009-06-18 Thread Peter Pentchev
On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: > On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > > Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. > > It start without a problem but when someone

Re: Unrealircd problems with last patch

2009-06-17 Thread Peter Pentchev
On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: > On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > > Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. > > It start without a problem but when someone

Re: Unrealircd problems with last patch

2009-06-17 Thread Peter Pentchev
d and commited the update. Now Ilya Andreev and you have both hit a problem with UnrealIRCd, and Ilya seems to have found a solution. Could you try putting the attached patch-res.c into the irc/unreal/files/ directory and rebuilding UnrealIRCd? If this patch helps, I could commit it if Gerrit Bei

Re: Installing files to PREFIX and LINUXBASE - is it possible?

2009-06-11 Thread Peter Pentchev
this case or are there any other solutions? > > I've attached shar of what's there at the moment (with incorrect > pkg-plist). You could install to $LINUXBASE and just make a symlink for the binary itself into $PREFIX/bin/. G'luck, Peter -- Peter Pentchev r...@ringle

Re: make.conf no x option

2009-05-26 Thread Peter Pentchev
p-without-gui, emacs-nox11, etc. but one mistake with some > port, and you get the whole boatload, and you can never scrape it all > out. I think you're looking for WITHOUT_X11=yes :) G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:

Re: squidguard and default blacklists in plist

2009-04-09 Thread Peter Pentchev
he .dist files; - pkg-plist contains an @exec if [ ! -f ... ]; then cp... - pkg-plist contains an @unexec if cmp -s ...; then rm... G'luck, Peter -- Peter Pentchev r...@ringlet.netr...@space.bgr...@freebsd.org PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fi

Re: nmap broken on current

2009-03-30 Thread Peter Pentchev
: conflicts with new declaration with 'C' linkage > nmap.h:424: error: previous declaration of 'void sigdie(int)' with 'C++' > linkage > nmap.cc:2626: error: conflicts with new declaration with 'C' linkage > nmap.h: In function 'int nmap_fi

Re: Installing in cgi-bin

2009-03-29 Thread Peter Pentchev
x27;s "real" data directory. Thus, the CGI script is at http://hostname/cgi-bin/qmailadmin/qmailadmin.cgi with the option of someday adding e.g. cgi-bin/qmailadmin/somethingelse.cgi by simply placing it within the symlinked directory. Of course, the symlinks may also be avoided by using Apac

Re: always-interactive ports

2008-11-24 Thread Peter Pentchev
point of view. The easiest way to handle this in the port itself is to set IS_INTERACTIVE=yes in the port's Makefile, as documented in bsd.port.mk. G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/ro

Re: Source install to look like installed package

2008-09-17 Thread Peter Pentchev
han doing a simple port :) Of course, there are applications that do not lend themselves to porting simply, but in most cases even the "Quick Porting" procedure described in the Porters Handbook[1] is enough to get you a working, albeit not picture-perfect, package. [1] http://www.freeb

Re: devel/libtool15 unconditionally hardcodes autodetected textproc/gsed

2008-09-09 Thread Peter Pentchev
kage. If libtool may put "gsed" into libfoo's binary package, this should be fixed before the freeze. If libtool only uses "gsed" during libfoo's build, then it is not a critical problem. Of course, if Dmitry is more familiar with libtool than I am, and he knows that

Re: Curious problem with MASTER_SITE_GOOGLE_CODE

2008-09-01 Thread Peter Pentchev
On Mon, Sep 01, 2008 at 02:52:25PM -0700, Doug Barton wrote: > On Tue, 2 Sep 2008, Peter Pentchev wrote: > > > That's... kinda weird. With what I see in bsd.sites.mk (rev. 1.455), > > MASTER_SITE_GOOGLE_CODE should *never* have *both* forms defined - > > unles

Re: Curious problem with MASTER_SITE_GOOGLE_CODE

2008-09-01 Thread Peter Pentchev
; > Any ideas? That's... kinda weird. With what I see in bsd.sites.mk (rev. 1.455), MASTER_SITE_GOOGLE_CODE should *never* have *both* forms defined - unless you have somehow managed to include bsd.sites.mk twice, and even then something is too weird. Can you post the port's Make

Re: pkg_add feature proposal

2008-08-25 Thread Peter Pentchev
ither passed on the command line or it downloads. I believe that Anton is asking for a bit more separation between the "fetch all packages to be installed" and the "install all fetched (fought?) packages" phases of pkg_add's operation. However, given the way that pkg_add o

Re: Vlc

2008-07-18 Thread Peter Pentchev
rc/ft2_font.hpp:60: error: 'FT_Glyph' does not name a type > parser/../src/ft2_font.hpp:61: error: 'FT_BBox' does not name a type > parser/../src/ft2_font.hpp:74: error: 'FT_Library' does not name a type > parser/../src/ft2_font.hpp:76: error: 'FT_Face'

Re: Vlc

2008-07-18 Thread Peter Pentchev
ed movie playing (rtsp:// and stuff), and it definitely does not need an X display for that :) G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9

Re: Tgz in tgz...!

2008-07-11 Thread Peter Pentchev
RGS} ${ALL_TARGET} Yes, this is a command line consisting entirely of variables :) Well, okay, to do it in a different directory you would need to use: ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKSRC}/src/extras ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} The ${SETENV} ${MAKE_ENV} part is

Re: FreeBSD Port: openldap-server-2.4.10

2008-07-05 Thread Peter Pentchev
On Fri, Jul 04, 2008 at 10:34:32PM -0400, Mikhail Goriachev wrote: > Quoting Peter Pentchev <[EMAIL PROTECTED]>: > > > On Fri, Jul 04, 2008 at 01:22:15PM -0400, Mikhail Goriachev wrote: > >> Hi, > > [snip] > >> I slapped together a workaround. Here'

Re: FreeBSD Port: openldap-server-2.4.10

2008-07-04 Thread Peter Pentchev
penldap/slapd.conf Then there's another thing - it might be better to make this depend on the actual prefix where the OpenLDAP server is installed (it is not necessarily /usr/local), but that's a whole different can of beer that I'm not familiar with, since I don't even have an

Re: devel/subversion : java + python bindings

2008-07-02 Thread Peter Pentchev
and java/subversion-java, as well as devel/ruby-subversion and devel/p5-subversion for other languages. G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E

Re: FreeBSD Port: worldofpadman-1.2_3

2008-06-23 Thread Peter Pentchev
008 23:53:15 - 1.6 +++ ports/games/worldofpadman/Makefile 23 Jun 2008 12:24:47 - @@ -13,7 +13,7 @@ ftp://ftp.snt.utwente.nl/pub/games/worldofpadman/linux/:full,update \ ftp://ftp.kickchat.com/wop/:update \ http://www.hessenfragger.de/upload

Re: how to determine the date a port is installed

2008-06-11 Thread Peter Pentchev
On Wed, Jun 11, 2008 at 01:40:19PM +0100, Florent Thoumie wrote: > On Wed, Jun 11, 2008 at 8:31 AM, Peter Pentchev <[EMAIL PROTECTED]> wrote: > > On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: > >> On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wro

Re: how to determine the date a port is installed

2008-06-11 Thread Peter Pentchev
et only the second component of the # file path, which is the name of the package directory, which coincides # with the name of the package :) find . -type f -name '+CONTENTS' -mnewer /tmp/stamp | cut -d/ -f2 That should give you a list; you may redirect it to a file or, if you are feeling r

Re: Where should "contrib" scripts and utilities be installed?

2008-06-10 Thread Peter Pentchev
e seem to be little scripts that may live in $EXAMPLESDIR, may live in libexec/rsnapshot/, and may live in a separate rsnapshot-utils port. Either way would be fine, at least IMHO. G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http:

Re: FreeBSD Port: sysutils/daemontools

2008-06-08 Thread Peter Pentchev
ot;; the port has had the RESTRICTED line in its Makefile ever since version 1.1 (well, okay, it was NO_PACKAGE then) about nine years ago :) It's quite another question that I haven't removed it after Prof. Bernstein put all his software in the public domain in December 2007; I'll d

Re: Cleaning /var/db/ports

2008-03-26 Thread Peter Pentchev
ts/$o" -V UNIQUENAME` printf '%s:%s:%s\n' "$p" "$o" "$n" fi done G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am not the subject of this sentence. pgpg6ssd44SFH.pgp Description: PGP signature

Re: net/grsync fails to build on i386

2008-03-26 Thread Peter Pentchev
grade, in which bsd.gnome.mk was missing two lines that recorded LIB_ and RUN_DEPENDS. Thus, even though you specified gtk20 in your port's Makefile, bsd.gnome.mk just didn't add a dependency on libgtk - so your port's build did not find it. Since this was corrected a couple of

Re: Transferring ports

2008-03-20 Thread Peter Pentchev
you want them :) Well, okay, you might need to list separate directories on separate lines (it doesn't seem to support the {bin,sbin} syntax), but other than that, it seems to fit your requirements pretty well :) G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][E

Re: vdelivermail.c - dot-qmail processing, FreeBSD Port: vpopmail-5.4.26

2008-03-17 Thread Peter Pentchev
> 659 /* same env. for each line .qmail */ > 660 DeleteMail = 0; // set default Great catch! I've just committed this patch to the FreeBSD port of vpopmail - probably as a band-aid that will go away with 5.4.27, but still quite important for the 5.4.26 users :) Thanks for

Re: net-im/openfire port related question.

2008-02-13 Thread Peter Pentchev
er ID is already taken by another account on the user's system; I'll see if I can work something out on the autodetection front, but my advice to Nikolay would be to pick another user ID and register it in the ports/UIDs file, at least for the benefit for people who have no

Re: FreeBSD Port: curl-7.16.3

2008-02-12 Thread Peter Pentchev
off for the past couple of weeks. It ought to be done in at most another week. G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 161

Re: cannot install p5-Net-Pcap

2008-01-08 Thread Peter Pentchev
ak; it seems to be somehow related to a HAVE_PCAP_FINDALLDEVS define. For some reason, the Makefile.PL configuration stage did not detect the pcap_findalldevs() function in your pcap library. Can you post the contents of the Makefile in the Net-Pcap-0.15/ work directory? G'luck, Peter --

Re: Updating 'mail/freepops' port

2007-12-25 Thread Peter Pentchev
tory: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/porters-handbook/ ...and, specifically, the book.html-split.tar.bz2 file there. It's just that there are no links to this directory on the FreeBSD website. > BTW, who do I contact if (when) I need assistance? This list.

Re: Stunnel not working

2007-11-12 Thread Peter Pentchev
> > Try replacing that secure.new.seasynews.com by it's IP. Could you try the attached patch? According to the stunnel developers, it should fix the problem. It has been submitted to the portmgr@ team for commit approval. I apologize for the apparently insufficient testing before the

Re: 'make -DNO_DEPENDS install' causing error

2007-11-05 Thread Peter Pentchev
On Wed, Oct 31, 2007 at 09:44:13AM -0700, Doug Barton wrote: > On Wed, 31 Oct 2007, Peter Pentchev wrote: > >> On Wed, Oct 31, 2007 at 09:21:54AM -0700, Doug Barton wrote: >>> On Wed, 31 Oct 2007, Peter Pentchev wrote: >>> >>>> Errr... maybe I should

Re: 'make -DNO_DEPENDS install' causing error

2007-10-31 Thread Peter Pentchev
On Wed, Oct 31, 2007 at 09:21:54AM -0700, Doug Barton wrote: > On Wed, 31 Oct 2007, Peter Pentchev wrote: > >> Errr... maybe I should actually take a careful look at portmaster first, >> but after a cursory look at portmaster.sh.in... how do you handle the >> case of

Re: 'make -DNO_DEPENDS install' causing error

2007-10-31 Thread Peter Pentchev
target, but surely there are lots of other similar examples :) G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence no verb. pgpEeSnOC3Kei.pgp Description: PGP signature

Re: parallel builds revisited

2007-04-13 Thread Peter Pentchev
inistrator's choice. The ports framework may pick a value - ncpus, or ncpus+1, or ncpus*2, or something like that - but, again IMHO, the administrator ought to be able to override it in any case. Other than that, it's great that y'all are actually doing something about supporting paral

Re: irc/unreal

2007-03-27 Thread Peter Pentchev
+21,9 @@ MAINTAINER=[EMAIL PROTECTED] COMMENT= Unreal - the next generation ircd +BUILD_DEPENDS= c-ares-config>=1.3.2:${PORTSDIR}/dns/c-ares LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares +RUN_DEPENDS= c-ares-config>=1.3.2:${PORTSDIR}/dns/c-ares WRKSRC=${WRKDIR}/${PORTNAME}3.2 G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence is false. pgpmzyqN7erat.pgp Description: PGP signature

Re: irc/unreal

2007-03-26 Thread Peter Pentchev
find the library itself and then "pkg_info -qW /usr/local/lib/libcares.so.1" to see which package has installed it) - cd /usr/ports/dns/c-ares - make config (as root) - make sure the CONFIG_INFO option is checked - make all install clean After that, try building unreal-ircd again.

Re: SQUID PACKAGE

2007-03-16 Thread Peter Pentchev
y be a squid-2.6.10 package in a couple of days' time. G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I had

  1   2   >