/usr/ports/fpc-fcl-async ?

2009-01-04 Thread Matthew Seaman


There seems to be a free pascal port sitting at the top level in the ports
database hierarchy.  Looks like this port has wandered away from its real
home:

cache-update:1: Updating cached data for /usr/ports/fpc-fcl-async
Makefile, line 21: Could not find 
/usr/ports/fpc-fcl-async/../../lang/fpc/Makefile
make: fatal errors encountered -- cannot continue
cache-update: /usr/ports/fpc-fcl-async Error. make: bad exit status -- 256

As CVS says the contents are at least 6 months old, I guess this must
have been some sort of repo copy gone wrong.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


games/jools does not run

2009-01-04 Thread Rainer Hurling
Today I installed games/jools on my recent 8.0-CURRENT. But it did not 
run. In xterm the following error message was shown.



Checking for playlist in /home/xx/.jools/music...
Traceback (most recent call last):
  File /usr/local/bin/jools, line 29, in module
import jools
  File /usr/local/lib/python2.5/site-packages/jools/__init__.py, line 
40, in module

from initialize import *
  File /usr/local/lib/python2.5/site-packages/jools/initialize.py, 
line 144, in module

highScoreTitleFont = pygame.font.Font(None, 45)
RuntimeError: default font not found 'freesansbold.ttf'



Searching the internet the error was described for other systems too. 
Obviously the game needs read access for all users to the mentioned font 
file:


#cd /usr/local/lib/python2.5/site-packages/pygame
#ls -l freesansbold.ttf
-rwx--  1 root  wheel  - 98600  7 Jul 07:58:09 2008 freesansbold.ttf


Changing it with 'chmod a+r freesansbold.ttf' does the trick. Now jools 
plays like a charm. It is a nice little game.


Could the maintainer or someone else update the port, please?

Thank you very much,
Rainer


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Updating MySQL-Connector-3.51

2009-01-04 Thread Jerry
Does anyone know if then is anyone working on updating the
'databases/mysql-connector-odbc' from version 3.51.x to the latest
version, 5.1.5 presently available? The MySQL site lists two FreeBSD
specific files, 32 and 64 bit versions. The 3.51.x version is quite old
and I believe does not work correctly with MySQL 6.x either.

-- 
Jerry
ges...@yahoo.com

The best audience is intelligent, well-educated and a little drunk.

Maurice Baring


signature.asc
Description: PGP signature


Re: A question about the rrd tools port

2009-01-04 Thread David Wolfskill
On Sun, Jan 04, 2009 at 12:25:42PM -0500, stan wrote:
 The rrd tools port installs a number of man pages fr executables that it
 does not seem to provide. ...
 
 Is my assumpion correct, and if so, why ae these links not created?

It looks to me as if at least some of the man pages installed by rrdtool
do not have corresponding executables because they are purely
documentation:  e.g., bin_dec_hex; cdeftutorial; rpntutorial;
rrdgraph_examples.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgp15P0aWeiQO.pgp
Description: PGP signature


Re: ports/13001: commit references a PR

2009-01-04 Thread dfilter service
The following reply was made to PR ports/13001; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/13001: commit references a PR
Date: Sun,  4 Jan 2009 17:50:59 + (UTC)

 pgollucci2009-01-04 17:50:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
 sysutils/rubygem-capistrano Makefile distinfo pkg-plist 
   Log:
   - Update to 2.5.3
   
   PR: ports/13001
   Approved by:r.s.a.vandomb...@nedforce.nl (maintainer via e-mail)
   
   Revision  ChangesPath
   1.15  +1 -1  ports/sysutils/rubygem-capistrano/Makefile
   1.9   +3 -3  ports/sysutils/rubygem-capistrano/distinfo
   1.9   +7 -0  ports/sysutils/rubygem-capistrano/pkg-plist
 ___
 cvs-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: games/jools does not run

2009-01-04 Thread Lowell Gilbert
Rainer Hurling rhur...@gwdg.de writes:

 Searching the internet the error was described for other systems
 too. Obviously the game needs read access for all users to the
 mentioned font file:

 #cd /usr/local/lib/python2.5/site-packages/pygame
 #ls -l freesansbold.ttf
 -rwx--  1 root  wheel  - 98600  7 Jul 07:58:09 2008 freesansbold.ttf


 Changing it with 'chmod a+r freesansbold.ttf' does the trick. Now
 jools plays like a charm. It is a nice little game.

 Could the maintainer or someone else update the port, please?

