summaryrefslogtreecommitdiff
path: root/math/oleo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: does not compileKris Kennaway2004-02-071-0/+4
| | | | Notes: svn path=/head/; revision=100307
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Fix buildKirill Ponomarev2003-09-041-2/+8
| | | | | | | | PR: 56436 Submitted by: Ports Fury Notes: svn path=/head/; revision=88544
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Fix build, and another fixes for building.Maho Nakata2003-07-195-7/+65
| | | | | | | | | | Unbreak. PR: 51923 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=85174
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* BROKEN: Does not compileKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80292
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Add a patch to fix build with bison in -current.Pete Fritchman2003-01-021-0/+12
| | | | | | | | PR: 46690 Submitted by: Andreas Schulz <ats@first.fraunhofer.de> Notes: svn path=/head/; revision=72224
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-291-1/+1
| | | | | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=67236
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-221-1/+2
| | | | | | | | PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61740
* Unbreak: fix compilation.Pete Fritchman2002-06-092-2/+13
| | | | Notes: svn path=/head/; revision=60982
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59375
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Unbreak on 5-CURRENT (replace malloc.h references with stdlib.h).Bruce A. Mah2002-03-291-0/+4
| | | | Notes: svn path=/head/; revision=56879
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Use '::' as an dependency operator for pre-everything target. This isDirk Froemberg2001-12-311-1/+1
| | | | | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details. Notes: svn path=/head/; revision=52442
* Remove shared lib version number from optional LIB_DEPENDSYing-Chieh Liao2001-10-151-3/+3
| | | | | | | | PR: 30722 Submitted by: Ports Fury Notes: svn path=/head/; revision=48792
* Update to version 1.99.16Kevin Lo2001-03-202-9/+16
| | | | | | | | PR: 25931 Submitted by: Ports Fury Notes: svn path=/head/; revision=40100
* Update of LIB_DEPENDS due to update of xbae to version 4.8.4.Lars Koeller2000-12-291-1/+1
| | | | Notes: svn path=/head/; revision=36441
* Update to version 1.99.14Kevin Lo2000-12-028-90/+101
| | | | | | | | PR: 23226 Submitted by: Ports Fury Notes: svn path=/head/; revision=35605
* Update port to 1.99.12Chris D. Faulhaber2000-08-028-14/+117
| | | | | | | | PR: 20264 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31225
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27509
* Update to 1.99.5Satoshi Taoka1999-09-207-1053/+60
| | | | | | | | PR: 13796 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21819
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* ADD WWW:Michael Haro1999-05-031-1/+0
| | | | Notes: svn path=/head/; revision=18433
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Use fpsetmask(0) on FreeBSD.Thomas Gellekum1997-10-311-3/+5
| | | | | | | | PR: 4093 Fix suggested by: bde Notes: svn path=/head/; revision=8427
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-6/+4
| | | | Notes: svn path=/head/; revision=4571
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Use ${INSTALL_MAN} instead of install -c to install the man page.Masafumi Max NAKANE1996-09-221-2/+2
| | | | Notes: svn path=/head/; revision=3841
* Added new man page to oleo (with small formatting changes)Chuck Robey1996-08-101-1/+7
| | | | | | | | thanks to Don Yuniskis. It's needed it for a long time, Thanks, Don! Notes: svn path=/head/; revision=3570
* Delete unnecessary stuff.Satoshi Asami1996-03-101-3/+2
| | | | Notes: svn path=/head/; revision=2818
* Use CFLAGS from /etc/make.conf.Satoshi Asami1995-10-191-0/+11
| | | | Notes: svn path=/head/; revision=2347
* Add a few CATEGORIES lines to take these ports out of `orphans'.Jordan K. Hubbard1995-04-281-1/+2
| | | | | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-) Notes: svn path=/head/; revision=1545
* I was going to convert the math Makefiles according to the newSatoshi Asami1995-04-221-2/+2
| | | | | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes. Notes: svn path=/head/; revision=1483
* Some more Makefile updates, for the math ports.Satoshi Asami1995-04-111-3/+4
| | | | Notes: svn path=/head/; revision=1326
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-2/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590