1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

5276 Commits

Author SHA1 Message Date
Pav Lucistnik
6d059a7cd2 - Update to 3.2.1
PR:		ports/81906
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2005-06-06 18:52:04 +00:00
Oliver Lehmann
d047874f2d fix pkg-plist
Pointed out by:	pointyhat via kris
2005-06-06 18:30:24 +00:00
David E. O'Brien
c95909dea6 Remove the Expiration as this builds on -CURRENT again.
Approved by:	krion
2005-06-06 05:42:40 +00:00
Pav Lucistnik
045dcdcadc - allow php4-dba to use Berkeley DB 4.3
PR:		ports/76150
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	maintainer timeout (5 months)
2005-06-05 20:02:03 +00:00
David E. O'Brien
1260287e64 Fix the build on 6-CURRENT. 2005-06-05 02:49:42 +00:00
Gerald Pfeifer
929871ba8e Update to the 20050604 snapshot of GCC 4.1.0. 2005-06-04 22:41:09 +00:00
Thierry Thomas
b11af969c1 Take maintainership.
PR:		ports/81870
Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
2005-06-04 22:22:20 +00:00
Thierry Thomas
9e5dead7fd Take maintainership.
PR:		ports/81869
2005-06-04 22:20:36 +00:00
Alexander Leidinger
9dda9e7ad5 Update to 8.1.032. 2005-06-04 16:25:50 +00:00
Pav Lucistnik
404d7fdd2b - Chase commoncpp shlib bump
- Update MASTER_SITES
- General port goodness

PR:		ports/81863
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 22:31:21 +00:00
Oliver Lehmann
cd5d175527 fix build
Noted by:	pointyhat via kris
2005-06-03 13:48:04 +00:00
Gerald Pfeifer
2790dd4131 Update to the 20050602 snapshot of GCC 4.0.1. 2005-06-03 09:00:41 +00:00
Dirk Meyer
8eafc28228 - new option WITH_GNUSTEP_FAKEMAIN to work without procfs
- call ldconfig in configure stage again
  this workarounds a problem that ldconfig is called to early when
  addding a package like: gcc-objc-current-3.3.6_20050511.tgz
2005-06-03 07:52:42 +00:00
Gerald Pfeifer
588b0c39a5 Generally disable libjava again, since it mysteriously causes the build to
fail on the ports cluster and some users's system, just not those Loren and
me have access to.

PR:		81788
2005-06-03 00:39:47 +00:00
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +00:00
Oliver Lehmann
a100f51ce4 the man files added in the previous commit are no manfiles but links to manfiles
so use MLINKS instead of adding them to MAN1
2005-06-02 16:45:01 +00:00
Oliver Lehmann
b970906147 add MAN1 files (fixes pkg-plist)
remove BROKEN
2005-06-02 16:13:44 +00:00
Joseph Koshy
a7af751bf2 Update to v110.54.
Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de>
2005-06-02 08:08:41 +00:00
Daichi GOTO
86fba9da01 - update to 0.12
- update gcc target to 3.4.5-20050524
- build fail fix on current

