Commit graph

271 commits

Author SHA1 Message Date
Gerald Pfeifer
9ae0c28ccc Update to the 20060221 snapshot of GCC 3.4.6. 2006-02-22 21:52:33 +00:00
Gerald Pfeifer
c9c75401b8 Update to the 20060214 snapshot of GCC 3.4.6.
Remove USE_REINPLACE= as advised by new portlint.
2006-02-15 13:49:45 +00:00
Gerald Pfeifer
d21c51245e Update to the 20060207 snapshot of GCC 3.4.6. 2006-02-11 23:23:18 +00:00
Gerald Pfeifer
8f65cab8e9 Update to the 20060124 snapshot of GCC 3.4.6. 2006-01-26 23:03:15 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Gerald Pfeifer
e731f3836c Update to the 20060110 snapshot of GCC 3.4.6. 2006-01-11 17:06:29 +00:00
Gerald Pfeifer
a56213f456 Update to the 20060103 snapshot of GCC 3.4.6. 2006-01-05 10:53:43 +00:00
Gerald Pfeifer
d86eb00196 Update to the 20051227 snapshot of GCC 3.4.6.
Remove broken removal of the info/gcc34 directory; this has to be
handled by Mk/bsd.ports.mk.
2005-12-29 00:02:13 +00:00
Gerald Pfeifer
f8ca4b20a3 Update to the 20051220 snapshot of GCC 3.4.6.
Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
2005-12-21 22:38:26 +00:00
Gerald Pfeifer
10290a3326 Install the .info files of the lang/gcc42 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.

Dedicated to:	obrien
2005-12-21 21:14:08 +00:00
Gerald Pfeifer
b240fc287c Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.

Change pkg-plist to avoid hardcoding any version number.

PR:		90253
2005-12-11 22:49:57 +00:00
Gerald Pfeifer
7fb874f71d Update to the 20051206 snapshot of GCC 3.4.6. 2005-12-08 17:22:09 +00:00
Gerald Pfeifer
68fad33243 Update to the 20051122 snapshot of GCC 3.4.5. 2005-11-28 17:11:41 +00:00
Gerald Pfeifer
c34e39aa4c Update to the 20051115 snapshot of GCC 3.4.5. 2005-11-15 23:35:55 +00:00
Gerald Pfeifer
954f1e004b Update to the 20051108 snapshot of GCC 3.4.5. 2005-11-08 23:27:47 +00:00
Gerald Pfeifer
0f0ae96363 Update to the 20050920 snapshot of GCC 3.4.5. 2005-09-22 08:49:58 +00:00
Gerald Pfeifer
de5dc6f654 Update to the 20050913 snapshot of GCC 3.4.5.
This already contains the patch for static declarations from 2005/09/07.
2005-09-14 08:56:28 +00:00
Gerald Pfeifer
e7b226adbf Update to the 20050906 snapshot of GCC 3.4.5. 2005-09-11 10:15:00 +00:00
David E. O'Brien
9a1e2926b4 Fix bug where static forward declarations weren't accepted.
This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C.

Submitted by:	rodrigc
Obtained from:	http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
2005-09-07 10:15:08 +00:00
Gerald Pfeifer
ba7ad2c3d8 Remove extraneous patch I had erroneously included in the previous update.
It does not hurt, but is not needed any longer.
2005-09-01 21:34:18 +00:00
Gerald Pfeifer
25f1f7599e Prevent running ranlib during installation to unbreak user mode
installations which now install libraries with permissions 444.
2005-09-01 13:46:13 +00:00
Gerald Pfeifer
034b86d5ae Update to the 20050830 snapshot of GCC 3.4.5. 2005-08-31 15:18:20 +00:00
Gerald Pfeifer
77eff539d4 Update to the 20050823 snapshot of GCC 3.4.5. 2005-08-29 11:20:38 +00:00
Gerald Pfeifer
893be8d1a2 Update to the 20050726 snapshot of GCC 3.4.5. 2005-07-27 09:34:21 +00:00
Gerald Pfeifer
83295bb57d Update wrt. the removal of Java support. 2005-07-22 06:34:41 +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
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
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
2b212f9647 Update to the 20050628 snapshot of GCC 3.4.5.
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.
2005-07-05 21:20:42 +00:00
Gerald Pfeifer
90ed2364f4 Remove support for Java, not the least because libjava only builds on i386,
Java in GCC 4.x is so much better, and this reduces build time and download
bandwidth required for this "legacy" port whose main purpose is to support
package building on FreeBSD 4.x quite a bit.

