Re: Packaging Go Libs

2017-04-18 Thread Julien Laffaye
I agree with you. Maybe we should provide helpers to do the "fetching dependencies" part so that will be less cumbersome. On Mon, Apr 17, 2017 at 4:20 PM, Steve Wills wrote: > Hi, > > I'd like to propose eliminating packaging of Go libs. > > Almost every Go app is developed with

Re: lang/go 1.7.5 fails to install on Arm

2017-02-05 Thread Julien Laffaye
go/pkg/%%opsys_ARCH%%/runtime/cgo.a is in the plist, but for some reason it is not compiled on arm. is it the only error ? On Sun, Feb 5, 2017 at 9:11 AM, Peter Jeremy wrote: > I'm trying to install lang/go on a RPi and it's failing because cgo.a is > missing (see below).

Re: Port version problem

2014-03-23 Thread Julien Laffaye
On 3/23/2014 12:05 PM, Jerry wrote: When I ran the following command after updating my port's tree: /usr/sbin/pkg version -vIL= It produced the following output: dri-9.1.7_3,2 succeeds index (index has 7.6.1_3,2) libEGL-9.1.7 succeeds index

Re: full documentation for all @'s in pkg-plist

2013-11-09 Thread Julien Laffaye
On 11/10/2013 12:47 AM, Aryeh Friedman wrote: Where would I find a complete list of @'s allowed in pkg-plist and hopefully an explination of each one? (the porter's handbook is incomplete) In the manpage pkg_create(1). ___ freebsd-ports@freebsd.org

Re: NEED_ROOT

2013-10-04 Thread Julien Laffaye
On 10/4/2013 11:45 PM, Paul Schmehl wrote: From my reading it appears that one of the goals of STAGE is to allow users to build and install ports under their UID. Are the perms in /usr/ports changing? In testing the port that I'm working on, I find that I do not have rights to write to

Re: pkg_info -W equivalent in pkgng?

