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

1719 Commits

Author SHA1 Message Date
Satoshi Asami
60cd030b03 Update checksum to match new version.
Submitted by:	andy@icc.surw.chel.su
2000-03-29 07:26:19 +00:00
Kris Kennaway
89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00
Michael Haro
8d3d318a69 * Fix Makefile so portlint is more happy with this port (what a concept, the
portlint port passing portlint)

New portlint features:
* Allow pkg/COMMENT to start with a digit
* Warn about .la files in pkg/PLIST
* Better support for comments in the Makefile
  - fixes the section off by 1 error
    (DISTNAME needs to exist, and so on, when it does)
* don't report "FATAL: no MAINTAINER listed in Makefile" when it does exist
* other random minor bug fixes
2000-03-28 05:44:42 +00:00
Ade Lovett
37dc1172a2 Update to 0.9 2000-03-28 02:57:59 +00:00
Will Andrews
89a0530a5c Update to 0.16d. Shuffle PLIST around a bit. 2000-03-27 08:14:57 +00:00
Will Andrews
c2b3d7e609 Add Troll Tech's tmake utility, which will be used by my upcoming twinlib
port, and perhaps others in the future. Activate tmake in devel/Makefile.
Also made a COMMENT nit.

PR:		17265
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
2000-03-25 21:10:13 +00:00
R. Imura
34bd2b2f2d Update to version 1.1. 2000-03-25 16:46:06 +00:00
R. Imura
3daf5ca497 Doing KDE style mtree in kdelibs.
OK'd by:	will
2000-03-25 16:14:50 +00:00
Michael Haro
23638e0cee remove aout support
Approved by:	<Acme> mharo: you have my explicit permission to remove aout support from everything that's mine ;)
2000-03-24 07:26:15 +00:00
Michael Haro
2c802b6209 forgot this file 2000-03-24 01:58:45 +00:00
Michael Haro
fa5004af09 This updates the pcre port to v3.1. This includes shared libs
using that bane of every porters life, libtool.  Unfortunately,
the libtool support in this library is decidely non-standard, so
it still installs .la files.  They aren't in the PLIST though.

PR:		17294
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2000-03-24 01:57:51 +00:00
Michael Haro
0d0b5086fa Remove aout support from port 2000-03-23 20:06:56 +00:00
Chris D. Faulhaber
27d3d374e5 Update port to 1.1.1 2000-03-23 12:57:58 +00:00
Akinori MUSHA
cf6e506a12 Update to Henner Zeller's cvsweb. (Rev. 1.80)
If you prefer as simple view as before, you can easily customize so.  Enjoy it.

PR:		ports/17388
Submitted by:	myself
Approved by:	Bill Fenner <fenner@freebsd.org> (The original author of cvsweb)
2000-03-23 12:02:34 +00:00
Akinori MUSHA
540b845132 Mostly minor changes.
Changes:
  - get to install README
  - change the maintainter

And because Apache isn't the only web server and the configurations may vary;
  - stop trying to check if any web server is installed
  - allow a user to specify a cgi-bin directory to install
  - stop using icons that Apache installs by default
  - rename the script from cvsweb to cvsweb.cgi

