1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

1887 Commits

Author SHA1 Message Date
Satoshi Asami
7bbb015f21 Upgrade, 1.0r2X -> 1.0r3X. 1995-07-03 08:45:29 +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
7b200c6c0f Name of category is "utilities", not "utils"! ;) 1995-07-02 01:10:11 +00:00
Torsten Blum
c16f5c3cf9 update (to 2.6-beta 10) 1995-07-01 21:52:13 +00:00
Joerg Wunsch
14cc166930 team - portable multi-buffered tape streaming utility 1995-07-01 17:57:54 +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
Satoshi Asami
f0a01488cd Add xmix, convert Makefile along the way. 1995-07-01 09:19:52 +00:00
Satoshi Asami
130d79b64d Add xspread. Convert the Makefile along the way to "SUBDIR+=" format. 1995-07-01 09:17:15 +00:00
Satoshi Asami
3d17e331f4 An X-based mixer program.
Submitted by:	Janusz Kokot <janek@gaja.ipan.lublin.pl>
1995-07-01 09:12:52 +00:00
Satoshi Asami
23f4b32ac7 An X-based spreadsheet program.
Submitted by:	Janusz Kokot <janek@gaja.ipan.lublin.pl>
1995-07-01 09:12:09 +00:00
Satoshi Asami
1022b5b750 Add sunsite to list of master sites. 1995-07-01 09:00:36 +00:00
Satoshi Asami
4339e33ed0 Set IS_INTERACTIVE, user should set USA_RESIDENT to YES or NO.
Ok'd by: ache
1995-07-01 08:30:48 +00:00
Satoshi Asami
78eb1fe689 New Makefile for a new category. Currently contains cpmemu only. 1995-07-01 08:07:18 +00:00
Satoshi Asami
0ca1c16150 Change name of executable and package to cpmemu, to avoid confusion
with the existing CP/M floppy read/write utility.
1995-07-01 08:04:25 +00:00
Satoshi Asami
b478f8421c Add "emulators", also convert SUBDIR list to a bunch of "+="'s. 1995-07-01 07:58:11 +00:00
Satoshi Asami
e1d220846f The CP/M emulator is the first resident of the new "emulators" category.
Submitted by:	"Janusz Kokot" <JKOKOT@demeter.ipan.lublin.pl>
1995-07-01 07:55:28 +00:00
Jean-Marc Zucconi
e863f371fe Change the distfiles names: they now contain the version number 1995-06-27 12:56:00 +00:00
Satoshi Asami
27e88f10fc Use
/usr/local/share/emacs/site-lisp
/usr/local/lib/mule-site-lisp

as the "site-lisp" directories.  Basically all I did was tuck

--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp

to the end of CONFIGURE_ARGS.

Also, all the patch-aa's are unnecessary because bsd.port.mk now will
take ${CFLAGS} from /etc/make.conf and put it in the environment before
calling configure.
1995-06-27 10:45:42 +00:00
Torsten Blum
a89983aacf Disable NOTE by default.
To enable NOTE, uncomment  "# ENABLE_NOTE=yes" in Makefile

Reviewed by:	dima
1995-06-27 00:13:21 +00:00
Satoshi Asami
1cb9339831 Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.
Submitted by:	roberto@blaise.ibp.fr (Ollivier Robert)
1995-06-26 19:14:00 +00:00
Andrey A. Chernov
ba83f5a272 Remove NO_PACKAGE, it depends now on USA_RESIDENT variable
which must be set to YES or NO to build this package
1995-06-26 15:00:37 +00:00
Satoshi Asami
872a4f71ad Revised PLIST, with all the correct permissions and ownerships.
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-26 09:28:10 +00:00
Satoshi Asami
814aebf9c6 ${XMKMF} -> xmkmf, so that "make includes" and such won't get invoked
twice.

Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-26 09:27:45 +00:00
Satoshi Asami
ae6515a2cb While I'm at it, add "--with-x-toolkit" to the configure args. It
looks much nicer that way.
1995-06-26 09:13:58 +00:00
Satoshi Asami
0a371ef8fb Strip binaries. 1995-06-26 08:25:34 +00:00
Satoshi Asami
a097993016 Use
ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/

