aboutsummaryrefslogtreecommitdiff
path: root/math/oleo
Commit message (Collapse)AuthorAgeFilesLines
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB in favor of USE_XORGPietro Cerutti2008-03-101-3/+5
| | | | | | | | | - Fix OPTIONS Approved by: miwi (mentor) Notes: svn path=/head/; revision=208748
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.Pietro Cerutti2008-02-211-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=207731
* - Fix build with gcc 4.2Martin Wilke2008-02-084-8/+49
| | | | | | | | | | - Pass maintainership to submitter PR: 120415 Submitted by: "Pietro Cerutti" <gahr@gahr.ch> Notes: svn path=/head/; revision=206919
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-0/+4
| | | | Notes: svn path=/head/; revision=191950
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Fix build with gcc34 & open-motifVolker Stolz2005-01-192-5/+43
| | | | | | | | PR: ports/75900 Noticed by: Tyler Davidson Notes: svn path=/head/; revision=126849
* - Convert to OPTIONSPav Lucistnik2004-08-201-10/+5
| | | | | | | | PR: ports/70736 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=116857
* Fix build on 5.x and fix build with new X headers.Eric Anholt2004-07-154-7/+45
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=113689
* BROKEN on 5.x: Does not compileKris Kennaway2004-06-191-1/+7
| | | | Notes: svn path=/head/; revision=111801
* Don't use gettext if not needed.Thierry Thomas2004-06-081-1/+1
| | | | Notes: svn path=/head/; revision=111099
* - unbreak;Thierry Thomas2004-06-075-24/+52
| | | | | | | - do some cleaning. Notes: svn path=/head/; revision=111034
* 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