Commit Graph

25028 Commits

Author SHA1 Message Date
xsa
213bdea0d0 update to rawdog-1.13; 2004-07-22 14:14:51 +00:00
xsa
9ea3cecfea update HOMEPAGE; 2004-07-22 10:12:18 +00:00
espie
96b8d1ddb0 switch to @info
rename direntries so that they get added.
regen patches.
2004-07-22 05:50:07 +00:00
robert
6bee080cb6 SECURITY:
Take it to 7.53:
http://www.opera.com/linux/changelogs/753/
http://www.securityfocus.com/bid/10517

ok brad@
2004-07-21 19:42:24 +00:00
espie
91a6da6365 resurrect sound support, and clean up a little bit. 2004-07-21 15:42:09 +00:00
naddy
6db5e63d98 maintenance update to 3.1.8 2004-07-21 14:48:52 +00:00
espie
83b79dec6d clean=depends is naturally recursive, make a little dance so that it
goes to _internal-clean for itself.

found out by brad@
2004-07-21 14:45:33 +00:00
brad
a5b5737d5d upgrade to Dovecot 0.99.10.7 2004-07-21 14:19:19 +00:00
espie
caa0a20e39 Basic update to squeak 3.6.
Modify port structure to create several packages more closely based
on distribution (and this is actually simpler to manage).
2004-07-21 11:19:30 +00:00
espie
d30077a340 too long a name will wrap to the next line. 2004-07-21 11:00:38 +00:00
kevlo
23ca5ec046 fix PKGNAME and PLIST 2004-07-21 07:01:29 +00:00
kevlo
db7fa4b2fb fix PLIST. kronolith.php -> Kronolith.php 2004-07-21 06:59:59 +00:00
brad
07427565e8 what a surprise... this needs X. 2004-07-21 03:11:49 +00:00
jcs
91e0785794 ratpoison-1.3.0
from maintainer
2004-07-21 02:08:05 +00:00
kevlo
ac8ea64a54 change group mail to _mail when reading/writing log file. 2004-07-21 00:26:11 +00:00
espie
174132efe7 add routines for genuine recognition of info files and libraries.
As a result, this recognition must happen when we know the files
exist, e.g., at find time.

Adjust the auto-migration of shared objects to PFRAG.shared so that
it doesn't migrate subpackage files to the main package.

Simplify info handling slightly by just writing @info thingy.info.

XXX note that some info files will have to be patched to have proper
category/direntry tags.

okay naddy@
2004-07-20 19:01:22 +00:00
espie
f610dfc56a protect NO_SHARED_LIBS 2004-07-20 16:20:40 +00:00
espie
29272c577e since _solve-package-depends no longer recurses, it does not need a
cache file.
2004-07-20 14:23:32 +00:00
espie
44df2bf086 shortcut: if SUBDIR is defined, warp there directly. 2004-07-20 12:01:13 +00:00
xsa
2f226fd754 update to p5-DBD-Sybase-1.04; 2004-07-20 07:46:18 +00:00
pvalchev
1394a31b0f update to nap-1.5.3; incorporates gcc3 fixes and update to working meta-servers 2004-07-20 07:04:05 +00:00
david
564d2873a6 update to mod_security-1.8.3; parts from Srebrenko Sehic <haver@insecure.dk> 2004-07-20 06:05:24 +00:00
espie
eacc990baa and there was a hidden dependency on gettext, of course... 2004-07-19 22:30:10 +00:00
espie
52e17ae2d3 remove ludicrous dependency on gnu-make.
fix obvious mistake in makefile location.
regen patches.