as our distribution point for distfiles and patches.  Other than
cosmetic changes (freebsd.cdrom.com -> ftp.freebsd.org), the
omission of "ports" is important.  I would like to move this
directory completely out of the ports tree (on the ftp site),
so that people who do "get ports.tar.gz" won't get a bogus distfiles
-> ../distfiles symlink (which will make "make fetch" fail).

Sometime around the 2.1 release, the distfiles link will be deleted.
1995-06-26 07:06:59 +00:00
Satoshi Asami
63d9968543 Use full pathnames for the commands. Everything except gmake and
xmkmf (i.e., everything in the base distribution) should be referred
to by full pathnames.

Suggested by:	rgrimes, originally from one of his customers
1995-06-26 07:01:20 +00:00
Satoshi Asami
f3c4de62e0 Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
1995-06-26 06:03:45 +00:00
Satoshi Asami
52bfc5a35c Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
1995-06-26 05:58:07 +00:00
Andrey A. Chernov
1dc0c36a4d Replace do-install with INSTALL_TARGET 1995-06-26 05:00:44 +00:00
Satoshi Asami
ca8af5dac8 Add "PREFIX=${PREFIX}" to the do-install target so that things don't
go in /bin, /man, etc.  (Note: the last isn't a directory name.)

Also add a comment on why it IS_INTERACTIVE (I need to hit a return).
1995-06-26 04:34:40 +00:00
Satoshi Asami
35f8d33b12 Check if uid is 0 before running mtree. If you aren't root, you just
get a message (instead of a bunch of crap from mtree).
1995-06-26 00:30:48 +00:00
Joshua Peck Macdonald
f105f87b04 Updated to version 2.1.7 1995-06-26 00:15:00 +00:00
Joshua Peck Macdonald
60b13b9963 Reviewed by:
Submitted by:
Obtained from:
1995-06-26 00:13:51 +00:00
Satoshi Asami
7562cd13e5 Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6
(and this is correct!).
1995-06-25 22:29:26 +00:00
Torsten Blum
efcb303c51 enable the NOTE command 1995-06-25 14:52:56 +00:00
Satoshi Asami
171b1e7913 Add "PKGNAME=kon-0994e". 1995-06-25 11:46:09 +00:00
Satoshi Asami
2e1b72a11c Add new option NO_MTREE. If set, bsd.port.mk won't run mtree to
set permissions and ownerships of PREFIX (usually /usr/local).  This
is the default if USE_IMAKE or USE_X11 is set.

This should be useful for machines like thud, where we want to keep
the /usr/local subtree writable to a group ("ports" in our case).  Anybody
who installs stuff in /usr/local should have this set in the environment.

Note this won't affect anything the pkg_* suite does.
1995-06-25 06:30:51 +00:00
Torsten Blum
c15cdf948d Add official mirror sites 1995-06-25 03:32:15 +00:00
Satoshi Asami
9d7c1e384b Delete "BROKEN: flexfax", it's officially gone now. 1995-06-24 18:43:00 +00:00
Jean-Marc Zucconi
7f2b6c4e13 Add lisp files for the emacs interface 1995-06-24 17:14:08 +00:00
Jean-Marc Zucconi
f72e38b87e Upgrade to the 95/06 version 1995-06-24 16:35:58 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
9688e7d314 Add a "checkpatch" target that does a "patch -C" instead of a "patch".
Note that the two "touch"s I took out from do-patch shouldn't have
been there in the first place.

This target may give incorrent results if two separate patches deal
with the same file, and their hunks overlap.  (But having those kinds
of patches are bad, and they should be merged anyway.)

Reviewed by:	hsu
1995-06-24 10:27:23 +00:00
Satoshi Asami
6510b37ab2 Added kon. 1995-06-24 09:25:51 +00:00
Satoshi Asami
ce9435035e A Japanese console driver for VGA consoles.
Submitted by:	Takashi Ogura <ogura@st.rim.or.jp>
1995-06-24 09:25:17 +00:00
Andrey A. Chernov
1c4d764320 Upgrade from alpha 10 to alpha 11, previous alpha not exists on master site now 1995-06-24 00:14:40 +00:00