Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread John Hein
Kurt Jaeger wrote at 20:29 +0100 on Jan 13, 2015: I checked out (cloned) the master branch, and looked it over. This will be an easy upgrade, and I'll be happy to do it. Should the maintainer not mind, that is. ;) I don't think he will (as can be seen from PR 192405). Provide a PR

env: NO_PIE: No such file or directory

2014-06-06 Thread John Hein
I'm seeing this after updating my ports tree (to r356864): . . === Building for openjdk6-b31_3,1 env: NO_PIE: No such file or directory . . Commenting out the recent MAKE_ENV+=NO_PIE in bsd.port.mk got me going forward. Maybe it should be MAKE_ENV+=NO_PIE=yes

[patch] graphics/libwmf - fix stage as non-root use OPTIONS helpers

2014-04-18 Thread John Hein
Submitter-Id: current-users Originator:John Hein Organization: Confidential: no Synopsis: [patch] graphics/libwmf - fix stage as non-root use OPTIONS helpers Severity: non-critical Priority: low Category: ports Class: change-request Release: Environment

Re: Error build the port devel/glib20

2014-02-08 Thread John Hein
Guido Falsi wrote at 09:05 +0100 on Feb 8, 2014: On 02/08/14 02:20, John Hein wrote: Vladislav Prodan wrote at 02:18 +0200 on Feb 8, 2014: # uname -a FreeBSD vm-10-1.domain.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r261419: Mon Feb 3 02:57:25 UTC 2014 r

Re: Error build the port devel/glib20

2014-02-07 Thread John Hein
Vladislav Prodan wrote at 02:18 +0200 on Feb 8, 2014: # uname -a FreeBSD vm-10-1.domain.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r261419: Mon Feb 3 02:57:25 UTC 2014 r...@grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 make BATCH=yes MAKE_JOBS_UNSAFE=yes

Re: Installing ports without info files

2013-09-16 Thread John Hein
Ian Lepore wrote at 14:53 -0600 on Sep 16, 2013: On Mon, 2013-09-16 at 21:50 +0200, Mattia Rossi wrote: Hi all, I've build a world with the following constraints: -DWITHOUT_INFO -DWITHOUT_MAN -DWITHOUT_SHAREDOCS -DWITHOUT_EXAMPLES -DWITHOUT_HTML as I don't need that stuff.

Re: HELP! nvidia-driver patch: Weird REPLACE_CMD and command-line-sed behaviour. HELP!

2013-09-10 Thread John Hein
O. Hartmann wrote at 01:51 +0200 on Sep 10, 2013: sed -i -e 's/\(\virtual_address, size,\) \(VMFS_ANY_SPACE,\)$/ \ \1 0, \2/' work/NVIDIA-FreeBSD-x86_64-325.15/src/nvidia_subr.c In a makefile shell command, you have to escape $ signs if you want them to be used as $ signs in the shell

Re: HELP! nvidia-driver patch: Weird REPLACE_CMD and command-line-sed behaviour. HELP!

2013-09-10 Thread John Hein
John Hein wrote at 10:07 -0600 on Sep 10, 2013: O. Hartmann wrote at 17:55 +0200 on Sep 10, 2013: On Tue, 10 Sep 2013 09:50:05 -0600 John Hein jh...@symmetricom.com wrote: Actually I should have said you want: .if ${OSVERSION} 155 The API change

Re: HELP! nvidia-driver patch: Weird REPLACE_CMD and command-line-sed behaviour. HELP!

2013-09-10 Thread John Hein
O. Hartmann wrote at 17:55 +0200 on Sep 10, 2013: On Tue, 10 Sep 2013 09:50:05 -0600 John Hein jh...@symmetricom.com wrote: Actually I should have said you want: .if ${OSVERSION} 155 The API change to vm_map_find was made between shortly before 155. I'm

Re: HELP! nvidia-driver patch: Weird REPLACE_CMD and command-line-sed behaviour. HELP!

2013-09-10 Thread John Hein
O. Hartmann wrote at 16:26 +0200 on Sep 10, 2013: On Tue, 10 Sep 2013 08:16:18 -0600 John Hein jh...@symmetricom.com wrote: You want to use $$/ instead of $/ : .if ${OSVERSION} 153 ${REINPLACE_CMD} -e 's/\(\virtual_address, size,\) \ \(VMFS_ANY_SPACE,\)$$/\1 0

Re: astro/xearth on redports with clang: /usr/local/lib/X11/config/FreeBSD.cf:451:35: error: '#' is not followed by a macro parameter

2012-09-25 Thread John Hein
Dimitry Andric wrote at 17:09 +0200 on Sep 25, 2012: On 2012-09-25 16:38, Anton Shterenlikht wrote: ... $ grep -c imake /usr/ports/INDEX-10 291 That's a relatively low number, indeed. :) This issue must cause problems for quite a few other ports. So is it an agreed

Re: Fix nvidia-like ports, help needed

2012-02-23 Thread John Hein
Baptiste Daroussin wrote at 11:28 + on Feb 23, 2012: On 23.02.2012 08:34, Alexander Leidinger wrote: Do you havea list of packages which overzrite something, respectively do you have a list of files which are overwriten? If we just talk about the nvidia lib, installing the mesa

[PATCH] astro/gpstk: update to 1.7

2012-02-14 Thread John Hein
Submitter-Id: current-users Originator:John Hein Organization: Confidential: no Synopsis: [PATCH] astro/gpstk: update to 1.7 Severity: non-critical Priority: low Category: ports Class: update Release: Environment: Description: - Update astro/gpstk to 1.7

[PATCH] ports-mgmt/porttools: add submit -P to print PR

