Commit Graph

71454 Commits

Author SHA1 Message Date
espie
ab6b512da4 move the architecture *constants* to a private arch-defines.mk file
That way, bsd.port.arch.mk can still make available in a Makefile, but
we can also include them early in bsd.port.mk, so that they will always
be available from modules and Makefile.inc.
2011-12-08 08:15:36 +00:00
ajacoutot
ae900f0d39 gtk-builder-convert is needed at build time to convert glade files to ui,
so add a BUILD_DEPENDS on gtk+2.

breakage reported by jasper@
2011-12-08 08:05:54 +00:00
sthen
21e3d2c347 update to pure-ftpd 1.0.35, OK Brad (maintainer) 2011-12-08 08:03:43 +00:00
sthen
4a03f67ff3 Previous update caused a problem with external TNEF unpacking; add a
diff posted on the mailing list to fix it. OK Brad (maintainer).
2011-12-08 08:03:20 +00:00
nigel
2fabd642b6 Update thunderbird v7.0.1 to v8.0, enigmail v1.3.4, lightning 2011-12-08 02:25:59 +00:00
nigel
765a9309be /tmp/cvsZMOKDw 2011-12-08 02:15:26 +00:00
nigel
2fe9c43f81 Update thunderbird v7.0.1 to v8.0 sent for review on ports@ 2011-12-08 01:52:21 +00:00
nigel
4129bfc425 Update Firefox v7.0.1 to v8.0.1 continued
patches from mpi@ for macppc

Ok mpi@, dcoppa@
2011-12-08 01:47:02 +00:00
nigel
388e05cf67 Update fennec v7.0.1 to v8.0 - continued 2011-12-08 01:35:08 +00:00
nigel
eba250b3aa Update fennec v7.0.1 to v8.0 sent to ports@ for review. 2011-12-08 00:42:54 +00:00
nigel
45570b6074 Update seamonkey 2.4.1 to 2.5, enimail to 1.3.4 and lightning.
Ok mpi@
2011-12-08 00:39:18 +00:00
nigel
0ea545c343 Update for Firefox v7.0.1 to v8.0.1 sent to ports@ for review.
patches from mpi@ added for macppc.

Ok mpi@, dcoppa@
2011-12-08 00:33:36 +00:00
nigel
712b4f04e2 Update Firefox v7.0.1 to v8.0.1 sent to ports@ for review.
Ok mpi@, dcoppa@
2011-12-08 00:30:49 +00:00
nigel
cff998f0e0 Update Firefox 3.6.23 to Firefox 3.6.24 sent to ports@ for review. 2011-12-08 00:24:54 +00:00
nigel
f614e4efc8 Update to xulrunner v1.9.2.24 sent to ports@ for review.
Built on i386/amd64.
2011-12-08 00:19:07 +00:00
espie
e0c9913fd1 missing lib-depends 2011-12-07 23:31:04 +00:00
robert
89de29bbbb update to pulseaudio 1.1 2011-12-07 20:25:35 +00:00
jasper
64f4613056 - add missing build dependency 2011-12-07 18:31:01 +00:00
jasper
ddb0d5163a - add missing build dependency 2011-12-07 18:25:38 +00:00
jasper
0a02d61368 add missing build dependency 2011-12-07 17:26:32 +00:00
stsp
92f41b4523 Update to 1.7.2. ok mpi sthen 2011-12-07 16:47:37 +00:00
naddy
7011821d4e rather than trying to list all LP64 architectures, get this from
bsd.port.arch.mk; ok espie@ djm@
2011-12-07 15:14:22 +00:00
sthen
5b3ad39bdf update to node 0.6.3, parts from Aaron Bieber
(further update 0.6.5 to be done soonish, but let's get this in first)
2011-12-07 12:18:01 +00:00
espie
7da7058eee fed up with mono not finding gmcs during fake.
I don't know why it doesn't find it, but it looks like the tmp inst
is supposed to get it...

so work around until eventually robert fixes this mess for real...
2011-12-07 11:49:43 +00:00
jasper
7620787f1b - add missing build dependency 2011-12-07 11:43:16 +00:00
dcoppa
2548243e74 Add a comment about i3status 2011-12-07 09:51:26 +00:00
jasper
db3e86623f - add missing build dependency
- zap trailing whitespace

ok sthen@ (MAINTAINER)
2011-12-07 09:29:02 +00:00
jasper
8290f47e7d hookup dina-fonts and zap dina-font 2011-12-07 09:27:58 +00:00
jasper
0b53ff332b import dina-fonts with the right pkg/dirname now
Dina is a monospace bitmap font, primarily aimed at programmers. It is
	relatively compact to allow a lot of code on screen, while (hopefully)
	    clear enough to remain readable even at high resolutions.
		
		    from Rafael Sadowski with tweaks by me
			ok sthen@
2011-12-07 09:27:16 +00:00
jasper
5dc07dcaba import dina-font
Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully)
clear enough to remain readable even at high resolutions.

