Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stale MASTER_SITE. | Dirk Froemberg | 1999-09-21 | 10 | -10/+0 |
| | |||||
* | Remove mysqltutor. | Dirk Froemberg | 1999-09-21 | 1 | -1/+0 |
| | |||||
* | Add trailing slash to WWW: url. | Dirk Froemberg | 1999-09-21 | 1 | -1/+1 |
| | |||||
* | Enforce random pkg/COMMENT rules, including the one that states Emacs | Tim Vanderhoek | 1999-09-18 | 2 | -2/+2 |
| | | | | should be spelled corrcetly, although I rather liked "Emasc". | ||||
* | - upgrade to 3.22.26a | Dirk Froemberg | 1999-09-17 | 50 | -50/+450 |
| | | | | | | | | | | | | - use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson <martin@filex.se> There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files, gcc will "hang" forever, because the assembler is called with '-' and noone is sending data. As a workaround use .S (capital s) files. Then cpp will be called prior to as and thus a pipe can be build. | ||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | Bill Fenner | 1999-09-17 | 3 | -3/+3 |
| | |||||
* | Let the generated Makefiles install the perl modules. | Bill Fenner | 1999-09-11 | 4 | -8/+18 |
| | | | | | | (I'm not positive why there's a do-install: target at all, but since there are less than 5 minutes til the freeze I'm not going to investigate yet!) | ||||
* | Move rrdtool examples from ${PREFIX}/share/rrdtool/examples to | Bill Fenner | 1999-09-10 | 4 | -18/+22 |
| | | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =) | ||||
* | Remove mysql321. | Dirk Froemberg | 1999-09-09 | 1 | -1/+0 |
| | | | | We have mysql322-client/mysql322-server instead. | ||||
* | Update rrdtool to 1.0.7 | Bill Fenner | 1999-09-08 | 4 | -16/+12 |
| | |||||
* | mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to put | Bill Fenner | 1999-09-07 | 2 | -0/+2 |
| | | | | | | stuff there. Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log | ||||
* | Changed $Id to $FreeBSD | Satoshi Taoka | 1999-09-06 | 2 | -2/+2 |
| | |||||
* | Added ruby-postgres | Satoshi Taoka | 1999-09-06 | 1 | -0/+1 |
| | |||||
* | A Ruby interface to PostgreSQL library. | Satoshi Taoka | 1999-09-06 | 10 | -0/+126 |
| | | | | | PR: ports/12123 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp> | ||||
* | - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default. | Dirk Froemberg | 1999-09-04 | 11 | -140/+361 |
| | | | | | | | | | | Set MIT_PTHREADS to use the supplied mit-pthreads. This is a workaround for PR ports/12824. - replace one occurance of gcc with ${CC} - don't use CFLAGS twice somewhere in mit-pthreads compilation (There is still one place left where CFLAGS are used twice.) | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 35 | -51/+51 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-30 | 2 | -2/+2 |
| | |||||
* | Remove preceeding pkgname from some of the comments having one. | Tim Vanderhoek | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 30 | -30/+30 |
| | |||||
* | ln -> ${LN} | Michael Haro | 1999-08-28 | 1 | -6/+6 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | Michael Haro | 1999-08-27 | 14 | -110/+110 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Upgrade to 3.22.25. | Dirk Froemberg | 1999-08-27 | 30 | -30/+30 |
| | | | | | | This upgrade contains - as far as I can see - no functional change in regard to the port. But I'm tired of receiving requests or patches for an upgrade. People are focused on version numbers too much. *sigh* ;-) | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 74 | -74/+74 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 28 | -102/+99 |
| | | | | chown -> ${CHOWN} | ||||
* | Round Robin Database Tool - store time-series data with averaging or other | Bill Fenner | 1999-08-22 | 10 | -0/+190 |
| | | | | | | | (lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> | ||||
* | Remove MASTER_SITES and add IGNORE= comment about how to fetch. | Bill Fenner | 1999-08-21 | 2 | -6/+16 |
| | | | | | | | | There are enough ports with things like this, perhaps bsd.port.mk should handle this. PR: ports/10832 Submitted by: Nick Hibma <nick.hibma@jrc.it> | ||||
* | Spelling correction: to -> too. | Chris Piazza | 1999-08-20 | 10 | -20/+20 |
| | | | | Submitted by: Kelly Yancey <kbyanc@posi.net> | ||||
* | - introduce DB_DIR variable to specify database directory if | Dirk Froemberg | 1999-08-11 | 20 | -100/+270 |
| | | | | | | | different from /var/db/mysql (e. g. make DB_DIR=/export/databases/mysql install) - put functionality of check_old_version into Makefile and remove check_old_version (good bye, good old friend...) | ||||
* | Re-enforce caps, no period. An "exceptions" file has been created | Tim Vanderhoek | 1999-08-02 | 10 | -10/+10 |
| | | | | containing the ports editors/vim5, sysutils/star, and one other. | ||||
* | Update to version 0.3. | Steve Price | 1999-08-01 | 5 | -54/+63 |
| | | | | | PR: 12820 Submitted by: Dominik Brettnacher <domi@saargate.de> | ||||
* | Update postgresql to 6.5.1 | Andreas Klemm | 1999-07-21 | 56 | -3360/+3542 |
| | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | Fix checksum problem. | David E. O'Brien | 1999-07-14 | 1 | -1/+1 |
| | |||||
* | update to 1.16 | Michael Haro | 1999-07-12 | 4 | -10/+10 |
| | |||||
* | Upgrade to latest version. | Mark Murray | 1999-07-10 | 24 | -60/+60 |
| | | | | OK'ed by: maintainer | ||||
* | Add two missing gifs. | Dirk Froemberg | 1999-07-09 | 10 | -0/+20 |
| | |||||
* | Upgrade to 3.22.24. | Dirk Froemberg | 1999-07-05 | 30 | -40/+40 |
| | |||||
* | Fixup a Perl5'ism. | Steve Price | 1999-07-04 | 2 | -2/+2 |
| | |||||
* | - install gifs for HTML documentation | Dirk Froemberg | 1999-07-04 | 40 | -40/+790 |
| | | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql' | ||||
* | Upgrade to 1.0. | Dirk Froemberg | 1999-07-04 | 3 | -36/+23 |
| | | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer) | ||||
* | Upgrade to 0.3.3. | Dirk Froemberg | 1999-07-03 | 2 | -5/+4 |
| | |||||
* | Forgot to add the two PLIST files... Sorry. | Andreas Klemm | 1999-07-02 | 28 | -0/+294 |
| | | | | Submitted by: Gaute Nessan <gaute@Norway.EU.net> | ||||
* | s/mysql322/mysql322-server/ | Dirk Froemberg | 1999-07-01 | 10 | -20/+20 |
| | |||||
* | Revert to old version. | Dirk Froemberg | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | Revert to old version. | Dirk Froemberg | 1999-07-01 | 1 | -2/+2 |
| | |||||
* | Switch from mysql322 to mysql322-client and mysql322-server. | Dirk Froemberg | 1999-07-01 | 7 | -15/+15 |
| | |||||
* | Split mysql322 into mysql322-client and mysql322-server. | Dirk Froemberg | 1999-07-01 | 70 | -430/+900 |
| | | | | | | | | | | mysql322-client uses mysql322-server as a master port. So all the magic is in mysql322-server. mysql322-client must be used to add dependencies to, now. Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial point. | ||||
* | Remove mysql322-client. | Dirk Froemberg | 1999-07-01 | 10 | -890/+0 |
| | | | | A version using mysql322(-server) as a master port will follow. | ||||
* | These were missing as well | Andreas Klemm | 1999-06-29 | 28 | -0/+308 |
| | |||||
* | Forgot to add this patch | Andreas Klemm | 1999-06-29 | 14 | -0/+448 |
| | |||||
* | upgrade to postgresql 6.5 | Andreas Klemm | 1999-06-29 | 84 | -3472/+12586 |
| | | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se> |