2012-02-10 Thread John Hein
Submitter-Id: current-users Originator:John Hein Organization: Confidential: no Synopsis: [PATCH] ports-mgmt/porttools: add submit -P to print PR Severity: non-critical Priority: low Category: ports Class: change-request Release: Environment: Description

Re: FreeBSD Port: python27-2.7.0_1

2010-11-13 Thread John Hein
John Hein wrote at 15:55 MDT on Oct 30, 2010: Maxim Khitrov wrote at 15:42 -0400 on Oct 30, 2010: On Sat, Oct 30, 2010 at 2:46 PM, Sylvain Garrigues syl...@gmail.com wrote: Hello, I am using FreeBSD 8.1 and I would like to know the reasons why it has been decided

Re: ident strings in pkg-plist

2010-10-03 Thread John Hein
Doug Barton wrote at 15:58 -0700 on Oct 3, 2010: Changing the list to have a real discussion about this. On 10/3/2010 3:49 PM, John Hein wrote: I'll mention that it has come in handy for me in the past. I put it into the category of ident strings in binaries. It has a similar

Re: ports/150493: Update for: security%2Fopenssh-portable port from 5.2p1 to 5.6p1

2010-09-23 Thread John Hein
] = From: Simon Wilkinson si...@sxw.org.uk To: John Hein jh...@symmetricom.com Subject: Re: gssapi patches for openssh Date: Thu, 23 Sep 2010 19:37:06 +0100 Message-Id: 92c531e6-d12c-4180-bda3-c0757ff39...@sxw.org.uk On 23 Sep 2010, at 19:27, John Hein wrote: For the freebsd

distfiles from launchpad.net

2009-12-22 Thread John Hein
I am looking at updating a port that now lives on launchpad.net, but I don't see anything for launchpad.net in bsd.sites.mk Does anyone know anything about how launchpad.net and its mirrors (if any) support downloads? Or can suggest a way to support that site in bsd.sites.mk. Here are some

Re: FreeBSD Port: libX11-1.2.1_1,1

2009-09-27 Thread John Hein
Webdeal AS - J rn Skjerven wrote at 03:12 +0200 on Sep 28, 2009: Any idea ? Would a portupgrade -fa fix this issue ? try 'pkg_delete libtool-1.15.26' ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: FreeBSD Port: libX11-1.2.1_1,1

2009-09-27 Thread John Hein
Webdeal AS - J rn Skjerven wrote at 03:42 +0200 on Sep 28, 2009: John Hein wrote: Webdeal AS - J rn Skjerven wrote at 03:12 +0200 on Sep 28, 2009: Any idea ? Would a portupgrade -fa fix this issue ? try 'pkg_delete libtool-1.15.26' pkg_delete libtool-1.15.26 pkg_delete

Re: Freebsd 7.2 firefox3

2009-01-30 Thread John Hein
Maxx wrote at 20:53 +0300 on Jan 30, 2009: I`ve got the problem with installing firefox3: checking for DRIGL... gnome-config: not found gnome-config: not found configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: No package

Re: [patch] support systems that have been built WITHOUT_INFO=yes (no makeinfo install-info)

2008-12-21 Thread John Hein
Garrett Cooper wrote at 19:53 -0800 on Dec 19, 2008: Are the ls + cat operations still required? If you mean the stray debug I inadvertently had in the first patch, then no. Look at the later patch in the PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=129741 Also, can a more experienced

[patch] support systems that have been built WITHOUT_INFO=yes (no makeinfo install-info)

2008-12-18 Thread John Hein
Submitter-Id: current-users Originator:John Hein Organization: Confidential: no Synopsis: [patch] support systems that have been built WITHOUT_INFO=yes (no makeinfo install-info) Severity: non-critical Priority: medium Category: ports Class: change-request

Re: security/nss does not build

2008-11-16 Thread John Hein
Karl-Petter Ã…kesson wrote at 20:52 +0200 on Sep 1, 2008: I get this problem when I try to build the nss port. It has been reported in PR 122293 but the fix suggested to nspr4.7 does not help. Please, any suggestion to solve this would be great! /Kalle I just had this same problem

update from 6 to 7 - needs libtool rebuild

2008-11-13 Thread John Hein
I updated from 6-stable to 7-stable and got the following error when portupgrading graphics/tiff... . . /bin/sh /usr/local/bin/libtool --tag=CXX --mode=link c++ -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -o libtiffxx.la -rpath /usr/local/lib -no-undefined -version-number 4:0:0

Re: update from 6 to 7 - needs libtool rebuild

2008-11-13 Thread John Hein
Lowell Gilbert wrote at 16:35 -0500 on Nov 13, 2008: John Hein [EMAIL PROTECTED] writes: So my question is: is this documented and/or widely known? A full portupgrade wouldn't help if you were up to date on libtool in 6.x before updating (unless portupgrade -f is used). But you've

Re: port: truecrypt 5.1a, need some testers

2008-05-05 Thread John Hein
Stephan Fiebrandt wrote at 00:06 +0200 on May 2, 2008: This updated port should build the latest truecrypt 5.1a on freebsd. It depends on wxgtk28 with unicode. The NOGUI version dpes also require wx base libraries. So wxgtk28-unicode is marked as dependency. I have done some load test

Re: FreeBSD Port: xorg-7.3_1

2008-03-06 Thread John Hein
Laurent Grangeau wrote at 20:45 +0100 on Mar 6, 2008: Hi there ! I've been using FreeBSD now for 4 months and it's a great OS. But is there a way to install minimal Xorg server without installing the meta-port (and thus, without all of the drivers) ? I'm using portinstall as the