Commit Graph

4630 Commits

Author SHA1 Message Date
espie
0ae441bb11 Update to 2.4.1 2000-02-10 09:13:53 +00:00
kevlo
a508e89520 Make sence to fix hash comparision routine in password.c until
official patch is released.

See the bugtraq id# 975.
2000-02-10 08:11:47 +00:00
d
8f5c41e14d fix segv when authentication redirects from https to http. sent to Ito. w3m is truly horrid code, but quite a nice design.. 2000-02-10 04:12:13 +00:00
rohee
6a619b2c70 Tidy, W3C tool for cleaning and pretty print HTML, some input by espie@ 2000-02-09 23:55:44 +00:00
espie
018d14a85f Repair package building.
Thanks to martin@ for reminding me...
2000-02-09 20:09:05 +00:00
brad
9476e41a5a - remove a dist site
- change maintainer, no good having a FreeBSD ports maintainer listed
- use MAKE_FLAGS over patching the Makefile
- remove deprecated variables
- ${WRKDIR} -> ${WRKSRC}
- ${MKDIR} -> ${INSTALL_DATA_DIR}
2000-02-09 18:07:15 +00:00
brad
d2d18f8769 - fix URL for one of the dist sites that has been reorganized and add
another dist site
- mkdir -> ${INSTALL_DATA_DIR}
2000-02-09 15:59:25 +00:00
camield
dce5acf88b - add MASTER_SITE
- incorporate feedback from author in SECURITY
- move post-install message from INSTALL to MESSAGE
- Makefile-patch -> MAKE_FLAGS
2000-02-09 08:37:32 +00:00
kevlo
0551533263 Enable eterm. 2000-02-09 08:22:34 +00:00
kevlo
acf97303c3 Initial import of Eterm verion 0.8.10.
Eterm is a X-Windows terminal emulator based on rxvt/xterm.

Submitted by:	Kyle Hargraves <halogen@nol.net>
Fixed by:	Kevin Lo <kevlo@cvs.openbsd.org>
2000-02-09 08:21:36 +00:00
d
c23aa9ec85 correct URL 2000-02-09 05:38:34 +00:00
brad
a7305c009c - remove NO_WRKSUBDIR and replace with the use of WRKDIST
- revert part of the patch and use MAKE_FLAGS to override a few variables
in the Makefile
- use BSD_INSTALL_ macros inside arc's Makefile
2000-02-09 03:40:54 +00:00
kevlo
75bda0cac4 Fix RGB_DB location to "/usr/X11R6/lib/X11/rgb". 2000-02-09 02:01:12 +00:00
espie
d5589534e6 Switch to WRKDIST, as I used this port to check. 2000-02-09 01:11:42 +00:00
espie
8b20f37bef and of course, nobody spotted the obvious typo in the patch I gave on
ports...
2000-02-09 00:54:33 +00:00
espie
7c8bf5098c Temporary work-around for ports that define WRKSRC manually... 2000-02-09 00:42:39 +00:00
espie
26704f504e Use DIRMODE to install dirs, avoid collisions with mtree
(keep a duplicate of DIRMODE until 2.7)
2000-02-09 00:26:32 +00:00
espie
9ecf27ba4f Introduce WRKDIST: place where stuff unpacks.
May be different from where source lives.
And from where build happens.

NO_WRKSUBDIR=Yes is equivalent to WRKDIST=${WRKDIR}, and not
particularly smaller, deprecated it.

Remove CLEANDISTORIG, use patch -b instead.
Note that DISTORIG ends in .orig to let rm *.orig still work...
2000-02-09 00:23:26 +00:00
form
573f31e8dd Update to 3.8.3 2000-02-08 08:14:46 +00:00
brad
3c874d696e use bzip'd archive instead 2000-02-08 02:47:18 +00:00
peter
9a2f2173ed update to version 3.13. Previous version is not available in standard
ftp directory. Since no one let me know, I assume that I am the only
one using exim ?

