Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1_14 06 Aug 2023 21:53:05 |
Muhammad Moinur Rahman (bofh) |
astro/celestia: Fix build with llvm16
- Utilize USES=localbase
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.6.1_14 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.1_13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.6.1_13 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
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 ) |
1.6.1_13 29 Jun 2022 14:42:06 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict) |
1.6.1_13 25 Nov 2021 22:36:59 |
Stefan Eßer (se) |
astro/celestia: Fix CONFLICTS
Remove redundant -[0-9]* from the end of the CONFLICTS pattern.
Approved by: portmgr (blanket) |
1.6.1_13 16 Nov 2021 04:53:41 |
Li-Wen Hsu (lwhsu) |
astro/celestia: Update WWW |
1.6.1_13 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
1.6.1_12 01 May 2021 12:42:30 |
Baptiste Daroussin (bapt) |
Prepare removal for libgnomeui
Remove the GNOME option for all ports depending on libgnomeui |
1.6.1_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1_11 27 Aug 2020 08:11:18 |
danfe |
Unbreak the build on recent -CURRENT.
Reported by: pkg-fallout |
1.6.1_11 14 Apr 2020 15:49:37 |
mat |
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 |
1.6.1_11 26 Jul 2019 20:46:57 |
gerald |
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 |
1.6.1_10 12 Dec 2018 01:35:36 |
gerald |
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 |
1.6.1_9 28 Oct 2018 11:16:35 |
linimon |
Fix build with GCC-based architectures.
PR: 232015
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.6.1_9 16 Jan 2018 14:31:17 |
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 |
1.6.1_9 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.6.1_8 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.6.1_8 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.6.1_8 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.6.1_7 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.6.1_7 14 Dec 2014 13:23:36 |
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 |
1.6.1_6 19 Oct 2014 23:19:41 |
bapt |
Cleanup plist |
1.6.1_6 10 Sep 2014 20:50:37 |
gerald |
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) |
1.6.1_5 29 Apr 2014 07:24:54 |
bapt |
Fix packaging celestia-gtk
Reported by: jenkins via swills |
1.6.1_5 28 Apr 2014 15:55:51 |
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. |
1.6.1_4 16 Apr 2014 18:28:50 |
zeising |
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 ) |
1.6.1_3 28 Dec 2013 12:33:30 |
tijl |
Fix dependency on x11-toolkits/gtkglext. |
1.6.1_3 11 Dec 2013 10:31:41 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro
With hat: portmgr |
1.6.1_3 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
1.6.1_3 02 Sep 2013 21:27:54 |
bapt |
Add an explicit dependency on pkgconf |
1.6.1_3 05 Jul 2013 14:30:00 |
danfe |
- Remove support for the expired KDE3 port
- While here convert NOPORTDOCS and USE_GMAKE
PR: ports/180265
Submitted by: rene |
1.6.1_3 15 Jun 2013 18:35:23 |
danfe |
Unbreak the build against Clang:
http://clang.llvm.org/compatibility.html#dep_lookup
While here, consistently set fbsd:nokeywords on all patch files.
Reported by: miwi |
1.6.1_3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.6.1_3 07 Feb 2013 15:37:15 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr |
1.6.1_3 27 Jan 2013 05:55:20 |
tabthorpe |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
1.6.1_3 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.6.1_2 22 Jan 2013 23:13:41 |
makc |
- 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) |
1.6.1_2 29 Sep 2012 14:37:49 |
danfe |
Trim Makefile headers and remove ABI versions in LIB_DEPENDS. |
1.6.1_2 04 Aug 2012 22:52:04 |
kwm |
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. |
1.6.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.6.1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.6.1 25 Jul 2011 05:15:36 |
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 |
1.6.0_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.6.0_4 18 Mar 2011 09:28:59 |
danfe |
- Add LICENSE (GPLv2) and adjust relevant comment
- Shorten DESKTOP_ENTRIES definition |
1.6.0_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.6.0_4 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.6.0_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.6.0_2 22 May 2010 03:22:55 |
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 |
1.6.0_2 31 Mar 2010 12:11:16 |
dinoex |
- fix build for png-1.4.1 |
1.6.0_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.6.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.6.0 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
1.6.0 17 Aug 2009 20:37:54 |
danfe |
- Allow to build with KDE3 frontend
- Add some commentary to Makefile |
1.6.0 16 Aug 2009 16:48:30 |
danfe |
Augment the description: add information about add-ons. |
1.6.0 16 Aug 2009 06:17:25 |
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) |
1.4.1_9 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.4.1_9 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.4.1_8 23 Jan 2009 16:28:36 |
flz |
- 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). |
1.4.1_7 06 Jun 2008 13:02:59 |
edwin |
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) |
1.4.1_6 29 Apr 2008 07:55:23 |
danfe |
- Take maintainership
- Clean up Makefile header
- Improve on port description, kill space at EOL |
1.4.1_6 29 Apr 2008 05:11:44 |
linimon |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
1.4.1_6 19 Apr 2008 17:56:05 |
miwi |
- 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) |
1.4.1_5 22 May 2007 19:09:21 |
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 |
1.4.1_5 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.1_2 02 May 2007 07:56:52 |
edwin |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111643
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
1.4.1_2 31 Oct 2006 10:39:10 |
jylefort |
Install missing 3D models
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> |
1.4.1_1 14 Oct 2006 08:54:54 |
marcus |
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) |
1.4.1 15 Sep 2006 08:17:11 |
linimon |
Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr |
1.4.1 05 May 2006 11:20:51 |
jylefort |
Do not tell users to restart gconfd-2 after install, since it's no
longer necessary. |
1.4.1 04 May 2006 12:38:37 |
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 |
1.3.2_2 03 May 2006 13:25:08 |
pav |
- Switch lua dependency to lang/lua50 |
1.3.2_2 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.3.2_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3.2_2 11 Feb 2006 21:03:14 |
netchild |
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] |
1.3.2_2 12 Jan 2006 12:54:32 |
sem |
- 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> |
1.3.2_1 07 Jan 2006 20:00:09 |
trevor |
Hash with SHA-256. |
1.3.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.3.2 10 Apr 2005 21:32:02 |
kris |
BROKEN on 4.x: Does not compile |
1.3.2 15 Mar 2005 03:46:39 |
trevor |
Update to 1.3.2
PR: 77573
Submitted by: Jean-Yves Lefort |
1.3.1 30 Dec 2004 03:10:42 |
edwin |
Fix dependency: libglut.3. -> glut.3
Noticed by: PointyHat Construction Company |
1.3.1 25 Dec 2004 12:46:02 |
edwin |
add dependency on graphics/libglut |
1.3.1 23 Dec 2004 10:02:12 |
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 |
1.3.1 18 Sep 2004 07:41:30 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.3.1 21 Jun 2004 06:23:46 |
kris |
Now builds on amd64 |
1.3.1 17 Apr 2004 19:20:31 |
krion |
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz> |
1.3.1 24 Mar 2004 17:57:45 |
trevor |
Fix packing list. |
1.3.1 18 Mar 2004 17:50:26 |
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) |
1.3.1 17 Mar 2004 23:08:20 |
trevor |
Update to 1.3.1. Be less verbose.
PR: 61280
Submitted by: Jean-Yves Lefort |
1.2.4_1 13 Mar 2004 10:17:18 |
kris |
BROKEN on !i386: Does not compile |
1.2.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.2.4 27 Jan 2004 16:12:37 |
trevor |
Add size data. |
1.2.4 31 Aug 2003 04:37:45 |
edwin |
Unbreak the C++ errors
Obtained from: partly from
http://spegill.linux.is/gentoo/gentoo-portage/app-misc/celestia/files/celestia-gcc3.patch |
1.2.4 31 Aug 2003 03:58:53 |
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 |
1.2.4 04 Jun 2003 22:43:38 |
kris |
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 |
1.2.4 18 May 2003 09:45:54 |
kris |
BROKEN on 5.1: bad C++ |
1.2.4 07 Apr 2003 20:29:10 |
marcus |
Remove USE_GNOMENG macro. |
1.2.4 01 Mar 2003 14:34:34 |
trevor |
Retire comment file. |
1.2.4 30 Aug 2002 03:20:23 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org> |