1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

1777 Commits

Author SHA1 Message Date
Vanilla I. Shu
aa79d17995 Upgrade to 1.08. 2000-04-22 22:04:37 +00:00
Will Andrews
db365067b2 SIP is a tool for generating bindings for C++ classes so that they can be
accessed as normal Python classes.

PR:		17932
Submitted by:	Arun Sharma <adsharma@sharmas.dhs.org>
2000-04-22 21:27:56 +00:00
Vanilla I. Shu
8a3c015b3b Ignore release version of libSDL. (libSDL-1.0 => libSDL) 2000-04-22 21:25:58 +00:00
Bill Fenner
bb86ef81a1 Update to 1.8-dev
Submitted by:	rv@dsmit.com
2000-04-22 00:42:03 +00:00
Bill Fenner
c404588ea8 Remove oly@world.std.com as MAINTAINER; email has been bouncing for 2 months. 2000-04-21 22:07:32 +00:00
Ade Lovett
f3e27f9f31 Fixes for gdk-pixbuf 0.7.0 2000-04-21 16:09:42 +00:00
Joseph Koshy
a8e51fe526 activate cbrowser 2000-04-20 13:12:58 +00:00
Joseph Koshy
afa564b81f cbrowser -- an interactive gui front-end for `cscope' and clones. 2000-04-20 13:11:33 +00:00
Thomas Gellekum
ab5c49f7ec Use our libc_r instead of linuxthreads.
Reviewed by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-20 09:24:28 +00:00
Chuck Robey
a8495d44e5 Upgrade to 1.0.1
PR:		18042
Submitted by:	Doug Barton <DougB@gorean.org>
2000-04-20 02:56:07 +00:00
Michael Haro
537f054115 remove warning, version required (no longer needed) and make portlint port
pass portlint (what a concept ;)
2000-04-19 20:27:51 +00:00
Thomas Gellekum
f2dcc90a30 Upgrade to 3.5. 2000-04-19 10:56:06 +00:00
Yukihiro Nakai
505652e3fd Update to 0.93.3
Submitted by:	Ade Lovett<ade@FreeBSD.org>
2000-04-19 04:50:54 +00:00
Chris D. Faulhaber
b32aa95f94 Update port to 1.1.2 2000-04-19 00:57:16 +00:00
Michael Haro
112f7fcab6 update MASTER_SITES
PR:		17876
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw>
2000-04-17 23:19:54 +00:00
Ralf S. Engelschall
dad9a55449 GNU Pth 1.3.4 -> 1.3.5 2000-04-17 16:19:07 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
e78fe5bbfb portlint - mostly moving around variables. 2000-04-16 23:12:33 +00:00
Michael Haro
98f1c93d32 Update to 2.2.1
Fixes:
	* fix some portname/version checking bugs
	* put EXTRACT_ONLY in section 1 checking
	* fix multi comment sections at top of Makefile regex
	* make portlint pass perl -w (this found a few bugs)
No new features in this version
2000-04-16 23:05:06 +00:00
Michael Haro
eee7229c03 Update portlint so it supports PORTNAME/PORTVERSION. This version
isn't 100% ready for prime time, but it works well enough that it should
be fine to use for most things.  I'm not sure if I'll have time to fix
the few minor bugs that I know of and give it a good testing today.

Parts of the PORTNAME/PORTVERSION changes were submitted by knu.

Other changes in this version:
	* add "-V", version flag
	* use getopts instead of parsing @ARGV
		- this fixes a bug where you could only specify one flag after the
		  dash (ie. -c -N would work and -cN wouldn't)
	* change some warnings to fatals
	* ignore dot directives in Makefile
		- this usually reduces the number of warnings displayed when
		  a Makefile contains .include or .if foo
	* don't blame just emacs for leaving around temporary editor files
	* don't warn about installing files into /compat
	* correct counting of number of chars in pkg/COMMENT
	* understand multiple rcsid tags in the comments section
		- this allows us to have both $FreeBSD$ and $NetBSD$, for example
		  without getting funky warning messages
	* scope variables with my instead of local so we can use strict to
	  help us find bugs in portlint
2000-04-16 20:24:40 +00:00
Ralf S. Engelschall
b989a57ade Upgrade GNU Pth scratch port to version 1.4a1. 2000-04-16 14:35:38 +00:00
Ralf S. Engelschall
879e34383b '' 2000-04-16 11:33:13 +00:00
Ralf S. Engelschall
39e74a9c4b Upgrade to GNU Portable Shell Tool (shtool), version 1.4.9 2000-04-16 11:14:31 +00:00
Satoshi Asami
e4df6c1cb2 Add back DISTNAME. 2000-04-16 09:38:34 +00:00
Akinori MUSHA
17f3def895 Back out useful `Version required lines' that I'd blindly removed. 2000-04-15 15:13:52 +00:00
David E. O'Brien
921daa4ca0 Add another site for the patch file. 2000-04-15 09:21:30 +00:00
Satoshi Asami
c8edc7c2cd PORTNAME is File-BasicFlock, DISTNAME is File-BasicFLock-*. Go figure. 2000-04-15 08:46:03 +00:00
Satoshi Asami
988d18db7b Revert package names back to original. 2000-04-15 01:36:28 +00:00
Akinori MUSHA
9ca4ec6659 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR:		ports/18009
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:40:29 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
74dd526e72 Remove obsolete `Version required' lines. 2000-04-14 17:44:00 +00:00
R. Imura
bb51ad41ca Cosmetic changes.
Good-bye KDE_NAME, KDE_VERSION, QTTYPE variables.
2000-04-14 16:02:43 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Michael Haro
de588104e2 warn about not supporting PORTNAME/PORTVERSION yet 2000-04-08 22:41:14 +00:00
Will Andrews
1f3f8daeb9 Smack tmake into allowing environment-override C(C,XX) as well as
C(XX)FLAGS. Also make it look in the right directory for Qt includes.

This commit is required for me to update twinlib.
2000-04-07 01:34:34 +00:00
Michael Haro
851d2bbd0f Place optional variables after required ones.
DISTNAME is optional when using the new PORTNAME/PORTVERSION variables.
2000-04-06 17:07:46 +00:00
Akinori MUSHA
4869a06499 Update to 1.06.
Change PKGNAME to PORTNAME + PORTVERSION.
Remove `Version required'.
2000-04-06 13:57:03 +00:00
Matthew Hunt
2577896968 Upgrade to 1.09. 2000-04-05 18:52:15 +00:00
Akinori MUSHA
a42adeafdd Style fix:
- Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
2000-04-04 19:03:36 +00:00
David E. O'Brien
396ba3009f Remove commented out BROKEN. 2000-04-04 10:02:36 +00:00
Thomas Gellekum
8d4cc67ec8 Upgrade to 0.10.1.
PR:		17766
Submitted by:	"Maxim Sobolev" <sobomax@altavista.net>
2000-04-03 09:22:33 +00:00
Satoshi Asami
030d0dff5a Update to 1.3.4.
Submitted by:	maintainer
2000-04-02 08:26:22 +00:00
Michael Haro
abf7b6338c - Divide patch one file per patch
PR:		17740
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-01 23:42:08 +00:00
Michael Haro
723a286c92 * respect CC, CXX, CFLAGS, CXXFLAGS.
* turn on USE_NEWGCC.
* don't use mkdirhier (to avoid implicit BUILD_DEPENDS on XFree86)
* define ONLY_FOR_ARCHS=i386.
* tweak do-install rules.
* revise some patch for the socklen_t issue.
* fit library file names in the ELF world to enable making package on -STABLE and -CURRENT.

PR:		168006
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-01 05:42:59 +00:00
Michael Haro
ed0bfe5f06 update to gc5.0alpha4.
PR:		17456
Submitted by:	nnd@mail.nsk.ru
2000-04-01 04:44:09 +00:00
Chris D. Faulhaber
7ca94fbf00 Update MASTER_SITES
PR:		17541
Submitted by:	Maintainer
2000-03-31 23:33:23 +00:00
Michael Haro
7df5126e98 remove a.out support 2000-03-31 17:01:58 +00:00