2013-08-05 Thread Julien Laffaye
pkg which On 8/5/2013 9:01 PM, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Is there an equivalent of pkg_info -W with pkgng? (Or let's say, given a file /usr/local/bin/X, how do I find the corresponding package that installs it?) Cheers, - -- Xin LI

Re: pkg info list sources?

2013-04-18 Thread Julien Laffaye
On 4/18/2013 8:46 AM, Diane Bruce wrote: On Wed, Apr 17, 2013 at 11:23:35PM -0700, Beeblebrox wrote: I want a list of all installed packages in the form category/port. I will feed the list to poudriere. $ pkg info -ao pkg.list gives a list but needs cleaning - gcc-4.6.3: lang/gcc How can I

Re: pkg_version: the package info for package '...' is corrupt

2013-04-02 Thread Julien Laffaye
On 4/2/2013 11:41 AM, Leslie Jensen wrote: 2013-04-02 11:08, Ronald F. Guilmette skrev: [[ I asked about this problem on the -questions list a couple of days ago, but didn't get any relevant replies, so I'm trying again here on the -ports list. Apologies if you see this twice. ]]

Re: pkg_version: the package info for package '...' is corrupt

2013-04-02 Thread Julien Laffaye
don't know what it even does, and I would still not know how to use it, even if you held a gun to my head. Regarding Julien Laffaye comment(s) relating to pkgng, I have also never even heard of that before now. What is it and where do I get it? And if it is so wonderful... and if what I am using

Re: pkg upgrade - Nothing to do

2012-11-11 Thread Julien Laffaye
On 11/11/2012 12:26 PM, Alex Keda wrote: HP# uname -a FreeBSD HP.lissyara.su 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Jan 6 17:33:37 MSK 2012 lissy...@hp.lissyara.su:/usr/obj/usr/src/sys/GENERIC amd64 HP# grep -v ^# /usr/local/etc/pkg.conf packagesite:

Re: [patch] Portaudit and PKGNG

2012-09-10 Thread Julien Laffaye
On 9/10/2012 9:27 AM, Stefan Esser wrote: PR ports/171406 contains a patch I submitted to make portaudit work with PKGNG: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171406 It works on my systems, but definitely needs further review. The patch just replaces pkg_info by pkg info

Re: current pkgng situation

2012-09-02 Thread Julien Laffaye
On 9/2/2012 1:18 PM, Jamie Paul Griffin wrote: Hi I want to start using pkgng but from reading posts on this list it sppears there are still some tweaks required, as would be expected with a project like this. So, my question is: is it stable enough to start using now on my stable/9

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-09-01 Thread Julien Laffaye
On 9/1/2012 7:43 PM, Tijl Coosemans wrote: On 31-08-2012 14:22, Baptiste Daroussin wrote: On Fri, Aug 31, 2012 at 08:10:50AM -0400, John Baldwin wrote: On Friday, August 31, 2012 5:59:10 am Baptiste Daroussin wrote: On Thu, Aug 30, 2012 at 01:02:06PM -1000, Doug Barton wrote: I agree with

Re: Script to set/unset automatic status in PKGNG database

2012-08-30 Thread Julien Laffaye
On 8/30/2012 11:19 PM, John Nielsen wrote: I today noticed the pkg autoremove command for the first time, which does much the same thing as pkg_cutleaves but relies on the automatic flag in the pkgng database rather than user input to determine which leaf ports can be removed. Unfortunately,

Re: PR 171155

2012-08-29 Thread Julien Laffaye
On 8/29/2012 9:39 AM, Stefan Esser wrote: I have created PR ports/171155 to report the issue, that ports with long PLISTs cannot be deinstalled with PKGNG: http://www.freebsd.org/cgi/query-pr.cgi?pr=171155 Regards, STefan Already fixed in the git repository (commit

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-25 Thread Julien Laffaye
On 8/24/2012 11:57 PM, Doug Barton wrote: On 8/23/2012 8:03 PM, Eitan Adler wrote: On 23 August 2012 22:59, Doug Barton do...@freebsd.org wrote: I tend to agree with Steve here ... we can't be responsible for other people's poorly written docs. This isn't about poorly written docs. This is

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-24 Thread Julien Laffaye
On 8/24/2012 3:57 AM, Eitan Adler wrote: On 23 August 2012 18:19, Steve Wills swi...@freebsd.org wrote: Hi, It seems to me that renaming the pkg binary in /usr/sbin/pkg to /usr/sbin/pkg-bootstrap would make sense. From a user standpoint, it is confusing that running the command gets

Re: pkgng default schedule... registering a few reasons for rethinking the final implementation...

2012-08-23 Thread Julien Laffaye
On 8/23/2012 6:26 PM, Jeffrey Bouquet wrote: I am following with dread the planned implementation of the deprecation of /var/db/pkg as a package registry... I use each /var/db/pkg directory as a database into the port installation/status, using sed/grep/portmaster/portmanager/.sh

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Julien Laffaye
On 7/20/2012 8:36 PM, Reko Turja wrote: Its use is not limited to Gnome, as you can see it's used in the build process of databases/sqlite3 and there are many other ports that have nothing to do with Gnome that use it the same way. The only thing that is wrong with it is that ends up being a run

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Julien Laffaye
On 7/20/2012 9:03 PM, Kimmo Paasiala wrote: On Fri, Jul 20, 2012 at 9:50 PM, Julien Laffaye jlaff...@freebsd.org wrote: On 7/20/2012 8:36 PM, Reko Turja wrote: Its use is not limited to Gnome, as you can see it's used in the build process of databases/sqlite3 and there are many other ports

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Julien Laffaye
On 7/20/2012 9:24 PM, Vitaly Magerya wrote: Julien Laffaye jlaff...@freebsd.org wrote: Yes it is needed at runtime if you are a developper using sqlite3 and pkg-config: to use `pkg-config sqlite3 --cflags` and `pkg-config sqlite3 --libs` in your $APP build process. It's $APP that needs pkg

Re: pkgng team: please update portmaster patch to 3.13.1

2012-07-17 Thread Julien Laffaye
On 7/17/2012 2:49 PM, Anton Shterenlikht wrote: The 3.13 patch fails in 7 places. Sorry for not using github One good reason to integrate the patch with upstream is that it would avoid us this unpleasant work of updating the patch after every release.

Re: make {run,build}-depends-list vs. pkg_info -r?

2012-06-10 Thread Julien Laffaye
On 6/10/2012 1:22 PM, Ben Laurie wrote: I am confused... In audio/squeezecenter, I get: # make {run,build}-depends-list /usr/ports/archivers/p5-Compress-Zlib /usr/ports/audio/faad /usr/ports/audio/flac /usr/ports/audio/mac /usr/ports/audio/sox /usr/ports/converters/p5-Encode-Detect

Re: How to uninstall pkgng

2012-06-09 Thread Julien Laffaye
On 6/9/2012 7:46 PM, Marcin Wisnicki wrote: I've made a mistake of installing pkgng on 9.0-amd64 but since there is no up-to-date repository I want to remove it. Have you looked at http://pkgbeta.freebsd.org/freebsd-9-amd64/latest/ ? What would be the correct procedure to achieve that ?

Re: How to uninstall pkgng

2012-06-09 Thread Julien Laffaye
On 6/9/2012 8:23 PM, Jason Hellenthal wrote: On Sat, Jun 09, 2012 at 07:03:23PM +0100, Matthew Seaman wrote: On 09/06/2012 18:46, Marcin Wisnicki wrote: I've made a mistake of installing pkgng on 9.0-amd64 but since there is no up-to-date repository I want to remove it. What would be the

Re: pkgng problems

2012-05-16 Thread Julien Laffaye
On 05/16/12 13:13, Ivan Voras wrote: Hi, I attempted to try pkgng, and failed: 1) I would like to request some documentation be added in the ports-mgmt/pkg port, to the pkg-message file, instructing to set up the pkg.conf (by copying the pkg.conf.sample file) before starting to do anything

