Re: math/oleo pkd-descr

2020-09-23 Thread Montgomery-Smith, Stephen
t; links, or responding to this email. > > On Wed, Sep 23, 2020 at 6:34 PM Montgomery-Smith, Stephen > wrote: >> >> Dear Ports and people who recently modified the math/olea port, >> >> Do people agree with me that pkg-descr assumes you already know what >> ol

math/oleo pkd-descr

2020-09-23 Thread Montgomery-Smith, Stephen
Dear Ports and people who recently modified the math/olea port, Do people agree with me that pkg-descr assumes you already know what oleo is? Or is it considered that people should read COMMENT in Makefile as well? I was thinking of changing pkg-descr to: Oleo is a light-weight spreadsheet that

Re: Help with cad/netgen port

2020-06-02 Thread Montgomery-Smith, Stephen
On 6/1/20 6:30 AM, Jan Beich wrote: > "Montgomery-Smith, Stephen" writes: > >> I am the maintainer of the cad/netgen port, and I am having some >> difficulties. The fetch parts of Makefile is: >> >> PORTNAME= netgen >> PORTVERSION=6.2.2004

Help with cad/netgen port

2020-05-31 Thread Montgomery-Smith, Stephen
I am the maintainer of the cad/netgen port, and I am having some difficulties. The fetch parts of Makefile is: PORTNAME= netgen PORTVERSION=6.2.2004 DISTVERSIONPREFIX= v USE_GITHUB= yes GH_ACCOUNT= NGSolve GH_PROJECT= netgen:1 pybind11:2 GH_TAGNAME= v${PORTVERSION}

Re: Ports from github

2020-05-24 Thread Montgomery-Smith, Stephen
On 5/24/20 3:49 AM, Matthew Seaman wrote: > On 24/05/2020 03:39, Montgomery-Smith, Stephen wrote: >> Is there a "howto" that explains how to build a port from a project that >> is on github? The FreeBSD porters handbook seems to assume a lot of >> knowledge is alr

Ports from github

2020-05-23 Thread Montgomery-Smith, Stephen
Is there a "howto" that explains how to build a port from a project that is on github? The FreeBSD porters handbook seems to assume a lot of knowledge is already understood. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/lis

cad/gmsh port

2020-03-12 Thread Montgomery-Smith, Stephen
On 2020-03-10 23:42, Wen Heping wrote: > Author: wen > Date: Wed Mar 11 04:42:16 2020 > New Revision: 528205 > URL: https://svnweb.freebsd.org/changeset/ports/528205 > > Log: >- Update to 4.5.4 > Modified: head/cad/gmsh/distinfo > ==

Re: math/octave-forge-audio port

2020-01-20 Thread Montgomery-Smith, Stephen
Thank you very much! From: Fernando Apesteguía Sent: Monday, January 20, 2020 1:55:03 PM To: Montgomery-Smith, Stephen Cc: FreeBSD Ports Subject: Re: math/octave-forge-audio port On Sun, Jan 19, 2020 at 10:57 PM Montgomery-Smith, Stephen wrote: > > I

math/octave-forge-audio port

2020-01-19 Thread Montgomery-Smith, Stephen
I am the maintainer of the math/octave-forge-audio port. I am getting multiple reports of build errors from pkg-fallout@. But I am unable to reproduce these errors. Configure claims it cannot find RTMIDI. But it does preinstall the audio/rtmidi port from packages before it tries to build octave

Re: XXX needs Python 3.4 at least, but 2.7 was specified

2019-12-25 Thread Montgomery-Smith, Stephen
On 12/25/19 10:49 AM, Franco Fichtner wrote: > >> On 25. Dec 2019, at 12:59 PM, D'Arcy Cain wrote: >> >> On 12/24/19 5:56 PM, w.schwarzenfeld wrote: >>> At least a workaround (maybe the sollutiion): >>> >>> >>> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209881&action=diff >> >> Another w

XXX needs Python 3.4 at least, but 2.7 was specified

