Commit Graph

13108 Commits

Author SHA1 Message Date
brad
ab29eb4e66 use ports in-tree libtool patches 2001-10-05 00:44:10 +00:00
espie
191f30cc11 version 2.5r 2001-10-05 00:20:00 +00:00
espie
f68776cbb4 regression test.
Yep, there's nothing wrong about regress-depending on oneself. :)
2001-10-04 23:54:58 +00:00
espie
48b35b4013 master site is corrupt. Fortunately ftp.openbsd.org exists. 2001-10-04 23:47:57 +00:00
naddy
14ef0e4541 fix PATCH_LIST absolute path handling in case of missing PATCHDIR
ok espie@
2001-10-04 22:43:45 +00:00
espie
d3f7b5ea3f move the regression test where it belongs. 2001-10-04 22:34:21 +00:00
espie
e18d889949 Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
2001-10-04 22:26:48 +00:00
espie
5da704a0f9 typo 2001-10-04 22:20:38 +00:00
naddy
c1e6f0e089 better workaround for locale fiddling
from maintainer Nils Nordman <nino@nforced.com>.
2001-10-04 22:19:18 +00:00
jasoni
4eec1202a8 use full pathname to rpm2cpio; ok naddy@ 2001-10-04 21:56:05 +00:00
avsm
93dc70075d - remove sendmail path from php.ini (not needed)
- add in similar fopen disable patch for php.ini-optimized
- bump version to php-4.0.6p1 to reflect all the backports
  and bugfixes in the last two commits
2001-10-04 21:53:04 +00:00
avsm
60f5c024d4 - fix imap flavor build, enable kerberos support as well
(checked by heko, naddy)
- work with any LOCALBASE for most flavors (heko)
- turn off url_fopen by default for better security, most people
  never use it
- correctly detect the crypt function as part of libc,
  not a separate library
- unbreak curl, since 7.9 is now present in our tree
- more informative INSTALL script (naddy, heko)
2001-10-04 21:27:44 +00:00
jakob
9aa4191b9f quick fix for sbin/genkeys that should really be installed as sbin/ntp-genkeys (confirmed by mills@udel.edu) 2001-10-04 20:44:45 +00:00
danh
0711739cff bump NEED_VERSION; sync libtool patches 2001-10-04 18:10:09 +00:00
danh
6f3097525b update to isync 0.5 2001-10-04 18:09:22 +00:00
jcs
5e0fb4be21 Update to gkrellm-reminder 0.3.1
Noticed by naddy@
2001-10-04 15:02:27 +00:00
espie
0abdf6b799 It's obvious the maintainer did not do his job: if gettext is around,
this port installs stuff under /usr/local.
2001-10-04 13:57:29 +00:00
espie
429e44b49a People who upgrade packages should read the fine print... 2001-10-04 13:55:37 +00:00
espie
5c1049c880 GPL, Nick Nauwelaerts <nick@be.wanadoo.com> 2001-10-04 13:54:26 +00:00
jakob
d458dbd367 update to version 4164; pedro@jazznet.pt 2001-10-04 12:57:12 +00:00
naddy
1314695e6d update to 1.05:
- new Dutch and Danish translations
- updated Italian, Finnish, and Catalan translations
- minor bugfixes for cutting marked text
2001-10-04 12:37:57 +00:00
dugsong
b7efeb874a add licensing info 2001-10-04 09:17:35 +00:00
drahn
65dc1c4a74 Allow this port to be built for macppc. ok naddy@ 2001-10-03 21:16:03 +00:00
danh
b8a08d0c65 update to ntp 4.1.71; work and patches provided by jakob@ 2001-10-03 19:52:52 +00:00
naddy
39571db430 - build on archs other than i386
- honor CC, CFLAGS
2001-10-03 16:08:48 +00:00
naddy
d79cf45c1b honor CFLAGS 2001-10-03 16:06:16 +00:00
lebel
173203cae4 default to /dev/cd0c instead of /dev/cdrom.
Nils Nordman <nino@nforced.com>
2001-10-03 15:21:42 +00:00
brad
000233dd2d libtool 1.3.4 and 1.3.5 patches in a central location for ports to use. 2001-10-03 14:47:01 +00:00
espie
e264345964 Do not depend on texi2html, use makeinfo --html instead. 2001-10-03 09:51:34 +00:00
shell
10c19614d7 Upgrade to Test-Simple-0.30 2001-10-03 09:47:33 +00:00
espie
90787b9a17 basic regression testing framework. 2001-10-03 08:53:18 +00:00
espie
548eff5cee move error handling later for greater flexibility.
Move default NO_* after including local Makefiles.
2001-10-03 08:41:16 +00:00
espie
c202780cad In bulk, ftp/cdrom must be non interactive as well. 2001-10-03 08:36:25 +00:00
kevlo
c7b1dae9cc add eboard 2001-10-03 07:54:10 +00:00
kevlo
df77b9ec49 Initial import of eboard 0.3.3.
Eboard is a GTK+ chess interface.  It provides a chess board
interface to ICS (Internet Chess Servers) like FICS and chessd,
and to chess engines like GNU Chess, Sjeng and Crafty.
2001-10-03 07:53:34 +00:00
kevlo
65660d2a7d upgrade to version 0.2016 2001-10-03 07:50:14 +00:00
obecian
c456e7decd +hydra 2001-10-03 03:49:04 +00:00
obecian
0d964cbef5 There are already several login hacker tools available, however none does
either support more than one protocol to attack or support parallized
connects.

Currently this tool supports TELNET, FTP, POP3, IMAP, HTTP Basic and Cisco
authentication only, however the module engine for new services is very easy
so it won't take a long time until more services are supported.
2001-10-03 03:47:14 +00:00
brad
30565c82b8 upgrade to netpbm 9.19 2001-10-03 03:09:31 +00:00
heko
d83616c1ed I knew I missed something. Add security notes about temporary files.
ok naddy@
2001-10-02 20:20:16 +00:00
heko
2bce4338c2 o Upgrade to Amaya 5.1
o Add gtk flavor, don't build it yet in www/amaya/Makefile until some
  scrollbar dysfunctionality is fixed.
o Build amaya against system versions of: jpeg, png, zlib,
  expat, md5; some of the patches for this come from FreeBSD
o Add HOMEPAGE
o Unify dictionary installation to a common $frag (a bunch
  of dictionaries will be imported later separately)
o Take over maintainer; ok naddy@
o Fix missing trailing slash in MASTER_SITES
2001-10-02 20:18:59 +00:00
brad
aaceb3cc70 upgrade to hexedit 1.2.1 2001-10-02 15:45:52 +00:00
heko
93cf29626c o Use dpi{118,240,300,360,400,600} flavors instead of a funny hack
o Fake
o Update to MASTER_SITES that work
o Some makefile cleanup
o Tiny grammar fix for DESCR
input and ok from naddy@
2001-10-02 14:18:49 +00:00
brad
24e8d6275d one last sync of our libtool 1.3.x patches hopefully before bringing in
libtool 1.4.
2001-10-02 13:47:56 +00:00
naddy
054698f238 mark static flavor as broken until I get around to fixing this 2001-10-02 13:17:45 +00:00
espie
6bd43a82d0 Complete descr. Remove FreeBSD refs. 2001-10-02 12:28:02 +00:00
espie
c1c01445e0 Remove dependency on gnuplot: it's trivial to fake it for building,
and octave is useful even without gnuplot installed.

Remind user in pkg/DESCR that gnuplot might be useful.
2001-10-02 12:27:11 +00:00
brad
01b01df1fe upgrade to wget 1.7 2001-10-02 03:15:03 +00:00
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