Approved by:	sada
2000-03-23 05:00:34 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
Ade Lovett
55333a3655 libglade shared library version bump 2000-03-21 17:47:33 +00:00
Ade Lovett
7c09853bbd Update to 0.12
Note that the shared library revision has been bumped by
the authors on this update for new functionality
2000-03-21 17:46:51 +00:00
Michael Haro
86660c8b03 update to 1.33.22
PR:		17509
Submitted by:	dirk.meyer@dinoex.sub.org
2000-03-21 01:30:21 +00:00
Chris D. Faulhaber
2529568003 Fix text in port's Makefile
PR:		17508
Submitted by:	Maintainer
2000-03-21 01:17:08 +00:00
Chris D. Faulhaber
9d1a8a9b80 Update port to 1.1.6
PR:		17488
Submitted by:	Maintainer
2000-03-21 01:11:05 +00:00
David E. O'Brien
0fa6e5a961 Add offical patch that fixes some non-standards conformant code. 2000-03-20 23:10:47 +00:00
Chris D. Faulhaber
0bcc95b0cc Install binding directory with perms of 1777 instead of 777
Approved by:	Maintainer
2000-03-20 23:08:13 +00:00
Michael Haro
fb29a9b2b9 remove extra white space (portlint) 2000-03-20 20:47:07 +00:00
Michael Haro
63168faf2f - fix a bug in pkg/* checking
- enforce pkg/COMMENT style
- better info file checking in pkg/PLIST
- don't warn about @unexec rmdir foo || true - the handbook says this is fine
- allow CATEGORIES+=
- warn about www.freebsd.org/~user needing to be people.freebsd.org
- warn about PKGNAME being set from another variable instead of being a
  fatal error
- understand both $(PORTSDIR) and ${PORTSDIR}
2000-03-20 18:03:01 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Ralf S. Engelschall
f2d931d6d6 Upgrade to GNU shtool, version 1.4.8 2000-03-19 10:36:35 +00:00
Satoshi Asami
ed96f675f6 Revert to rev. 1.4, which will restore some bugs in the previous version
that w3m depends on.  Release tags will be rolled forward.

Submitted by:	jdp
2000-03-17 02:18:04 +00:00
Satoshi Asami
49a945d4e9 Fix typo in message.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-13 03:02:18 +00:00
John Polstra
bd979c55e7 Add "-DREDIRECT_MALLOC=GC_malloc" to the compiler options so the
library can be used as a drop-in replacement for malloc.  This has
always been the case for this port, but the previous upgrade dropped
it unintentionally.
2000-03-11 17:50:47 +00:00
Ralf S. Engelschall
fef1fd5ab2 Upgrade GNU Portable Threads (Pth) to version 1.3.3 2000-03-10 10:45:13 +00:00
Bill Fenner
6475f86d4e Do the pre/post thing to get ${OSVERSION} defined where I'm checking it.
Submitted by:	Thomas Gellekum <tg@melaten.rwth-aachen.de>
2000-03-10 02:46:43 +00:00
R. Imura
87f157c562 Add devel/c_c++_reference. 2000-03-09 16:41:16 +00:00
Bill Fenner
f6e09139c4 Become MAINTAINER, since the botched upgrade to 1.1.2 broke some of
my ports.
Fix 1.1.2 upgrade: install uclconf.h .
While I'm in here, configure with --enable-ipv6 on 4.x.
2000-03-08 16:53:52 +00:00
Masafumi Max NAKANE
65856a9de3 Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
2000-03-08 10:56:40 +00:00
Masafumi Max NAKANE
e56b849cd1 Define MTREE_FILE 2000-03-08 08:29:51 +00:00
Brian Feldman
65091bd990 Kill crossm68k-devel in preparation for the replacement soon.
Requested by:	W. Gerald Hicks <jhix@mindspring.com>
2000-03-08 03:52:13 +00:00
R. Imura
a164a81348 Update to version 1.1.
This version 1.1 has many new features.
See http://www.kdevelop.org/ for details.

I reduced difference between kdevelop and kdevelop-i18n.
The i18n patch to kdevelop's editor is now included in the
distributed source.

PR:		17034
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-07 16:55:15 +00:00
R. Imura
8c47d09e58 Added "c_c++_reference" and "c_c++_reference-i18n".
This documentation is prepared for reading with kdevelop,
and separated from kdevelop-i18n.
2000-03-07 16:34:30 +00:00
Seiichirou Hiraoka
02983012bb Update to 1.02
PR: ports/17223
Submitted by: knu@idaemons.org
2000-03-07 14:09:41 +00:00
Chris Piazza
45101f3259 Some makefile/install changes.
PR:		16572
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>

Update to 1.0.8

PR:		17217
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-06 22:16:57 +00:00
Masafumi Max NAKANE
26e0faa258 Add imake. 2000-03-02 04:18:41 +00:00
Masafumi Max NAKANE
1164c762f6 A port to install utilities in xc/config of XFree86, including
imake, lndir, etc.
This port can eliminate the needs to install entire XFree86 when you just
need imake to build some ports.
2000-03-02 04:11:56 +00:00
Seiichirou Hiraoka
4056c36481 Activate p5-File-MMagic 2000-03-01 20:30:30 +00:00
Seiichirou Hiraoka
08d2daad8b PR: ports/16962
Submitted by:	knu@idaemons.org
Perl5 module to guess file type like file(1)
2000-03-01 20:29:09 +00:00
Bill Fumerola
62d709abb5 Add cproto. 2000-02-29 20:11:08 +00:00
Bill Fumerola
c46f10d6d1 Cproto is a program that generates function prototypes and variable
declarations from C source code.  It can also convert function definitions
between the old style and the ANSI C style.  This conversion overwrites the
original files, so make a backup copy of your files in case something goes
wrong.

The program isn't confused by complex function definitions as much as other
prototype generators because it uses a yacc generated parser.  By ignoring all
the input between braces, I avoided implementing the entire C language grammar.

WWW:	http://www.vex.net/~cthuang/cproto/

PR:		ports/16704
Submitted by:	Abel Chow <abel@Island.DHS.ORG>
2000-02-29 20:10:16 +00:00
David E. O'Brien
bfbaa15f89 Upgrade to version 1.5.22a.
PR:		17051
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 09:32:18 +00:00
Chris D. Faulhaber
c7ebf682d0 Update port to 0.1.7
PR:		17050
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 03:04:32 +00:00