FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 5:49 PM BST
non port: devel/codeblocks/Makefile
CVSWeb

Number of commits found: 16

Mon, 7 Jun 2010
[ 18:27 dinoex ] Original commit 
1.16 devel/codeblocks/Makefile
1.3 devel/codeblocks/distinfo
1.2 devel/codeblocks/files/patch-Makefile.in
1.5 devel/codeblocks/pkg-plist
- update to 10.05
- new MASTER_SITE
Sat, 5 Jun 2010
[ 07:54 dinoex ] Original commit 
1.15 databases/gdl2/Makefile
1.20 deskutils/preferences.app/Makefile
1.15 devel/codeblocks/Makefile
1.41 devel/ruby-gnustep/Makefile
1.20 german/unix-connect/Makefile
1.106 lang/gnustep-base/Makefile
1.8 net/tryst-examples/Makefile
1.12 net/tryst/Makefile
1.198 www/apache13-modssl/Makefile
1.83 x11-toolkits/gnustep-back/Makefile

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
add LICENSE_COMB
Fri, 4 Jun 2010
[ 13:14 dinoex ] Original commit 
1.14 databases/gdl2/Makefile
1.14 devel/codeblocks/Makefile
1.91 devel/gnustep-make/Makefile
1.43 devel/gorm/Makefile
1.7 devel/performance/Makefile
1.105 lang/gnustep-base/Makefile
1.40 security/tinc/Makefile
1.82 x11-toolkits/gnustep-back/Makefile
1.114 x11-toolkits/gnustep-gui/Makefile
- LICENSE GPLv3
Sun, 28 Mar 2010
[ 06:47 dinoex ] Original commit 
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
1.42 accessibility/kdeaccessibility4/Makefile

(Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex ] Original commit 
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
1.40 accessibility/kdeaccessibility4/Makefile

(Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Wed, 2 Sep 2009
[ 15:01 amdmi3 ] Original commit 
1.9 archivers/upx/Makefile
1.17 audio/adplay/Makefile
1.10 audio/bmp-fc/Makefile
1.11 audio/k3bmonkeyaudioplugin/Makefile
1.20 audio/libadplug/Makefile
1.21 audio/pacpl/Makefile
1.10 audio/xmms-ahx/Makefile
1.13 audio/xmms-modplug/Makefile
1.11 audio/xmms-xymms/Makefile
1.45 databases/phppgadmin/Makefile

(Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all 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)
Fri, 31 Jul 2009
[ 13:57 dinoex ] Original commit 
1.9 accessibility/accerciser/Makefile
1.8 accessibility/at-poke/Makefile
1.69 accessibility/at-spi/Makefile
1.49 accessibility/dasher/Makefile
1.40 accessibility/gnopernicus/Makefile
1.43 accessibility/gok/Makefile
1.8 accessibility/java-access-bridge/Makefile
1.29 accessibility/kdeaccessibility/Makefile
1.35 accessibility/kdeaccessibility4/Makefile
1.11 accessibility/mousetweaks/Makefile

(Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sat, 17 Jan 2009
[ 09:36 dinoex ] Original commit 
1.9 devel/codeblocks/Makefile
1.3 devel/codeblocks/pkg-plist
- enable plugins
PR:             129926
Submitted by:   Henry Hu

- switch to wx2.8 unicode to build wxsmith
- add plugins to plist
Thu, 21 Aug 2008
[ 06:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2008
[ 13:21 edwin ] Original commit 
1.85 devel/ORBit/Makefile
1.134 devel/ORBit2/Makefile
1.6 devel/acovea-gtk/Makefile
1.13 devel/aegis/Makefile
1.13 devel/agide/Makefile
1.7 devel/alabastra/Makefile
1.64 devel/anjuta/Makefile
1.15 devel/antlr/Makefile
1.9 devel/antlrworks/Makefile
1.48 devel/apache-ant/Makefile

(Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

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)
Mon, 5 May 2008
[ 05:11 dinoex ] Original commit 
1.6 devel/codeblocks/Makefile
1.4 devel/codeblocks/files/Makefile
1.2 devel/codeblocks/distinfo
1.2 devel/codeblocks/files/patch-CodeBlocks-unix.cbp
1.1 devel/codeblocks/files/patch-Makefile.in
1.2 devel/codeblocks/files/patch-sdk-editormanager.h
1.2 devel/codeblocks/files/patch-sdk-managedthread.h
1.2 devel/codeblocks/files/patch-sdk-xtra_classes.h
1.2 devel/codeblocks/files/patch-src-app.cpp
1.2 devel/codeblocks/files/patch-src-globals.h

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- update to 8.02
- add mssing pkg-plist
PR:             123342
Approved by:    maintainer
Thu, 4 Oct 2007
[ 00:41 edwin ] Original commit 
1.30 devel/ZendOptimizer/Makefile
1.31 devel/allegro-devel/Makefile
1.31 devel/allegro/Makefile
1.68 devel/apr/Makefile
1.5 devel/codeblocks/Makefile
1.11 devel/cppadvio/Makefile
1.44 devel/cvsd/Makefile
1.25 devel/cvsnt/Makefile
1.13 devel/gtkmozedit/Makefile
1.4 devel/jtag/Makefile

(Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Sat, 19 May 2007
[ 20:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 6 Oct 2006
[ 17:34 stefan ] Original commit 
1.3 devel/codeblocks/Makefile
1.3 devel/codeblocks/files/Makefile
- Depend on and link against wxgtk26-unicode instead of the ANSI version. [1]
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:             103756 [1]
Submitted by:   Michael Neumann <mneuma2s@smail.inf.fh-brs.de> [1]
Approved by:    maintainer [1]
Sun, 29 Jan 2006
[ 22:54 pav ] Original commit 
1.2 devel/codeblocks/Makefile
1.2 devel/codeblocks/files/Makefile
- Fix build on 64-bits
- Mark BROKEN on 4.X

PR:             ports/91826
Submitted by:   Matthias Sund <m.sund@arcor.de> (maintainer)
Tue, 27 Dec 2005
[ 19:59 edwin ] Original commit 
1.2082 devel/Makefile
1.1 devel/codeblocks/Makefile
1.1 devel/codeblocks/files/Makefile
1.1 devel/codeblocks/distinfo
1.1 devel/codeblocks/files/patch-CodeBlocks-unix.cbp
1.1 devel/codeblocks/files/patch-src-app.cpp
1.1 devel/codeblocks/files/patch-src-globals.h
1.1 devel/codeblocks/files/patch-src-prefix.cpp
1.1 devel/codeblocks/files/patch-templates-unix-wxwidgets.cbp
1.1 devel/codeblocks/files/patch-templates-unix-wxwidgets.template

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
new port: devel/codeblocks, an open source, cross-platform and free
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>

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23671
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days58
new fortnight182
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.326 seconds.