1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

150 Commits

Author SHA1 Message Date
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
Satoshi Asami
fc1a27b034 Add mirror. 1995-05-19 07:24:45 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Adam David
826ba597bc do away with the unique uid/group, this was an artifact of the port for 1.1 1995-05-15 17:47:51 +00:00
Adam David
4f9af9d0ce Oops, move generation of temp PLIST into post-build: target 1995-05-14 13:57:57 +00:00
Adam David
1ee3007e14 workaround for package creation, by copying to a temporary PLIST 1995-05-14 12:46:06 +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
Andrey A. Chernov
ff7f3fb163 Update to current ports scheme 1995-05-13 13:00:09 +00:00
Satoshi Asami
e24a783032 Add moxftp, vic and xgopher, put tintin++ in alphabetical order. 1995-05-13 09:16:48 +00:00
Satoshi Asami
fbb78febf2 Major cleanup. Make sure all parts agree with each other.
Submitted by:	Javier Martin Rueda <jmrueda@diatel.upm.es>
1995-05-12 12:23:15 +00:00
Satoshi Asami
868b705dbf Add back gopher. 1995-05-12 08:20:53 +00:00
Satoshi Asami
9960951c3d Fix typo (gopder -> gopher). 1995-05-12 02:38:20 +00:00
Satoshi Asami
022575e10c Submitted by: Marc Ramirez <mrami@mramirez.sy.yale.edu>
gopherd/AUTH.c uses fgetpwent, which doesn't exist on FreeBSD.  My
solution was simply to #ifdef it out.
1995-05-12 02:37:58 +00:00
Satoshi Asami
db7b9844e5 Upgrade. 1995-05-12 02:37:45 +00:00
Torsten Blum
1942ed23e3 use compressed manpage
remove @cwd
1995-05-06 00:28:12 +00:00
Torsten Blum
acb32e0bb9 - add myself as MAINTAINER
- compress manpage
1995-05-06 00:27:35 +00:00
Adam David
56a5ae561e oops, make sure ${WRKDIR} exists before fetching distfiles.
This is done to avoid using a .dotfile in the ports tree.
1995-05-05 20:36:10 +00:00
Adam David
0efbdf5702 enable gn 1995-05-05 20:22:33 +00:00
Adam David
0489703f08 don't install for is_depended: target
Reviewed by:
Submitted by:
Obtained from:
1995-05-04 23:25:53 +00:00
Adam David
098f43ea5d disable compilation for X due to internal struct changes between versions. 1995-05-04 19:56:18 +00:00
Adam David
9ebe332a30 distribution patches are in a subdirectory of ${DISTFILES} 1995-05-04 18:50:08 +00:00
Adam David
c3f02fd49c let it build from read-only media
let distribution patches be gathered in a subdirectory of ${DISTFILES} when
  support for this becomes available in bsd.port.mk
minor tidyup
1995-05-04 18:48:06 +00:00
Adam David
cb8ccd0deb patchfile was missing 1995-05-04 03:12:08 +00:00
Adam David
ad98100d7b much simplified fetching and author patching, using bsd.port.mk
general tidyup
1995-05-04 03:11:21 +00:00
Adam David
2bdb1b051f fixed the broken package creation 1995-05-03 19:24:04 +00:00
Adam David
4c9288c9f6 fixed the broken package creation
added languages to CATEGORIES
added myself as MAINTAINER
general tidyup and remove redundant processing
1995-05-03 19:23:39 +00:00
Satoshi Asami
03e632fc5c Upgrade, 1.9.11 -> 1.9.13. 1995-05-03 03:18:07 +00:00
Satoshi Asami
4b4356397f Add more CATEGORIES. packages/orphans is now empty. 1995-05-03 02:22:33 +00:00
Satoshi Asami
f25cdf6168 Change package to do-package. 1995-05-02 13:39:49 +00:00
Jordan K. Hubbard
051eae260a Add wwwish. 1995-04-28 16:01:41 +00:00
Mark Murray
73eff1cf2b Added two South African Archie sites to the "known Archies" list. 1995-04-26 16:44:38 +00:00
Adam David
2c030dec19 @srcdir . 1995-04-24 16:53:06 +00:00
Adam David
8c7c713f14 added convulutions for package creation with ${PREFIX} != /usr/local 1995-04-24 16:52:12 +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
10c005c34b (1) Use PATCHFILES.
(2) Call scripts/untrue for all the Makefile.in's from pre-configure.
1995-04-24 08:26:50 +00:00
Satoshi Asami
7c1687a865 Take out slirp, it is upgraded and the old port doesn't work. 1995-04-24 08:16:58 +00:00
Satoshi Asami
99bbfced7c Take out gopher for now. 1995-04-24 07:54:15 +00:00
Satoshi Asami
76f5c1cbc0 Update, 2.1 -> 2.1.3.
NOTE: THIS DOES NOT WORK.  Someone please fix AUTH.c, it uses fgetpwent(),
which, according to the comments, is a replacement of setpwfile(), which
according to the manpage of getpwent(), is deprecated.
1995-04-24 07:53:15 +00:00
Satoshi Asami
eb8b111fd5 Let's update checksum too!
Reviewed by:
Submitted by:
Obtained from:
1995-04-24 07:42:54 +00:00
Satoshi Asami
ddc3f538a6 Update for new bsd.port.mk (target renaming). 1995-04-22 12:30:11 +00:00
Jordan K. Hubbard
f7a81d757a This appears to have gone from ALPHA9 to ALPHA10, and the FreeBSD
patch is already applied.
1995-04-22 12:10:15 +00:00
Andrey A. Chernov
cbdbccdcd6 Old home site is dead 1995-04-18 20:13:11 +00:00
Andrey A. Chernov
380c7bda26 Fix wrong NCFTPFLAGS 1995-04-18 09:37:36 +00:00
Adam David
ee249b65cd Master site is not anonymous, need to set NCFTPFLAGS 1995-04-18 09:08:21 +00:00
Satoshi Asami
651c001ded Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>" 1995-04-18 05:42:21 +00:00
Satoshi Asami
043a1368d1 install depends on build! 1995-04-17 07:59:05 +00:00
Satoshi Asami
16cf4f23c7 Man page is compressed.
Pointed-out by:	pkg_create
1995-04-17 07:54:27 +00:00
Satoshi Asami
9480c93a8b Added cern_linemode. 1995-04-17 06:04:16 +00:00
Andrey A. Chernov
97d9e3b4ba Remove NCFTPFLAGS, ncftp defaults changed 1995-04-16 15:39:26 +00:00
Satoshi Asami
8fdc2e8315 Assign an arbitrary version number (2.0 because it came out along
with FreeBSD-2.0) for PKGNAME.
Ok'd by:	jkh
1995-04-15 19:03:57 +00:00