aboutsummaryrefslogtreecommitdiff
path: root/lang/gnat-gcc41/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/gnat-gcc41 which is a couple of versions behind upstream andGerald Pfeifer2010-01-241-156/+0
| | | | | | | | | based on GCC 4.1 which is not maintained any more, either. Approved by: maintainer Notes: svn path=/head/; revision=248467
* GCC 4.1 (lang/gcc41) has been removed from the tree 2009-01-17, so weGerald Pfeifer2010-01-241-1/+0
| | | | | | | | | do not need to CONFLICTS with it any more. Approved by: maintainer Notes: svn path=/head/; revision=248466
* - 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
* Mark BROKEN on 8.x: does not fetch.Erwin Lansing2008-08-231-0/+4
| | | | Notes: svn path=/head/; revision=219046
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-3/+3
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* 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
* - 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
* - New bootstrap compilerMartin Wilke2007-07-041-70/+83
| | | | | | | | | | | - GCC 4.1.2 release version sources used - PORTREVISION bump PR: 113875 Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) Notes: svn path=/head/; revision=194886
* - Require specified binary compiler for bootstrappingMartin Wilke2006-12-161-22/+17
| | | | | | | | | | | | - Use recent GCC snapshot - Some aesthetic changes in the Makefile - Bump PORTVERSION PR: ports/106656 Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) Notes: svn path=/head/; revision=179980
* - unbreak building at 7.x;Boris Samorodov2006-09-121-6/+3
| | | | | | | | | | - update to gcc snapshot 20060901. - bump PORTREVISION. Submitted by: Karel Miklav <karel at lovetemple.net> (maintainer by email) Notes: svn path=/head/; revision=172840
* Mark BROKEN at 7.x (does not compile) while investigating the case.Boris Samorodov2006-09-061-0/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=172373
* o finish transition a repocopy from gnat-gcc34 to gnat-gcc41:Boris Samorodov2006-09-041-102/+70
| | | | | | | | | | | | | | - gcc-4.1.2 version, snapshot 20060818 is used; [1] - fsf_suffix (-gnat-gcc41) is used for FSF MAN7 files to avoid conflicts with other gcc ports; [1] - some Makefile restructure; [1] o remove BROKEN for 4.x as it builds without errors. PR: 100038 [1] Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) [1] Notes: svn path=/head/; revision=172199
* - fix DISTFILES; [1]Boris Samorodov2006-08-271-3/+4
| | | | | | | | | | | | | - remove gcc-testsuite from distinfo; [1] - introduce MASTER_SITE_SUBDIR; [1] - change a BROKEN message (doesn't deinstall cleanly at 4.x, PR/101809 pending). PR: 102451 [1] Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer) Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=171470
* Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used)Boris Samorodov2006-08-061-0/+4
| | | | | | | | Reported by: krismail Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=169854
* The GNU Ada compiler system built from GCC 3.4.6.Boris Samorodov2006-08-031-0/+172
PR: 99993 Submitted by: Karel Miklav <karel@lovetemple.net> Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=169588