1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

900 Commits

Author SHA1 Message Date
Mark Murray
ceedb8af33 Duh!
Previous commit taught exim to use ``configure.sample'' as its default
configuration file instead of ``configure''. Fix that and a PLIST nit.
1998-11-18 11:42:46 +00:00
Mark Murray
44c2c6a107 Unbreak.
Added some more reliable mirrors (well-spread across earth masses).
1998-11-17 11:05:15 +00:00
Satoshi Asami
d42e9aab80 Mark broken, can't fetch from single master site. 1998-11-17 04:12:10 +00:00
Jun-ichiro itojun Hagino
88edd839df declare "extern char *optarg".
(I can't blindly include getopt.h since older FreeBSD doesn't have one)

remove BROKEN mark (could someone check this?).
1998-11-16 16:33:37 +00:00
Justin M. Seger
46ce5f763a Mark BROKEN:
===>  Building for rblcheck-1.4
cc -O -pipe -Wall -s rblcheck.c  -o rblcheck
rblcheck.c: In function `main':
rblcheck.c:333: warning: implicit declaration of function `getopt'
rblcheck.c:351: `optarg' undeclared (first use this function)
rblcheck.c:351: (Each undeclared identifier is reported only once
rblcheck.c:351: for each function it appears in.)
rblcheck.c:383: warning: suggest parentheses around assignment used as truth value
*** Error code 1
1998-11-16 13:15:26 +00:00
Mark Murray
bfcc6414a5 Upgrade to version 2.053 (test release), which includes embedded perl
support and incorporates some FreeBSD-specific patches.
1998-11-16 09:45:24 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Steve Price
587c8c488f Allow a non-root user to build this port if the majordom user and
group already exist.
1998-11-09 01:09:25 +00:00
Jun Kuriyama
7c3c0a5743 Activate mew-{emacs20,xemacs20,xemacs-mule}. 1998-11-05 22:14:12 +00:00
Jun Kuriyama
866fbeb23b Message interface to Emacs Window(for xemacs20)
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR:		ports/8233 (part of)
1998-11-05 22:13:27 +00:00
Jun Kuriyama
adfd424e0d Message interface to Emacs Window(for xemacs-mule)
Submitted by:   KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR:             ports/8233 (part of)
1998-11-05 22:11:54 +00:00
Jun Kuriyama
8f7a4e3c13 Message interface to Emacs Window(for emacs20)
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR:		ports/8233 (part of)
1998-11-05 22:10:45 +00:00
Jun Kuriyama
617d85793c Upgrade to v1.93
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR:		ports/8233 (part of)
1998-11-05 14:32:54 +00:00
Jun-ichiro itojun Hagino
2dbb7706c7 obey CFLAGS and CC defintion from bsd.port.mk.
Submitted by:	Mikhail Teterin <mi@video-collage.com>
email Message-Id: <199811042059.PAA03130@video-collage.com>
1998-11-05 12:18:26 +00:00
John Polstra
bbb9b75064 Fix the name of the created partition directory to agree with the
name in the supplied configuration file.
1998-11-04 01:34:59 +00:00
John Polstra
6247a9f959 Update "Version required" comment. 1998-11-04 01:18:33 +00:00
John Polstra
34bfb08fee The last line of this file didn't have a terminating newline. Add one. 1998-11-04 01:17:30 +00:00
Bill Fenner
7dbaed72c0 Add additional MASTER_SITE
Submitted by:	Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
1998-10-28 17:00:51 +00:00
Steve Price
9c9fbeb361 The imap-uw port is fixed now. 1998-10-26 13:55:03 +00:00
Steve Price
ddb7b886d3 Fix a braino I introduced that made this fail in -stable. 1998-10-26 13:54:24 +00:00
Satoshi Asami
c583d1fa82 imap-uw took this one with it when it died. 1998-10-26 04:49:25 +00:00
Satoshi Asami
66557641c4 The previous commit broke this for a.out.
===
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.
1998-10-23 18:42:49 +00:00
Steve Price
8c3c71df0d Move manpages from pkg/PLIST to Makefile. 1998-10-20 01:43:13 +00:00
Steve Price
7b97e507de Remove empty directories on deinstall. 1998-10-20 01:41:32 +00:00
Steve Price
61364d3530 Make this port reinstall friendly. 1998-10-20 01:40:03 +00:00
Steve Price
0da62a3645 Remove empty directories on deinstall. 1998-10-20 01:27:08 +00:00
Jun-ichiro itojun Hagino
69a685a6d5 upgrade original distribution (1.4)
patched the source code so that we can specify the target by FQDN.
(the patch is sent to the original author)
1998-10-19 16:51:13 +00:00
Justin M. Seger
c1f674f5c5 Unbreak for elf after imap fix.
Pointed out by:	steve
1998-10-14 00:24:23 +00:00
Justin M. Seger
07b27dcf41 Unbreak.
Subbmitted by:	steve
1998-10-13 23:25:07 +00:00
Justin M. Seger
81d9e0e4c2 Unbreak for ELF.
Submitted by:	steve
1998-10-13 04:18:50 +00:00
Justin M. Seger
34dd10ee15 Unbreak.
Submitted by:	steve
1998-10-13 02:44:51 +00:00
Justin M. Seger
b68f85e2e3 Unbreak for ELF.
Submitted by:	steve
1998-10-13 01:32:55 +00:00
Justin M. Seger
00442cf114 Mark BROKEN for ELF:
depends on imap-uw
1998-10-12 21:11:48 +00:00
Justin M. Seger
2276b72f2d Mark BROKEN for ELF:
g++ -o mmr main.o rcfile.o listing.o handlemail.o commands.o terminal.o mailmsg.o  mime.o mimetype.o base64.o filemap.o iobottle.o my_regex.o outgoing.o  md5/libmd5.a -lncurses -lcompat
cc: md5/libmd5.a: No such file or directory
*** Error code 1
1998-10-12 19:24:09 +00:00
Justin M. Seger
5296bcdf55 Mark BROKEN for ELF:
cd mtest;make
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c mtest.c
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o -L../c-client -lc-client `cat ../c-client/LDFLAGS`
/usr/libexec/elf/ld: cannot open -lc-client: No such file or directory
*** Error code 1
1998-10-12 19:17:34 +00:00
Justin M. Seger
e427e93123 Mark BROKEN for ELF:
gcc -o eximon.bin  -L/usr/X11R6/lib  dummies.o os.o  spool_in.o store.o string.o tree.o em_StripChart.o em_TextPop.o em_globals.o em_init.o  em_log.o em_main.o em_menu.o em_queue.o em_strip.o  em_text.o em_xs.o em_version.o -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a      -lc
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-12 18:48:52 +00:00
Justin M. Seger
480000b2c9 Mark BROKEN for ELF:
cc coolmail.o display_list.o render1.o  colors.o  -L/usr/X11R6/lib -lXt -lX11 -lm -lXext -o coolmail
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-12 18:38:00 +00:00
Justin M. Seger
782ec798e6 Mark BROKEN for ELF:
===>  Installing for bulk_mailer-1.11
===>   Generating temporary packing list
-s: not found
*** Error code 1

also remove patch-ac which is no longer neccessary
1998-10-12 18:33:55 +00:00
Steve Price
790c5429cc Update to version 4.6.0.
PR:		8238
Submitted by:	maintainer
1998-10-10 05:37:10 +00:00
Steve Price
a967d97eb1 Update version required to 2.05.
PR:		8209
Submitted by:	maintainer
1998-10-10 04:12:51 +00:00
Steve Price
d3879169e8 Sync with maintainer's local copy by adding SIZE to files/md5
and fixing up a new patch.

Submitted by:	maintainer
1998-10-10 03:25:39 +00:00
Satoshi Asami
bbba9fc4cc Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
1998-10-09 10:05:56 +00:00
Satoshi Asami
11dc37ec98 Escape single-quote in BROKEN string. 1998-10-09 03:31:53 +00:00
Jun Kuriyama
1df34a16c1 Updated the port im-100(mail/im).
PR:		ports/8008
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
1998-10-09 02:46:14 +00:00
Mark Murray
5353fdd9eb Update to 2.05: Major bugfixes 1998-10-08 14:31:03 +00:00
Joseph Koshy
888c6af683 Upgrade to v1.11.
Submitted by:	Studded <Studded@dal.net>
1998-10-08 05:06:16 +00:00
Mark Murray
64fb7f1aad Update to 2.02; set Sheldon Hearn as maintainer.
*NOTE* Configure file is not backward compatible!!
The new configure file is installed as configure.sample.
1998-10-07 10:49:32 +00:00
Andrey A. Chernov
6889f2dbd2 Use PERL variable for script 1998-10-07 10:15:19 +00:00
Andrey A. Chernov
8cef93096f upgrade to 0.46 1998-10-06 15:15:29 +00:00
Andrey A. Chernov
8a54a73862 properly suppress cmadline recipients for -t 1998-10-06 12:01:18 +00:00