non port: astro/celestia/Makefile |
SVNWeb
|
Number of commits found: 92 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b152544 (Only the first 10 of 105 ports in this commit are shown above. )
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Jun 2022
|
[ 14:42 Stefan Eßer (se) ] d11ee7c
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict)
|
Thu, 25 Nov 2021
|
[ 22:36 Stefan Eßer (se) ] 0ba7667
astro/celestia: Fix CONFLICTS
Remove redundant -[0-9]* from the end of the CONFLICTS pattern.
Approved by: portmgr (blanket)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Sat, 1 May 2021
|
[ 12:42 Baptiste Daroussin (bapt) ] c399c4d (Only the first 10 of 14 ports in this commit are shown above. )
Prepare removal for libgnomeui
Remove the GNOME option for all ports depending on libgnomeui
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 27 Aug 2020
|
[ 08:11 danfe ]
Unbreak the build on recent -CURRENT.
Reported by: pkg-fallout
|
Tue, 14 Apr 2020
|
[ 15:49 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 28 Oct 2018
|
[ 11:16 linimon ]
Fix build with GCC-based architectures.
PR: 232015
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Tue, 16 Jan 2018
|
[ 14:31 danfe ]
Unbreak the build against new Clang version 6.0.0: struct FavoritesEntry
defines its member `fov' of type `double'; comparing it to NULL is bogus
and wrong, no wonder this upsets strict compilers.
PR: 224989
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Sun, 14 Dec 2014
|
[ 13:23 danfe ]
Pull another patch from Red Hat, to fix a runtime crash:
PANIC: unprotected error in call to Lua API (attempt to index a nil value)
PR: 195240
Red Hat bug: https://bugzilla.redhat.com/show_bug.cgi?id=1045632
Patch by: Chris Rankin (Comments 13-16)
Obtained from: celestia-1.6.1-15.fc20.src.rpm
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 29 Apr 2014
|
[ 07:24 bapt ]
Fix packaging celestia-gtk
Reported by: jenkins via swills
|
Mon, 28 Apr 2014
|
[ 15:55 bapt ]
Convert celestia ports to stage
While here add a couple of patches obtain from the fedora project to fix
compilation with modern compilers and allows to build with lua 5.2
Switch lua to lua 5.2 version
Use desktop file provided by upstream instead of the version provided in
the ports (the upstream version is more complete)
Switch to USES=libtool
Now that overlinking is not happening anymore fix the glut version not
linking properly because it lacks an explicit link to libGL.
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sat, 28 Dec 2013
|
[ 12:33 tijl ]
Fix dependency on x11-toolkits/gtkglext.
|
Wed, 11 Dec 2013
|
[ 10:31 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 13:14 bapt ] (Only the first 10 of 123 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
|
Mon, 2 Sep 2013
|
[ 21:27 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Fri, 5 Jul 2013
|
[ 14:30 danfe ]
- Remove support for the expired KDE3 port
- While here convert NOPORTDOCS and USE_GMAKE
PR: ports/180265
Submitted by: rene
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Thu, 7 Feb 2013
|
[ 15:37 gahr ]
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr
|
Sun, 27 Jan 2013
|
[ 05:55 tabthorpe ] (Only the first 10 of 71 ports in this commit are shown above. )
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Tue, 22 Jan 2013
|
[ 23:13 makc ] (Only the first 10 of 35 ports in this commit are shown above. )
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days)
|
Sat, 29 Sep 2012
|
[ 14:37 danfe ]
Trim Makefile headers and remove ABI versions in LIB_DEPENDS.
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Mon, 25 Jul 2011
|
[ 05:15 danfe ]
- Update to version 1.6.1, bugfix and translations release
- Patch things with sed(1) during `post-patch' instead of `pre-patch'
- Fix Lua detection properly (patch corresponding pkg-config(1) calls)
- Offload CONFIGURE_ENV, add work-around for Gentoo bug #316573 (some
messages were misplaced on systems where char is unsigned by default,
e.g. PowerPC)
- Allow add-ons to be placed inside user's home directory
- Drop explicit USE_XORG, improve on comments, do some minor cleanups
|
Fri, 18 Mar 2011
|
[ 09:28 danfe ]
- Add LICENSE (GPLv2) and adjust relevant comment
- Shorten DESKTOP_ENTRIES definition
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sat, 22 May 2010
|
[ 03:22 danfe ]
- Mention that this is master port in Makefile header
- Append appropriate slave CATEGORIES
- Drop explicit USE_QT_VER since USE_KDELIBS_VER implies it
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ] (Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Mon, 17 Aug 2009
|
[ 20:37 danfe ]
- Allow to build with KDE3 frontend
- Add some commentary to Makefile
|
Sun, 16 Aug 2009
|
[ 06:17 danfe ]
- Update to version 1.6.0
- Rephrase IGNORE statement so it reads better
- Make Lua support mandatory, build fails without it
- Include support for Theora video capture
- Minor Makefile cleanups
Submitted by: Olexandr Sydorchuk (parts)
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Fri, 6 Jun 2008
|
[ 13:02 edwin ] (Only the first 10 of 23 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Tue, 29 Apr 2008
|
[ 07:55 danfe ]
- Take maintainership
- Clean up Makefile header
- Improve on port description, kill space at EOL
|
[ 05:11 linimon ] (Only the first 10 of 69 ports in this commit are shown above. )
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Tue, 22 May 2007
|
[ 19:09 bsam ]
. unbreak building with gcc-4.2 (delete extra qualifications), this
should unbreak astro/celestia-gtk and astro/celestia-gnome as well;
. bump PORTREVISION.
Pointed out by: pointyhat, kris at ports-developers
Approved by: portmgr (erwin),
jylefort (maintainer, implicit)
Stolen from: debian @ FreeNode IRC archive
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 2 May 2007
|
[ 07:56 edwin ]
[patch] cleanup non-supported FreeBSD versions
PR: ports/111643
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
Tue, 31 Oct 2006
|
[ 10:39 jylefort ]
Install missing 3D models
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
Sat, 14 Oct 2006
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
Fri, 15 Sep 2006
|
[ 08:17 linimon ] (Only the first 10 of 57 ports in this commit are shown above. )
Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr
|
Fri, 5 May 2006
|
[ 11:20 jylefort ]
Do not tell users to restart gconfd-2 after install, since it's no
longer necessary.
|
Thu, 4 May 2006
|
[ 12:38 jylefort ]
- Update to 1.4.1
- Do not use OPTIONS for the mutually exclusive UI choices, use
conflicting slave ports (celestia-gnome and celestia-gtk)
- Axe KDE support since I cannot test it (patches welcome)
- Enable Lua support by default
- Always install a desktop entry
- Relayout the Makefile
- Take maintainership
|
Wed, 3 May 2006
|
[ 13:25 pav ] (Only the first 10 of 22 ports in this commit are shown above. )
- Switch lua dependency to lang/lua50
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sat, 11 Feb 2006
|
[ 21:03 netchild ] (Only the first 10 of 103 ports in this commit are shown above. )
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1]
|
Thu, 12 Jan 2006
|
[ 12:54 sem ] (Only the first 10 of 154 ports in this commit are shown above. )
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Sun, 10 Apr 2005
|
[ 21:32 kris ]
BROKEN on 4.x: Does not compile
|
Tue, 15 Mar 2005
|
[ 03:46 trevor ]
Update to 1.3.2
PR: 77573
Submitted by: Jean-Yves Lefort
|
Thu, 30 Dec 2004
|
[ 03:10 edwin ]
Fix dependency: libglut.3. -> glut.3
Noticed by: PointyHat Construction Company
|
Sat, 25 Dec 2004
|
[ 12:46 edwin ]
add dependency on graphics/libglut
|
Thu, 23 Dec 2004
|
[ 10:02 edwin ]
[PATCH] astro/celestia: point to correct full complete source tarball
The astro/celestia port Makefile v1.17 is currently pointing
to a known incomplete source tarball.
Change MASTER_SITES to point to SourceForge's repositories
for Celestia. Change distinfo to correlate.
PR: ports/68252
Submitted by: "Paul Seniura" <pdseniura@techie.com>
Approved by: maintainer timeout
|
Sat, 18 Sep 2004
|
[ 07:41 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Mon, 21 Jun 2004
|
[ 06:23 kris ]
Now builds on amd64
|
Sat, 17 Apr 2004
|
[ 19:20 krion ]
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
|
Wed, 24 Mar 2004
|
[ 17:57 trevor ]
Fix packing list.
|
Thu, 18 Mar 2004
|
[ 17:50 trevor ]
The distfile on Sourceforge has been changed--use a different master
site for now.
Noticed by: krion
Obtained from: <URL:http://www.alltheweb.com> search engine (the new site)
|
Wed, 17 Mar 2004
|
[ 23:08 trevor ]
Update to 1.3.1. Be less verbose.
PR: 61280
Submitted by: Jean-Yves Lefort
|
Sat, 13 Mar 2004
|
[ 10:17 kris ]
BROKEN on !i386: Does not compile
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 31 Aug 2003
|
[ 04:37 edwin ]
Unbreak the C++ errors
Obtained from: partly from
http://spegill.linux.is/gentoo/gentoo-portage/app-misc/celestia/files/celestia-gcc3.patch
|
[ 03:58 edwin ]
Partly unbreak astro/celestia due to C++ issues.
Also applied PR ports/46149
PR: ports/46149
Submitted by: Brad Laue <brad@brad-x.com>
Approved by: maintainer timeout
|
Wed, 4 Jun 2003
|
[ 22:43 kris ] (Only the first 10 of 129 ports in this commit are shown above. )
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
Sun, 18 May 2003
|
[ 09:45 kris ]
BROKEN on 5.1: bad C++
|
Mon, 7 Apr 2003
|
[ 20:29 marcus ] (Only the first 10 of 13 ports in this commit are shown above. )
Remove USE_GNOMENG macro.
|
Sat, 1 Mar 2003
|
[ 14:34 trevor ] (Only the first 10 of 202 ports in this commit are shown above. )
Retire comment file.
|
Fri, 30 Aug 2002
|
[ 03:20 lioux ]
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Fri, 24 May 2002
|
[ 05:23 trevor ]
The configure script demands Gnome. Appease it.
Reported by: kris
|
Wed, 22 May 2002
|
[ 22:04 trevor ]
Use bash to run the configure script, since it contains bashisms.
Support pthreads.
Submitted by: Geoffrey Lassner
Make GTK+ optional.
|
Sat, 18 May 2002
|
[ 03:24 trevor ]
Add port of celestia, another space travel simulator.
Requested by: Geoffrey Lassner, Bohdan 'Nexus' Horst, and Jud
|
Number of commits found: 92 |