Commit Graph

46332 Commits

Author SHA1 Message Date
Ying-Chieh Liao
0ed94f15ee t1.2 -> t1.3 2001-08-25 03:33:33 +00:00
Pete Fritchman
32a0eca12e Update to version 5.3.7.
PR:		30053
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-25 03:18:49 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
Satoshi Taoka
bbc5d32f3e Unbreak (correct distfile names)
Pointed out by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
2001-08-25 01:49:48 +00:00
Chris D. Faulhaber
f529ddaf3e Add optional ACL support to gnuls. This causes the last field
in the mode to show up as a '+' when a file/directory has
extended ACLs set (per the POSIX.2e draft):

-rw-rw-r--+   1 jedgar   jedgar        267 Aug 14 21:47 TODO

This only works on -current systems and can be activated by
defining WITH_ACL_SUPPORT when building.  New versions of the
GNU fileutils (i.e. 4.1) contain native ACL support but will
not build without CVS versions of autoconf/automake which are
not currently supported.

Approved by:	Maintainer
2001-08-25 01:09:34 +00:00
Satoshi Taoka
ccf761e5f2 Add PORTREVISION whose value is one (it has to been done in my previous commit) 2001-08-25 00:21:54 +00:00
Satoshi Taoka
1bf59060cb Update version to 10.5
(one of modifications is to support wnn7egg)
2001-08-25 00:08:20 +00:00
David W. Chapman Jr.
8f5f3c3d6d Backout 1.5 of Makefile
ETC is already set so why should configure need to autodetect
Also if you build as non-root you don't have correct perms on etc
2001-08-25 00:03:13 +00:00
Satoshi Taoka
8a41776a07 Fix a bug about font coloring
Submitted by:	Yokota Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Obtained from:	a file Q_and_A.color-mate in the distfile of color-mate
			(ports/editors/color-mate)
2001-08-24 23:58:47 +00:00
Satoshi Taoka
d9bf30ce75 Unbreak.
(Update JLP for mozilla0.9.3 to RC2)

Submitted by: maintainer
RP: ports/30023
2001-08-24 23:46:59 +00:00
David W. Chapman Jr.
255ce5b208 Fix MASTER_SITES
PR:		30040
Submitted by:	tkato@prontomail.com
2001-08-24 23:37:00 +00:00
David W. Chapman Jr.
8a6d7cc386 Update to 1.01
PR:		30043
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-24 23:34:28 +00:00
David W. Chapman Jr.
ef47370271 Update slib version to 2d2
PR:		30042
Submitted by:	tkato@prontomail.com
2001-08-24 23:30:17 +00:00
David W. Chapman Jr.
adceaf1ad9 Update 0.16.2
PR:		30046
Submitted by:	tkato@prontomail.com
2001-08-24 23:23:59 +00:00
Andrey A. Chernov
a5923326c5 Some efforts to make update.pl working 2001-08-24 23:23:36 +00:00
David W. Chapman Jr.
253e1b647b Update to 0.0.24
PR:		30037
Submitted by:	tkato@prontomail.com
2001-08-24 23:16:41 +00:00
David W. Chapman Jr.
31a07d6e67 Delete ${CAT} pkg-message to fix building
Bump PORTREVISION

PR:		30036
Submitted by:	leeym@utopia.leeym.com
2001-08-24 23:04:59 +00:00
Andrey A. Chernov
6abfadc141 Generate CRC32 checksum 2001-08-24 23:00:02 +00:00
David W. Chapman Jr.
b19d32b021 Create ${PREFIX}/etc dir so configure script finds to automagically.
PR:		30038
Submitted by:	leeym@utopia.leeym.com
2001-08-24 22:59:48 +00:00
Andrey A. Chernov
abb3134a4d Fix my typo 2001-08-24 22:09:30 +00:00
Andrey A. Chernov
35bc8f1602 Use ${CFLAGS} when compiling dwc 2001-08-24 21:52:53 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
Pete Fritchman
fac88ab9a7 - update to version 1.028
- update my email in pkg-descr
- sort @dirrm lines in pkg-plist
2001-08-24 21:01:57 +00:00
Andrey A. Chernov
64ce814a31 1) Add ability to build on any machine by direct adding -D_FFR_MILTER=1
to libmilter Makefile, so remove IS_INSTERACTIVE
2) Rename final rc.d/drweb-smf.sh to rc.d/drwebsmf.sh to start it _after_
drwebd.sh if on the same machine
2001-08-24 20:15:43 +00:00
Andrey A. Chernov
422105ec01 Hide extraction process 2001-08-24 19:46:27 +00:00
Andrey A. Chernov
1412d889d3 Print pkg-message note and ask for confirmation before anything else 2001-08-24 19:40:59 +00:00
Mikhail Teterin
4ecea026d6 Upgrade to 0.9.5, use -lgiconv. 2001-08-24 19:35:11 +00:00
Andrey A. Chernov
494e6a1cb7 Add -current detection as FreeBSD 2001-08-24 19:26:21 +00:00
Andrey A. Chernov
1ec93c6d4f Fix typo 2001-08-24 19:25:30 +00:00
Pete Fritchman
8e17bd7210 add replaceit 1.0.0
A light replacement to the combination of sed/awk/grep/head/tail