Re: Updating lang/go to version 1?

2012-04-24 Thread Julien Laffaye
On 4/24/2012 9:24 PM, Maxim Khitrov wrote: The Go programming language version 1 was released on March 28th. Are there plans to update the port, which is currently still using the 20111017 release? Carlo Strub submitted a patch for this, but I'm not sure if it's ready to go or still being

Re: pkgng beta 11: pkg-static: The database is outdated and opened readonly *** Error code 74

2012-04-16 Thread Julien Laffaye
On 04/16/2012 10:20 AM, Anton Shterenlikht wrote: Updating ports-mgmt/pkg to b11: === Installing for pkg-1.0.b11 ===Generating temporary packing list === Checking if ports-mgmt/pkg already installed pkg-static: The database is outdated and opened readonly *** Error code 74 Stop in

Re: pkgng beta 11: pkg-static: The database is outdated and opened readonly *** Error code 74

2012-04-16 Thread Julien Laffaye
On 04/16/2012 11:03 AM, Anton Shterenlikht wrote: On Mon, Apr 16, 2012 at 09:20:41AM +0100, Anton Shterenlikht wrote: Updating ports-mgmt/pkg to b11: === Installing for pkg-1.0.b11 ===Generating temporary packing list === Checking if ports-mgmt/pkg already installed pkg-static: The

Re: pkg audit segfault

2012-04-16 Thread Julien Laffaye
On 04/16/2012 04:21 PM, Anton Shterenlikht wrote: pkg audit -F On my 9.0-RELEASE amd64, it works fine. BTW, did you manage to upgrade your local database? ___ freebsd-ports@freebsd.org mailing list

Re: pkg check -a doesn't work

2012-04-16 Thread Julien Laffaye
On 4/16/2012 10:18 PM, Anton Shterenlikht wrote: On Mon, Apr 16, 2012 at 03:04:00PM -0500, Bryan Drewery wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/16/2012 10:09 AM, Baptiste Daroussin wrote: On Mon, Apr 16, 2012 at 03:46:04PM +0100, Anton Shterenlikht wrote: # pkg check -a

Re: pkg version -Xs foo shows all ports, not just foo

2012-04-11 Thread Julien Laffaye
On 4/11/2012 8:16 AM, Wayne Sierke wrote: On Tue, 2012-04-10 at 13:47 -0700, Greg Byshenk wrote: On Tue, Apr 10, 2012 at 08:55:41PM +0100, Anton Shterenlikht wrote: BUZI pkg version -Xs Image CalculiX-2.4 = GraphicsMagick-1.1.15_3,1 = ImageMagick-6.7.5.10

Re: BUILD_DEPENDS and libraries -- how to express build-time-only dependency on library?

2012-04-01 Thread Julien Laffaye
On 4/1/2012 2:58 PM, Lev Serebryakov wrote: Hello, Ports. In case of static build of ported program, port need to have BUILD_DEPENDS on libraries. LIB_DEPENDS is not suitable here, because inc ase of static linkage, there will no dependency on livbrary in runtime. But BUILD_DEPENDS search

