aboutsummaryrefslogtreecommitdiff
path: root/astro/jday
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-301-5/+6
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=355901
* support STAGEDIR.Vanilla I. Shu2013-10-251-7/+5
| | | | Notes: svn path=/head/; revision=331586
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Remove pointless header lines from ports I created once upon a time.Christian Weisgerber2012-09-151-4/+0
| | | | Notes: svn path=/head/; revision=304323
* Fix typos in COMMENTCarlo Strub2012-07-231-1/+1
| | | | Notes: svn path=/head/; revision=301396
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-191-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218823
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* Update to 2.4.Sam Lawrance2006-05-154-26/+13
| | | | | | | | | | Submitter takes maintainership. PR: ports/96061 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=162415
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* - Fix configure warningKirill Ponomarev2004-04-171-0/+1
| | | | | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Notes: svn path=/head/; revision=107370
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Drop maintainership.Christian Weisgerber2003-09-291-1/+1
| | | | Notes: svn path=/head/; revision=89805
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76039
* Update to 1.3. Now includes a man page.Christian Weisgerber2003-01-016-18/+27
| | | | Notes: svn path=/head/; revision=72124
* Fix typos:Pete Fritchman2002-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | * explose -> explore * january -> January * documentfor -> document for * encorporated -> incorporated * function -> functions * julian -> Julian * calculater -> calculate * formely -> formerly * Javascript -> JavaScript * timezone -> time zone * Calisto -> Callisto * outter -> outer PR: 36480 Submitted by: Eric Yu <ericyu@mail2000.com.tw> Notes: svn path=/head/; revision=56892
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* New Port: astro/jdayJames E. Housley2001-02-135-0/+38
The jday binary can be used to convert calendar dates to astronomical julian dates. This number is useful for a variety of purposes. Especially related to calculating elapsed time between instances over large or short periods of time. PR: 23142 Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=38299