from Rafael Sadowski with tweaks by me
ok sthen@
2011-12-07 09:24:52 +00:00
jasper
e31660ffdd - add missing intltool module 2011-12-07 08:56:20 +00:00
jasper
9dfa667bf4 - another missing dependency
- regen WANTLIB while here
2011-12-07 08:55:47 +00:00
jasper
ab53bc2c2f - add missing intltool module 2011-12-07 08:48:28 +00:00
pea
a8ca6dfb36 Update to 9.1.2
Two important things:

+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.

+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.


ok jeremy@
2011-12-07 08:32:18 +00:00
sebastia
5ab7f6dfe2 update cdrtools to 3.00.
based on initial diff from pascal@
lots of feedback and compiling on alpha from naddy@

OK naddy@
2011-12-07 07:56:12 +00:00
espie
4ccb599ba8 missing build depends 2011-12-07 06:21:29 +00:00
espie
a4b873ec76 setting versions is not enough to get them... (well, it probably should,
but it isn't)
2011-12-07 06:18:05 +00:00
jasper
7feaeed803 - don't pickup unregistered dependencies when they happen to be installed. 2011-12-06 22:31:04 +00:00
jasper
3fd7b59178 - tweak MASTER_SITES
- drop unneeded patch
2011-12-06 22:21:36 +00:00
jasper
0bb541f728 - add missing dependency 2011-12-06 22:17:06 +00:00
kili
b8b3fdde5f + hs-hoogle 2011-12-06 21:15:18 +00:00
kili
a7359bc2e8 Hoogle is a Haskell API search engine, which allows you to search
many standard Haskell libraries by either function name, or by
approximate type signature.

There are still a lot of things left to improve for this port:

- Privilege dropping when running the server as root (difficult,
  because this should be better done in hs-warp). To be worked on
  with upstream.

- Add an rc.d script for the server.

- Remove unneded files after running "hoogle data ...". To be worked
  on with upstream.

- Integrate with our own hs-packages (so you can search in installed
  libraries only).

- Add usable documentation. To be done with upstream (currently,
  there's only some Wiki page).

- Use our ftp(1) instead of wget(1). (IIRC, the hoogle API contains
  some functions which pass options verbatim to wget(1), so this
  may be difficult to get right).


ok (with a hint about MODULES and WANTLIB) jasper@
2011-12-06 21:03:43 +00:00
kili
32a273862e Hook the following ports (required by hoogle) to the build:
devel/hs-cmdargs
devel/hs-safe
textproc/hs-tagsoup
www/hs-http-types
www/hs-wai
www/hs-warp
2011-12-06 20:55:11 +00:00
kili
ab869aba97 Reserve uid/gid for hoogle. 2011-12-06 20:35:03 +00:00
jasper
1f0fbd00e8 - fix previous commit to mean what aja intended. 2011-12-06 20:16:43 +00:00
sthen
b09a05ec2b reserve uid 688 for dnscrypt-proxy 2011-12-06 19:50:55 +00:00
dcoppa
d95647b025 Add 50% larger display of video
(upstream svn revision r2187)

Fix seeking in the media_tracker when the mouse button is released
(upstream svn revision r66 of gmtk)
2011-12-06 16:05:44 +00:00
naddy
9b055313ad maintenance update to 7.23.1 2011-12-06 14:44:46 +00:00
robert
f21822c9d0 Add support for the physicalprocessorcount facter value which is hw.ncpufound 2011-12-06 14:39:33 +00:00
robert
512865118c *** empty log message *** 2011-12-06 14:39:01 +00:00