aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc40
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/gcc40 which only has three dependencies left in the treeGerald Pfeifer2007-11-035-158/+0
| | | | | | | | | | (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav) Notes: svn path=/head/; revision=202497
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Bump PORTREVISION.Gerald Pfeifer2007-02-151-0/+1
| | | | Notes: svn path=/head/; revision=185222
* Account for the removal of /usr/bin/objformat on 7-CURRENT and defaultGerald Pfeifer2007-02-151-0/+14
| | | | | | | to elf instead of aout in this case. Notes: svn path=/head/; revision=185203
* Update to GCC 4.0.4, the official release. This closes the GCC 4.0 branch.Gerald Pfeifer2007-02-043-33/+15
| | | | | | | | Remove the cklatest target and files/patch-gengtype-yacc.y; bison no longer is a requirement. Notes: svn path=/head/; revision=184112
* Update to the 20070114 snapshot of GCC 4.0.4.Gerald Pfeifer2007-01-152-13/+13
| | | | Notes: svn path=/head/; revision=182389
* Update to the 20061228 snapshot of GCC 4.0.4.Gerald Pfeifer2006-12-292-13/+13
| | | | Notes: svn path=/head/; revision=180947
* Update to the 20061130 snapshot of GCC 4.0.4.Gerald Pfeifer2006-12-022-13/+13
| | | | Notes: svn path=/head/; revision=178547
* Update to the 20061123 snapshot of GCC 4.0.4.Gerald Pfeifer2006-11-262-13/+13
| | | | Notes: svn path=/head/; revision=178062
* Update to the 20061026 snapshot of GCC 4.0.4.Gerald Pfeifer2006-10-312-13/+13
| | | | Notes: svn path=/head/; revision=175789
* Update to the 20061005 snapshot of GCC 4.0.4.Gerald Pfeifer2006-10-092-13/+13
| | | | Notes: svn path=/head/; revision=175134
* Update to the 20060921 snapshot of GCC 4.0.4.Gerald Pfeifer2006-09-222-13/+13
| | | | | | | | This brings one potential fix for the intermittent bootstrap comparison failures kris has been seeing on the Ports Build Cluster for FreeBSD 6.x. Notes: svn path=/head/; revision=173590
* Update to the 20060914 snapshot of GCC 4.0.4.Gerald Pfeifer2006-09-152-22/+15
| | | | | | | | Remove the hack we had used to rename man pages to match the actual names of binaries (back when GCCs configure mechanism failed to do so). Notes: svn path=/head/; revision=173107
* Update to the 20060907 snapshot of GCC 4.0.4.Gerald Pfeifer2006-09-102-13/+13
| | | | Notes: svn path=/head/; revision=172659
* Update to the 20060824 snapshot of GCC 4.0.4.Gerald Pfeifer2006-08-252-13/+13
| | | | Notes: svn path=/head/; revision=171371
* Update to the 20060810 snapshot of GCC 4.0.4.Gerald Pfeifer2006-08-122-13/+13
| | | | Notes: svn path=/head/; revision=170416
* Update to the 20060720 snapshot of GCC 4.0.4.Gerald Pfeifer2006-07-212-14/+13
| | | | | | | | No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now. Notes: svn path=/head/; revision=168435
* Update to the 20060713 snapshot of GCC 4.0.4.Gerald Pfeifer2006-07-142-13/+13
| | | | Notes: svn path=/head/; revision=167762
* Update to the 20060706 snapshot of GCC 4.0.4.Gerald Pfeifer2006-07-082-18/+15
| | | | | | | | | | Simplify the subdirectory we use for GCC-specific libraries and include files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}. Remove the hack to set RANLIB=: now that this has been addressed upstream. Notes: svn path=/head/; revision=167205
* Update to the 20060629 snapshot of GCC 4.0.4.Gerald Pfeifer2006-07-012-13/+13
| | | | Notes: svn path=/head/; revision=166705
* Update to the 20060622 snapshot of GCC 4.0.4.Gerald Pfeifer2006-06-232-13/+14
| | | | | | | Fix USE_LDCONFIG for non-default prefix installation. Notes: svn path=/head/; revision=166116
* Employ the new USE_LDCONFIG feature, which allows us to get rid of theGerald Pfeifer2006-06-173-22/+1
| | | | | | | | | various, much more manual and error-prone hacks we needed so far. Reviewed by: flz Notes: svn path=/head/; revision=165640
* Update to the 20060615 snapshot of GCC 4.0.4.Gerald Pfeifer2006-06-162-13/+13
| | | | Notes: svn path=/head/; revision=165548
* Update to the 20060525 snapshot of GCC 4.0.4.Gerald Pfeifer2006-05-262-13/+13
| | | | Notes: svn path=/head/; revision=163479
* Update to the 20060518 snapshot of GCC 4.0.4.Gerald Pfeifer2006-05-192-13/+13
| | | | Notes: svn path=/head/; revision=162797
* Avoid hard-coding the GCC release series in the cklatest target.Gerald Pfeifer2006-05-121-1/+1
| | | | Notes: svn path=/head/; revision=162196
* Update to the 20060511 snapshot of GCC 4.0.4.Gerald Pfeifer2006-05-122-13/+13
| | | | Notes: svn path=/head/; revision=162169
* Update to the 20060427 snapshot of GCC 4.0.4.Gerald Pfeifer2006-04-282-13/+13
| | | | Notes: svn path=/head/; revision=160655
* Make sure all lang/gcc* ports I maintain can be properly used as masterGerald Pfeifer2006-04-231-2/+2
| | | | | | | ports by allowing MAINTAINER and COMMENT to be overridden. Notes: svn path=/head/; revision=160218
* Update to the 20060420 snapshot of GCC 4.0.4.Gerald Pfeifer2006-04-212-13/+13
| | | | Notes: svn path=/head/; revision=160093
* Restore hack to call amd64 by the name of x86_64 for the sake of configure.Gerald Pfeifer2006-04-181-0/+4
| | | | Notes: svn path=/head/; revision=159902
* Update to the 20060413 snapshot of GCC 4.0.4. Try to get rid of theGerald Pfeifer2006-04-142-17/+13
| | | | | | | x86_64-specific configure hack. Notes: svn path=/head/; revision=159513
* Update to the 20060406 snapshot of GCC 4.0.4.Gerald Pfeifer2006-04-072-13/+13
| | | | Notes: svn path=/head/; revision=158997
* Update to the 20060330 snapshot of GCC 4.0.4.Gerald Pfeifer2006-03-312-13/+13
| | | | Notes: svn path=/head/; revision=158482
* Fix handling of shared libraries via rc.d for non-default prefixes.Gerald Pfeifer2006-03-271-0/+1
| | | | Notes: svn path=/head/; revision=158285
* - add RC_D_SH to keep shared libs working after rebootDirk Meyer2006-03-263-0/+19
| | | | Notes: svn path=/head/; revision=158130
* Update to the 20060323 snapshot of GCC 4.0.4.Gerald Pfeifer2006-03-252-13/+13
| | | | Notes: svn path=/head/; revision=158092
* Update to the 20060316 snapshot of GCC 4.0.4.Gerald Pfeifer2006-03-174-50/+18
| | | | | | | | | | | | | | | | Now that GCC 4.1.0 has been released, remove support for the Fortran frontend which was still quite immature in the 4.0 series compared to what we now have in the the 4.1 series. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK. Notes: svn path=/head/; revision=157494
* Update to the 20060216 snapshot of GCC 4.0.3.Gerald Pfeifer2006-02-172-17/+16
| | | | | | | Remove USE_REINPLACE= as advised by new portlint. Notes: svn path=/head/; revision=156208
* Update to the 20060209 snapshot of GCC 4.0.3.Gerald Pfeifer2006-02-112-16/+16
| | | | Notes: svn path=/head/; revision=155743
* Update to the 20060202 snapshot of GCC 4.0.3.Gerald Pfeifer2006-02-042-16/+16
| | | | Notes: svn path=/head/; revision=155176
* Update to the 20060126 snapshot of GCC 4.0.3.Gerald Pfeifer2006-01-272-16/+16
| | | | Notes: svn path=/head/; revision=154606
* Update to the 20060119 snapshot of GCC 4.0.3.Gerald Pfeifer2006-01-212-16/+16
| | | | Notes: svn path=/head/; revision=154036
* Update to the 20060112 snapshot of GCC 4.0.3.Gerald Pfeifer2006-01-142-16/+16
| | | | Notes: svn path=/head/; revision=153411
* Update to the 20060105 snapshot of GCC 4.0.3.Gerald Pfeifer2006-01-072-16/+16
| | | | Notes: svn path=/head/; revision=152983
* Update to the 20051229 snapshot of GCC 4.0.3.Gerald Pfeifer2005-12-303-17/+16
| | | | | | | | Remove broken removal of the info/gcc40 directory; this has to be handled by Mk/bsd.ports.mk. Notes: svn path=/head/; revision=152455
* Update to the 20051222 snapshot of GCC 4.0.3.Gerald Pfeifer2005-12-232-16/+16
| | | | Notes: svn path=/head/; revision=151892
* Update to the 20051215 snapshot of GCC 4.0.3.Gerald Pfeifer2005-12-223-33/+41
| | | | | | | | | | | | | Install the .info files of the lang/gcc40 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflicts with lang/gcc33, lang/gcc41 and lang/gcc42. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 40. Notes: svn path=/head/; revision=151809
* Update to the 20051220 snapshot of GCC 3.4.6.Gerald Pfeifer2005-12-211-1/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=151805
* Update to the 20051208 snapshot of GCC 4.0.3.Gerald Pfeifer2005-12-092-16/+16
| | | | Notes: svn path=/head/; revision=150715