summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* turn on quesoobrien1998-10-241-1/+2
|
* QueSO determines a remote OS by sending simple TCP packets and analysingobrien1998-10-247-0/+164
| | | | the result.
* Upgrade to 1.20, remove BROKEN_ELF tag.vanilla1998-10-2410-40/+32
| | | | Submitted by: maintainer.
* Add a patch for gnome_util_user_shll().vanilla1998-10-246-3/+42
|
* Upgrade to 1.15.vanilla1998-10-242-5/+5
|
* Upgrade to 3.3.2.vanilla1998-10-244-34/+43
|
* The previous commit broke this for a.out.asami1998-10-231-1/+5
| | | | | | | | | | === cc -fpic -DPIC -c -O -pipe -DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS mx.c -o mx.so ld -Bshareable -x -soname libc-client.so.2.1 -o libc-client.so.2.1 mail.so misc.so newsrc.so smanager.so osdep.so utf8.so siglocal.so dummy.so pseudo.so netmsg.so flstring.so fdstring.so rfc822.so nntp.so smtp.so imap4r1.so pop3.so unix.so mbox.so mbx.so mmdf.so tenex.so mtx.so news.so phile.so mh.so mx.so ld: libc-client.so.2.1: No such file or directory *** Error code 1 Stop.
* Update MASTER_SITESfenner1998-10-232-6/+8
| | | | Submitted by: Lars.Koeller@post.uni-bielefeld.de
* Activate gnumeric.vanilla1998-10-231-1/+2
|
* sgid kmem for libgtop.vanilla1998-10-231-1/+9
|
* Upgrade to 1.5.6p3, and change erich's email address.vanilla1998-10-234-31/+32
|
* Upgrade to 1.0b12.vanilla1998-10-233-5/+6
|
* Upgrade to v0.40.11.jkoshy1998-10-226-15/+18
| | | | | Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> PR: 8406
* Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>thepish1998-10-2260-620/+900
| | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF
* Looks like someone broke this while fixing the ELF case.... ;)asami1998-10-222-2/+12
| | | | | | | | | | | | | | === /bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la libtool: link: warning: using a buggy system linker libtool: link: relinking will be required before `ffitest' can be installed cc -O -pipe -o .libs/ffitest ffitest.o /usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so creating ffitest ./ffitest ld.so failed: Undefined symbol "ffi_prep_args" in ffitest:/usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so *** Error code 1 Stop.
* Fix various bogons. (I *assume* the libtyphoon.so link was meant forasami1998-10-221-3/+3
| | | | the a.out case, because otherwise the name of the shared library is wrong.)
* Unbreak for ELF.steve1998-10-223-6/+11
| | | | | PR: 8390 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* Activate ja-chasen.kuriyama1998-10-211-1/+2
|
* Japanese Morphological Analysis Systemkuriyama1998-10-217-0/+75
| | | | Submitted by: Jun Kuriyama <kuriyama@FreeBSD.ORG>
* Broken for -stable too (same error).asami1998-10-212-6/+2
|
* upgrade to 6.08.00ache1998-10-213-88/+5
|
* enable gawkandreas1998-10-211-1/+2
|
* New port gawkandreas1998-10-215-0/+24
|
* Unbreak.markm1998-10-2110-112/+78
| | | | | Upgrade to v1.8b3. Fix for Perl5.
* Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing ontoasami1998-10-212-4/+4
| | | | the "STRIP=".
* No need to use += for a variable defined only once.asami1998-10-211-2/+2
|
* Activate TETjkoshy1998-10-211-1/+2
|
* A port of TET3.2c from the Open Group. This port builds the Distributedjkoshy1998-10-215-0/+77
| | | | | | | | | | | | | | TET including threads and C++ support. The port has a number of quirks: - sources and binaries need to be installed under $TET_ROOT for later persual by test suites like the PCTS suite from the opengroup. Consequently this port does not actually install anything under $PREFIX. - though the source to TET3.2c is being made publically available, one still needs to register with the open group prior to download the sources. Consequently this port has been marked `MANUAL_FETCH'.
* yatex-xemacs depends on bash to build.asami1998-10-211-2/+3
|
* Take over as maintainer. Fix manual page placement problem.jkoshy1998-10-211-3/+4
|
* Upgrade to 0.40.10jkoshy1998-10-219-15/+15
| | | | | Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> PR: 8371
* Urk, commit the right patch this time.steve1998-10-211-2/+2
| | | | Noticed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Really convert to ELF. I forget the '-I' switch to patch when Isteve1998-10-211-0/+9
| | | | applied the last set of diffs.
* Remove empty directories on deinstall.steve1998-10-213-5/+10
|
* No need to supply a minor number for shared libraries if it is zero.steve1998-10-212-2/+2
|
* Move manpages from pkg/PLIST to Makefile.steve1998-10-2126-47/+45
|
* typo fix.itojun1998-10-211-1/+2
| | | | Submitted by: myself
* enable ports/misc/crosspad, which is:itojun1998-10-211-1/+2
| | | | | | | | | | This package contains following two utilities: padload - crosspad downloder crosspad2ps - crosspad -> postscript converter more information on CrossPad digitizing notepad: http://www.cross-pcg.com/ Submitted by: Jun-ichiro Itoh <itojun@itojun.org>
* import misc/crosspad, which is:itojun1998-10-216-0/+128
| | | | | | | | | | This package contains following two utilities: padload - crosspad downloder crosspad2ps - crosspad -> postscript converter more information on CrossPad digitizing notepad: http://www.cross-pcg.com/ Submitted by: Jun-ichiro Itoh <itojun@itojun.org>
* Upgrade to 0.4.1, remove the TAG of USE_AUTOCONF,vanilla1998-10-204-10/+10
| | | | | add GNU_CONFIGURE. Remind by: Ollivier Robert
* Upgrade to 0.56.vanilla1998-10-2020-185/+75
|
* Activate gnomeadmin again.vanilla1998-10-201-1/+2
| | | | Remind by: asami
* Remove gnomeadmin.vanilla1998-10-201-2/+1
|
* Japanized Vim-3.0 with {Canna, Canna+Wnn4, Canna+Wnn6, Wnn4, Wnn6 andkuriyama1998-10-2031-0/+443
| | | | | | | | | | | direct connection to Canna}. PKGNAME of japanese/jvim3-direct_canna has 2 dashes like "ja-jvim--direct_canna-3.0.1.3d", but "-direct_canna" is used for specifying compiler option automagically. PR: ports/8115 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Activate jvim3*.kuriyama1998-10-201-1/+8
|
* Broken for non-ELF systems too.asami1998-10-202-4/+4
|
* Make this match reality. I guess you didn't notice the shlib minor changingasami1998-10-206-12/+12
| | | | because you tested it on an ELF system.
* Remove trailing "." from LIB_DEPENDS line.asami1998-10-201-2/+2
|
* This is broken for non-ELF systems too.asami1998-10-206-12/+12
|
* Mark this port broken, the PLIST is out of whack.asami1998-10-202-2/+6
|
OpenPOWER on IntegriCloud