Commit Graph

13210 Commits

Author SHA1 Message Date
brad
e40777f33f sync with update-patches 2001-10-02 01:33:57 +00:00
naddy
381682bece DESTDIR is handled correctly by default 2001-10-02 01:16:27 +00:00
jakob
75c61cfd54 enable gnome support 2001-10-01 15:46:16 +00:00
naddy
d957bbc171 - add png dependency
- modernize Makefile, bump NEED_VERSION
- build in absence of X11 tablet input extension; from todd@
2001-10-01 15:33:05 +00:00
brad
72f7060cf9 woops, fix post-extract target.
--
Issue pointed out by: naddy@
2001-10-01 15:32:27 +00:00
naddy
7a9f810d4c - we can't put this on CD; deraadt@
- mention restriction in DESCR, install and point to full license
2001-10-01 14:08:22 +00:00
jakob
d4b58226bf do not use subshell for post-patch target 2001-10-01 13:28:43 +00:00
heko
c08cfd29ad o Force reautoconf to prevent AC_PATH_PROG brokenness. Fixes building
when the databases/db port is installed.
o GNU mirrors don't hold this version of cfengine any more, use
  ftp://ftp.gnu.org/old-gnu/cfengine/.
input from naddy@
2001-10-01 13:07:45 +00:00
form
499f5762f8 distfile changed 2001-10-01 02:36:12 +00:00
naddy
1dcc345e43 - fix build on 3.0
- respect CFLAGS
2001-10-01 02:20:51 +00:00
naddy
5620e78504 - Fix build on OpenBSD 3.0.
- Add gmake dependency.
- Respect CC, CFLAGS; reference X11BASE, LOCALBASE.
- This is not BSD-licensed.
- Install man page.
- All around clean-up.
2001-10-01 02:00:06 +00:00
avsm
872ee14482 - upgrade to courier-imap-1.3.11
- install authmysqlrc and authldaprc in the relevant flavors
- depend on gdbm now, and force usage of it (danh@)
2001-09-30 23:15:57 +00:00
avsm
ad86449a54 update to maildrop-1.3.4 2001-09-30 22:35:44 +00:00
espie
957deb2297 No use building it right now, since stable/ is more recent. 2001-09-30 19:36:46 +00:00
naddy
4a7019bbb9 fix up this port
never got a response from maintainer
2001-09-30 19:32:15 +00:00
naddy
921871e90c update to 7.0.197; install fragment from FreeBSD 2001-09-30 19:08:58 +00:00
lebel
d751904f65 update vim/stable to 6.0.11 2001-09-30 18:59:40 +00:00
pvalchev
b7f957aeb9 Build correct shared libraries on ELF. from drahn, tested by me 2001-09-30 17:39:23 +00:00
naddy
0553c375b0 - cheat distfile changed; from Claudio Castiglia <ccastig@softhome.net>
- add USB joystick support
- fix order of includes
2001-09-30 17:21:52 +00:00
espie
aac1c8b95c make sure config.guess is executable. 2001-09-30 17:14:33 +00:00
espie
b4941f8336 fix completely brain-damaged change 2001-09-30 17:12:38 +00:00
naddy
47ac5b4444 update to 0.2.0; unbreak 2001-09-30 14:24:47 +00:00
jakob
5c8e788f93 revert last change; already resolved by flavouring 2001-09-30 13:50:31 +00:00
heko
73ead01589 Force cyrus-sasl to build with libc db even when sleepycat's db3 is
installed.
tested by: me and naddy@
ok by: maintainer
2001-09-30 13:30:23 +00:00
espie
6953d535fa More stringent PERMIT_* checking: if any info is missing, assume
the maintainer made a mistake, and turn everything to No.
Record it as _BAD_LICENSING for describe purpose.

Yep, having this as ERRORS is obnoxious.

Then, we can rely on PERMIT_* always being defined.

Rewrite ftp-packages/cdrom-packages to use more current rules. Fixes
naddy's issue of ignoring IGNORE.  Use a .for loop, since those rules
are basically identical.

No longer use them to try and record port logging, as we have a much better
script to do that.

