1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

5414 Commits

Author SHA1 Message Date
Hye-Shik Chang
617982285b - Add support for FreeBSD 7
- Drop support for FreeBSD 3
- Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1]

Submitted by:	jkim [1]
Obtained from:	Python CVS
2005-07-28 07:05:20 +00:00
Maho Nakata
08f662eaaa Define WITHOUT_CPU_FLAGS so that in some cases
setting CPUTYPE breaks the build
2005-07-28 06:26:30 +00:00
Hye-Shik Chang
b185b497ae Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.
Submitted by:	jkim
Obtained from:	Python CVS
2005-07-28 06:23:56 +00:00
Gerald Pfeifer
8676ad4031 Remove duplicate PORTREVISION.
Reported by:	flz
2005-07-27 22:19:08 +00:00
Sergey Matveychuk
47cf5985ac - Update to 4.60
PR:		ports/84016
Submitted by:	maintainer
2005-07-27 17:32:01 +00:00
Dirk Meyer
a69d82a06f - update to 1.10.0 2005-07-27 17:11:51 +00:00
Gerald Pfeifer
893be8d1a2 Update to the 20050726 snapshot of GCC 3.4.5. 2005-07-27 09:34:21 +00:00
Volker Stolz
07c6d84415 Pull in devel/readline on 4.x for enhanced command line editing
(and avoid possible implicit dependency when libreadline is already installed
at build-time)
2005-07-26 16:20:41 +00:00
Volker Stolz
89edd69cb2 - Add dependency on devel/libexecinfo for missing backtrace_*() symbols
- Use OPTIONS and enable Tcl/Tk by default [me]

PR:		ports/83905
Submitted by:	Konstantin Belousov
2005-07-26 15:50:19 +00:00
Mark Linimon
321b686976 Maintainer does not have time to maintain this port any more. Thanks for
all your help in the past.
2005-07-26 15:45:05 +00:00
Renato Botelho
c5150c9b5a Fix default include path.
PR:		ports/84046
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by:	flz (mentor)
2005-07-25 15:05:33 +00:00
Gerald Pfeifer
1d591a754e Update to the 20050723 snapshot of GCC 4.1.0. Should now work on FreeBSD 7. 2005-07-25 09:45:16 +00:00
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
Gerald Pfeifer
f67bdf81f6 Update to the 20050721 snapshot of GCC 4.0.2. Should now work on FreeBSD 7. 2005-07-22 15:18:34 +00:00
Gerald Pfeifer
83295bb57d Update wrt. the removal of Java support. 2005-07-22 06:34:41 +00:00
Alex Dupre
cc7f526b37 MySQL 5.0 is now supported by mysqli extension. 2005-07-21 18:03:26 +00:00
Renato Botelho
4574a05396 - Update to 0.15
PR:		ports/83829
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by:	flz (mentor)
2005-07-21 17:43:33 +00:00
Thierry Thomas
471d301097 Change PORTNAME to spidermonkey to correspond with dirname.
PR:		82320
Submitted by:	Alex Kapranoff <kappa (at) rambler-co.ru>
Approved by:	maintainer
2005-07-21 15:28:12 +00:00
Gerald Pfeifer
7cacb63d81 Update to the 20050719 snapshot of GCC 3.4.5. Should now work on FreeBSD 7. 2005-07-21 09:02:25 +00:00
Jeremy Messenger
ac333d5fca BROKEN on ia64: Does not install
Discussed with:	marcus in #freebsd-gnome (freenode)
2005-07-21 05:42:41 +00:00
Jeremy Messenger
41a33290a3 Really fix build for FreeBSD 7.x.
Change from:	${OSVERSION} > 700000
	To:		${OSVERSION} >= 700000

Reported by:	Anthony Ginepro <rapiere@renaissance.homeip.net>
2005-07-21 02:29:18 +00:00
Renato Botelho
5d362afc90 - Fix SIZE on distinfo
Approved by:	flz (mentor)
2005-07-20 11:18:02 +00:00
Maho Nakata
21702a7edf o Java awt is now working via gtk20
o cairo is disabled since 0.5.0 is reqired
2005-07-20 10:49:51 +00:00
Renato Botelho
e392125449 - Update to 4.5.6
PR:		ports/83715
Submitted by:	David Gullasch <david.gullasch@mailbox.tu-dresden.de>
Approved by:	flz (mentor)
2005-07-20 10:13:55 +00:00
Thierry Thomas
47436759ac Upgrade to 1.0.9.
Changelog at <http://gambas.sourceforge.net/changelog.html>.
2005-07-19 20:46:14 +00:00
Tilman Keskinoz
ed4e617768 Fix build on FreeBSD 7
Approved by:	maintainer
2005-07-19 17:46:19 +00:00
Gerald Pfeifer
16962b6b74 We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
2005-07-19 15:07:34 +00:00
Gerald Pfeifer
830ca14b70 GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX. 2005-07-19 14:59:42 +00:00
Mikhail Teterin
165f6db348 Try to make the vendor's tests run smoothly. Fail, but in the process
eliminate all warnings (on i386) and const-ify the KeyedList-API and
others (patch-warnings grew up).

Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS).

