1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

75 Commits

Author SHA1 Message Date
Satoshi Asami
44e7471a07 Add libcnews.a and a corresponding @exec ranlib.
I'm not exactly sure why this was missing, but since it's installed by the
"make install" rule, it definitely should be in the package.
1995-11-22 12:55:16 +00:00
Satoshi Asami
912438a400 Add knews.
Requested by:	joerg
1995-11-21 09:54:20 +00:00
Joerg Wunsch
0f6cdff223 Karl-Johan Johnsson's X11 NNTP newsreader.
Submitted by:	andreas@knobel.gun.de (Andreas Klemm)
1995-11-19 16:55:05 +00:00
Satoshi Asami
9d395164e4 Include include/dbz.h in the package.
Noticed by: the nntp port
1995-11-09 05:49:59 +00:00
Torsten Blum
a922e85ca2 - use systems CFLAGS
- fix the load average check in nnrpd

Approved By: asami
1995-10-25 02:12:08 +00:00
Satoshi Asami
c401fbf12c Typo in PKGNAME! Oh my goodness.
Submitted by:	adam
1995-10-20 08:48:03 +00:00
Satoshi Asami
38594e1116 Use BUILD_DEPENDS on ${PREFIX}/libexec/ctime instead of
.if !exists(${PREFIX}/...), this is not a very clean solution but
the previous version simply didn't work because ${PREFIX} wouldn't
be substituted at this point.
1995-10-10 07:28:10 +00:00
Satoshi Asami
3597efba4b Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
1995-10-10 07:24:14 +00:00
Torsten Blum
dce243e0ee add libinn.a and it's header files to the package list 1995-10-06 14:38:53 +00:00
Torsten Blum
ddd2e38f20 - add an `update' target (won't overwrite configuration files
- install libinn.a and it's header files
1995-10-06 14:33:05 +00:00
Adam David
816e71aa21 distribution was updated 1995-10-05 10:21:14 +00:00
Satoshi Asami
1f43de46ba Convert all makefiles to new formats. 1995-10-03 11:45:15 +00:00
Andrey A. Chernov
b5b90cf677 Change EXEC_DEPENDS -> RUN_DEPENDS 1995-09-23 17:28:02 +00:00
Torsten Blum
34750bc348 the patches has been moved to another directory... 1995-08-08 21:50:39 +00:00
Torsten Blum
36852e9bb1 add rkive to the SUBDIRs list 1995-07-15 22:48:36 +00:00
Torsten Blum
2442984436 rkive - a USENET newsgroup archiver 1995-07-15 22:46:26 +00:00
Satoshi Asami
da99bf2171 To the do-install target:
(1) Add a "rm -f ${PREFIX}/bin/inews", install was failing when it tried
    to overwrite an inews installed by a separate package (it su's first).

(2) Add "-c" to install lines of manpages.
1995-07-02 12:40:13 +00:00
Torsten Blum
32827e75fd add a NO_PACKAGE=yes 1995-07-02 10:08:13 +00:00
Torsten Blum
2d432a43de use /var/news/over.view for the overview database (NOV) 1995-07-02 09:43:10 +00:00
Satoshi Asami
ee12f980ac Add tin, convert Makefile along the way. 1995-07-01 10:08:26 +00:00
Satoshi Asami
224de7fb76 The tin newsreader, version 1.22. I know 1.3beta is out, but it's
changing quite rapidly according to Peter.  If someone is willing to
maintain it, go ahead and upgrade.

By the way, this is the 300th port.  Congratulations Peter, you get
any ten of the 300 ports for free! :)

Submitted by:	Peter Wemm <peter@haywire.DIALix.COM>
1995-07-01 10:07:18 +00:00
Andrey A. Chernov
27216f7df7 Change non-existent /usr/tmp to /var/tmp 1995-06-18 12:45:49 +00:00
Satoshi Asami
9fe6ec35b8 Fix these bugs.
- The expiration processing fails when attempting to store a long message-id
  in the new DBZ database. If left uncorrected, a disk full condition is
  likely to occur.
- When innxmit (on the master) encounters a news article that is
  cross-posted to LOTS of other newsgroups it segmentation faults.

Submitted by:	torstenb
1995-06-05 13:45:08 +00:00
Satoshi Asami
cf06af978e Add public patch for select loop problem.
Submitted by:	torstenb
1995-05-30 09:56:20 +00:00
Adam David
276df59433 name all lib/news/* and libexec/news/* 1995-05-14 16:26:56 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
8398ee1b87 Sort. 1995-05-13 09:18:11 +00:00
Satoshi Asami
6635ff2b24 # is not a valid comment character.... ;) 1995-05-12 07:45:34 +00:00
Satoshi Asami
fba225d3b0 Delete the @cd into man directories and append man/man? to all
the man pages.
1995-05-12 07:34:00 +00:00
Satoshi Asami
c3ef9a1872 Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solves
the packaging problem.
1995-05-09 00:48:44 +00:00
Andrey A. Chernov
0e51237669 Activate munpack
Use proper inews path
Upgrade config.sh to 3.6
1995-05-06 11:51:57 +00:00
Satoshi Asami
a580214845 Fix the post-install target (gzipping manpages). inews.1 was missing
the ".1" suffix and something apperaed twice.  It still doesn't
package though (distrib.pats.5.gz and passwd.nntp.5.gz are
missing).
1995-05-05 09:21:43 +00:00
Torsten Blum
bdafc1dbf9 manpages are compressed now... 1995-05-04 22:51:58 +00:00
Torsten Blum
7d6e6ba0ad - add myself as MAINTAINER 1995-05-04 22:39:46 +00:00
Satoshi Asami
84a041dc5a nntpxmit and shlock moved from bin to libexec/news. 1995-04-25 10:44:17 +00:00
Satoshi Asami
b3bd749aea Typo (nnusages -> nnusage) 1995-04-24 09:24:25 +00:00
Satoshi Asami
6db9c10ff1 Add "-" in front of "ln -s" so that it won't be fatal if the link
already exists.
1995-04-24 09:21:52 +00:00
Satoshi Asami
76573ce60c {WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p 1995-04-24 09:15:30 +00:00
Satoshi Asami
069e6920d0 Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
1995-04-24 09:10:36 +00:00
Satoshi Asami
a12f523a73 Updated for new bsd.port.mk. 1995-04-22 12:06:02 +00:00
Adam David
b7bb2b8db1 find dbz.h and libcnews.a under ${PREFIX}/{include,lib} 1995-04-18 14:37:45 +00:00
Adam David
963090c1f4 use ${PREFIX} instead of /usr/local 1995-04-18 13:56:22 +00:00
Adam David
88a4b39650 install dbz.h and libcnews.a so that nntp and anything else that might use them
can pick them up from /usr/local/{include,lib}
1995-04-18 11:54:42 +00:00
Andrey A. Chernov
30c64255c6 Cleanup/termios support/off_t -> long and much more 1995-04-15 03:12:11 +00:00
Satoshi Asami
e87af43c40 Makefiles of news ports cleaned up! 1995-04-11 23:29:46 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
5b80e7aa08 Move the target of the pre-build to the pre-install. At the time of the
pre-build inews can't be build because it uses hostname.o from the nn
source that is not yet build.
1995-02-26 23:16:23 +00:00
Andreas Schulz
659c6f9340 One more of this extra tabs in a Makefile. 1995-02-23 10:40:58 +00:00
Paul Traina
e1f99584be use "echo | su" instead of "su -c" 1995-01-24 16:43:07 +00:00
Paul Traina
6de501272b Add cnews back in 1995-01-24 03:21:03 +00:00