2019-12-24 Thread Montgomery-Smith, Stephen
When I try to build certain ports, I get the error message "XXX needs Python 3.4 at least, but 2.7 was specified." Below I give an example when I try to build the x11/mate port. It gets this error when it tries to build graphics/graphene as a dependency. If I then go to graphics/graphene and the

Problem with portupgrade and py27-tkinter

2019-04-19 Thread Montgomery-Smith, Stephen
I have both py27-tkinter and py36-tkinter installed. When I do portupgrade, it tries to upgrade py27-tkinter to py36-tkinter: portupgrade -a [Reading data from pkg(8) ... - 1061 packages found - done] ** Detected a package name change: py27-tkinter (x11-toolkits/py-tkinter) -> 'py36-tkinter' (x

Strange interaction between py-pyglet and py-numpy

2018-11-26 Thread Montgomery-Smith, Stephen
Using python2.7, if I run this code: import numpy as np from pyglet.gl import * everything works fine. But if I put the same code in the other order: from pyglet.gl import * import numpy as np I get: Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/si

Re: FreeBSD Port: firefox-63.0.1,1 multiple errors build

2018-10-31 Thread Montgomery-Smith, Stephen
On 10/31/18 6:42 PM, Yuri Pankov wrote: > Yuri Pankov wrote: >> Montgomery-Smith, Stephen wrote: >>> On 10/31/18 1:12 PM, Alex V. Petrov wrote: >>> [lots of build errors snipped] >>> >>> I found that when I downgraded rust-cbindgen to 0.6.6_1 that thi

Re: FreeBSD Port: firefox-63.0.1,1 multiple errors build

2018-10-31 Thread Montgomery-Smith, Stephen
On 10/31/18 1:12 PM, Alex V. Petrov wrote: [lots of build errors snipped] I found that when I downgraded rust-cbindgen to 0.6.6_1 that this fixed the build problems. So I suspect it is version 0.6.7 of rust-cbindgen that is causing the build errors. ___

Re: Problems with make fetchindex on FreeBSD-10

2018-07-17 Thread Montgomery-Smith, Stephen
On 07/16/18 13:38, Montgomery-Smith, Stephen wrote: > I get this error message if I do "make fetchindex" on FreeBSD-10. > > Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's > Encrypt Authority X3 > 675258712:error:14090086:SSL > routines:S

Problems with make fetchindex on FreeBSD-10

2018-07-16 Thread Montgomery-Smith, Stephen
I get this error message if I do "make fetchindex" on FreeBSD-10. Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 675258712:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:/usr/src/secure/lib/libssl/../../../crypto/openss

Re: Building math/octave with QT4?

2018-06-12 Thread Montgomery-Smith, Stephen
On 06/12/2018 04:20 PM, Steve Kargl wrote: > On Tue, Jun 12, 2018 at 08:28:07PM +0000, Montgomery-Smith, Stephen wrote: >> >> Or if you just send him a request without a patch, he may get >> around to it sometime. > > This seems to work. > > cd /usr/ports > s

Re: Building math/octave with QT4?

2018-06-12 Thread Montgomery-Smith, Stephen
Sorry for top posting, but I am using Outlook to reply. You should really send this request to the maintainer, because he could have very easily overlooked this email. He is step...@freebsd.org. If you submit a PR with a patch, preferably one which uses options to let the user decide whether

RE: Committer help needed with math/octave

2018-02-23 Thread Montgomery-Smith, Stephen
Let me do it. I'm not at my FreeBSD computer right now, and I don't remember my committer password. From: owner-freebsd-po...@freebsd.org [owner-freebsd-po...@freebsd.org] on behalf of Steve Kargl [s...@troutmask.apl.washington.edu] Sent: Friday, February

Problem building mate port

2018-02-08 Thread Montgomery-Smith, Stephen
When I build straight from ports: cd /usr/ports/x11/mate && make install clean I get error messages like this: ===> gnome-doc-utils-0.20.10_4 needs Python 2.7 at most, but 3.6 was specified. *** Error code 1 If I do this: cd /usr/ports/textproc/gnome-doc-utils && make install it works just fine.

Re: can't link against math.h

2017-10-25 Thread Montgomery-Smith, Stephen
On 10/25/2017 09:05 PM, blubee blubeeme wrote: > I wrote a simple test program to test and see if math.h has the function: > exp10f > Does FreeBSD math.h have expf10 and if so, how do I link against it? > ___ I think exp10f is a Linux only function. In

Re: LICENSE questions

2016-10-04 Thread Montgomery-Smith, Stephen
On 10/04/2016 06:47 AM, Mathieu Arnold wrote: > Le 04/10/2016 à 09:29, Eitan Adler a écrit : >> On 4 October 2016 at 00:25, Mathieu Arnold wrote: >>> Le 04/10/2016 à 03:58, Montgomery-Smith, Stephen a écrit : >>>> Could we use USES=metaport to suppress these messag

Re: LICENSE questions

2016-10-03 Thread Montgomery-Smith, Stephen
On 10/03/2016 07:34 AM, Eitan Adler wrote: > On 3 October 2016 at 05:31, Montgomery-Smith, Stephen > wrote: >> On 10/02/2016 05:27 PM, Eitan Adler wrote: >>> On 2 October 2016 at 14:44, Montgomery-Smith, Stephen >>> wrote: >>>> So I have a couple of por

Re: LICENSE questions

2016-10-03 Thread Montgomery-Smith, Stephen
On 10/02/2016 05:27 PM, Eitan Adler wrote: > On 2 October 2016 at 14:44, Montgomery-Smith, Stephen > wrote: >> So I have a couple of ports, science/cdf and graphics/opendx, which have >> licenses I can't find in Mk/bsd.licenses.db.mk. How do I set LICENSE in >>

Re: What is SONAME in port builds?

2016-10-02 Thread Montgomery-Smith, Stephen
On 10/02/2016 10:29 AM, Montgomery-Smith, Stephen wrote: > I am trying to build the port graphics/opendx, and at the qa stage it says: > > Error: /usr/local/dx/bin_freebsd/builder is linked to > /usr/local/lib/libcdf.so which does not have a SONAME. > science/cdf needs to be fixed.

LICENSE questions

2016-10-02 Thread Montgomery-Smith, Stephen
So I have a couple of ports, science/cdf and graphics/opendx, which have licenses I can't find in Mk/bsd.licenses.db.mk. How do I set LICENSE in those ports? An even tougher one is math/octave-forge-optim, where each individual file has its own license. ___

What is SONAME in port builds?

2016-10-02 Thread Montgomery-Smith, Stephen
I am trying to build the port graphics/opendx, and at the qa stage it says: Error: /usr/local/dx/bin_freebsd/builder is linked to /usr/local/lib/libcdf.so which does not have a SONAME. science/cdf needs to be fixed. What does this mean, and how do I fix it? BTW I am maintainer of both ports. ___

Re: math/open-axiom gone?

2016-07-26 Thread Montgomery-Smith, Stephen
On 07/25/2016 09:18 PM, cpghost wrote: > Hello, > > after updating my ports tree, I've found out that math/open-axiom > has been deleted! After math/fricas unusable with sbcl-1.3.x for > many months and now gone too, I'm left with NO alternatives for > that kind of software here. > > Fortunately,

Re: How to make installation conditional in pkg-plist

2016-07-26 Thread Montgomery-Smith, Stephen
On 07/26/2016 12:13 PM, Thierry Thomas wrote: > Le mar 26 jul 16 à 18:57:16 +0200, Montgomery-Smith, Stephen > > écrivait : > >> Currently the ports math/vtk6 and science/paraview both try to install >> the same file: share/cmake/hdf5/libhdf5.settings. It is describe

How to make installation conditional in pkg-plist

2016-07-26 Thread Montgomery-Smith, Stephen
Currently the ports math/vtk6 and science/paraview both try to install the same file: share/cmake/hdf5/libhdf5.settings. It is described in this bug report. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211334 My proposed solution is that each port only installs the file if it doesn't alr

Re: math/open-axiom gone?

2016-07-25 Thread Montgomery-Smith, Stephen
On 07/25/2016 09:18 PM, cpghost wrote: > Hello, > > after updating my ports tree, I've found out that math/open-axiom > has been deleted! After math/fricas unusable with sbcl-1.3.x for > many months and now gone too, I'm left with NO alternatives for > that kind of software here. > > Fortunately,

Weird error from pkg-fallout

2016-06-16 Thread Montgomery-Smith, Stephen
I am getting messages from pkg-fallout saying that the port cad/gmsh does not build. See here: http://beefy3.nyi.freebsd.org/data/head-i386-default/p416942_s301941/logs/gmsh-2.12.0.log The main error it seems to report is this: *** Bad machine code: Using an undefined physical register *** Does

Re: Help with making a port C11 compliant

2016-05-06 Thread Montgomery-Smith, Stephen
On 05/06/2016 04:35 PM, Walter Schwarzenfeld wrote: > Write in the Makefiles of math/cln and math/GiNaC > > USE_GCC= 4.7 > (you can also use 4.8 or 5) > and > CXXFLAGS+= -D_GLIBCXX_USE_C99 > > I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere > in a 93amd64 jail (t

Help with making a port C11 compliant

2016-05-06 Thread Montgomery-Smith, Stephen
Here is my problem: http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.0.log the configure script says: configure: error: Standard ISO C++ headers are missing In the Makefile I have the line: USES= compiler:c++11-lang Is there anything else I need to do? I should

RE: Is there an equivalent of NO_EXTRACT?

2015-09-08 Thread Montgomery-Smith, Stephen
I think EXTRACT_ONLY will do the equivalent of what you need. From: owner-freebsd-po...@freebsd.org [owner-freebsd-po...@freebsd.org] on behalf of Piotr Kubaj [pku...@riseup.net] Sent: Tuesday, September 08, 2015 4:44 PM To: freebsd-ports@FreeBSD.org Subje

Re: /usr/ports/devel/py-gobject3: typo?

2014-11-21 Thread Montgomery-Smith, Stephen
On 09/16/14 11:40, Janos Dohanics wrote: > Hello All, > > trying to build/install /usr/ports/devel/py-gobject3: > > # make install clean > ===> Installing for py27-gobject3-3.8.1_2 > ===> py27-gobject3-3.8.1_2 depends on package: pygobject3-common>=0 - found > ===> py27-gobject3-3.8.1_2 depend

Re: ports-mgmt/pkg

2014-08-06 Thread Montgomery-Smith, Stephen
On 08/05/2014 12:23 PM, Montgomery-Smith, Stephen wrote: > I tried version pkg-1.3.4 yesterday. When I used pkg install to install > a preexisting package which had lots of dependencies, I would get lines > like this: > > package-y: 100% > package-y: 100% > package-y: 10

ports-mgmt/pkg

2014-08-05 Thread Montgomery-Smith, Stephen
I tried version pkg-1.3.4 yesterday. When I used pkg install to install a preexisting package which had lots of dependencies, I would get lines like this: package-y: 100% package-y: 100% package-y: 100% This might be when installing package-x. That is, a dependency might be listed up to three t

Re: Bugzilla issue

2014-07-24 Thread Montgomery-Smith, Stephen
On 07/24/2014 11:15 PM, Kurt Jaeger wrote: > Hi! > >> I can only see the patch to Makefile. I don't see any patch that >> creates files/patch-configure. >> >> And look at patch 144957. It is completely empty. But it should have >> contained: > > Ah, you use the bugzilla diff view. There's alre

Re: Bugzilla issue

2014-07-24 Thread Montgomery-Smith, Stephen
On 07/24/2014 10:59 PM, Kurt Jaeger wrote: > Hi! > >> I am posting to freebsd-ports, but that probably isn't the right place. >> >> I was trying to post a patch to bug 192074. I gave it the patch I >> attached. But for some reason, bugzilla couldn't handle the patch to >> patch-configure. This

Bugzilla issue

2014-07-24 Thread Montgomery-Smith, Stephen
I am posting to freebsd-ports, but that probably isn't the right place. I was trying to post a patch to bug 192074. I gave it the patch I attached. But for some reason, bugzilla couldn't handle the patch to patch-configure. This patch was created using "svn diff". Bugzilla didn't want to accep

Re: pkg 2 ng conversion

2014-06-08 Thread Montgomery-Smith, Stephen
On 06/08/2014 02:25 PM, Jim Pazarena wrote: > On 2014-06-08 10:55 AM, Warren Block wrote: >> On Sun, 8 Jun 2014, Jim Pazarena wrote: >> >> >> No. pkg is just a package manager. It does not replace ports, it just >> handles packages. Like the old package manager, binary packages can be >> downloa

Re: Sage update

2014-05-30 Thread Montgomery-Smith, Stephen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/29/2014 08:37 PM, Montgomery-Smith, Stephen wrote: > I think I have some good news about the math/sage port. On a whim, > I tried replacing the python-2.7.5 source code that comes with sage > to the python-2.7.6 source code that comes

Re: Sage update

2014-05-29 Thread Montgomery-Smith, Stephen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think I have some good news about the math/sage port. On a whim, I tried replacing the python-2.7.5 source code that comes with sage to the python-2.7.6 source code that comes with the lang/python27 port. And the build on FreeBSD-10 completed!!! It

Re: clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Montgomery-Smith, Stephen
On 05/17/2014 12:40 PM, Tijl Coosemans wrote: > On Sat, 17 May 2014 17:13:51 +0000 Montgomery-Smith, Stephen wrote: >> On 05/17/2014 12:00 PM, Montgomery-Smith, Stephen wrote: >>> I am trying to make the port math/octave-forge-miscellaneous clang >>> compliant. In the

Re: clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Montgomery-Smith, Stephen
On 05/17/2014 12:00 PM, Montgomery-Smith, Stephen wrote: > I am trying to make the port math/octave-forge-miscellaneous clang > compliant. In the file ${WRKSRC}/partarray.cc is are lines like this: > > Array bidc [maxdims], eidc [maxdims]; > ... stuff ... > eidc[i

Re: Sage update

2014-05-17 Thread Montgomery-Smith, Stephen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/17/2014 08:04 AM, Dimitry Andric wrote: > On 17 May 2014, at 04:26, Montgomery-Smith, Stephen > wrote: >> I have started to think about making sage compatible with >> FreeBSD-10. The main problem thus far is that clang&#x

clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Montgomery-Smith, Stephen
I am trying to make the port math/octave-forge-miscellaneous clang compliant. In the file ${WRKSRC}/partarray.cc is are lines like this: Array bidc [maxdims], eidc [maxdims]; ... stuff ... eidc[i] = eidx; The compilation dies saying that eidc is not defined. If I rewrite the first

Re: Sage update

2014-05-16 Thread Montgomery-Smith, Stephen
Hey people, I have started to think about making sage compatible with FreeBSD-10. The main problem thus far is that clang's c++ compiler is missing some stuff like the include file ext/numeric. I don't know if clang's c++ compiler is far behind gcc-4.7, or whether it is a question of merely copyi

Re: math/sage error log message

2014-05-14 Thread Montgomery-Smith, Stephen
On 05/14/2014 02:36 PM, Bruce wrote: > At this time I get the same error at the same place. I have had sage on > this computer before freebsd-9.2 and haven't been able to build it > since. Every time I notice a change in the sage port I try again. I > have tried about 4 times in the last week.

Re: math/sage error log message

2014-05-13 Thread Montgomery-Smith, Stephen
On 05/13/2014 07:17 PM, Bruce wrote: > -Wl,-rpath=/usr/local/lib/gcc47 -g -fPIC -c linbox-sage.C -fPIC -DPIC > -o .libs/linbox-sage.o > {standard input}: Assembler messages: > {standard input}:669830: Warning: end of file not at end of a line; > newline inserted > {standard input}:670930: Error:

Re: math/sage compile error

2014-05-13 Thread Montgomery-Smith, Stephen
On 05/13/2014 05:55 PM, Bruce wrote: > Error on amd freebsd-9.2 > > Error building Sage. > > The following package(s) may have failed to build: > > package: linbox-1.3.2.p0 > log file: > /usr/ports/math/sage/work/sage-6.1.1/logs/pkgs/linbox-1.3.2.p0.log > build directory: > /usr/ports/math/sage/

Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st.

2014-05-11 Thread Montgomery-Smith, Stephen
On 05/11/2014 03:22 AM, John Marino wrote: > On 5/11/2014 04:02, Montgomery-Smith, Stephen wrote: >> On 05/10/2014 08:48 PM, Jonathan Chen wrote: >>> On 11 May 2014 03:33, Bryan Drewery wrote: >>> [...] >> I have noticed that "make all" now includes t

Re: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st.

2014-05-10 Thread Montgomery-Smith, Stephen
On 05/10/2014 08:48 PM, Jonathan Chen wrote: > On 11 May 2014 03:33, Bryan Drewery wrote: > [...] >> So we will be DEPRECATING and resetting maintainer on all unstaged ports >> on June 31st. >> >> These ports will be set to EXPIRE on August 31st and will then be >> removed from the tree. They will

Re: Problems with libtool and graphics/opendx; was: To all port maintainers: libtool

2014-05-10 Thread Montgomery-Smith, Stephen
On 05/10/2014 03:22 PM, Montgomery-Smith, Stephen wrote: > I am trying to get the libtool changes to work with the port > graphics/opendx. > .. > When I do "find . -name "libDX.*"", I get > ./work/dx-4.4.4/src/exec/.libs/libDX.lai > ./work/dx

Problems with libtool and graphics/opendx; was: To all port maintainers: libtool

2014-05-10 Thread Montgomery-Smith, Stephen
I am trying to get the libtool changes to work with the port graphics/opendx. I made the changes: Index: Makefile === --- Makefile(revision 353598) +++ Makefile(working copy) @@ -16,10 +16,11 @@ cdf:${PORTSDIR

Re: replacing gcc with clang

2014-04-21 Thread Montgomery-Smith, Stephen
On 04/21/2014 04:58 AM, Mathieu Arnold wrote: > +--On 20 avril 2014 20:10:39 -0400 Robert Huff wrote: > | Is there a authoritative list of those ports know to not build with > | clang 3.2/3.4? > > No, but you can grep for USE_GCC in the ports tree to find that out. > Maybe you need to grep

Re: FreeBSD Port: fr-med-3.0.6_3

2014-03-16 Thread Montgomery-Smith, Stephen
On 03/16/2014 05:03 AM, Tuomo Latto wrote: > Any chance of getting fr-med updated? > It seems the newer stable version of aster contains > med 3.0.7 package and the old aster version is no > longer available. > I'm asking because not only does the octave-forge > optional package octave-forge-msh re

french/med broken

2014-03-12 Thread Montgomery-Smith, Stephen
When I try to build french/med, I get the error message: ===> fr-med-3.0.6_3 is marked as broken: Unfetchable. But I don't see what code in the Makefile generates this message. Is there some code in /usr/ports/Mk/ that autogenerates this message? Thanks, Stephen ___

Re: annoying pkg-fallout notices, how can I stop it?

2014-03-12 Thread Montgomery-Smith, Stephen
On 03/12/2014 08:27 AM, Koichiro IWAO wrote: > On Wed, Mar 12, 2014 at 02:12:21PM +0100, John Marino wrote: >> You get the idea. >> You fixed head, you didn't fix the quarterly branches. >> How you can stop it? >> MFC your fix to quarterly branch. > > OK, I was blind. Very similar question has bee

Re: What's up with pkg-fallout?

2014-03-12 Thread Montgomery-Smith, Stephen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2014 06:43 AM, Baptiste Daroussin wrote: > On Wed, Mar 12, 2014 at 01:49:39AM +0000, Montgomery-Smith, Stephen > wrote: >> I keep getting emails from pkg-fallout@ that some of my ports >> are faulty. But it is obviou

What's up with pkg-fallout?

2014-03-11 Thread Montgomery-Smith, Stephen
I keep getting emails from pkg-fallout@ that some of my ports are faulty. But it is obvious that pkg-fallout sometimes uses a really old ports trees. And the errors it is reporting have been fixed weeks ago. ___ freebsd-ports@freebsd.org mailing list ht

Concerning pkgng

2014-02-10 Thread Montgomery-Smith, Stephen
So I have started using pkgng. It is extremely easy to convert, it runs very fast, and I really like it. However, it would be nice if the old pkg_install, pkg_info, etc programs were somehow disabled on FreeBSD-8. Maybe they could look inside /etc/make.conf and see if /var/db/pkg/local.sqlite ex

Re: Sage update

2014-02-09 Thread Montgomery-Smith, Stephen
On 02/05/2014 11:04 AM, Montgomery-Smith, Stephen wrote: > On 02/05/2014 12:29 AM, Daniel Smith wrote: >> I just tested it on my box. It gets a lot further, but crashes when >> building scipy-0.12.0.p1. The only message in the log is a line >> indicating that the spkg-insta

Re: Sage update

2014-02-05 Thread Montgomery-Smith, Stephen
On 02/05/2014 12:29 AM, Daniel Smith wrote: > I just tested it on my box. It gets a lot further, but crashes when > building scipy-0.12.0.p1. The only message in the log is a line > indicating that the spkg-install script failed on a line reading > > python setup.py setup > > I'm currently worki

Re: Sage update

2014-02-04 Thread Montgomery-Smith, Stephen
On 02/02/2014 08:16 PM, Montgomery-Smith, Stephen wrote: > On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote: >> On 01/29/2014 07:00 PM, Montgomery-Smith, Stephen wrote: >>> I have just updated sage to version 6.0. I have also made some changes >>> to help it

Solved - was: Problems with linking on FreeBSD-10

2014-02-04 Thread Montgomery-Smith, Stephen
On 01/31/2014 11:31 AM, Stephen Montgomery-Smith wrote: > On 01/31/14 07:25, Konstantin Belousov wrote: >> On Fri, Jan 31, 2014 at 12:19:46AM +, Montgomery-Smith, Stephen >> wrote: >>> I maintain the port math/sage. The port builds its own version of the >>&g

Re: Sage update

2014-02-02 Thread Montgomery-Smith, Stephen
On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote: > On 01/29/2014 07:00 PM, Montgomery-Smith, Stephen wrote: >> I have just updated sage to version 6.0. I have also made some changes >> to help it work with FreeBSD-10, using ideas given to me by Daniel >> Smith. Sinc

Problems with linking on FreeBSD-10

2014-01-30 Thread Montgomery-Smith, Stephen
I maintain the port math/sage. The port builds its own version of the libreadline library. The port also uses lang/gcc instead of clang, because the port needs Fortran. The port is wanting to create a shared library called libR.so, which it wants to link with the libreadline library it created i

Re: Sage update

2014-01-30 Thread Montgomery-Smith, Stephen
On 01/30/2014 05:32 PM, Ajtim wrote: > I am not lucky: > Now installing the Maxima library as > '/usr/ports/math/sage/work/sage-6.0/local/lib/ecl//maxima.fas'... > New ASDF encountered > > real6m29.758s > user5m28.766s > sys 0m28.508s > Successfully installed maxima-5.29.1.p4 > Delet

Re: Sage update

2014-01-30 Thread Montgomery-Smith, Stephen
On 01/30/2014 11:03 AM, Daniel Smith wrote: > I also tried rebuilding it and got the same error that Mitja saw. > > I think the issue may be that the patches (for dealing with the > freebsd1* vs freebsd1.*) aren't getting properly applied. I set > SAGE_KEEP_BUILT_SPKS=yes before trying to build, a

Re: Sage update

2014-01-29 Thread Montgomery-Smith, Stephen
On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote: > On 01/29/2014 07:00 PM, Montgomery-Smith, Stephen wrote: >> I have just updated sage to version 6.0. I have also made some changes >> to help it work with FreeBSD-10, using ideas given to me by Daniel >> Smith. Sinc

Re: Sage update

2014-01-29 Thread Montgomery-Smith, Stephen
On 01/29/2014 07:00 PM, Montgomery-Smith, Stephen wrote: > I have just updated sage to version 6.0. I have also made some changes > to help it work with FreeBSD-10, using ideas given to me by Daniel > Smith. Since I don't have a fast computer using FreeBSD-10, I would > apprec

Sage update

2014-01-29 Thread Montgomery-Smith, Stephen
I have just updated sage to version 6.0. I have also made some changes to help it work with FreeBSD-10, using ideas given to me by Daniel Smith. Since I don't have a fast computer using FreeBSD-10, I would appreciate it if any of you guys could try it out and see if it works.

Re: configure scripts and FreeBSD-10

2014-01-29 Thread Montgomery-Smith, Stephen
On 01/29/2014 07:27 AM, Thierry Thomas wrote: > Hello Stephen, > > Le mer 29 jan 14 à 14:15:51 +0100, Montgomery-Smith, Stephen > > écrivait : >> I have ports with configure scripts that include lines like >> >> freebsd1*) >> >> Now obviously the s

configure scripts and FreeBSD-10

2014-01-29 Thread Montgomery-Smith, Stephen
I have ports with configure scripts that include lines like freebsd1*) Now obviously the script will choose this case when I am running FreeBSD-10 as well as FreeBSD-1. What solutions have people used to deal with this?Does anyone have good examples of ports I can look at where this was solv

Re: Questions about staging

2014-01-27 Thread Montgomery-Smith, Stephen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/2014 01:07 AM, Matthew Seaman wrote: > On 27/01/2014 00:38, Montgomery-Smith, Stephen wrote: >> I am looking at this part of >> https://wiki.freebsd.org/ports/StageDir >> >> Replace commands like ${CHMOD} ... and

Questions about staging

2014-01-26 Thread Montgomery-Smith, Stephen
I am looking at this part of https://wiki.freebsd.org/ports/StageDir Replace commands like ${CHMOD} ... and ${INSTALL_PROGRAM} -m mode -o user -g group with corresponding pkg-plist entries: @mode mode, @owner user, @group group. /!\ These operators work until being overridden, or until the end of

STAGE and INFO

2014-01-26 Thread Montgomery-Smith, Stephen
I am trying to implement staging on the port graphics/plotutils. Right now it has the following line in Makefile: INFO= libxmi plotutils When I do "make stage; make check-orphans" I get info/dir Is this something I need to worry about? ___ f

Re: What is the problem with ports PR reaction delays?

2014-01-25 Thread Montgomery-Smith, Stephen
On 01/24/2014 05:30 PM, Big Lebowski wrote: > Hi everyone, > > I wanted to ask about the growing time of reaction to ports PR's - what is > the problem? It seems to me, as a ports contributor, that this time is only > growing, not shrinking, and there's no formal/automated procedures that > would

Re: Qpopper Port

2014-01-15 Thread Montgomery-Smith, Stephen
On 01/15/2014 06:08 PM, Doug Hardie wrote: > I am going to have to give up maintaining qpopper. Not because I don't have > the interest or time, but because I simply cannot update any port. The old > port system may have had issues, but it worked!!! The new one does not. I > am completely un

Re: math/sage build error

2014-01-12 Thread Montgomery-Smith, Stephen
On 01/12/2014 02:26 PM, Greg Rivers wrote: > On Sun, 12 Jan 2014, Montgomery-Smith, Stephen wrote: > >> On 01/12/2014 01:19 PM, Greg Rivers wrote: >>> math/sage does not compile successfully on >>> FreeBSD 10.0-PRERELEASE #0 r260501: Fri Jan 10 11:39:36 CST 2014 amd

Re: math/sage build error

2014-01-12 Thread Montgomery-Smith, Stephen
On 01/12/2014 01:19 PM, Greg Rivers wrote: > math/sage does not compile successfully on > FreeBSD 10.0-PRERELEASE #0 r260501: Fri Jan 10 11:39:36 CST 2014 amd64 > Other people have reported this error to me. However I am unable to reproduce it in RC5. Do you know if you were using an earlier ve