aboutsummaryrefslogtreecommitdiff
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Fix WWW: lineKirill Ponomarev2004-07-071-1/+1
| | | | | | | | PR: ports/68784 Submitted by: maintainer Notes: svn path=/head/; revision=113169
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-4/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Update to version 1.42Kirill Ponomarev2004-07-032-3/+3
| | | | | | | | PR: ports/68626 Submitted by: Ports Fury Notes: svn path=/head/; revision=112857
* Add gdesklets-goodweather-psi, GoodWeather desklet with psi theme.Pav Lucistnik2004-07-015-0/+63
| | | | | | | | PR: ports/68500 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=112700
* Update to version 1.38Kirill Ponomarev2004-06-272-4/+3
| | | | | | | | PR: ports/68367 Submitted by: Ports Fury Notes: svn path=/head/; revision=112379
* Upgrade to 3.6.Thomas Gellekum2004-06-253-11/+133
| | | | Notes: svn path=/head/; revision=112229
* Add alternate mastersite. (The original one seems to have been restoredMark Linimon2004-06-241-1/+2
| | | | | | | | | | | since the PR was filed.) PR: ports/66901 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=112151
* - Fix runtime on nvidia driverPav Lucistnik2004-06-222-0/+24
| | | | | | | | | PR: ports/67904 Reported by: astro <e99@gmx.net> Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=111974
* Now builds on amd64Kris Kennaway2004-06-211-2/+2
| | | | Notes: svn path=/head/; revision=111916
* - Don't use Makefile.kde anymoreMarkus Brueffer2004-06-201-4/+3
| | | | | | | Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=111861
* Update to version 6.1.1Kirill Ponomarev2004-06-164-14/+8
| | | | | | | | PR: ports/67990 Submitted by: maintainer Notes: svn path=/head/; revision=111596
* - Update to version 0.6.0Kirill Ponomarev2004-06-125-112/+148
| | | | | | | | PR: ports/67883 Submitted by: maintainer Notes: svn path=/head/; revision=111354
* Update to latest version:Volker Stolz2004-06-095-28/+78
| | | | | | | | | | | - enable experimental mysql support - drop gcc3x dependency PR: ports/67638 Submitted by: maintainer Notes: svn path=/head/; revision=111162
* - Update to 1.0.6Pav Lucistnik2004-06-065-56/+63
| | | | | | | | | PR: ports/66903 (based on) Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=110965
* Update to 0.11Erwin Lansing2004-05-312-3/+3
| | | | Notes: svn path=/head/; revision=110537
* - Remove dead WWWPav Lucistnik2004-05-292-4/+0
| | | | Notes: svn path=/head/; revision=110333
* remove gcc33 dependYing-Chieh Liao2004-05-242-1/+10
| | | | | | | | | fix build on -stable Noticed by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=109830
* - Update MASTER_SITESPav Lucistnik2004-05-234-4/+4
| | | | | | | | PR: ports/67071 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109826
* - Refresh MASTER_SITESPav Lucistnik2004-05-232-7/+5
| | | | | | | | PR: ports/67067 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109781
* Remove the threads related REINPLACE again, the source comes withMichael Nottebrock2004-05-211-2/+1
| | | | | | | a smart configure script which figures things out on its own. Notes: svn path=/head/; revision=109670
* Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBSMichael Nottebrock2004-05-211-4/+3
| | | | | | | | | | safeness, fix compilation where needed. Committers: Please do NOT include Makefile.kde or commit new ports which do so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY. Notes: svn path=/head/; revision=109667
* Fix download location for polling data.Mark Linimon2004-05-172-5/+5
| | | | | | | | PR: ports/66149 Submitted by: Aaron Dudek <adudek@gwu.edu> Notes: svn path=/head/; revision=109310
* put adamw, krion, ade, wes and others on the right spot in the file.Edwin Groothuis2004-05-101-5/+5
| | | | | | | (sort from east to west) Notes: svn path=/head/; revision=108781
* Drop maintainership. Maintainer is not using FreeBSD asErwin Lansing2004-05-091-1/+1
| | | | | | | | | | | | primary OS any longer. Thanks for all your work, Serge! Sorry to see you go. PR: 66407 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca> (maintainer) Notes: svn path=/head/; revision=108717
* Respect CFLAGS and PTHREAD_LIBSMarkus Brueffer2004-05-051-3/+4
| | | | | | | Approved by: Scott A. Moberly <smoberly@karamazov.org> (maintainer) Notes: svn path=/head/; revision=108504
* Update to 3.0.0Markus Brueffer2004-05-043-25/+11
| | | | Notes: svn path=/head/; revision=108409
* Remove reference to former maintainerMarkus Brueffer2004-05-031-3/+0
| | | | | | | Requested by: brueffer Notes: svn path=/head/; revision=108291
* Add cfitsio 2.490, library for reading and writing files in FITS dataMarkus Brueffer2004-04-305-0/+55
| | | | | | | format. Notes: svn path=/head/; revision=108032
* mark it broken on -stableYing-Chieh Liao2004-04-191-2/+7
| | | | Notes: svn path=/head/; revision=107529
* requires gcc3 to buildYing-Chieh Liao2004-04-191-0/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=107508
* - Fix configure warningKirill Ponomarev2004-04-173-0/+3
| | | | | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Notes: svn path=/head/; revision=107370
* - Fix plistKirill Ponomarev2004-04-171-0/+1
| | | | Notes: svn path=/head/; revision=107363
* - Take over maintainershipPav Lucistnik2004-04-162-2/+2
| | | | | | | Approved by: Jeremy Messenger <mezz7@cox.net> (previous maintainer) Notes: svn path=/head/; revision=107204
* add nova 0.4Ying-Chieh Liao2004-04-165-0/+77
| | | | | | | An Integrated Observational Environment for amatuer astronomers Notes: svn path=/head/; revision=107185
* add sky2000 0.2Ying-Chieh Liao2004-04-165-0/+52
| | | | | | | A binary representation of the Sky2000 star catalog Notes: svn path=/head/; revision=107183
* Sort the entries I just added.Erwin Lansing2004-04-151-1/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=107088
* Add missing binariesErwin Lansing2004-04-141-0/+3
| | | | | | | Submitted by: dosirak Notes: svn path=/head/; revision=107040
* WWW site is moved.Hye-Shik Chang2004-04-141-1/+1
| | | | Notes: svn path=/head/; revision=106982
* - Use gcc33 for OSVERSION > 501103Kirill Ponomarev2004-04-112-2/+11
| | | | | | | | | | - SIZE'ify PR: ports/65421 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=106731
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-055-4/+5
| | | | Notes: svn path=/head/; revision=106175
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-022-1/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* SIZEify (maintainer timeout)Trevor Johnson2004-03-3117-0/+17
| | | | Notes: svn path=/head/; revision=105747
* - Update to version 2.6.4Kirill Ponomarev2004-03-285-27/+40
| | | | | | | | PR: ports/64849 Submitted by: Ports Fury Notes: svn path=/head/; revision=105523
* upgrade to 1.0.4Ying-Chieh Liao2004-03-263-49/+11
| | | | Notes: svn path=/head/; revision=105298
* Fix packing list.Trevor Johnson2004-03-241-1/+1
| | | | Notes: svn path=/head/; revision=105133
* o/~ Everybody was distfile sizing! o/~Kris Kennaway2004-03-222-0/+2
| | | | | | | | | (Add SIZE to distinfo) Submitted by: trevor Notes: svn path=/head/; revision=104924
* SIZE-ify my ports.Thierry Thomas2004-03-191-2/+10
| | | | | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor). Notes: svn path=/head/; revision=104557
* Reassign maintainership to the former maintainer.Thierry Thomas2004-03-181-4/+4
| | | | | | | | | Welcome back, Serge! Approved by: mat Notes: svn path=/head/; revision=104552
* . SIZEify.Greg Lewis2004-03-181-0/+1
| | | | | | | Submitted by: trevor (except diablo-jre13) Notes: svn path=/head/; revision=104536