| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Notes:
svn path=/head/; revision=366670
|
|
|
|
|
|
|
| |
- Use USE_CXXSTD
Notes:
svn path=/head/; revision=366579
|
|
|
|
|
|
|
|
|
|
| |
- Modernize USES
Reported by: poudriere
With hat: portmgr
Notes:
svn path=/head/; revision=349881
|
|
|
|
|
|
|
|
|
| |
PR: ports/186544
Submitted by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=344386
|
|
|
|
|
|
|
| |
While here convert some LIB_DEPENDS
Notes:
svn path=/head/; revision=343214
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=338691
|
|
|
|
| |
Notes:
svn path=/head/; revision=337723
|
|
|
|
| |
Notes:
svn path=/head/; revision=336253
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with d)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331268
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
| |
Notes:
svn path=/head/; revision=327149
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
| |
Notes:
svn path=/head/; revision=316333
|
|
|
|
|
|
|
| |
Submitted by: ak via irc
Notes:
svn path=/head/; revision=313576
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Remove superfluous dependence on gnome-icon-theme
PR: based on ports/176286
Submitted by: lbartoletti <coder@tuxfamily.org>
Notes:
svn path=/head/; revision=312732
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=305831
|
|
|
|
| |
Notes:
svn path=/head/; revision=301572
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
|
|
|
| |
- new MASTER_SITE
Notes:
svn path=/head/; revision=256040
|
|
|
|
| |
Notes:
svn path=/head/; revision=255751
|
|
|
|
| |
Notes:
svn path=/head/; revision=255718
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
| |
Notes:
svn path=/head/; revision=226301
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 129926
Submitted by: Henry Hu
- switch to wx2.8 unicode to build wxsmith
- add plugins to plist
Notes:
svn path=/head/; revision=226299
|
|
|
|
| |
Notes:
svn path=/head/; revision=226273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=212769
|
|
|
|
|
|
|
|
|
| |
- add mssing pkg-plist
PR: 123342
Approved by: maintainer
Notes:
svn path=/head/; revision=212618
|
|
|
|
| |
Notes:
svn path=/head/; revision=200770
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: ports/107048
Submitted by: Matthias Sund<m.sund@arcor.de> (maintainer)
Notes:
svn path=/head/; revision=180437
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Mark BROKEN on 4.X
PR: ports/91826
Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer)
Notes:
svn path=/head/; revision=154747
|
|
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
|