summaryrefslogtreecommitdiffstats
path: root/lang/gcc34
Commit message (Collapse)AuthorAgeFilesLines
* Remove the hack we had used to rename man pages to match the actualgerald2006-09-181-8/+1
| | | | names of binaries (back when GCCs configure mechanism failed to do so).
* Make CONFIGURE_ARGS additive, for the sake of child ports and togerald2006-06-173-23/+2
| | | | | | | | | bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
* Update to the GCC 3.4.6 release, which concludes the GCC 3.4 releasegerald2006-03-263-37/+23
| | | | | | | | | | | | | | | | | series. Move from tracking snapshots to the official release sources, which requires an EPOCH bump, unfortunately. Remove the cklatest target which we just do not need any longer. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK.
* - add RC_D_SH to keep shared libs working after rebootdinoex2006-03-252-0/+21
| | | | Approved by: gerald
* Update to the 20060221 snapshot of GCC 3.4.6.gerald2006-02-222-16/+16
|
* Update to the 20060214 snapshot of GCC 3.4.6.gerald2006-02-152-17/+16
| | | | Remove USE_REINPLACE= as advised by new portlint.
* Update to the 20060207 snapshot of GCC 3.4.6.gerald2006-02-112-16/+16
|
* Update to the 20060124 snapshot of GCC 3.4.6.gerald2006-01-262-16/+16
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to the 20060110 snapshot of GCC 3.4.6.gerald2006-01-112-16/+16
|
* Update to the 20060103 snapshot of GCC 3.4.6.gerald2006-01-052-16/+16
|
* Update to the 20051227 snapshot of GCC 3.4.6.gerald2005-12-293-17/+16
| | | | | Remove broken removal of the info/gcc34 directory; this has to be handled by Mk/bsd.ports.mk.
* Update to the 20051220 snapshot of GCC 3.4.6.gerald2005-12-213-32/+39
| | | | | | | | | 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.
* Install the .info files of the lang/gcc42 port in a port-specificgerald2005-12-211-1/+1
| | | | | | | subdirectory, which allows us to remove the conflicts with lang/gcc33 and lang/gcc34. Dedicated to: obrien
* Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210gerald2005-12-111-1/+1
| | | | | | | | snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253
* Update to the 20051206 snapshot of GCC 3.4.6.gerald2005-12-082-17/+17
|
* Update to the 20051122 snapshot of GCC 3.4.5.gerald2005-11-282-11/+16
|
* Update to the 20051115 snapshot of GCC 3.4.5.gerald2005-11-152-11/+11
|
* Update to the 20051108 snapshot of GCC 3.4.5.gerald2005-11-082-11/+11
|
* Update to the 20050920 snapshot of GCC 3.4.5.gerald2005-09-222-11/+11
|
* Update to the 20050913 snapshot of GCC 3.4.5.gerald2005-09-143-27/+11
| | | | This already contains the patch for static declarations from 2005/09/07.
* Update to the 20050906 snapshot of GCC 3.4.5.gerald2005-09-112-11/+11
|
* Fix bug where static forward declarations weren't accepted.obrien2005-09-071-0/+16
| | | | | | | 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
* Remove extraneous patch I had erroneously included in the previous update.gerald2005-09-011-20/+0
| | | | It does not hurt, but is not needed any longer.
* Prevent running ranlib during installation to unbreak user modegerald2005-09-012-0/+21
| | | | installations which now install libraries with permissions 444.
* Update to the 20050830 snapshot of GCC 3.4.5.gerald2005-08-312-11/+11
|
* Update to the 20050823 snapshot of GCC 3.4.5.gerald2005-08-292-11/+11
|
* Update to the 20050726 snapshot of GCC 3.4.5.gerald2005-07-272-11/+11
|
* Update wrt. the removal of Java support.gerald2005-07-221-3/+3
|
* Update to the 20050719 snapshot of GCC 3.4.5. Should now work on FreeBSD 7.gerald2005-07-212-11/+11
|
* We no longer install any libraries to $PREFIX/lib, so remove this fromgerald2005-07-191-1/+1
| | | | LDCONFIG_DIRS.
* Update to the 20050712 snapshot of GCC 3.4.5.gerald2005-07-142-14/+14
| | | | | | | | 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]
* Update to the 20050628 snapshot of GCC 3.4.5.gerald2005-07-052-20/+13
| | | | | | | 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.
* Remove support for Java, not the least because libjava only builds on i386,gerald2005-07-053-64/+5
| | | | | | | | 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
* Update to the 20050607 snapshot GCC 3.4.5.gerald2005-06-082-13/+13
|
* Update to the 20050531 snapshot of GCC 3.4.5.gerald2005-06-012-13/+13
|
* Update to the 20050524 snapshot of GCC 3.4.5.gerald2005-05-262-13/+13
|
* Fix the handling of man pages on systems with an old version of Perl, oncegerald2005-05-221-1/+1
| | | | and for all and forever.
* Update to the 20050520 snapshot of 3.4.5. Simplify the handling of mangerald2005-05-222-23/+21
| | | | pages on old systems with Perl 5.0.
* We no longer need to/should remove libdata/pkgconfig.gerald2005-05-161-1/+0
| | | | Pointed out by: pav
* Update to the 20050513 snapshot of GCC 3.4.4.gerald2005-05-163-42/+27
| | | | | | | | | | 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.
* Update to the 20050506 snapshot of GCC 3.4.4. Fix some portlint warningsgerald2005-05-082-15/+15
| | | | as well as the list of FTP sites to check on the way.
* Add -fPIC to CXXFLAGS for static builds on alpha for 4.x. Should not begerald2005-05-061-0/+3
| | | | | | necessary in theory, but is, apparently. Submitted by: Idar Tollefsen <idart@performancedesign.no>
* Update to the 20050429 snapshot of GCC 3.4.4.gerald2005-04-302-13/+13
|
* Update to the 20050422 snapshot of GCC 3.4.4.gerald2005-04-242-13/+13
|
* Update to the 20050415 snapshot of GCC 3.4.4.gerald2005-04-172-13/+13
|
* Update to the 20050408 snapshot of GCC 3.4.4.gerald2005-04-102-13/+13
|
* On alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll getgerald2005-04-031-0/+4
| | | | | | | a compiler error. Submitted by: Idar Tollefsen <idart@performancedesign.no> Reviewed by: kris
* Update to the 20050401 snapshot of GCC 3.4.4.gerald2005-04-022-13/+13
|
* Update to the 20050311 snapshot of GCC 3.4.4.gerald2005-03-152-13/+13
|
OpenPOWER on IntegriCloud