Commit Graph

2074 Commits

Author SHA1 Message Date
avsm
8ef231ac58 stop xpdf from straying from its malloced space.
brad@ nikolay@ ok
2003-09-25 17:05:02 +00:00
jolan
912e6da097 drop maintainership on some stuff i don't use anymore, lop off
WWW: ${HOMEPAGE} while touching 'em
2003-09-25 06:25:13 +00:00
jolan
f1cf41e3c2 fix a typo in the previous commit (chopped C from CPPFLAGS) 2003-09-25 04:17:33 +00:00
marcm
d4cc8ff2cd Bulk update of GTK+2 and GTK+2 requirements.
deve/glib2 2.2.2 -> 2.2.3
devel/pango 1.2.3 -> 1.2.5
x11/gtk+2 2.2.2 -> 2.2.4

These are minor bugfix updates to the GTK 2.2 series but are starting
to be required by some GTK & Gnome apps.
2003-09-23 06:12:41 +00:00
marcm
099ffc76f3 Update ATK to the 1.4 series. This is a feature update and is required
by the upcoming Gnome 2.4 series.
2003-09-23 06:09:53 +00:00
marcm
76c569d7a1 Update to 0.15.0
This update itself doesn't change anything that effects OpenBSD but I
wanted to sync the port with the current version (that has been out for
quite some time).

This port once again builds and statically links against its own internal
glib sources rather than pull in glib-1.2 from ports.  It seemed kinda
silly to build glib-1.2 to build glib-2.0 apps.
2003-09-23 05:59:34 +00:00
jolan
509069c24a remove mikmod dependency as SDL_mixer bundles its own modified version
and doesn't depend on the external version.  correct the licensing
comment (GPL->LGPL).
2003-09-23 04:34:40 +00:00
pvalchev
dc4d3f13d4 point to correct config.guess; cmaxwell@themanor.net 2003-09-22 23:13:31 +00:00
pvalchev
308d7d90b4 mark as broken - non-functional; needs update.. to be fixed post-release 2003-09-02 22:10:09 +00:00
sturm
c373a0965c manual changed, so update checksums
ok naddy@
2003-08-29 20:46:17 +00:00
avsm
bf314c2b45 plug an off-by-one in http header parsing
marcm@ and naddy@ ok
2003-08-28 22:39:40 +00:00
avsm
f98e3abccd update pear plists for the php-4.3.3 update
naddy@ ok
2003-08-28 22:31:56 +00:00
brad
e8a1977a16 update to Sun JDK 1.3.1_09
ok naddy@
2003-08-24 20:57:26 +00:00
naddy
7bb774f2ad update to 1.22; from Dan Weeks <danimal@danimal.org> 2003-08-23 21:40:48 +00:00
marcm
1035ed536a @extra and friends for Gnome supporting ports 2003-08-23 19:54:23 +00:00
marcm
8ce8ee84e9 @extra and friends for GTK+2 2003-08-23 19:52:47 +00:00
naddy
f32b28830a @extra support 2003-08-22 15:58:00 +00:00
pvalchev
18a59a2386 disable oaf test, as it's busted in certain cases (treats warnings as errors),
and it's basically useless anyway; ok maintainer marcm
2003-08-21 19:25:32 +00:00
brad
c132b523a6 - relax pkgspec's a bit
- LIB_DEPENDS -> USE_MOTIF
- remove test target which does not seem to serve any purpose
--
ok MAINTAINER
2003-08-20 00:08:31 +00:00
brad
b493ffd6eb fix dependency registration so we don't have a bogus run-time dependency
on bzip2.
--
ok MAINTAINER
2003-08-20 00:04:06 +00:00
espie
b85675cf75 style: no indefinite article in front of comment. 2003-08-18 21:36:15 +00:00
avsm
30daf3d48c +alex 2003-08-18 18:29:43 +00:00
avsm
3d8516a7df Initial import of alex-2.0
From: Don Stewart <dons at cse.unsw.edu.au>