Submitted by:	obrien
2005-07-05 20:10:58 +00:00
Gerald Pfeifer
254c2f5548 Update to the 20050607 snapshot GCC 3.4.5. 2005-06-08 17:48:02 +00:00
Gerald Pfeifer
9c6a6bdaaa Update to the 20050531 snapshot of GCC 3.4.5. 2005-06-01 22:01:33 +00:00
Gerald Pfeifer
892bccab4d Update to the 20050524 snapshot of GCC 3.4.5. 2005-05-26 00:11:58 +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
a709acae01 We no longer need to/should remove libdata/pkgconfig.
Pointed out by:	pav
2005-05-16 20:55:34 +00:00
Gerald Pfeifer
f12aae60de Update to the 20050513 snapshot of GCC 3.4.4.
Clean up MASTER_SITES.  Add conflicts with the gcc40 and gcc41 ports.
Simplify the handling of libraries which are not installed in all
configurations and put the libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
2005-05-16 16:18:01 +00:00
Gerald Pfeifer
53abb53f0c Update to the 20050506 snapshot of GCC 3.4.4. Fix some portlint warnings
as well as the list of FTP sites to check on the way.
2005-05-08 18:21:37 +00:00
Gerald Pfeifer
7a4bbb1462 Add -fPIC to CXXFLAGS for static builds on alpha for 4.x. Should not be
necessary in theory, but is, apparently.

Submitted by:	Idar Tollefsen <idart@performancedesign.no>
2005-05-06 18:39:54 +00:00
Gerald Pfeifer
eab00128a5 Update to the 20050429 snapshot of GCC 3.4.4. 2005-04-30 19:19:37 +00:00
Gerald Pfeifer
00eab069fc Update to the 20050422 snapshot of GCC 3.4.4. 2005-04-24 17:28:50 +00:00
Gerald Pfeifer
e20e93f524 Update to the 20050415 snapshot of GCC 3.4.4. 2005-04-17 18:19:58 +00:00
Gerald Pfeifer
87bc895f71 Update to the 20050408 snapshot of GCC 3.4.4. 2005-04-10 20:12:45 +00:00
Gerald Pfeifer
b4d7422776 On alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll get
a compiler error.

Submitted by:	Idar Tollefsen <idart@performancedesign.no>
Reviewed by:	kris
2005-04-03 18:57:30 +00:00
Gerald Pfeifer
5982904819 Update to the 20050401 snapshot of GCC 3.4.4. 2005-04-02 19:07:51 +00:00
Gerald Pfeifer
530bde3ffd Update to the 20050311 snapshot of GCC 3.4.4. 2005-03-15 18:31:49 +00:00
Gerald Pfeifer
f36f722df5 Update to the 20050211 snapshot of GCC 3.4.4. 2005-02-13 12:34:54 +00:00
Gerald Pfeifer
034a9382a0 Update to the 20050128 snapshot of GCC 3.4.4. 2005-01-29 12:28:49 +00:00
Gerald Pfeifer
92797b5f8f Update to the 20050114 snapshot of GCC 3.4.4. 2005-01-16 20:26:31 +00:00
Gerald Pfeifer
cd03772a46 Update to the 20050107 snapshot of GCC 3.4.4. 2005-01-09 22:49:39 +00:00