summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.11.4cpiazza1999-09-192-5/+5
| | | | | PR: 13816 Submitted by: maintainer
* Update master site.wosch1999-09-191-1/+1
|
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-172-2/+2
|
* This port seems to require the '-b' flag in FETCH_BEFORE_ARGS.steve1999-09-171-0/+2
|
* Upgrade to GNU Portable Threads (Pth), development version 1.2b4rse1999-09-172-3/+3
|
* Setasami1999-09-113-0/+3
| | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer
* Submitted by: maintainerasami1999-09-1140-320/+1180
| | | | | | | | | | | | | He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114
* $Id$ -> $FreeBSD$ (billf)peter1999-09-101-1/+1
|
* $Id$ -> $FreeBSD$ (obrien)peter1999-09-101-1/+1
|
* Upgrade to 1.6b1.tg1999-09-102-4/+4
|
* Add backup MASTER_SITE.jkoshy1999-09-101-1/+2
|
* Nuke gdbtk. It's being replaced by insight.jseger1999-09-101-1/+1
|
* Upgrade to 0.6.0.tg1999-09-096-1194/+1324
|
* xspin333.tcl should be in the PLIST, not 300cpiazza1999-09-081-1/+1
| | | | | PR: 13620 Submitted by: Jonathan Hanna <pangolin@home.com>
* The tiff port now lives in ports/graphics/tiff.steve1999-09-072-2/+2
|
* Remove sawt, it's been orphanated by the authors for awhile. Also,asami1999-09-071-1/+0
| | | | | | | it's been marked broken since last November without anybody fixing it, so it's probably not that high on people's necessity list either. Submitted by: maintainer
* Upgrade to MM (Shared Memory Libray), version 1.0.11rse1999-09-062-3/+3
|
* Add p5-Parse-RecDescentbillf1999-09-051-0/+1
|
* RecDescent incrementally generates top-down recursive-descent textbillf1999-09-055-0/+69
| | | | | | | parsers from simple yacc-like grammar specifications. Submitted by: W. Gerald Hicks <wghicks@bellsouth.net> PR: ports/12569
* Upgrade to GNU Portable Shell Tool (shtool), version 1.4.6rse1999-09-052-3/+3
|
* turn on cdeclobrien1999-09-051-0/+1
|
* Cdecl composes compilable C declarations and typecasts from descriptiveobrien1999-09-057-0/+72
| | | | | | English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library).
* Update to version 1.11.1cpiazza1999-09-042-5/+5
| | | | | PR: 13578 Submitted by: maintainer
* GNU Pth 1.2b1 -> 1.2b2rse1999-09-042-3/+3
|
* Make sure an install can be restarted after a failure. While I'm here, updatemarcel1999-09-039-9/+12
| | | | | DESCR and COMMENT so that they both contain the proper name of the port and do not contain the word `emulation'.
* GNU Portable Threads (DEVELOPMENT VERSION): 1.1.x -> 1.2.xrse1999-09-023-6/+7
|
* GNU Portable Threads: 1.1.4 -> 1.1.5rse1999-09-022-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3183-116/+116
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* GNU Pth 1.1.3 -> 1.1.4rse1999-08-302-3/+3
|
* To avoid requiring both tcl81 and tcl80, use tcl80 instead since thesteve1999-08-295-15/+15
| | | | | python port requires it already. My message to the maintainer went unanswered.
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-291-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-295-5/+5
|
* $Id$ -> $FreeBSD$peter1999-08-291-1/+1
|
* Make this port a little more sane. It was brokencpiazza1999-08-284-128/+84
| | | | | | | | | for any system that wasn't x86 on freebsd 3.1. The port is still marked BROKEN because it sets PREFIX in the Makefile. PR: 13423 Submitted by: Ade Lovett <ade@lovett.com>
* expr -> ${EXPR}mharo1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* ln -> ${LN}mharo1999-08-288-10/+10
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-1/+1
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Upgrade to GNU Portable Threads (Pth), version 1.1.3rse1999-08-272-5/+6
|
* Upgrade to MM Shared Memory Library, version 1.0.10rse1999-08-272-3/+3
|
* Change MASTER_SITES and assign MASTER_SITE_SUBDIR.sada1999-08-253-6/+6
| | | | | | | Remove patch-ag about libtool use. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Approved by: Maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change Id->FreeBSD.obrien1999-08-25219-219/+219
|
* This port requires gettext now.asami1999-08-242-4/+6
| | | | | | I'm not sure if it requires msgmft for build time only or the libraries for run time too. Make it LIB_DEPENDS to be safe -- if someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext.
* Bump GNU Pth: 1.1.1 -> 1.1.2rse1999-08-232-4/+4
|
* awk -> ${AWK}mharo1999-08-221-8/+8
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* USE_NEWGCC= yescpiazza1999-08-221-7/+5
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-223-20/+7
|
* chmod -> ${CHMOD}mharo1999-08-229-20/+20
| | | | chown -> ${CHOWN}
* Don't try to parse ${MOTIFLIB} if it's not defined.asami1999-08-221-1/+5
|
* Activate the libglade port.steve1999-08-221-1/+2
|
OpenPOWER on IntegriCloud