--
Alex is a tool for generating lexical analysers in Haskell, given
a description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool lex or flex for C/C++.
2003-08-18 18:29:04 +00:00
naddy
cdef03c574 Bring us into the i386/ELF world. From Kurt Miller <truk@optonline.net>. 2003-08-17 01:06:57 +00:00
naddy
6637f37428 * upstreamer maintainer suggests that we run without taint checks on perl 5.8
* cosmetics
2003-08-16 23:18:41 +00:00
naddy
655971c703 excise functions that require GNU diff; prodding by jolan@ 2003-08-16 18:12:10 +00:00
espie
f6b1011110 zap extra space 2003-08-14 01:06:51 +00:00
espie
980c98d525 oops, not really needed. @pkgcfl should be slightly smarter, even
the old version does stem-[0-9].*
2003-08-14 00:59:58 +00:00
espie
65db096bea Don't conflict with sdl-image.
(can happen with symetric checking of conflicts... Intelligent handling
of conflicts is needed)
2003-08-14 00:51:25 +00:00
espie
3dd5da8ea4 zap extra space 2003-08-14 00:39:59 +00:00
naddy
3da57d9a6a work around an optimizer bug in gcc 2.95 on sparc64 2003-08-13 23:41:02 +00:00
marcm
9ab02dd5bb Fix the cause, not the symptom. The essentially reverts my last diff
and does it right.  Gives pango a fighting chance on static arches.
Requires a fix to XFree86 as well, but that's in the works.
2003-08-13 16:57:51 +00:00
marcm
4995d1d1a5 Don't build pangoft2topgm, a little example program that doesn't get
installed anyway - it breaks static builds.
2003-08-11 23:55:23 +00:00
jolan
12e12cb5f4 +sdl-gfx 2003-08-09 03:24:58 +00:00
jolan
88d9d97ff5 import of SDL_gfx-2.0.8:
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
provided basic drawing routines such as lines, circles or polygons, and
SDL_rotozoom which implemented a interpolating rotozoomer for SDL
surfaces.
2003-08-09 03:22:50 +00:00
jolan
f118115f39 +pygame 2003-08-08 21:53:02 +00:00
jolan
d1446928b7 import of pygame 1.5.6, submitted & maintained by Xavier Santolaria:
Pygame is a cross-platfrom library designed to make it easy to write
multimedia software, such as games, in Python.  Pygame requires the
Python language and SDL multimedia library.  It can also make use of
several other popular libraries.
2003-08-08 21:48:58 +00:00
jolan
4fd574795a document an endian issue I haven't been able to track down yet. 2003-08-07 02:51:25 +00:00
marcm
3c9d1ddeca Update a number of GNOME related ports to their versions under the
GNOME 2.2.2 umbrella.
2003-08-06 20:44:08 +00:00
marcm
726029264c Second half of messed up ORBit2 update. 2003-08-06 15:39:17 +00:00
marcm
db619f84db Update to GNOME 2.2.2.
This monster commit updates a number of GNOME and GNOME related ports
to their versions under the GNOME Desktop 2.2.2 umbrella.
2003-08-06 06:16:59 +00:00
avsm
903e7bf84e update to darcs-0.9.12 2003-08-03 18:16:46 +00:00
naddy
20db2316c6 patch -b => -z 2003-08-02 01:53:48 +00:00
sturm
239ae26a0f - simple conversions to use the new python module
- while here, remove WWW from DESCR

all work done by Xavier Santolaria <xavier@santolaria.net>
2003-07-31 19:11:59 +00:00
avsm
ad25795170 Build happy docs from sgml source and other small cleanups
From: Don Stewart <dons@cse.unsw.edu.au>
2003-07-31 01:19:16 +00:00
avsm
0dc87172f5 Update to haddock-0.5, build docs from sgml source, cleanup
From: Don Stewart <dons@cse.unsw.edu.au>
2003-07-31 01:11:14 +00:00
brad
a75f848444 add ARM support.
--
From: brad@, based on original diffs from kevlo@
2003-07-28 05:12:00 +00:00
espie
94442259be Some examples of FETCH_MANUALLY 2003-07-25 13:07:17 +00:00
avsm
f7cde55761 +haddock 2003-07-25 00:26:39 +00:00
avsm
209c2a1a59 initial import of haddock-0.4, from Don Stewart <dons at cse.unsw.edu.au>
--

Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Like other systems, Haddock lets you write documentation annotations
next to the definitions of functions and types in the source code, in
a syntax that is easy on the eye when writing the source code (no
heavyweight mark-up). The documentation generated by Haddock is fully
hyperlinked.
2003-07-25 00:26:13 +00:00
avsm
f3119f35a6 +hmake 2003-07-25 00:09:16 +00:00
avsm
99cef624cf initial import of hmake-3.08, from Don Stewart <dons at cse.unsw.edu.au>
--