`Enhance' bulk-packages to do ftp-packages/cdrom-packages linking as well,
so that one single sweep of the tree should be enough for everything.
2001-09-30 12:26:57 +00:00
jakob
942e95aef5 do not always apply db3 patches. reenable separate build 2001-09-30 11:49:48 +00:00
jakob
21c46b38a2 add db flavour 2001-09-30 11:41:23 +00:00
naddy
1cfdda37b1 checksum du jour; from maintainer Nikolay Sturm <Nikolay.Sturm@desy.de> 2001-09-30 11:40:24 +00:00
espie
13b952cc81 Enforce /nonexistent for non-package/install/reinstall dep. 2001-09-30 11:27:05 +00:00
pvalchev
38e2f69866 - Do not copy bsdLib.tmpl from X11 and overwrite the existing one, instead
add a patch ensuring the expected functionality.
- Add missing libXp to the linking, so that openmotif ports build with
binutils.
tested on macppc
2001-09-30 07:21:44 +00:00
jcs
925e7d15e9 Update to arping 1.01 2001-09-30 01:11:20 +00:00
jcs
b8d3850a9d Update to rdesktop-1.0.0.p19.7.4 2001-09-30 01:02:39 +00:00
naddy
96881f1b73 - make conform with update-patches
- fix build, dunno if it works
2001-09-29 21:27:50 +00:00
avsm
a39a0cb64d + p5-Net-Server 2001-09-29 21:25:24 +00:00
avsm
4f9b61feca initial import of p5-Net-Server-0.77
--
`Net::Server' is an extensible, generic Perl server engine.
 
Features include:
 
* Single Server Mode
* Inetd Server Mode
* Preforking Simple Mode (PreForkSimple)
* Preforking Managed Mode (PreFork)
* Forking Mode
* Multi port accepts on Single, Preforking, and Forking modes
* Simultaneous accept/recv on tcp, udp, and unix sockets
* User customizable hooks
* Chroot ability after bind
* Change of user and group after bind
* Basic allow/deny access control
* Customized logging (choose Syslog, log_file, or STDERR)
* HUP able server (clean restarts via sig HUP)
* Dequeue ability in all Fork and PreFork modes.
* Taint clean
* Written in Perl
* Protection against buffer overflow
* Clean process flow
* Extensibility
2001-09-29 21:24:21 +00:00
avsm
e7b5d7dccb - update to p5-URI-1.17
- bump NEED_VERSION
2001-09-29 21:17:06 +00:00
naddy
cb94ad089d gdk-pixbuf does not own share/aclocal 2001-09-29 20:45:39 +00:00
pvalchev
cca2d19b15 Repair completely. 2001-09-29 20:14:20 +00:00
espie
f540cb1856 Enforce correct use of SUBPACKAGE. 2001-09-29 17:36:02 +00:00
naddy
9dc28fda17 - Handle URLs with abbreviated scheme correctly.
Submitted by d@, actual patch taken from m17n flavor.
- Bump package revisions.
2001-09-29 14:57:52 +00:00
espie
148ac2169e python lib is large enough to necessitate PIC on sparc.
found my naddy@
2001-09-29 14:41:35 +00:00
naddy
f124fe1d70 Fix checksum; from maintainer Nikolay Sturm <nikolay.sturm@desy.de>. 2001-09-29 13:04:23 +00:00
naddy
906d5f8397 Only provide this sysdep if we're on i386 (there's nothing wrong
with not providing it).
By maintainer Nils Nordman <nino@nforced.com>; ok pvalchev@
2001-09-29 13:01:56 +00:00
naddy
d0c09859f2 SECURITY: fix arbitray command execution from remote in m17n flavor.
By Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>.
Noticed by brad@ in NetBSD.
2001-09-29 11:41:03 +00:00
pvalchev
6c2e015079 oops, pass -u MAIN__ to the compiler only on ELF 2001-09-29 07:56:33 +00:00
pvalchev
7aa422e21a when invoking fortran code from c programs, provide a MAIN__ function stub
to make binutils happy.
2001-09-29 07:06:24 +00:00
pvalchev
9bcc9db685 Build shared libraries correctly w/ gnu binutils. 2001-09-29 05:23:22 +00:00
pvalchev
66c97d0d6a Add missing -lintl when linking the tests. Makes binutils happy. 2001-09-29 04:18:16 +00:00
jakob
d56cbd4ae2 build mysql flavour 2001-09-28 23:39:57 +00:00
jakob
2272454eba add mysql flavour 2001-09-28 23:35:18 +00:00