This change should actually be in devel/py-game, not games/jools.

There are other files installed with the same incorrect privileges,
which should probably be fixed as well.

I suggest you file a PR.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: A question about the rrd tools port

2009-01-04 Thread stan
On Sun, Jan 04, 2009 at 09:36:44AM -0800, David Wolfskill wrote:
 On Sun, Jan 04, 2009 at 12:25:42PM -0500, stan wrote:
  The rrd tools port installs a number of man pages fr executables that it
  does not seem to provide. ...
  
  Is my assumpion correct, and if so, why ae these links not created?
 
 It looks to me as if at least some of the man pages installed by rrdtool
 do not have corresponding executables because they are purely
 documentation:  e.g., bin_dec_hex; cdeftutorial; rpntutorial;
 rrdgraph_examples.

OK, here is an example of what I am asking about rrdrestore. The function
can be done with rrdtool import, but why is tere a man page, if there is
not intended to be  an executable, or a llink?

-- 
One of the main causes of the fall of the roman empire was that, lacking
zero, they had no way to indicate successful termination of their C
programs.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: A question about the rrd tools port

2009-01-04 Thread David Wolfskill
On Sun, Jan 04, 2009 at 02:33:30PM -0500, stan wrote:
 ...
  It looks to me as if at least some of the man pages installed by rrdtool
  do not have corresponding executables because they are purely
  documentation:  e.g., bin_dec_hex; cdeftutorial; rpntutorial;
  rrdgraph_examples.
 
 OK, here is an example of what I am asking about rrdrestore. The function
 can be done with rrdtool import, but why is tere a man page, if there is
 not intended to be  an executable, or a llink?

That's a different case from the examples I cited above.

Like cvs(1), rrdtool(1) is a single executable that takes several
different (sub)commands.

Unlike cvs(1) (and like perl(1)), the way the rrdtool(1) man pages are
arranged involves having separate man pages for each subcommand (or
other aspect of rrdtool that the author or contributors wished to
document).

E.g., the man page is called rrdrestore, but as the SYNOPSIS of that
man page shows, it is invoked as rrdtool restore 

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpX9ew57TREM.pgp
Description: PGP signature


Re: amule 2.2.3 port - first try

