Commit Graph

667 Commits

Author SHA1 Message Date
espie
ce4aa77a48 99% sure those games don't depend on libjpeg and libgif. 2000-05-23 21:45:40 +00:00
espie
cde798bab6 Assume qt gif support. 2000-05-23 21:31:41 +00:00
espie
668ff4904e Remove ksame patch, use qt's newly found gif support instead. 2000-05-23 21:28:55 +00:00
espie
c23f22863e Activate gif support, per Theo's request.
Fix packing list... I need to add a check for duplicates to bsd.port.mk,
this is stupid.
2000-05-23 21:25:37 +00:00
espie
37e0b7709c Our qt does not support gif (license issues, to check ?)
convert ksame image to bmp, repair ksame.
2000-05-23 00:41:55 +00:00
espie
8075031208 Link support & games 2000-05-22 15:19:38 +00:00
espie
7b85fef665 Right location... 2000-05-22 15:12:23 +00:00
espie
7fea15f5b7 kdesupport, from Sean Cavanaugh.
This port does not build libjpeg, libgif, nor libgdbm, as existing ports
are more recent.
2000-05-22 14:32:42 +00:00
espie
f1eed815bc Choose xglobe flavors 2000-05-22 14:02:15 +00:00
espie
cf2fa6da9c Forgot these... 2000-05-22 14:01:10 +00:00
espie
477551d3b1 Add getcloudmap script, using OpenBSD tools (needs ImageMagick for
gif->png, though)

Use qt's qimgio (update qt first) if FLAVOR=gfx

Install documentation
2000-05-22 13:59:32 +00:00
espie
2edaa04ba4 I'm dyslexic 2000-05-22 11:31:15 +00:00
espie
233c74fed3 Fix PLIST.noshared by removing it :)
Add qimgio support (other graphics formats).
This adds a build time dependency, but no runtime dependency,
as users have to explicitly link against libqimgio, as of qt 1.xx
2000-05-22 10:48:55 +00:00
espie
0ee734957a Kill getbdf port: it's poorly documented, copyright is unclear...
and it does nothing more than X11's fstobdf does.
(ok'd MAINTAINER)
2000-05-21 21:45:31 +00:00
fgsch
bdb6802c2c update libpng dependency since minor changed; sigh sigh. 2000-05-21 12:38:59 +00:00
espie
2cb732c2e1 Use random(), OpenBSD rand() is not suitable for %.
Makes for less funny stars.
2000-05-19 19:12:11 +00:00
espie
a320270065 Add xglobe 2000-05-19 14:06:31 +00:00
espie
95ff0faf4c Add a no_map flavor, creates a much smaller package, for people that
will grab another map and not use the default.
2000-05-19 14:04:37 +00:00
espie
74740d7141 Cute background, the Earth 2000-05-19 13:49:35 +00:00
espie
4de7362f18 Let manpages be readable. Problem reported by Marco, fix was slightly
less obvious than first foreseen (pesky .so use)
2000-05-19 13:36:21 +00:00
espie
474d7b5485 FAKE, trivial 2000-05-17 16:28:20 +00:00
espie
c8a777411e gmake is far too lenient... remove stupid tabs, real bad reason to
require gnu-make.
2000-05-17 16:22:11 +00:00
espie
63c948f0cb Fake, No gmake 2000-05-17 16:20:13 +00:00
espie
33efd2796d Simplify packaging.
Fake.
2000-05-17 15:37:55 +00:00
espie
af4867ffe2 Erroneous ldconfig 2000-05-16 18:47:20 +00:00
beck
16b97b5f30 fix dist site, from dbt@meat.net 2000-05-15 21:58:40 +00:00
turan
bab352c0a7 directories on the checksums are wrong. 2000-04-28 15:13:02 +00:00
d
43c2197b49 fix two problems with xdu
* correctly handle cumulative size for directory / rather than treat
	  it as a file named "" under directory / (Seen with 'du /|xdu')
	* handle filenames with whitespace chars (but not [\r\n])
(jakob@ ok)
2000-04-24 23:49:36 +00:00
espie
f80fa9e00b From Kyle Hargraves <halogen@nol.net>:
add a few missing entries from SUBDIRs.
Leave lam out for now, as its install process is really weird.
2000-04-21 18:45:10 +00:00
turan
9a4169326c more missing licenses 2000-04-18 10:34:08 +00:00
espie
3a82a2e524 app-defaults 2000-04-18 01:10:10 +00:00
espie
306fda5eec missed app-default 2000-04-18 01:08:53 +00:00
espie
abec0ed12b Fix packing-list to include app-defaults, and fake it while I'm at it. 2000-04-17 22:35:22 +00:00
espie
57980a3121 Remove unwanted app-defaults dir in PLIST, probably a side-effect of
my bug in make-plist.
2000-04-17 20:57:19 +00:00
espie
143b76fdbe ja-eterm and eterm are different names, so they don't fall under the
automatic conflict rule, though both packages can't be installed
simultaneously.
2000-04-17 19:57:41 +00:00
brad
2e5f011a12 - bump NEED_VERSION
- fix dist site URLs
- remove license type
2000-04-16 21:33:02 +00:00
brad
5d8f599adf sync with kde/libs, add DIST_SUBDIR 2000-04-16 18:31:23 +00:00
brad
938adec718 bump NEED_VERSION 2000-04-16 17:17:57 +00:00
brad
83e6f06c99 - bump NEED_VERSION
- add library dependency for Mesa
2000-04-16 17:07:02 +00:00
brad
e41306f045 - bump NEED_VERSION
- remove license type
2000-04-16 16:25:17 +00:00
turan
e7b49c124d fix port broken by X11R6 move. 2000-04-16 00:55:05 +00:00
turan
13cf6d27fe fix broken port. reorder patches. 2000-04-15 11:12:28 +00:00
matthieu
cca5d4ebd5 don't use the libXaw version number from XFree86 4.0, when building
whith XFree86 4.0 installed. (Ok: espie@)
2000-04-11 20:00:04 +00:00
turan
8e3631f58c asmail: fix pixmap install.
bclock: broken, sources missing.
2000-04-11 07:47:15 +00:00
espie
923888e1ef Forgot 2000-04-11 01:47:19 +00:00
ian
1cbb7095cb Licensing info. 2000-04-11 01:37:57 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
jasoni
8d745e8c50 Update to 0.62.1 - bugfix.
One point against me for not letting the new release mature enough!
2000-04-07 18:46:50 +00:00
espie
042e18c7a5 Don't build and install msgfmt and xgettext, as they conflict with gettext. 2000-04-07 00:53:50 +00:00
espie
63e86bc0f0 Fake
Don't run kappfinder when first installing, as it screws the packaging.
Use kdelibs as a fake base, so that directories are properly recorded.
Fix PLIST.
2000-04-07 00:09:24 +00:00