Re: [HEADSUP] pkgng 1.0-beta9 please test

2012-03-30 Thread Julien Laffaye
On 03/30/2012 01:10 PM, Lars Engels wrote: On Fri, Mar 30, 2012 at 11:12:42AM +0200, Baptiste Daroussin wrote: Hi, On behalf of pkgng crew, I'm happy to announce pkg 1.0-beta9 [...] Please note that normally this will be the last beta version, So we can expect an official package

Re: pkg2ng duplicate file listing warnings

2012-03-12 Thread Julien Laffaye
On 03/12/2012 05:48 PM, Anton Shterenlikht wrote: Running pkg2ng on r231193M ia64 gave these warnings: Registering CalculiX-2.4... pkg: duplicate file listing: /usr/local/share/doc/CalculiX/ccx/node580.tml, ignoring Registering binutils-2.22_1... pkg: lstat(/usr/local/bin/ld.gold): No such

Re: Beta 3 still not OK

2012-02-11 Thread Julien Laffaye
On 2/11/2012 2:13 AM, Sergio de Almeida Lenzi wrote: Seems that the sqlite database has changed from beta1 to beta3??? I have all the system running exclusive on pkg there is no more old pkg How can I upgrade the sqlite database from beta1 to beta3??? There is nothing to upgrade. The on-disk

Re: [HEADSUP][CFT] pkgng beta1 is out

2012-02-10 Thread Julien Laffaye
On 02/10/2012 10:24 AM, Anton Shterenlikht wrote: On Thu, Feb 09, 2012 at 10:20:47AM +, Anton Shterenlikht wrote: On Thu, Feb 09, 2012 at 10:17:10AM +0100, Alberto Villa wrote: On Thursday 09 February 2012 10:02:31 Anton Shterenlikht wrote: There are400 ports installed, so I'm still

Re: [HEADSUP][CFT] pkgng beta1 is out

2012-02-09 Thread Julien Laffaye
On 02/09/2012 11:20 AM, Anton Shterenlikht wrote: On Thu, Feb 09, 2012 at 10:17:10AM +0100, Alberto Villa wrote: On Thursday 09 February 2012 10:02:31 Anton Shterenlikht wrote: There are400 ports installed, so I'm still missing something else. You didn't run pkg2ng. thanks again. I missed

Re: Perl symlinks question

2012-01-09 Thread Julien Laffaye
On 1/9/2012 8:42 PM, Eitan Adler wrote: On Mon, Jan 9, 2012 at 2:36 PM, Ruslan Mahmatkhanovcvs-...@yandex.ru wrote: Eitan Adler wrote on 09.01.2012 23:32: 2012/1/9 Chris Reescr...@freebsd.org: 1. Fix devel/automake too (by replacing /usr/bin/perl with ${PERL}) 2. Create symlinks

Re: How to handle config files

2012-01-08 Thread Julien Laffaye
On 1/8/2012 1:59 PM, Martin Kropfinger wrote: Hi there! The porters handbook describes a way to handle config files: http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html It is recommended to do it this way for keeping changed files after deinstallation on the system. But the

Re: pkg_version and portversion: ports version comparison weirdness

2011-12-18 Thread Julien Laffaye
On 12/18/2011 17:43, Conrad J. Sabatier wrote: Can anyone explain why I'm seeing the following? libX11-1.4.99.1needs updating (index has 1.4.4,1) How is it that version 1.4.99.1 compares as less than 1.4.4,1? Since when is 99 4? Is it the PORTEPOCH in 1.4.4,1 that's throwing a monkey

Re: [CFT] pkgng alpha2

2011-12-13 Thread Julien Laffaye
On 12/13/2011 06:16 PM, Andriy Gapon wrote: on 30/11/2011 22:32 Julien Laffaye said the following: [1] : https://github.com/pkgng/pkgng/issues [2] : https://github.com/pkgng/pkgng [3] : http://wiki.freebsd.org/pkgng [4] : http://people.freebsd.org/~bapt/pkgng-bsdcan2011.pdf [5] : http

[CFT] pkgng alpha2

2011-11-30 Thread Julien Laffaye
Hi all, We are releasing pkgng (the next pkg_install) alpha2 to the world and we want you to test it! There is no good method to test it: use it as you would in the real world. Of course, you are encouraged to backup your data or test it in some kind of virtualized environment. After using it