2009-01-04 Thread Torfinn Ingolfsen
A small update: I have fixed the man pages problem. Since the fr man
pages are incomplete, I have to gzip them manually in the post-install
target (this is actually the way it was done in the previous version
of the port.
The rest was simply adding all the language man pages to Makefile.man.
New Makefile and Makefile.man attached.

Now I am wondering what to do with other docs. I have set this in Makefile:

DOCSDIR=${PREFIX}/share/doc/aMule-${PORTVERSION}

Looking at /usr/local/share/doc, this seems to be the most usual way to do it.

But the docs files are located in $DISTNAME/docs (or $WRKSRC/docs, so
I hve set PORTDOCS like this:
PORTDOCS=   docs/AUTHORS docs/COPYING docs/Changelog docs/Doxyfile
docs/EC_Protocol.txt \
docs/ED2K-Links.HOWTO docs/INSTALL docs/README*
docs/Releases.dia docs/TODO \
docs/amule-win32.HOWTO.txt docs/amulesig.txt
docs/license.txt docs/socks4.protocol

But then the ports system thinks that the files are installed in
$DOCSDIR/docs, and puts that in PLIST. Not good.

I would prefer to keep DOCSDIR like it is.
Is it a way to get the files into PORTDOCS so that they get recorded
correctly in PLIST?
-- 
Regards,
Torfinn Ingolfsen


Makefile
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

amanda 2.6.0

2009-01-04 Thread Julian C. Dunn
Has there been any more progress on upgrading amanda-{server,client} to
2.6.0p2?

I've tested Goran's revised port candidate here:

http://lists.freebsd.org/pipermail/freebsd-ports/2008-October/051205.html

It works great (have tested backups to DLT tape as well as to S3),
except there are some symbol errors like:

/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/auto/Amanda/ 
Config/libConfig.so: Undefined symbol amglue_SvI32

The Amanda Wiki has some notes about this:

http://wiki.zmanda.com/index.php/Installation/OS_Specific_Notes/Installing_Amanda_on_FreeBSD#Threading_and_-pthread

and I'd be interested in helping to move this port forward as 2.5.3p1 is
quite old, and missing useful features like being able to back up to
Amazon S3.

- Julian

-- 
[ Julian C. Dunn jd...@aquezada.com  * Sorry, I'm]
[ WWW: http://www.aquezada.com/staff/julian* only Web 1.0  ]
[ gopher://sdf.lonestar.org/11/users/keymaker  * compliant!]
[ PGP: 91B3 7A9D 683C 7C16 715F 442C 6065 D533 FDC2 05B9   ]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


College Matters 2009 Week 1: FAFSA Pin Scholarship Basics

2009-01-04 Thread College Matters
(Mailing list information, including unsubscription instructions, is located at 
the end of this message.)
__ 


SecureCollegeSolutions
 Home 

 About Us

 Our Services
 
 College Matters
 
 Upcoming Events 
 
 Newsletter
 
 Student Time Lines 

 Scholarship Info

 In College Info
 
 Forms You Need
 
 EFC Info 
 
 FAFSA Info
My Space
 
 Partners 

 Links

 Feed Back
 
 Contact us
 College Matters Week 1 2009
 FAFSA- you can now submit your FAFSA online
 Financial aid is offered on a first come, first serve 
 basis. Submitting your FAFSA as soon as you can will potentially 
 increase your finical aid reward.
 Get 
 our FAFSA Pin Number
 Get your EFC Report
 
 Look for 
 Scholarships
 Contact us for help with the college process
* Scholarship Basics  google_ad_client = pub-4844904490542069;
/* SCS General Banner bottom of pages */
google_ad_slot = 5698569536;
google_ad_width = 468;
google_ad_height = 60;
//--


-- 
The following information is a reminder of your current mailing
list subscription: 

You are subscribed to the following list:
  
College Matters

using the following email:
 
po...@freebsd.org

You may automatically unsubscribe from this list at any time by 
visiting the following URL:
 
http://www.securecollegesolutions.com/mailinglist/mail.cgi/u/collegematters/

If the above URL is inoperable, make sure that you have copied the 
entire address. Some mail readers will wrap a long URL and thus break
this automatic unsubscribe mechanism. 

You may also change your subscription by visiting this list's main screen: 
 
http://www.securecollegesolutions.com/mailinglist/mail.cgi/list/collegematters

If you're still having trouble, please contact the list owner at: 
 
mailto:collegematt...@securecollegesolutions.com

The following physical address is associated with this mailing list: 
 
SecureCollegeSolutions
1241 Volunteer Parkway Suite 424
Bristol, TN 37620
(423) 789-2000

Mailing List Powered by Dada Mail
http://www.securecollegesolutions.com/mailinglist/mail.cgi/what_is_dada_mail/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/kdesdk3 (kdesdk-3.5.10) not compiling

2009-01-04 Thread Guill. Moreno-Socias
On Sat, Jan 3, 2009 at 3:35 PM, Guill. Moreno-Socias
lists@gmail.com wrote:
   Hello and happy new year.
   I am trying to install x11/kde3 using portupgrade, but it fails
 when making devel/kdesdk3 (kdesdk-3.5.10).

   Hello again.
   Thank you very much for your helpful answers.  I deleted
textproc/flex (which I do not need) and everything seems to work now.
   There is however a small thing:

 gmake[3]: Entering directory
 `/scratch/ports/devel/kdesdk3/work/kdesdk-3.5.10/kapptemplate'
 echo #!/usr/bin/env bash  kapptemplate; \
echo INSTALLED_SHARE_DIR=/usr/local/share/apps/kapptemplate 
 kapptemplate; \
echo KAPPTEMPLATEVERSION=`cat /VERSION`  kapptemplate; \
cat ./kapptemplate.in  kapptemplate; \
chmod 755 kapptemplate
 cat: /VERSION: No such file or directory
 gmake[3]: Leaving directory
 `/scratch/ports/devel/kdesdk3/work/kdesdk-3.5.10/kapptemplate'

(as you can see, it appears there is a path missing for VERSION), but
this does not seem harmful.

-- 
Guillermo Moreno-Socías
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: amanda 2.6.0

2009-01-04 Thread Goran Lowkrantz

Hi Julian,

I am currently working on a new port of 2.6.1b2 with extensions supporting 
saving incremental zfs snapshots but I have some problems with the 
estimation of these incremental backups.


I have a test port at the Zmanda forums but I don't like the script I have 
had to do around wc to get it to send the total count to stderr instead of 
stdout.


If you are interested to check this out, take a look at 
http://forums.zmanda.com/showthread.php?t=1615.


This port is currently running on 5 test systems, 7.1 and 8 with a total of 
about 10T in ZFS pools and 2T backed up with UFS DUMP.


I have submitted a PR http://www.freebsd.org/cgi/query-pr.cgi?pr=130105 
on a fail of zfs send -R that can be used for zpool backups instead of zfs 
file system backups, that the current implementation uses and when this is 
fixed, I will try and extend the current scripts to handle this too.


Cheers,
Göran


--On Sunday, January 04, 2009 15:33 -0500 Julian C. Dunn 
li...@aquezada.com wrote:



Has there been any more progress on upgrading amanda-{server,client} to
2.6.0p2?

I've tested Goran's revised port candidate here:

http://lists.freebsd.org/pipermail/freebsd-ports/2008-October/051205.html

It works great (have tested backups to DLT tape as well as to S3),
except there are some symbol errors like:

/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/auto/Amanda/
Config/libConfig.so: Undefined symbol amglue_SvI32

The Amanda Wiki has some notes about this:

http://wiki.zmanda.com/index.php/Installation/OS_Specific_Notes/Installin
g_Amanda_on_FreeBSD#Threading_and_-pthread

and I'd be interested in helping to move this port forward as 2.5.3p1 is
quite old, and missing useful features like being able to back up to
Amazon S3.

- Julian

--
[ Julian C. Dunn jd...@aquezada.com  * Sorry, I'm]
[ WWW: http://www.aquezada.com/staff/julian* only Web 1.0  ]
[ gopher://sdf.lonestar.org/11/users/keymaker  * compliant!]
[ PGP: 91B3 7A9D 683C 7C16 715F 442C 6065 D533 FDC2 05B9   ]




... the future isMobile

 Goran Lowkrantz goran.lowkra...@ismobile.com
 System Architect, isMobile AB
 Sandviksgatan 81, PO Box 58, S-971 03 Luleå, Sweden
 Mobile: +46(0)70-587 87 82
http://www.ismobile.com ...
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Unsubscribed from College Matters

2009-01-04 Thread College Matters

The removal of the email address:

po...@freebsd.org

from the mailing list: 

College Matters 

is complete.

You may wish to save this email message for future reference.

---

Date of this removal: Sun Jan  4 14:52:35 2009

You may automatically re-subscribe to this list at any time by 
visiting the following URL:

http://www.securecollegesolutions.com/mailinglist/mail.cgi/s/collegematters/

If the above URL is inoperable, make sure that you have copied the 
entire address. Some mail readers will wrap a long URL and thus break
this automatic unsubscribe mechanism. 

You may also change your subscription by visiting this list's main screen: 

http://www.securecollegesolutions.com/mailinglist/mail.cgi/list/collegematters

If you're still having trouble, please contact the list owner at: 

mailto:collegematt...@securecollegesolutions.com

The following physical address is associated with this mailing list: 

SecureCollegeSolutions
1241 Volunteer Parkway Suite 424
Bristol, TN 37620
(423) 789-2000

- mailto:collegematt...@securecollegesolutions.com



Mailing List Powered by Dada Mail
http://www.securecollegesolutions.com/mailinglist/mail.cgi/what_is_dada_mail/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


College Matters Mailing List Unsubscription Confirmation

2009-01-04 Thread College Matters

This message has been sent to you as the final step to confirm your
email *removal* for the following list: 

College Matters

To confirm this unsubscription, please follow the URL below:

http://www.securecollegesolutions.com/mailinglist/mail.cgi/u/collegematters/ports/freebsd.org/17088095/

(Click the URL above, or copy and paste the URL into your browser. 
Doing so will remove you to this list.)

---

The following is the description given for this list: 

SecureCollegeSolutions offers college planning and college funding strategies.  
We are independent College and Financial Advisors
Preparing for college is a family project, a process that requires extensive 
research, sound decisions and correct timing.  Well executed college planning 
can set the stage for a lifetime of opportunity and reward.

Our mission is to educate and assist families on the college planning and 
funding process.
SecureCollegeSolutions is a leader in the business of college planning and 
funding strategies.  We provide our clients with tools, personal advice and a 
system to increasing your college funding that helps navigate the often 
complicated and confusing process of choosing, applying to, and paying for the 
right college.

College Matters is a newsletter that is designed to help parents and students 
plan for college.  

Colleges are a business, and we need to make it our business to education 
families, students, and high schools on the business of the college process.


---

This Closed-Loop Opt-Out confirmation email was sent to protect the privacy
of the owner of this email address. 

Furthermore, the following privacy policy is associated with this list: 

Email Privacy Policy 
We have created this email privacy policy to demonstrate our firm commitment to 
your privacy and the protection of your information. 
Why did you receive an email from us? 
If you received a mailing from us, (a) your email address is either listed with 
us as someone who has expressly shared this address for the purpose of 
receiving information in the future (opt-in), or (b) you have registered or 
been referred or otherwise have an existing relationship with us. We respect 
your time and attention by controlling the frequency of our mailings. 
How we protect your privacy 
We use security measures to protect against the loss, misuse and alteration of 
data used by our system. 
Sharing and Usage 
We will never share, sell, or rent individual personal information with anyone 
without your advance permission or unless ordered by a court of law. 
Information submitted to us is only available to employees managing this 
information for purposes of contacting you or sending you emails based on your 
request for information and to contracted service providers for purposes of 
providing services relating to our communications with you. 
How can you stop receiving email from us? 
Each email sent contains an easy, automated way for you to cease receiving 
email from us, or to change your expressed interests. If you wish to do this, 
simply follow the instructions at the end of any email. 
If you have received unwanted, unsolicited email sent via this system or 
purporting to be sent via this system, please forward a copy of that email with 
your comments to i...@securecollegesolutions.com for review.


Please read and understand this privacy policy. 

If you did not ask to be removed from this particular list, please
do not visit the confirmation URL above. The confirmation for removal 
will not go through and no other action on your part will be needed.

To contact the owner of this email list, please use the address below: 

mailto:collegematt...@securecollegesolutions.com

The following physical address is associated with this mailing list: 

SecureCollegeSolutions
1241 Volunteer Parkway Suite 424
Bristol, TN 37620
(423) 789-2000


- mailto:collegematt...@securecollegesolutions.com



Mailing List Powered by Dada Mail
http://www.securecollegesolutions.com/mailinglist/mail.cgi/what_is_dada_mail/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FIXED: vpnc connects, but does not work

2009-01-04 Thread perryh
 I have installed vpnc to connect to an employer's Cisco VPN
 system, and it seems to make the connection, but after connecting
 I can't ping the gateway nor anything beyond it ...

It turned out the only problem was the absence of

  NAT Traversal Mode cisco-udp
 
in vpnc.conf.  (Presumably not all configurations of the Cisco 3000
will need that, else it would be the default, but it seems to be
correct for the one involved here.)
 
I never did figure out why that kept the interface from responding
to a ping of its own address :(
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


HEADS UP: Ports tree is now open

2009-01-04 Thread Joe Marcus Clarke
Since Ken sent out the FreeBSD 7.1 release announcement, it gives Port
Manager great pleasure to announce that the ports tree is no longer in a
slush.  The ports tree is now fully open.

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  gn...@freebsd.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


signature.asc
Description: This is a digitally signed message part


Problem with octave-forge-ann port

2009-01-04 Thread Stephen Montgomery-Smith

Hi Guys,

I have this problem in that if the octave-forge-ann port is installed, 
then when I exit octave, octave crashes.  This is a problem with 
FreeBSD-CURRENT on an amd64 machine, but not on FreeBSD-STABLE on i386 
machines.


First, I am asking for me-too reports, so that I can get some idea for 
what OS versions this is a problem.


Second, if some kind soul wants to investigate the problem and submit a 
fix, I would be very happy.  (Don't bother to contact the maintainer of 
the port, because that is me!)


Here is a copy of the error that octave gives when it exits:

Assertion failed: ((run-regs_mask[elm]  (1U  bit)) == 0), function 
arena_run_reg_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2543.

panic: Abort trap: 6 -- stopping myself...
attempting to save variables to `octave-core'...
error: octave_base_value::save_binary(): wrong type argument `swig_packed'
save to `octave-core' complete
Abort (core dumped)

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org