art `why does this depend on gnu make ?'
2004-07-19 16:12:36 +00:00
naddy
d8c03ee19a new libtool requires new autoconf 2004-07-19 14:21:39 +00:00
wilfried
847bffc265 rename MyCC to mysqlcc 2004-07-19 13:56:48 +00:00
wilfried
a5174d4f34 reimport mysqlcc 2004-07-19 13:56:20 +00:00
wilfried
985d7431a4 renamed to mysqlcc 2004-07-19 13:54:22 +00:00
wilfried
fb6c94469f remove mysqlgui 2004-07-19 13:51:32 +00:00
wilfried
de8d7645ee superseeded by mysqlcc 2004-07-19 13:50:49 +00:00
pvalchev
4624a11376 remove bogus depends; pointed out by wilfried 2004-07-19 11:06:33 +00:00
pvalchev
fe40ccf6d9 install documentation under "docs" subpackage; based on Julian Leyh <oenone@oenone.de> 2004-07-19 10:58:17 +00:00
kevlo
eb20ab2963 update to cyrus-sals2 2.1.19.
Submitted by:	Ben Hooper <ben@networkinsanity.com>
2004-07-19 05:28:46 +00:00
kevlo
2fa7bf9153 upgrade to 1.1.2. ok maintainer 2004-07-19 05:09:49 +00:00
espie
e25db78f6a teach make-plist about @dir: converts @dirrm to @dir in the correct location.
Also warns about @extra/@extraunexec not getting copied over (we should
copy them at the end of the correct PLIST).
2004-07-18 22:47:44 +00:00
espie
5bf197bb2f REORDER_DEPENDENCY missing a silent @. 2004-07-18 22:45:14 +00:00
espie
0e89359ef4 Lock infrastructure for the ports tree.
If LOCK_CMD, UNLOCK_CMD and LOCK_DIR are defined, those are used to
perform `big-lock' style locking on top-level targets, such as
extract, patch, build.

The internals of the ports tree do not use any finer grained locking.
Those top-level targets now redirect to _internal-targets, without
any behavioral change.

Any dependency computation will recurse to another directory, and
invoke a top-level target, thus triggering the locking of the dependency.

All locking is done using FULLPKGNAME, except for fetch with uses
the DISTFILES names for independent files.

If no locking is desired, the top-level targets simply redirect to
the _internal-targets. The cost is close to zero: make just needs to
handle an extra ~20 phony targets.

Much testing and approval by brad@, naddy@, pval@, fries@ and other
people. Thanks to niklas@ for some useful discussion.
2004-07-18 22:44:36 +00:00
jakob
da6b8fdd0e update to c-client from pine 4.61. based on patch from Eduardo Alvarenga. 2004-07-18 22:30:19 +00:00
jakob
dad19ef41d update to imap-2004a; bugfix release 2004-07-18 22:19:03 +00:00
xsa
21402048ad update to jhead-2.2; 2004-07-18 20:21:03 +00:00
xsa
7fccd55752 + phpicalendar 2004-07-18 17:51:26 +00:00
xsa
36f21cbc67 Initial import of phpicalendar-1.1
PHP iCalendar is a php-based iCal file parser. Its based on v2.0 of the
IETF spec. It displays iCal files in a nice logical, clean manner with
day, week, month, and year navigation, printer view, RSS-enabled, and
searchable. It supports 12 languages, is fully theme-able, and has
complete timezone support.
2004-07-18 17:50:15 +00:00
jakob
aa76731aaf update to pine v4.61 2004-07-18 16:57:55 +00:00
espie
9aba03e0b8 OpenBSD now is a HAVE_ERRNO_AS_DEFINE platform.
(regen other patches).

Quick fix, since this breaks qt3 build, and thus a lot of ports.
2004-07-18 11:38:23 +00:00
brad
e7d59c4c95 don't allow a build-time path specified by -L option
to leak out into ``Magick-config --ldflags`` nor the
libtool (*.la) wrappers.
2004-07-18 07:16:53 +00:00
brad
ba97a0b43c better 2004-07-18 06:46:29 +00:00
espie
51c8b02aca NO_SHARED_LIBS will soon always be defined 2004-07-18 05:59:02 +00:00
brad
5a9a7ddadd remove messages about user/group change. 2004-07-18 00:30:26 +00:00
naddy
ef383373df Sync with mode_t, nlink_t, and struct stat changes.
Assembly language bootstrap regenerated.

XXX  The system bindings still assume sizeof(int) == sizeof(long).
2004-07-17 20:59:57 +00:00
xsa
fb5559194f typo; from Kurt Miller; 2004-07-17 11:53:37 +00:00