PR:		29837
Submitted by:	Patrick Li <pat@databits.net>
2001-08-24 19:21:32 +00:00
Pete Fritchman
abf557dacc Update to version 5.2
PR:		29923
Submitted by:	maintainer
2001-08-24 19:15:07 +00:00
Ying-Chieh Liao
33524f28e8 it's a makefile for vm-pop3d, not for maintainer himself ... :p
Submitted by:	MAINTAINER
2001-08-24 18:39:11 +00:00
Pete Fritchman
8b01dd3ff1 add qmHandle 0.5.1
Tool to view and manage a qmail queue

PR:		29840
2001-08-24 18:29:56 +00:00
OKAZAKI Tetsurou
5cdb4766aa Update to 4.1.0.
PR:		30035
Submitted by:	maintainer
2001-08-24 18:23:10 +00:00
Ying-Chieh Liao
e55c389437 add mziq
A Perl frontend to mpg123

PR:		30031
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
2001-08-24 18:08:50 +00:00
Pete Fritchman
fdd17161b1 - update to 3.0 beta
- add more MASTER_SITES
- include the map pack

PR:		29990
Submitted by:	maintainer
Reviewed by:	ade
2001-08-24 18:06:11 +00:00
Pete Fritchman
35d238a8ce Update to beta 2.3.
PR:		29988
Submitted by:	maintainer
Reviewed by:	ade
2001-08-24 18:03:42 +00:00
Peter Pentchev
f690fdef15 Forced commit to correct a typo:
The 'rephrase pkg-comment, shorten pkg-descr' actually came from:

PR:		30034
Submitted by:	maintainer
2001-08-24 17:09:17 +00:00
Peter Pentchev
b168a2aafb Rephrase pkg-comment, shorten pkg-descr.
PR:		20034
Submitted by:	maintainer
2001-08-24 17:08:11 +00:00
Peter Pentchev
d010fd5acb Update to 2.0.2, introducing NOPORTDOCS support.
PR:		30033
Submitted by:	maintainer
2001-08-24 17:04:29 +00:00
Mikhail Teterin
f7238cf741 Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainer
is the author, and this new versions are both posted on the WWW.
2001-08-24 16:41:46 +00:00
David W. Chapman Jr.
205dcfbd06 Fix typo
PR:		30032
Submitted by:	maintainer
2001-08-24 16:08:10 +00:00
Andrey A. Chernov
7fb43943bb DrWeb antivirus sendmail integration 2001-08-24 15:57:23 +00:00
Andrey A. Chernov
f8933946ee DrWeb antivirus, FreeBSD binary 2001-08-24 15:42:40 +00:00
Akinori MUSHA
3d74bebb83 Conditionalize the dependency on bzip2. 2001-08-24 15:33:50 +00:00
FUJISHIMA Satsuki
a23c87e660 update to 1.5.3.
pass maintainership to Anders Andersson.

Submitted by:	Anders Andersson <anders@codefactory.se>
2001-08-24 15:19:57 +00:00
Akinori MUSHA
9995b48de4 Use a better way to extract a revision from a file.
This unbreaks `make index' on CURRENT.
2001-08-24 15:01:55 +00:00
David W. Chapman Jr.
bb00b9efa2 Update to 0.8.16
PR:		29913
Submitted by:	maintainer
2001-08-24 14:57:19 +00:00
Satoshi Asami
eab7ae49bf Create target directories before installation.
Submitted by:	bento
2001-08-24 14:55:36 +00:00
David W. Chapman Jr.
3074186513 Add initial diskcheckd skeleton while waiting for repo copy. 2001-08-24 14:33:12 +00:00