summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Fix a patch failure that affects non-ELF systems, for v110.0.6.jkoshy2000-10-111-4/+4
|
* Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (Itasami2000-10-104-18/+30
| | | | | | | is not built on 3-stable systems.) Change the ELF-only stuff to use PLIST_SUB too. (This part is purely cosmetic -- no functional changes.)
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.obrien2000-10-10126-11214/+3114
|
* Remove ${PLIST_TK} reference, it is not needed anymore.asami2000-10-091-1/+1
| | | | Reviewed by: tg
* MASTER_SITES updatelioux2000-10-091-1/+1
| | | | | | Submitted by: maintainer <antonz@library.ntu-kpi.kiev.ua> PR: 21853
* Remove reference to ${PLIST_TK}.tg2000-10-091-1/+1
|
* Take over maintance.obrien2000-10-081-1/+2
| | | | Approved by: rnordier
* Fix MD5_FILE (files/md5 -> distinfo).asami2000-10-081-1/+1
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-0810-13/+13
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Adjust to lang/tcl* install/deinstall script paths.asami2000-10-082-4/+4
|
* Rename PLIST.doc to pkg-plist.doc.asami2000-10-081-1/+1
|
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.asami2000-10-085-10/+10
|
* Rename PLIST_* to pkg-plist_*.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-082-7/+7
| | | | | | Note: I don't know where PLIST_TK (which I assume used to point to "PLIST.tk") is defined. (There is no Makefile in the entire ports tree that defines that variable.) Someone in the know, please let me know.
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.asami2000-10-0813-39/+39
|
* Rename PLIST.noX11 to pkg-plist.noX11.asami2000-10-081-1/+1
| | | | | | | (I believe I got this right, but since this PLIST is actually processed in scripts/conifgure, I am not 100% sure that I have traced its entire path. If the maintainer can check, it will be greatly appreciated.)
* Rename PLIST.noX11 to pkg-plist.noX11.asami2000-10-081-1/+1
| | | | | | | (I believe I got this right, but since this PLIST is actually processed in scripts/conifgure, I am not 100% sure that I have traced its entire path. If the maintainer can check, it will be greatly appreciated.)
* Rename ${FILISDER}/patch-* to ${FILESDIRA}/extra-patch-*. (These patchesasami2000-10-072-4/+4
| | | | are applied from within the configure script, patched by patch-ab.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-071-4/+4
|
* Drop web site reference: it has apparently gone away permanently.rnordier2000-10-071-2/+0
|
* Implement USE_GNOME, part 2.reg2000-10-051-7/+1
|
* Fix PLISTs.reg2000-10-052-0/+72
| | | | Approved by: maintainer
* Correct an error in the distfile name for the FreeBSD4 target.jdp2000-10-031-1/+1
| | | | Submitted by: Motoyuki Konno <motoyuki@FreeBSD.org>
* MAINTAINER submitted update.jeh2000-10-0225-860/+2190
| | | | PR: 21382
* Update 0.46 -> 0.53.nectar2000-10-023-13/+17
| | | | | | Assume MAINTAINER role. Approved by: former maintainer
* Change maintainershipade2000-10-021-1/+1
| | | | | | PR: 20645 Submitted by: patrick@watson.org (new maintainer) Approved by: ortmann@isl.net (old maintainer)
* - Update to 0.13.1;sobomax2000-10-024-6/+40
| | | | | | | | | - Change PREFIX to be X11BASE. The reason why it should be in X11BASE is that sawfish (primary user of librep) installs shared object into one of the librep's directories, so they have to live in the same BASE to make PLISTs working. The way it was done looks like a little hack, because I don't want to use USE_X_PREFIX (the port really doesn't require libX11), so I had to manually set MTREE_FILE.
* Make this work with the perl in -current.reg2000-10-012-0/+40
| | | | No (non-automated) response from: maintainer
* Upgrade to pm3-1.1.15. No major functional changes -- just a fewjdp2000-09-307-11/+11
| | | | bugfixes.
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)knu2000-09-285-5/+8
| | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one.
* Use USE_PYTHON.tg2000-09-2813-0/+13
|
* Use bison.tg2000-09-283-0/+3
|
* Update to 20000927.knu2000-09-282-3/+2
|
* ccio shared library now called libccio.so.0, not libccio-1.2.so.0.sobomax2000-09-271-1/+1
|
* Define USE_RUBY so that bsd.ruby.mk is automatically included.knu2000-09-262-6/+9
|
* Define USE_RUBY so that bsd.ruby.mk is automatically included.knu2000-09-263-0/+12
| | | | Found by: FreshPorts
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-2610-20/+5
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-252-5/+2
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Add missing file (bin/ghcprof).asami2000-09-243-0/+3
| | | | Submitted by: onigiri
* MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org>nakai2000-09-242-2/+2
|
* Update maintainer address.will2000-09-231-1/+1
| | | | Submitted by: maintainer
* Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doingsobomax2000-09-226-170/+406
| | | | | | this commit urgently, as there are -10 minutes left before ports freeze. OK'ed by: PW
* Upgrade to yabasic 2.64kris2000-09-222-2/+2
| | | | Submitted by: Satoshi's big ball of rice
* Install startup file to run the gdomap daemon.tg2000-09-2112-6/+138
|
* Update md5. This should have been 20000918. :(knu2000-09-202-1/+2
| | | | Anyway there seem only some style fixes.
* Update to Ruby 1.6.0 official release.knu2000-09-197-21/+17
| | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX.
* - Update LIB_DEPENDS (to match new libs in commoncpp)jedgar2000-09-181-2/+2
| | | | | - Fix CONFIGURE_ENV (noticed by ade) - Remove gratuitous blank line
* Update to 20000917.knu2000-09-172-2/+2
|
* Update port to 1.2.2jedgar2000-09-172-2/+2
| | | | | PR: 21112 Submitted by: Maintainer
* MASTER_SITE_GNU doesnt carry the latest version of the files.kris2000-09-171-3/+1
|
OpenPOWER on IntegriCloud