Re: devel/yajl: = Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2b1a.tar.gz, fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lloyd-yajl-2.0.1-f4b2

2011-11-27 Thread Julien Laffaye
On 11/27/2011 5:15 PM, O. Hartmann wrote: The recently updated port devel/yajl is not building due to the lack of a tarrball: === Starting build for ports that need updating=== === Launching child to install devel/yajl === Port directory: /usr/ports/devel/yajl === Starting check for

Re: testing PKGNG...

2011-09-13 Thread Julien Laffaye
On 09/13/2011 03:53, Sergio de Almeida Lenzi wrote: Hello, I moved all my servers (about 40) to the pkgng (new generation) package/port system, and I can say that it is amazing... it is not yet finish, and have some minor issues, but works very well, and is lightning fast.. It is almost the

Re: testing PKGNG

2011-09-13 Thread Julien Laffaye
On 09/13/2011 23:16, Michel Talon wrote: Sergio wrote: I moved all my servers (about 40) to the pkgng (new generation) package/port system, and I can say that it is amazing... it is not yet finish, and have some minor issues, but works very well, and is lightning fast.. It is almost the same

Re: Ports system quality

2011-09-02 Thread Julien Laffaye
On 09/02/2011 12:04, Kurt Jaeger wrote: Hi! http://pkgin.net/ [...] pkgin is known to work and have been tested under the following platforms [...] So, what do you actually mean by this? Probably just this: What about trying to port pkgin for FreeBSD, so that pkgin can also be used on

Re: exist status of pkg_info -O

2011-08-01 Thread Julien Laffaye
On 08/01/2011 22:38, Andriy Gapon wrote: pkg_info -q -O missing/port exits with status of 0. Not sure if this complies with usual conventions for this kind of tools. No, but the ports tree expect this. While doing pkgng testing, we discovered that we needed to add a dirty workaround to

Re: Call for testers -- CONF_FILES variable

