Commit graph

30 commits

Author SHA1 Message Date
markd
b053ac9457 Use USE_CMAKE. 2008-09-16 22:51:20 +00:00
drochner
c3299e116a fix fallout from boost and cmake updates:
-prefix uses of "exception" with "std::" to avoid conflict with
 a similar definition in new "boost"
-set a cmake var to get an rpath into the installed executable
 (seems that cmake's behaviour changed)
2008-09-16 13:23:42 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
drochner
d20b5aead1 update to 0.9.1
This is primarily a bug fix and stabilization release. Apart from bug
fixes, users can expect to see improved start-up times and a new sky
culture (Tupi-Guarani) as well as some progress with translations and
overall stability.
2008-02-28 18:07:54 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
jmmv
9032d7984a Bump PKGREVISION due to boost update to 1.34.1. 2008-01-04 20:05:11 +00:00
drochner
01a2f1ab63 update to 0.9.0
changes:
-Larger star catalogue, New sky cultures, New projections, Some new
 nebula textureS
-Better accuracy of planetary positions, more precise positioning of
 nebula textures
-New orbital calculation class making it possible to add comet objects
-Fly to planets by pressing control-G when one is selected
-Landscape locations - can set the location according to the landscape
-Places of interest improved
-New landscape: Garching, (near Munich, Germany)
-Data file layout change
-minor bug fixes, and significant changes to the code base

pkgsrc visible change: uses cmake
2007-10-12 16:53:55 +00:00
wiz
29abbd1c1b Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...
2007-01-31 00:04:11 +00:00
joerg
c27f410bc8 Explicitly depend on freetype2. Bump revision. 2007-01-11 11:35:39 +00:00
adam
036db8601c Changes 0.8.2:
Re-enabled some script recording features (select, pan/tilt, zoom)
Fixed win95/98 missing .dll bug.
Applied patch for sun C/C++ compiler to work.
Hopefully fixed buggy text display using patch from David ZH.R. Huang
Applied patch for MacOSX compilation.
Display real language names instead of two letters codes in the GUI.
Removed HR landscape and added Ocean instead.
Many bug fixes from sf.net.
Added new translations for af vi he mt bg th ar and updated the others.
2006-10-06 21:01:57 +00:00
adam
6f9f5d4bfa Changes 0.8.1:
* radial texture for planetary rings
* telescope control using external telescope server programs
* minimum_fps patch by nuisance78
* image flipping
* Automatically get locale codes on win32 (works sometimes)
* Many bugs fixes, thanks to bug reporters on sf.net!
2006-10-01 10:27:19 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
joerg
6f313dda88 Uses C++. 2006-05-15 22:45:38 +00:00
snj
4f168d6018 Update HOMEPAGE. 2006-05-10 22:34:27 +00:00
drochner
4c29831642 update to 0.8.0
changes:
-multilingual interface
-accuracy and speed is greatly enhanced
-more objects from the NGC catalogue
-list of world cities: easily select your location
-home planet setting
-spherical landscapes
-night vision mode
-interface improvements
-default font is now the Bitstream Vera Truetype font
-constellation boundaries
-spheric mirror projection
2006-05-10 16:48:55 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
drochner
10000d9556 update to 0.7.1
new major release, lots of features added, and some bugfixes
see http://www.stellarium.org/changelog.txt for details
2006-02-15 18:43:45 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
1f2ba12d0f PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
0554ab2d23 Initial import of stellarium-0.6.0 from pkgsrc-wip, contributed by
Michal Pasternak.

Stellarium is a free software. It renders 3D photo-realistic skies in real
time. With stellarium, you really see what you can see with your eyes,
binoculars or a small telescope.
2004-07-08 11:04:50 +00:00