Hmake is an intelligent compilation management tool for Haskell
programs. It automatically extracts dependencies between source
modules, and issues the appropriate compiler commands to rebuild
only those that have changed, given just the name of the program
or module that you want to build.

Hmake interactive, or hi for short, is an interpreter-like
environment that you can wrap over any common Haskell compiler to
achieve an interactive development style. It deliberately looks
and feels a lot like the Hugs interpreter. The difference is that
you get real compiled code, compiled by your favorite compiler -
you can even change compiler on the fly, to check your code's
portability!
2003-07-25 00:08:45 +00:00
naddy
bb53f247f0 Use more sensible permissions for config file.
From: Okan Demirmen <okan@demirmen.com>
2003-07-24 01:30:51 +00:00
avsm
8b526f2d6b +happy 2003-07-23 19:16:21 +00:00
avsm
a184708e4f initial import of happy-1.13, from Don Stewart <dons at cse.unsw.edu.au>
with minor tweaks by me.

--
Happy - The LALR(1) Parser Generator for Haskell

Happy is a parser generator system for Haskell, similar to the
tool `yacc' for C. Like `yacc', it takes a file containing an
annotated BNF specification of a grammar and produces a Haskell
module containing a parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can
work in conjunction with a lexical analyser supplied by the user
(either hand-written or generated by another program), or it can
parse a stream of characters directly.
2003-07-23 19:09:34 +00:00
avsm
19c0578583 use the ghc module, which cleans up the various depends 2003-07-23 18:27:53 +00:00
naddy
7bd8162335 Work around a compiler bug on sparc64 that shows up with -O2 without
-pipe (!) on gcc 2.95 and with -O2 on gcc 3.2.
2003-07-22 22:44:45 +00:00
brad
e7c4e7d9f1 These Perl modules come with OpenBSD as of 3.3. 2003-07-22 21:43:07 +00:00
kevlo
b5e926a554 update to 5.0.0; ok brad@ 2003-07-21 07:02:24 +00:00
avsm
6ab1d0626a +darcs 2003-07-20 03:56:34 +00:00
avsm
fbf1382d09 initial import of darcs-0.9.11
any rcs with a formal theory of patches is worth looking at :)
http://abridgegame.org/darcs/manual/node7.html

--
Darcs is a revision control system, along the lines of CVS or arch.
That means that it keeps track of various revisions and branches
of your project, allows for changes to propogate from one branch
to another.  Darcs is intended to be an ``advanced'' revision control
system.

Darcs has two particularly distinctive features which differ from
other revision control systems: 1) each copy of the source is a
fully functional branch, and 2) underlying darcs is a consistent
and powerful theory of patches.
2003-07-20 03:55:46 +00:00
naddy
8a2423261c +cvslock 2003-07-20 00:27:18 +00:00
naddy
323f5b12ef Import cvslock 0.2.
Submitted by Manuel Rodrigo Rabade Garcia <mig@mig-29.net>.

