aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dynamic loading module input method `Wnn' on Emacs.Jun Kuriyama1999-01-119-0/+149
| | | | | | | | PR: ports/8833 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16009
* Dynamic loading module input method `Canna' on Emacs.Jun Kuriyama1999-01-115-0/+67
| | | | | | | | PR: ports/8832 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16008
* Activate emacs20-dl-{canna,wnn6}.Jun Kuriyama1999-01-111-1/+3
| | | | Notes: svn path=/head/; revision=16007
* use -lGL instead of -lMesaGLSeiichirou Hiraoka1999-01-112-11/+11
| | | | Notes: svn path=/head/; revision=16006
* (1) Add ONLY_FOR_ARCHS and NOT_FOR_ARCHS. They are list of architecture namesSatoshi Asami1999-01-111-19/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (as given by "uname -m") by which you can specify which architectures the port is appropriate for. Idea borrowed from: NetBSD, OpenBSD Reviewed by: simokawa (2) New variable PERL_ARCH (value: ${ARCH}-freebsd) that is also passed to ${PLIST_SUB}. Use it to simplify PLISTs. Submitted by: simokawa (3) Check OSVERSION as well as existence of /usr/bin/perl5 before assuming USE_PERL5 is to be a no-op. Basically to allow building of 2.2-INDEX on a 3.0 machine. (4) Change USE_QT definition to use new shlib version (2) and directory (qt142). (5) Uncomment temporary Motif dependency for parallel package building. We still need to figure out a way to install the pkg database files, but it's a start. (6) Move EXTRACT_SUFX up into the pre.mk area so it can be used in exists() tests. (7) Add MASTER_SITE_COMP_SOURCES. Note that this is defined like "/pub/usenet/comp.sources.%SUBDIR%/" so you can specify something like "SUBDIR=x/volume18" to select the newsgroup as well as subdirectory name. Submitted by: "distfiles" fenner (8) Other misc. master site cleanup. Submitted by: "distfiles" fenner (9) New target "maintainer". I intend to use it to auto-mail failure build failure notices to the maintainer. Notes: svn path=/head/; revision=16004
* Escape @ for perl5.Dirk Froemberg1999-01-111-2/+2
| | | | | | | Submitted by: Andrew Arensburger <arensb@cfar.umd.edu> Notes: svn path=/head/; revision=16003
* BUILD_DEPENDS on emacs binary.Satoshi Asami1999-01-112-6/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16002
* I tried to be too cute with the DEPENDS stuff. Change all install targetsSatoshi Asami1999-01-111-2/+2
| | | | | | | | | to "install". Reported by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> Notes: svn path=/head/; revision=16001
* Activate the xtron port.Steve Price1999-01-111-1/+2
| | | | Notes: svn path=/head/; revision=16000
* Initial import of xtron version 1.1a.Steve Price1999-01-118-0/+99
| | | | | | | | | | The game of Tron for the X Windowing System. PR: 6171 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=15999
* Activate the flick port.Steve Price1999-01-111-1/+2
| | | | Notes: svn path=/head/; revision=15998
* Initial import of flick version 1.1.Steve Price1999-01-115-0/+107
| | | | | | | | | | The Flexible IDL Compiler Kit. PR: 6153 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=15997
* Activate the ml port.Steve Price1999-01-111-1/+2
| | | | Notes: svn path=/head/; revision=15996
* Initial import of ml-3.3.Steve Price1999-01-119-0/+227
| | | | | | | | | | An X11 IMAP client. PR: 6018 Submitted by: Jeroen Hogeveen <albast@xs4all.nl> Notes: svn path=/head/; revision=15995
* Fix build, add new patches, and cleanup PLIST.Steve Price1999-01-114-10/+152
| | | | | | | | PR: 9219 Submitted by: maintainer Notes: svn path=/head/; revision=15994
* Add another MASTER_SITE.Steve Price1999-01-111-2/+3
| | | | | | | | PR: 9430 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=15993
* Update to version 2.4.11.Steve Price1999-01-119-51/+48
| | | | Notes: svn path=/head/; revision=15992
* Oops, needs "build", not "extract" from sam.Satoshi Asami1999-01-111-2/+2
| | | | Notes: svn path=/head/; revision=15991
* Add bzip2 dependency. They were missing in some kde*11 Makefiles.Satoshi Asami1999-01-1115-15/+32
| | | | Notes: svn path=/head/; revision=15990
* There are a total of 5 locale specific message files, that can not beStefan Eßer1999-01-1010-45/+76
| | | | | | | | | installed. Until this is fixed in the KDE sources, those files have to be removed from the Makefiles that deal with them and from the PLIST of this port ... Notes: svn path=/head/; revision=15989
* Unbreak for ELF. Also add FETCH_BEFORE_ARGS=-b so we can getSteve Price1999-01-101-2/+2
| | | | | | | | | the distfile. Submitted by: Faried Nawaz <fn@hungry.org> Notes: svn path=/head/; revision=15988
* Activate the libcii port.Steve Price1999-01-101-1/+2
| | | | Notes: svn path=/head/; revision=15987
* Initial import of libcii version 1.1.Steve Price1999-01-107-0/+249
| | | | | | | | | | Library from "C Interfaces and Implementations" by David Hanson. PR: 6504 Submitted by: J Han <hjh@photino.com> Notes: svn path=/head/; revision=15986
* Install the sr binary as sample-robot to avoid a possible conflict withSteve Price1999-01-102-3/+3
| | | | | | | | | another binary of the same name installed by the lang/sr port. PR: 8946 Notes: svn path=/head/; revision=15985
* Update to version 1.0.0 and use ncurses in the base system.Steve Price1999-01-104-32/+45
| | | | | | | | PR: 9121 Submitted by: maintainer Notes: svn path=/head/; revision=15984
* Activate the amaya port.Steve Price1999-01-101-1/+2
| | | | Notes: svn path=/head/; revision=15983
* Initial import of amaya version 1.4.Steve Price1999-01-106-0/+203
| | | | | | | | | | W3C's testbed web browser/editor. PR: 9210 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=15982
* Update to grail-0.5.Jacques Vidrine1999-01-102-8/+8
| | | | Notes: svn path=/head/; revision=15981
* Update to version 0.9.13.Steve Price1999-01-106-46/+84
| | | | | | | | PR: 9326 Submitted by: maintainer Notes: svn path=/head/; revision=15980
* Update maintainer's email address.Steve Price1999-01-103-7/+7
| | | | | | | | PR: 9342 Submitted by: hjh@photino.com Notes: svn path=/head/; revision=15979
* Update to version 1.4.Steve Price1999-01-104-9/+36
| | | | | | | | PR: 9344 Submitted by: maintainer Notes: svn path=/head/; revision=15978
* Unbreak build.Steve Price1999-01-108-14/+70
| | | | | | | | PR: 9345 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=15977
* Update to version 1.5.7.4.Steve Price1999-01-103-18/+17
| | | | | | | | PR: 9346 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=15976
* Update to version 3.5-1.0p1.Steve Price1999-01-102-4/+4
| | | | | | | | PR: 9348 Submitted by: maintainer Notes: svn path=/head/; revision=15975
* Update to version 1.5.Steve Price1999-01-102-5/+5
| | | | | | | | PR: 9363 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=15974
* Add USE_X_PREFIX so this builds again.Steve Price1999-01-104-6/+8
| | | | | | | | PR: 9365 Submitted by: maintainer Notes: svn path=/head/; revision=15973
* Checksum of diffs changed.Steve Price1999-01-101-1/+1
| | | | | | | | PR: 9368 Submitted by: maintainer Notes: svn path=/head/; revision=15972
* Update to version 2.0.2.Steve Price1999-01-104-6/+6
| | | | | | | | PR: 9377 Submitted by: maintainer Notes: svn path=/head/; revision=15971
* Update to version 3.8.2.Steve Price1999-01-103-3/+5
| | | | | | | | PR: 9378 Submitted by: maintainer Notes: svn path=/head/; revision=15970
* Update to version 0.996.Steve Price1999-01-103-13/+15
| | | | | | | | PR: 9380 Submitted by: maintainer Notes: svn path=/head/; revision=15969
* Portlint clean and honor CFLAGS.Steve Price1999-01-102-5/+7
| | | | | | | | PR: 9383 Submitted by: maintainer Notes: svn path=/head/; revision=15968
* Warn the user if a news spool directory doesn't exist. Also add anotherSteve Price1999-01-101-3/+5
| | | | | | | | | | MASTER_SITE. PR: 9389 Submitted by: maintainer Notes: svn path=/head/; revision=15967
* Update to version 4.0.2.Steve Price1999-01-107-58/+67
| | | | | | | | PR: 9400 Submitted by: maintainer Notes: svn path=/head/; revision=15966
* uname(1) is in /usr/bin.Steve Price1999-01-101-1/+14
| | | | | | | | PR: 9404 Submitted by: maintainer Notes: svn path=/head/; revision=15965
* Update to version 1.2.3.Steve Price1999-01-102-4/+4
| | | | | | | | PR: 9415 Submitted by: maintainer Notes: svn path=/head/; revision=15964
* Urk, forgot to commit this with previous update.Steve Price1999-01-101-3/+3
| | | | Notes: svn path=/head/; revision=15963
* Avoid installing libTkSteal.so if it exists.Steve Price1999-01-102-4/+4
| | | | Notes: svn path=/head/; revision=15962
* Add back the required .so symlink for OBJFORMAT == elf.Steve Price1999-01-101-1/+3
| | | | Notes: svn path=/head/; revision=15961
* Replace -soname with -Wl,-soname.Hidetoshi Shimokawa1999-01-101-2/+2
| | | | | | | Alpha's cc doesn't have -soname option. Notes: svn path=/head/; revision=15960
* Remove a useless target.SADA Kenji1999-01-101-7/+1
| | | | Notes: svn path=/head/; revision=15959