Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This port doesn't build because texindex is missing. Note that. | asami | 1999-09-21 | 1 | -2/+3 |
| | | | | | (Take out BUILD_DEPENDS=texindex:${PORTSDIR}/print/teTeX, teTeX doesn't include texindex anymore.) | ||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | fenner | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | Update to gEDA-19990516 and make it built done again. | foxfair | 1999-09-10 | 3 | -214/+274 |
| | | | | Obtained from : bento. | ||||
* | USE_X_PREFIX has to be before bsd.port.pre.mk. | asami | 1999-09-09 | 1 | -1/+2 |
| | |||||
* | mharo upgraded the DISTNAME/PKGNAME of this port to a | cpiazza | 1999-09-06 | 1 | -3/+3 |
| | | | | | | | | newer version but didn't follow through with the rest of the changes. (this was rev 1.12 which was supposed to be a FreeBSD.ORG -> FreeBSD.org change). Revert to the version that used to be there until someone upgrades it for real. | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 2 | -5/+5 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$->$FreeBSD$ | peter | 1999-08-29 | 3 | -3/+3 |
| | |||||
* | expr -> ${EXPR} | mharo | 1999-08-28 | 1 | -1/+1 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 14 | -14/+14 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 3 | -21/+21 |
| | | | | chown -> ${CHOWN} | ||||
* | Fixed missing MAINTAINER line. | jim | 1999-08-16 | 1 | -1/+4 |
| | | | | | PR: 13168 Submitted by: Oleg V. Volkov <rover@fly.lblobus.ru> | ||||
* | Misc fixes. | cpiazza | 1999-08-15 | 2 | -260/+264 |
| | | | | | | | | | | | | | PREFIX was being set in the Makefile PR: 13165 Reported by: Oleg V. Volkov <rover@fly.lglobus.ru> Fix the above problem by patching config.h to use __PREFIX_/__LOCALBASE__ where necessary and then sed s:__PREFIX__:${PREFIX}: etc. Remove the version number from PLIST, use a PLIST_SUB to make it easier to upgrade the port. | ||||
* | Test if HAVE_G2C is defined rather than if it's value is non-zero. | steve | 1999-08-07 | 1 | -2/+2 |
| | |||||
* | Fix typos and/or cleanup WWW:. | hoek | 1999-07-17 | 1 | -2/+1 |
| | |||||
* | BROKEN='bad MD5 checksum' | obrien | 1999-07-14 | 1 | -1/+3 |
| | |||||
* | Fix to use new master site. | cpiazza | 1999-07-03 | 1 | -2/+2 |
| | | | | | PR: 12480 Submitted by: maintainer | ||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | hoek | 1999-06-26 | 7 | -7/+7 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Compensate for not having a generic.h on -current boxes. | steve | 1999-06-22 | 3 | -6/+29 |
| | |||||
* | Activate the tkgate port. | steve | 1999-06-06 | 1 | -1/+2 |
| | |||||
* | Initial import of tkgate version 0.9. | steve | 1999-06-06 | 5 | -0/+305 |
| | | | | | | | A Tcl/Tk based digital circuit editor and simulator. PR: 11917 Submitted by: Jeffery Hansen <hansen@cmu.edu> | ||||
* | Update to use gtk version 1.2.3. | steve | 1999-05-29 | 2 | -9/+6 |
| | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Fix build for Alpha boxes. | steve | 1999-05-24 | 1 | -0/+20 |
| | |||||
* | Misc. PLIST cleanups. | asami | 1999-05-12 | 1 | -1/+2 |
| | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | WWW: ---------------------------------------------------------------------- | hoek | 1999-05-02 | 2 | -7/+5 |
| | | | | WWW: Enter Log. Lines beginning with `WWW:' are removed automatically | ||||
* | Update to the 19990327 release and use gtk12 | mharo | 1999-04-22 | 3 | -33/+103 |
| | |||||
* | Fix floating point problem and flatten out multi-file patch. | chuckr | 1999-03-08 | 6 | -0/+375 |
| | | | | | PR: 10481 Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp> | ||||
* | Upgrade to 19990124, it works with gtk11-devel now. | vanilla | 1999-02-19 | 2 | -7/+7 |
| | |||||
* | This apparently isn't BROKEN any more. | jseger | 1999-02-16 | 1 | -3/+1 |
| | |||||
* | New checksum. | asami | 1999-02-12 | 1 | -1/+1 |
| | | | | Submitted by: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co> | ||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | asami | 1999-02-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. | ||||
* | Avoid floating point exceptions. The program seems to handle the | joerg | 1999-01-26 | 1 | -0/+23 |
| | | | | overflow case well (enough). | ||||
* | Oops, forgot to update depends. | nectar | 1999-01-22 | 1 | -2/+2 |
| | |||||
* | Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config. | nectar | 1999-01-22 | 1 | -2/+3 |
| | |||||
* | Add USE_X_PREFIX so this builds again. | steve | 1999-01-10 | 2 | -3/+4 |
| | | | | | PR: 9365 Submitted by: maintainer | ||||
* | Upgrade to 19981213. | vanilla | 1998-12-27 | 3 | -5/+28 |
| | |||||
* | Remove patch-ab. and rename patch-ae to patch-ab. | flathill | 1998-12-26 | 1 | -13/+40 |
| | |||||
* | Update: add patch-ae by MAINTAINER | flathill | 1998-12-26 | 2 | -2/+3 |
| | |||||
* | spice needs X. | asami | 1998-12-18 | 1 | -1/+2 |
| | |||||
* | PR: ports/8871 | flathill | 1998-12-16 | 4 | -23/+23 |
| | | | | | Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN' | ||||
* | Remove ftp.inet.cz/pub/Mirrors/GtkApps/geda, "No such directory." | vanilla | 1998-12-10 | 1 | -2/+1 |
| | |||||
* | jmz@freebsd.org added an empty MAIN__ function as src/lib/libF77/MAIN.c | steve | 1998-12-09 | 1 | -3/+1 |
| | | | | on 1998/11/16 and this port builds again. | ||||
* | Extra MASTER_SITES | obrien | 1998-12-07 | 1 | -2/+4 |
| | | | | Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Correct mistyped MASTER_SITE that caused fetching to never succeed. | obrien | 1998-12-07 | 1 | -2/+3 |
| | | | | | | | Add a second MASTER_SITE that is probably the same machine as the 1st... but maybe a different protocol will work if the 1st site won't answer. Does anybody know of a mirror for this stuff? | ||||
* | Add more desc. | vanilla | 1998-12-07 | 1 | -1/+11 |
| | | | | Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se> | ||||
* | Sort entries. In particular, "large", "medium", "small" sort in this order, | asami | 1998-12-07 | 1 | -2/+2 |
| | | | | | | | | | | dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.) | ||||
* | Activate geda. | vanilla | 1998-12-06 | 1 | -1/+2 |
| | |||||
* | GNU Electronic Design Automation. | vanilla | 1998-12-06 | 6 | -0/+349 |
| | |||||
* | More missing dependencies. | asami | 1998-11-29 | 1 | -1/+2 |
| | |||||
* | A few more USE_XLIBs. | asami | 1998-11-28 | 1 | -1/+2 |
| | |||||
* | Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake | asami | 1998-11-28 | 3 | -3/+6 |
| | | | | for ilu and mkdirhier for asl.) |