aboutsummaryrefslogtreecommitdiff
path: root/devel/codeblocks
Commit message (Collapse)AuthorAgeFilesLines
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - fix duplicate manpageDirk Meyer2009-01-171-1/+0
| | | | Notes: svn path=/head/; revision=226301
* - enable pluginsDirk Meyer2009-01-172-4/+210
| | | | | | | | | | | PR: 129926 Submitted by: Henry Hu - switch to wx2.8 unicode to build wxsmith - add plugins to plist Notes: svn path=/head/; revision=226299
* - add LICENSE:Dirk Meyer2009-01-161-0/+3
| | | | Notes: svn path=/head/; revision=226273
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - don't clean up leftovers from gtkDirk Meyer2008-05-071-2/+0
| | | | Notes: svn path=/head/; revision=212769
* - update to 8.02Dirk Meyer2008-05-0518-3537/+756
| | | | | | | | | - add mssing pkg-plist PR: 123342 Approved by: maintainer Notes: svn path=/head/; revision=212618
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-3/+0
| | | | Notes: svn path=/head/; revision=200770
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix build with gcc 4.XMartin Wilke2006-12-215-0/+71
| | | | | | | | PR: ports/107048 Submitted by: Matthias Sund<m.sund@arcor.de> (maintainer) Notes: svn path=/head/; revision=180437
* - Depend on and link against wxgtk26-unicode instead of the ANSI version. [1]Stefan Walter2006-10-062-37/+38
| | | | | | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: 103756 [1] Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de> [1] Approved by: maintainer [1] Notes: svn path=/head/; revision=174646
* - Fix build on 64-bitsPav Lucistnik2006-01-292-111/+61
| | | | | | | | | | - Mark BROKEN on 4.X PR: ports/91826 Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer) Notes: svn path=/head/; revision=154747
* new port: devel/codeblocks, an open source, cross-platform and freeEdwin Groothuis2005-12-2711-0/+3543
C/C++ IDE Code::Blocks is an open source, cross-platform and free C/C++ IDE. It is build using the wxWidgets GUI library. The WEB site states: "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." WWW: http://www.codeblocks.org/ PR: ports/89297 Submitted by: Matthias Sund <m.sund@arcor.de> Notes: svn path=/head/; revision=152218