Bump PORTREVISION again.
2005-07-19 03:46:27 +00:00
Mark Linimon
243a62858a As previously announced, remove gcc27. It is no longer used by anything
in the tree.  If absolutely necessary for compatibility with old code,
use lang/gcc28 or preferably lang/gcc295.
2005-07-19 02:51:41 +00:00
Mikhail Teterin
32735640de Unbreak the manual pages installation and help file generation:
. when parsing man-files, do not choke on files
	  containing '.so man.macros';
	. be ready for the .bz2 man-pages;
	. do not use vendor's install-doc target at all -- install
	  the vendor's manual pages in post-install and declare
	  MLINKS to have bsd.port.mk do the Right Thing (TM) --
	  links instead of copies of the manual pages.

This may even work now :-)
2005-07-18 23:58:37 +00:00
Gerald Pfeifer
1c225ac555 Fix installation/deinstallation in case the PREFIX contains the string lib. 2005-07-18 14:33:02 +00:00
Gerald Pfeifer
b99d9db951 Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).
Fix installation/deinstallation in case the PREFIX contains the string lib.
2005-07-18 13:27:11 +00:00
Hye-Shik Chang
ecd685d3d6 Backport support for FreeBSD 7 and drop support for FreeBSD 3.
Fixes for other versions of python will be followed tomorrow.

Submitted by:	nork
Obtained from:	Python CVS
2005-07-18 12:44:08 +00:00
Vanilla I. Shu
b6c67da6e8 Upgrade to 0.9.9.011. 2005-07-18 12:36:58 +00:00
Adam Weinberger
ee0759c3de Ensure that LATEST_LINK is unique for the tcl84-thread port. 2005-07-18 07:24:08 +00:00
Jeremy Messenger
2551dc8244 Fix the build on FreeBSD 7.x by teach it. I need to contact with mainstream
for use wildcard 'freebsd*' in general configure and 'freebsd[0-9] for any
version that need to be different.

Reported by:	krismail
2005-07-17 21:44:53 +00:00
Kris Kennaway
e4ed4e224b BROKEN: Checksum mismatch 2005-07-17 20:14:56 +00:00
Pav Lucistnik
67488695ea New slave port of tcl84 that enabled threading support. 2005-07-17 17:01:46 +00:00
Erwin Lansing
3de2043b3c Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozilla
JavaScript implementation.

PR:		ports/82321
Submitted by:	kappa@freebsd.org.ua
2005-07-16 15:23:22 +00:00
Gerald Pfeifer
a13701decc No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-16 12:26:33 +00:00
Tilman Keskinoz
468d4de276 Update to 0.9.16
PR:		83501
Submitted by:	Lev Walkin <vlm@lionet.info>
2005-07-15 18:06:08 +00:00
Gerald Pfeifer
f014033655 Update to the 20050714 snapshot of GCC 4.0.2.
No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-15 16:18:19 +00:00
Thierry Thomas
2746576af3 Switch back to USE_INC_LIBTOOL_VER and don't install .la files.
Reported by:	Kris via pointyhat
2005-07-15 08:56:19 +00:00
Gerald Pfeifer
4f7c76fe41 IGNORE on 7.x and above. 2005-07-14 22:43:57 +00:00
Dirk Meyer
dcb7f22ad2 - remove NO_PACKAGE 2005-07-14 19:20:33 +00:00
Pav Lucistnik
cadc344550 - Fix typo (expiremental -> experimental) 2005-07-14 15:29:43 +00:00
Pav Lucistnik
fc9d38f926 - Fix fetch: workaround problems with site groups and :foo 2005-07-14 15:19:47 +00:00
Gerald Pfeifer
8a5ca276d5 Update to the 20050712 snapshot of GCC 3.4.5.
No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-14 14:03:12 +00:00
Gerald Pfeifer
bc72904229 Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.

No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:	dinoex [1]
2005-07-14 13:14:32 +00:00