2011-07-03 Thread Julien Laffaye
On 07/03/2011 16:30, Eitan Adler wrote: (I hope this isn't bikeshedding) I would much prefer this method over choosing an unusual suffix. There is much documentation on the internet that assumes certain things about packaging. Many times INSTALL files will tell the user to looking for a

Re: Call for testers -- CONF_FILES variable

2011-06-30 Thread Julien Laffaye
On 06/30/2011 08:22, Chris Rees wrote: I like the rest, but I do not like the name of .pkgconf. I think, the 'pkgconf' is best define for something related with FreeBSD rather than third-party product. The .sample or .default is best name and less confuse for the users, because the word said

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-29 Thread Julien Laffaye
On Tue, Mar 29, 2011 at 5:15 AM, Tim Kientzle kient...@freebsd.org wrote: II. Package signing. That would be really nice. Right know we only planned to sign the repo database, so we can trust the sah256 of the packages stored in the database. Then if the package has the same sha256 as the

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-28 Thread Julien Laffaye
turn :) Julien Laffaye (jlaffaye@) and I, helped by Philippe Pepiot (huge contributor) have been working since the end of the last GSoC on a rewrite of pkg_install. pkgng is a binary package manager written from scratch for FreeBSD. After a long period of technology testing, (json, tinycdb, bdb

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-26 Thread Julien Laffaye
On Fri, Mar 25, 2011 at 10:11 AM, Baptiste Daroussin b...@freebsd.org wrote:  Developpement site: http://git.etoilebsd.net/pkgng/ FYI, we moved to github[1] in order to have a bug tracker, pull request and code review. Also, I recommend to build from the HEAD of the git repository, to not report

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Julien Laffaye
On Fri, Mar 25, 2011 at 2:38 PM, Alexander Leidinger alexan...@leidinger.net wrote: Quoting Baptiste Daroussin b...@freebsd.org (from Fri, 25 Mar 2011 15:14:52 +0100): 2011/3/25 Alexander Leidinger alexan...@leidinger.net: Quoting Baptiste Daroussin b...@freebsd.org (from Fri, 25 Mar 2011

Re: xf86-video-ati 6.14.0 crashes System

2011-02-27 Thread Julien Laffaye
On Sun, Feb 27, 2011 at 4:39 PM, Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: Hi There, after update tu the new xorg on my FreeBSD8 my system crashes all time I start X. There is no mouse responding (no light in the mouse), the screen turns black and the system is not respondig by

Re: pkg_info -g not working for unprivileged user + unreadable files

2011-02-07 Thread Julien Laffaye
On Mon, Feb 7, 2011 at 9:11 AM, Florent Thoumie f...@freebsd.org wrote: On Mon, Feb 7, 2011 at 7:52 AM, Doug Barton do...@freebsd.org wrote: flz, In r206043 you converted fexists() in src/lib/libpkg/file.c to use open() instead of lstat(). Unfortunately this has the side effect of breaking

Re: packages compressed with xz

2010-11-29 Thread Julien Laffaye
On 11/29/2010 23:40, Matthias Andree wrote: You can specify limits during compression, so the question is should we do that so that hosts with N MB of RAM can decompress packages? Do we retain the compression ratio over bzip2 if we limit compression memory to 512 MB so that decompression would

Re: libsoup

2010-11-25 Thread Julien Laffaye
On 11/26/2010 01:16, ajtiM wrote: Hi! I installed libsoup with portmaster (update) but whenever I run portmaster -a every time I installed libsoup again. Code: The devel/gir-repository-libsoup port moved to devel/libsoup Reason: merged into libsoup As I red on FreeBSD forum I

Re: what next for the pkg_install rewrite

2010-08-20 Thread Julien Laffaye
On Fri, Aug 20, 2010 at 12:00 PM, Ivan Voras ivo...@freebsd.org wrote: And... both ideas are completely wrong. SQLite can be imported as a single C file + header, which you must agree is practically the optimum, and its license is public domain which is, if anything, freer than BSDL and

Re: what next for the pkg_install rewrite

2010-08-19 Thread Julien Laffaye
On Thu, Aug 19, 2010 at 4:38 PM, Bapt b...@freebsd.org wrote: Hi, Now that GSoC is over a lot of good work has been done on pkg_install. I think it would be great to organize the way the on going work on pkg_install will be done, for that purpose we need someone to officially manage the

Re: Drop maintainership

2010-07-28 Thread Julien Laffaye
On Wed, Jul 28, 2010 at 3:35 PM, Toni Gundogdu lega...@gmail.com wrote: I can no longer maintain the following ports:  * multimedia/abby  * multimedia/cclive  * multimedia/clive  * multimedia/clive-utils  * multimedia/quvi  * multimedia/umph Perhaps someone reading this list could take

Re: How to determine the history of a port

2010-05-23 Thread Julien Laffaye
Hello, On Sun, May 23, 2010 at 4:46 PM, Paul Hoffman phoff...@proper.com wrote: Greetings again. A few years ago, I proposed editors/emacs-nox11 and submitted a patch to create it, and thus became listed in the comments at the beginning of the Makefile (but I am not the package maintainer, I

Re: portmaster: printing messages that do not come from pkg-message files

2010-01-02 Thread Julien Laffaye
2010/1/2 Nikola Lečić nikola.le...@anthesphoria.net: Hello, portmaster's feature to print collected pkg-message files after successful installation is very useful. However, there are many ports that echo messages from inside Makefile, usually in post-install phase (but not exclusively

Re: pkg_debunk

2009-12-31 Thread Julien Laffaye
On Thu, Dec 31, 2009 at 5:40 AM, Aleksandar Simic asi...@gmail.com wrote: Hello, I find that when building some ports, the building of its dependencies tend  to fail from time to time. So I've created pkg_debunk: http://github.com/dotemacs/pkg_debunk It shows you which ports that appear to

Re: New version of the fakeroot patch

2009-12-14 Thread Julien Laffaye
Hi porters, I do agree with the idea of a fakeroot. As bapt said, it will make supporting NOPORTDOCS easier: no more patches against the vendor Makefile(s) !!! It will also ensure the quality of the _packages_. For example, if the port create an empty folder, it's common that the package forget

Re: adding users in ports

2009-04-03 Thread Julien Laffaye
On Fri, Apr 3, 2009 at 2:40 PM, RW rwmailli...@googlemail.com wrote: On Fri, 3 Apr 2009 12:12:18 +0400 subbsd sub...@gmail.com wrote: My question - why do not make this facility by generic (for example create add/del/check-existence procedure in some /usr/ports/Mk/bsd.users.mk file) ?