PR:		ports/81750
Pointed out by:	pointyhat via kris
Submitted by:	maintainer
2005-06-02 02:14:28 +00:00
Florent Thoumie
ec8e87f218 - Update to 0.8.4.
PR:		ports/81781
Submitted by:	maintainer
2005-06-01 22:50:47 +00:00
Gerald Pfeifer
9c6a6bdaaa Update to the 20050531 snapshot of GCC 3.4.5. 2005-06-01 22:01:33 +00:00
Vanilla I. Shu
c5b01783fc Upgrade to 0.9.1.007. 2005-06-01 14:02:50 +00:00
Jeremy Messenger
635649a373 [...Took from jylefort's comment in email with a bit tweak...]
Mono will using Gamin or FAM by default if it exists in the runtime. If either
doesn't exist then it will use KeventWatcher.cs. Add auto-check on Gamin and
FAM for dependency. Bump the PORTREVISION to have the fix of kqueue.

Rationale:

	- KeventWatcher.cs is naive, it does not report changes made to
	  files within a monitored directory [1]
	- KeventWatcher.cs is implemented in C#, it is therefore slower than
	  Gamin or FAM, which are implemented in C and C++, respectively

[1] this is a bug which should be reported to the vendor

Testing, using the attached WatchTest.cs:

  With KeventWatcher.cs:

	$ mono WatchTest.exe /somedir &
	[1] 89857
	$ touch /somedir/foo
	OnCreatedEvent /somedir/foo
	$ echo foo >> /somedir/foo
	<nothing happens>

  With Gamin:

	$ mono WatchTest.exe /somedir &
	[1] 89889
	$ touch /somedir/foo
	OnCreatedEvent /somedir/foo
	$ echo foo >> /somedir/foo
	OnChangedEvent /somedir/foo

Submitted by:	jylefort
2005-06-01 06:53:26 +00:00
Pav Lucistnik
4d2b5b5ad2 - Remove bogus optional dependencies on databases/postgresql7
Inspired by:	"I wonder where people are taking this code snippet from."
2005-05-31 08:11:30 +00:00
Sergey A. Osokin
80c5619581 Remove BROKEN.
Author rerolled tarball after bug report and small modification.
Changes:
--- old/ptoc/bring.h    Tue Feb 24 21:40:02 2004
+++ new/ptoc/bring.h    Sun May 15 00:40:19 2005
@@ -69,9 +69,11 @@
     static b_ring *top_b_ring;

     static void push(b_ring* r) {
+       /*
         if (r->outer != NULL) {
             r = new b_ring(r->scope);
         }
+       */
         r->outer = curr_b_ring;
         curr_b_ring = r;
     }
2005-05-31 08:09:10 +00:00
Kris Kennaway
bd4f160a1c BROKEN: Size mismatch 2005-05-31 02:13:50 +00:00
Tilman Keskinoz
99f5678ce1 Fix plist on FreeBSD powerpc:
guile does not support quickthreads on powerpc

Approved by:	pav
2005-05-30 12:26:11 +00:00
Sergey Matveychuk
ad412fa72f - Update to 2.3 2005-05-30 08:43:49 +00:00
Gerald Pfeifer
a332da27dc Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-related
part of the packaging list.
2005-05-29 22:29:08 +00:00
Pav Lucistnik
be5d215809 - Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own
header file when used

PR:		ports/80219
Submitted by:	Juan F. A. Saldarriaga <neb@gigax.org>
2005-05-28 09:48:57 +00:00
Edwin Groothuis
6eb6241996 Some archives have a html/ prefix, some don't. Make sure this is
handled correctly.
2005-05-28 00:14:36 +00:00
Gerald Pfeifer
5cd77c9d1d Update to the 20050526 snapshot of GCC 4.0.1.
Treat Fortran libraries exactly like other language support libraries,
reducing conflicts with other gcc ports and getting rid of the libtool
archives on the way.
2005-05-27 10:32:52 +00:00
Daichi GOTO
babecbcd18 change maintainership (pre-commit is not enough :( 2005-05-27 06:54:42 +00:00
Daichi GOTO
d2a57dd50d - fix build fail
- change maintainership

Pointed out by:	pointyhat via kris
Reviewed by:	ozawa@ongs.co.jp
2005-05-27 06:52:13 +00:00
Pav Lucistnik
e21acffc99 - Update to 2.5.0
PR:		ports/81525
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2005-05-26 20:25:15 +00:00
Pav Lucistnik
5a7a609e67 - Update to 20050526
PR:		ports/81514
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2005-05-26 20:00:59 +00:00
Gerald Pfeifer
892bccab4d Update to the 20050524 snapshot of GCC 3.4.5. 2005-05-26 00:11:58 +00:00
Pav Lucistnik
bacc228660 - Unbreak on 5.X
PR:		ports/81474
Submitted by:	Johan van Selst <johans@stack.nl>
2005-05-25 22:02:58 +00:00
Pav Lucistnik
c0e2e6ca55 - Disable poll support, it's buggy
PR:		ports/81434
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2005-05-24 22:54:23 +00:00
Daichi GOTO
66f01c00c7 lang/gdc update to 0.11
PR:		ports/81043
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
2005-05-23 12:39:05 +00:00
Edwin Groothuis
bfdc60bf5f add Chinese translations to slave dirs 2005-05-23 06:47:26 +00:00
Edwin Groothuis
49375b8586 add Chese translations 2005-05-23 06:46:05 +00:00
Edwin Groothuis
7f737b2891 Upgrade to the 2005-05-21 snapshots of the PHP manuals 2005-05-23 06:10:03 +00:00
Kris Kennaway
69d5138988 BROKEN on !i386: Does not compile 2005-05-23 00:12:42 +00:00
Gerald Pfeifer
ced91ddba0 Update to the 20050522 snapshot of 4.1.0. Simplify the handling of man
pages on systems with an old version of Perl, once and for all and forever.

Reenable building libjava where appropriate, now that this has been fixed
upstream.  And treat Fortran libraries exactly like other language support
libraries, reducing conflicts with other gcc ports and getting rid of the
libtool archives on the way.
2005-05-22 23:42:53 +00:00
Gerald Pfeifer
e5f7e660e3 Update to the 20050521 snapshot of 4.0.1. Simplify the handling of man
pages on systems with an old version of Perl, once and for all and forever.
2005-05-22 21:44:14 +00:00
Gerald Pfeifer
2c4ec331f7 Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
2005-05-22 19:11:39 +00:00
Gerald Pfeifer
a8f7c40238 Update to the 20050520 snapshot of 3.4.5. Simplify the handling of man
pages on old systems with Perl 5.0.
2005-05-22 02:02:57 +00:00
Gerald Pfeifer
83b95627e8 Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
2005-05-22 00:37:29 +00:00
Sergey Matveychuk
4332658019 - Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
2005-05-21 19:57:07 +00:00