summaryrefslogtreecommitdiffstats
path: root/lang/gcc-ooo
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+4
| | | | Approved by: krion@
* Fix ${MASTER_SITE_foo} usage.fenner2005-10-251-2/+1
| | | | | | | - Use the proper syntax for grouping when using ${MASTER_SITE_foo} - Don't use ${MASTER_SITE_LOCAL} with no local user subdir. Approved by: MAINTAINER timeout (2 weeks)
* Fix build for 7-CURRENTmaho2005-08-282-3/+25
|
* Add NOT_FOR_ARCHS=ia64 since it doesn't build there and openofficekris2005-05-211-0/+2
| | | | isn't likely to be buildable on ia64 any time soon.
* Make fetchablemaho2005-05-141-0/+1
| | | | Submitted by: "Jack L." <xxjack12xx at doramail dot com>
* Fix pkg-plistmaho2005-03-192-25/+4
| | | | | Submitted by: kris Encouraged by: kris
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Fix -pg -pthread issue, and bump PORTREVISION.nork2005-01-082-2/+2
| | | | Submitted by: hrs
* Unbreak 'make patch'.obrien2005-01-012-3/+2
| | | | Approved by: portmgr(kris)
* Portlintobrien2004-12-191-3/+3
|
* Support -pthreads for 5.0-5.2.1.obrien2004-12-171-5/+14
|
* We've ended up with the same patch twice, I guess Maho-san's and myobrien2004-12-172-17/+0
| | | | emails crossed each other.
* Catch -pthread up with the new KSE world order.obrien2004-12-171-0/+13
|
* (1) a fix to -pthreadmaho2004-12-173-42/+22
| | | | | | (2) clean up parts from gcc34 we don't need Submitted by: lofi(1) and obrien (1), (2)
* Change LATEST_LINK=no to NO_LATEST_LINK=yes. LATEST_LINK=Noadamw2004-12-171-1/+1
| | | | | | | doesn't actually do what maho intended. This should also fix INDEX builds for the time being, though I'm not sure it's what maintainer had in mind.
* gcc-ooo, gcc compiler for OpenOffice.org 2.0 or latermaho2004-12-167-107/+73
| | | | | | | | | | | | | | | | | | compilation. This version of gcc is as same as which Hamburg team use to develop OpenOffice.org, applying following fixes: o visiblity fix http://www.nedprod.com/programs/gccvisibility.html o emum fix http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html For detail, see the announce: http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280 Many thanks to: Pavel Janik <Pavel at Janik.cz> PR: 74937
* Add missing quote in post-build target (which is a real bug, but had notgerald2004-12-101-1/+1
| | | | | | | triggered any problem before). PR: 74901 Submitted by: Pasi Hirvonen <psh@iki.fi>
* Update to the 20041203 snapshot of GCC 3.4.4.gerald2004-12-062-13/+13
|
* Update to the 20041126 snapshot of GCC 3.4.4.gerald2004-11-302-13/+13
|
* Update to the 20041119 snapshot of GCC 3.4.4.gerald2004-11-222-13/+13
|
* Update to the 20041112 snapshot, the first of 3.4.4.gerald2004-11-142-14/+14
|
* Update to the 20041105 snapshot.gerald2004-11-082-13/+13
|
* Catch the 'cklatest' target up to changes on the MASTER_SITES.obrien2004-11-051-1/+1
|
* Update to the 20041029 snapshot of GCC 3.4.3.gerald2004-10-302-13/+13
|
* Update to the 20041015 snapshot of GCC 3.4.3.gerald2004-10-212-14/+14
|
* Update to the 20040827 snapshot of GCC 3.4.2.gerald2004-09-032-13/+13
|
* Fix location of pkgconfig-datavs2004-09-032-2/+12
| | | | Approved by: gerald
* Update to the 20040806 snapshot off GCC 3.4.gerald2004-08-122-13/+13
|
* Update to the 2004-07-23 snapshot of GCC 3.4.2.gerald2004-07-252-13/+13
|
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).gerald2004-07-102-14/+14
|
* Update to the 20040702 snapshot. Optimize that SNAPDATE variable away ongerald2004-07-042-17/+16
| | | | | | the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1]
* Use ${ECHO} instead of echo.gerald2004-06-171-3/+3
|
* Update to the 2004-06-11 snapshot of GCC 3.4.1.gerald2004-06-162-13/+13
|
* Update to the 2004-06-04 snapshot of GCC 3.4.1.gerald2004-06-062-15/+15
| | | | On the way, note that libgcj is not built on amd64.
* Update to the 2004-04-14 snapshot, which should be nearly identical to thegerald2004-04-172-14/+17
| | | | | GCC 3.4.0 release. Tweak the pre-everything message, plus display a note when libgcj is not built.
* I give up, gerald wants the cruft back in.obrien2004-03-221-0/+2
|
* Use a different method to remove possibly shared directory, so we canobrien2004-03-221-2/+2
| | | | | | fail silently. Submitted by: kris
* Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.obrien2004-03-211-2/+0
|
* Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete.obrien2004-03-201-0/+2
|
* Try to fix breakage of non-amd64 platforms introduced by 1.165 andgerald2004-03-171-13/+3
| | | | | | | | | remove inflamatory comment. Remove BROKEN from sparc64 and simplify special case handling of libgcj on ia64 and sparc64. USE_SIZE is now the default, no need to specify it explicitly. Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
* Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk hasobrien2004-03-171-3/+2
| | | | | finally caught up with newer autoconf's requirements. Allow to build on AMD64 by lying with CONFIGURE_TARGET.
* Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesgerald2004-03-143-37/+50
| | | | | | | | | quite some build time and also disk. Make this the default on sparc64 and ia64 where libgcj has not been ported to and thus fix long-standing packaging issues on these two platforms. On the way, update to the 20040310 snapshot of GCC 3.4.0. PR: 63427 (mostly)
* Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.gerald2004-02-192-45/+18
| | | | | | Given that I am now responsible for snapshot generation on gcc.gnu.org, remove the feature to obtain sources from GCC CVS. Mark broken on amd64 (which used to be called x86_64).
* Update to the 2004-02-11 snapshot of GCC 3.4.gerald2004-02-122-22/+24
| | | | | | Port the following two fixes from the lang/gcc33 port: 2004/02/08: Fix build on systems without a decent version of Perl. 2004/01/30: The Fortran frontend binary is called g77, not f77.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26gerald2004-01-283-39/+38
| | | | | change to the gcc33 port and introduce a new make variable SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
* Update to the 2004-01-14 snapshot of GCC 3.4.gerald2004-01-224-38/+54
| | | | | | | | | | | | | | | Merge in my 2004/01/17 change to the gcc33 port to configure with --program-suffix and related and further simplifications. Merge in my 2004/01/13 change to the gcc33 port to make the automatic generation of the package list for libraries and include files more failure tolerant, so that at least `make install` now works on sparc64. Merge in my 2004/01/05 change to the gcc33 port to combine and simplify the post-install handling of target libraries and GCJ include files. libgcj still is not supported and packaging is broken on sparc64; mark BROKEN on that platform.
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1
|
* Use PAX macro.trevor2004-01-221-1/+1
|
* Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05gerald2004-01-103-28/+13
| | | | | | changes which combine and simplify the post-install handling of target libraries and GCJ include files and my 2003-12-14 change which simplifies handling of .info files from the lang/gcc33 port.
OpenPOWER on IntegriCloud