aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc34
Commit message (Collapse)AuthorAgeFilesLines
* - remove MD5Olli Hauer2011-07-031-4/+0
| | | | Notes: svn path=/head/; revision=276987
* Remove NO_MANCOMPRESS which is not necessary on relevant versions ofGerald Pfeifer2009-12-313-8/+9
| | | | | | | FreeBSD any more. Sort pkg-plist consistently. Notes: svn path=/head/; revision=246919
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run Notes: svn path=/head/; revision=246839
* Set MAKE_JOBS_SAFE to allow for parallel builds.Gerald Pfeifer2009-03-291-0/+1
| | | | | | | | PR: 133062 Submitted by: mm Notes: svn path=/head/; revision=231278
* Remove obsolete code to create (empty) man pages in case regularGerald Pfeifer2009-03-131-5/+0
| | | | | | | man pages cannot be created. Notes: svn path=/head/; revision=230012
* Remove gcc-testsuite from DISTFILES, along with the post-build andGerald Pfeifer2009-02-012-13/+1
| | | | | | | | check targets. This reduces disk and bandwidth consumptions for a feature (apparently) never used. Notes: svn path=/head/; revision=227368
* Set MAINTAINER, COMMENT and LATEST_LINK unconditionally as opposed toGerald Pfeifer2009-02-011-3/+3
| | | | | | | using ?=. Notes: svn path=/head/; revision=227320
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-4/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Add the local changes of src/contrib/gcc/config/sparc/freebsd.h,Marius Strobl2008-02-262-1/+29
| | | | | | | | | | mainly in order to let the preprocessor define things like __sparc64__ which in turn is required by some system headers. Approved by: gerald Notes: svn path=/head/; revision=207954
* Fix the build on FreeBSD 8.Gerald Pfeifer2007-10-211-0/+11
| | | | | | | | | PR: 117287 Submitted by: Scot Hetzel <swhetzel@gmail.com>, Stephane E. Potvin <sepotvin@videotron.ca> Notes: svn path=/head/; revision=201743
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-3/+0
| | | | Notes: svn path=/head/; revision=200774
* - 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
* Account for the removal of /usr/bin/objformat on 7-CURRENT and defaultGerald Pfeifer2007-02-152-0/+15
| | | | | | | to elf instead of aout in this case. Bump PORTREVISION. Notes: svn path=/head/; revision=185230
* Add USE_ICONV=yes since we explicitly configure --with-libiconv-prefix.Gerald Pfeifer2007-01-281-0/+1
| | | | | | | Reported by: deischen, rafan Notes: svn path=/head/; revision=183487
* Remove the hack we had used to rename man pages to match the actualGerald Pfeifer2006-09-181-8/+1
| | | | | | | names of binaries (back when GCCs configure mechanism failed to do so). Notes: svn path=/head/; revision=173337
* Make CONFIGURE_ARGS additive, for the sake of child ports and toGerald Pfeifer2006-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) Notes: svn path=/head/; revision=165652
* Update to the GCC 3.4.6 release, which concludes the GCC 3.4 releaseGerald Pfeifer2006-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. Notes: svn path=/head/; revision=158169
* - add RC_D_SH to keep shared libs working after rebootDirk Meyer2006-03-252-0/+21
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=158116
* Update to the 20060221 snapshot of GCC 3.4.6.Gerald Pfeifer2006-02-222-16/+16
| | | | Notes: svn path=/head/; revision=156715
* Update to the 20060214 snapshot of GCC 3.4.6.Gerald Pfeifer2006-02-152-17/+16
| | | | | | | Remove USE_REINPLACE= as advised by new portlint. Notes: svn path=/head/; revision=156123
* Update to the 20060207 snapshot of GCC 3.4.6.Gerald Pfeifer2006-02-112-16/+16
| | | | Notes: svn path=/head/; revision=155796
* Update to the 20060124 snapshot of GCC 3.4.6.Gerald Pfeifer2006-01-262-16/+16
| | | | Notes: svn path=/head/; revision=154545
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to the 20060110 snapshot of GCC 3.4.6.Gerald Pfeifer2006-01-112-16/+16
| | | | Notes: svn path=/head/; revision=153270
* Update to the 20060103 snapshot of GCC 3.4.6.Gerald Pfeifer2006-01-052-16/+16
| | | | Notes: svn path=/head/; revision=152798
* Update to the 20051227 snapshot of GCC 3.4.6.Gerald Pfeifer2005-12-293-17/+16
| | | | | | | | Remove broken removal of the info/gcc34 directory; this has to be handled by Mk/bsd.ports.mk. Notes: svn path=/head/; revision=152316
* Update to the 20051220 snapshot of GCC 3.4.6.Gerald Pfeifer2005-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. Notes: svn path=/head/; revision=151805
* Install the .info files of the lang/gcc42 port in a port-specificGerald Pfeifer2005-12-211-1/+1
| | | | | | | | | | subdirectory, which allows us to remove the conflicts with lang/gcc33 and lang/gcc34. Dedicated to: obrien Notes: svn path=/head/; revision=151801
* Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210Gerald Pfeifer2005-12-111-1/+1
| | | | | | | | | | | snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253 Notes: svn path=/head/; revision=150924
* Update to the 20051206 snapshot of GCC 3.4.6.Gerald Pfeifer2005-12-082-17/+17
| | | | Notes: svn path=/head/; revision=150677
* Update to the 20051122 snapshot of GCC 3.4.5.Gerald Pfeifer2005-11-282-11/+16
| | | | Notes: svn path=/head/; revision=149805
* Update to the 20051115 snapshot of GCC 3.4.5.Gerald Pfeifer2005-11-152-11/+11
| | | | Notes: svn path=/head/; revision=148408
* Update to the 20051108 snapshot of GCC 3.4.5.Gerald Pfeifer2005-11-082-11/+11
| | | | Notes: svn path=/head/; revision=147654
* Update to the 20050920 snapshot of GCC 3.4.5.Gerald Pfeifer2005-09-222-11/+11
| | | | Notes: svn path=/head/; revision=143332
* Update to the 20050913 snapshot of GCC 3.4.5.Gerald Pfeifer2005-09-143-27/+11
| | | | | | | This already contains the patch for static declarations from 2005/09/07. Notes: svn path=/head/; revision=142691
* Update to the 20050906 snapshot of GCC 3.4.5.Gerald Pfeifer2005-09-112-11/+11
| | | | Notes: svn path=/head/; revision=142427
* Fix bug where static forward declarations weren't accepted.David E. O'Brien2005-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 Notes: svn path=/head/; revision=142157
* Remove extraneous patch I had erroneously included in the previous update.Gerald Pfeifer2005-09-011-20/+0
| | | | | | | It does not hurt, but is not needed any longer. Notes: svn path=/head/; revision=141735
* Prevent running ranlib during installation to unbreak user modeGerald Pfeifer2005-09-012-0/+21
| | | | | | | installations which now install libraries with permissions 444. Notes: svn path=/head/; revision=141708
* Update to the 20050830 snapshot of GCC 3.4.5.Gerald Pfeifer2005-08-312-11/+11
| | | | Notes: svn path=/head/; revision=141593
* Update to the 20050823 snapshot of GCC 3.4.5.Gerald Pfeifer2005-08-292-11/+11
| | | | Notes: svn path=/head/; revision=141277
* Update to the 20050726 snapshot of GCC 3.4.5.Gerald Pfeifer2005-07-272-11/+11
| | | | Notes: svn path=/head/; revision=140223
* Update wrt. the removal of Java support.Gerald Pfeifer2005-07-221-3/+3
| | | | Notes: svn path=/head/; revision=139866
* Update to the 20050719 snapshot of GCC 3.4.5. Should now work on FreeBSD 7.Gerald Pfeifer2005-07-212-11/+11
| | | | Notes: svn path=/head/; revision=139802
* We no longer install any libraries to $PREFIX/lib, so remove this fromGerald Pfeifer2005-07-191-1/+1
| | | | | | | LDCONFIG_DIRS. Notes: svn path=/head/; revision=139596
* Update to the 20050712 snapshot of GCC 3.4.5.Gerald Pfeifer2005-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] Notes: svn path=/head/; revision=139211
* Update to the 20050628 snapshot of GCC 3.4.5.Gerald Pfeifer2005-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. Notes: svn path=/head/; revision=138540
* Remove support for Java, not the least because libjava only builds on i386,Gerald Pfeifer2005-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 Notes: svn path=/head/; revision=138534
* Update to the 20050607 snapshot GCC 3.4.5.Gerald Pfeifer2005-06-082-13/+13
| | | | Notes: svn path=/head/; revision=137073