Changes are in doc/ChangeLog and are all bug fixes - no new features.
2000-02-07 10:32:07 +00:00
brad
dbabd417a6 upgrade to Gimp 1.1.16 2000-02-07 10:06:16 +00:00
brad
64898df482 - have INSTALL script create vtund log dir
- have DEINSTALL script remind the user to remove the dir if wanting a
full deinstall
2000-02-07 08:44:04 +00:00
brad
891edc78d4 add proper INSTALL and DEINSTALL scripts to deal with vtund.conf 2000-02-07 08:24:48 +00:00
brad
537889a01d - install sample config file as lib/vtun/vtund.conf-sample
- sync PLIST and remove @exec/@unexec tags
2000-02-07 08:15:18 +00:00
brad
7e7229f501 cleanup Makefile 2000-02-07 08:13:43 +00:00
brad
672968f3f8 - PLIST should not remove the vtund.conf on uninstall of the port/package
- add an @exec tag to create the log dir for vtund
2000-02-07 08:02:41 +00:00
brad
c2a3cc0809 make the capitalization of the word "mysql" consistant depending on
whether it's refering to the account/group or the program MySQL.
2000-02-06 23:32:38 +00:00
rohee
8e0553c5aa mkdir -> ${INSTALL_DATA_DIR}|${INSTALL_MAN_DIR} 2000-02-06 21:55:03 +00:00
brad
3b6874e34e remove unnecessary @dirrm tags for dirs that do not exist 2000-02-06 19:57:54 +00:00
espie
aa931bcd50 Kill ALL_HOOK, it's deprecated and unused. 2000-02-06 18:35:24 +00:00
kevlo
e71b0dd25f Add vtun. 2000-02-06 15:16:58 +00:00
kevlo
744c254014 Initial import of vtun version 2.0.
VTun provides the method for creating Virtual Tunnels over TCP/IP
networks and allows to shape, compress, encrypt traffic in that
tunnels.
2000-02-06 15:16:07 +00:00
form
ada8c2b04c fix 2000-02-06 10:41:13 +00:00
brad
f3dd2e307e mkdir -> ${INSTALL_DATA_DIR} 2000-02-06 07:08:16 +00:00
brad
7d5a89babd bug fix patch, if the macro AM_GNU_GETTEXT finds a suitable libintl it
does not set INTLLIBS to '-lintl' as it should. ; From FreeBSD
2000-02-06 07:06:58 +00:00
brad
8dc1c78437 don't use aclocal or automake if they exist, they will break the port 2000-02-06 07:02:13 +00:00
brad
99891dfe93 - remove workaround for texinfo install-info bug
- make sure install-info is run to register the info page
2000-02-06 00:56:36 +00:00
brad
8b30555495 - fixup PLISTs
- remove workaround for texinfo install-info bug
2000-02-06 00:46:45 +00:00
brad
2e97458e51 ${LOCALBASE} -> ${PREFIX} 2000-02-06 00:28:56 +00:00
espie
3cf144d032 Remove ld bug work-around. 2000-02-05 22:48:46 +00:00
brad
5b4b537e35 mkdir -> ${INSTALL_DATA_DIR} 2000-02-05 17:49:01 +00:00
brad
7fe8c873d8 enable interlibrary dependencies 2000-02-05 17:39:51 +00:00
brad
ef443bdebf sort PLIST 2000-02-05 08:50:27 +00:00
brad
c5273971f2 ${MKDIR} -> ${INSTALL_DATA_DIR} 2000-02-05 03:59:04 +00:00
brad
ed1946467d - style
- ${MKDIR} -> ${INSTALL_DATA_DIR}
- ${PATCH} -> patch
2000-02-05 03:56:58 +00:00
brad
3af680cf9f mkdir -> ${INSTALL_DATA_DIR} 2000-02-05 03:51:27 +00:00
kevlo
5fa50f6b8c Upgrade to version 1.06:
- Updated the configure system to use Autoconf 2.13, Automake 1.4 and
  Libtool 1.3.3.
- enhanced example programs a little bit
2000-02-05 03:50:34 +00:00
espie
e971455139 Compute CKSUMFILES in a better way, to avoid duplicates.
Simplifies SUPDISTFILES choice: put everything that might ever be fetched
there, don't worry about duplicates.
2000-02-04 20:33:42 +00:00
espie
7fc7e94996 DIST_SUBDIR change -> md5 change... 2000-02-04 12:56:40 +00:00