The cvslock program is used to safely manipulate and inspect CVS
repositories; to this end, it properly uses CVS' lock file mechanism.
2003-07-20 00:26:21 +00:00
brad
d652e1234b - ensure consistent LIB_PATH on all OpenBSD ELF systems
- move WxorX setup into separate OpenBSD arch targets
--
"I have not found any problems with the binutils patch" drahn@
2003-07-16 19:17:21 +00:00
naddy
2c236c5e73 MANPREFIX is deprecated 2003-07-16 17:37:46 +00:00
jolan
ecf7103ee4 1.7 update
"Care to OK it? Or if you want to commit it you can have my OK" marcm@
2003-07-15 16:50:22 +00:00
kevlo
f594b0fae5 upgrade to 3.4.10 2003-07-14 07:16:32 +00:00
marcm
ed8916e9a3 Don't try to use the custom scrollkeeper catalog anymore. It's gone :).
Update *_DEPENDS version accordingly.
2003-07-12 06:27:12 +00:00
brad
321c543e6a ensure consistent LIB_PATH 2003-07-11 00:27:51 +00:00
marcm
dc9cae07e1 Stop ORBit and ORBit2 from argueing over share/idl.
ok brad@
2003-07-10 20:43:32 +00:00
brad
401a1ef9bd - add empty openbsd section
- don't bother inserting a bogus search dir path
2003-07-09 20:47:11 +00:00
pvalchev
3a45c068f4 Mark as broken on m68k: "mmap configure test causes system hang"
while bug is under investigation
2003-07-06 22:46:14 +00:00
marcm
bdea1f7e5b charset.alias accidentally slipped in.
Pointed out by jolan@
2003-07-05 07:16:08 +00:00
avsm
361b434369 NO_CONFIGURE is obsolete
from naddy@, Xavier Santolaria <xavier@santolaria.net>
2003-07-04 23:35:25 +00:00
kevlo
e482c8f724 upgrade to 0.99 2003-07-04 05:33:46 +00:00
pvalchev
b6da47950b - remove a stupid NOT_FOR_ARCHS=sparc64, if you guys don't want to fix
something, it's better to leave it broken, otherwise it gets forgotten
- fix sparc64 asm syntax, insight from Toby
XXX regress fails, but it appears to fail on at least 2 other 'supported'
architectures, this needs to be looked at
2003-07-02 21:28:07 +00:00
espie
8bc41423db fix PKGNAME, so that cross-binutils have real different names.
Install files correctly, so that SEPARATE_BUILD gets possible.
2003-06-30 21:01:14 +00:00
brad
600b21854a Remove this ARM support crap. It was not given the ok because it had mistakes
and obviously was not tested.
2003-06-30 18:24:16 +00:00
espie
68b7bbdbb1 fix manpage generation for building outside of srcdir without gnu-make. 2003-06-30 13:07:32 +00:00
marcm
b6d9508f45 Update to 1.2.3. Various bug fixes, a large speedup to layout with the
Xft and FT2 backends, and new shapers.
2003-06-30 03:57:38 +00:00
marcm
3c9efb47b5 Update to 2.2.2, a bugfix release. This also fixes regression tests. 2003-06-30 03:55:29 +00:00
brad
aa3bb77e6b simplify this a bit by using the upstream config and overriding certain
variables.
2003-06-27 16:54:57 +00:00
brad
4a68ace46e sync with update-patches 2003-06-27 13:33:17 +00:00
kevlo
526cd6c7d3 add ARM support 2003-06-27 02:47:08 +00:00
wilfried
919faa7a34 use correct version number 2003-06-25 08:04:25 +00:00
espie
a630b663ca +2.54
+2.56
2003-06-24 23:04:49 +00:00
espie
460f043af8 autoconf 2.56, for checking gnu configure scripts. 2003-06-24 23:03:54 +00:00
espie
fc50ada19f autoconf 2.54, for checking configure scripts. 2003-06-24 23:03:23 +00:00
espie
0083e2b892 patch from autoconf 2.52 that got lost thx to the change of name. 2003-06-24 15:57:33 +00:00
sturm
68acf6813f update to sun jdk 1.3.1_08
ok'ed some moons ago by Christian Gruber
2003-06-23 18:54:21 +00:00
pvalchev
dab2b4b20c Fix gettext configure test on static architectures
Allows it to properly build/package there (tested on vaxski!)
2003-06-22 20:05:06 +00:00
jolan
cc153090a1 re-enable the installation of playmus/playwave utilities 2003-06-18 09:24:42 +00:00
marcm
bf01431cb7 Completly remove the python-expat dependency and register the local dtd
in the xmlcatalog.
2003-06-17 16:13:32 +00:00
brad
b17d8bf344 add AMD64 support.
--
From: art@
2003-06-15 04:43:31 +00:00
sturm
847eaf2174 update to ectags 5.5
from Jesper Louis Andersen <jlouis@mongers.org>
2003-06-14 21:13:40 +00:00
marcm
9ba2c76c3a Leftover debugging stuff 2003-06-14 05:59:20 +00:00
brad
2a879062fa Actually use the obsd target environment, fgsch@ thinks this is a better
direction to go in for possible future changes which would afford us greater
flexibility.
2003-06-13 04:17:12 +00:00
todd
43876760f7 oops, as pointed out a long time ago, regress is broken.
Until today, I did not realize how badly.
The entire tests/ subdir is missing from the release, but is available if
you wish to checkout their repository. hmm...
2003-06-12 21:33:36 +00:00
marcm
cb69ca07f6 +startup-notification
+vte
+gtk-thinice-engine
+icon-theme
+themes
2003-06-12 20:41:46 +00:00
todd
ace32cb723 Mark this as broken.
This should have been done a while ago.
Fixing this is beyond me, and until this works, w3m and gcj are pointless as
well (opencm will be free of boehm-gc soon enough).
2003-06-12 20:33:12 +00:00