| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366788
|
|
|
|
|
|
|
|
|
|
| |
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363390
|
|
|
|
|
|
|
| |
change -exec ${RM} by -delete in the find command
Notes:
svn path=/head/; revision=350121
|
|
|
|
|
|
|
|
|
|
| |
remove some outdated material
PR: 186998 [1]
Submitted by: truckman [1]
Notes:
svn path=/head/; revision=347093
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
|
|
|
| |
Convert USE_GMAKE to USES
Notes:
svn path=/head/; revision=327414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324851
|
|
|
|
| |
Notes:
svn path=/head/; revision=316355
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314640
|
|
|
|
| |
Notes:
svn path=/head/; revision=314582
|
|
|
|
|
|
|
|
|
| |
use USE_PKGCONFIG
Reported by: A. Shterenlikht, Denis [1]
Notes:
svn path=/head/; revision=312217
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307819
|
|
|
|
|
|
|
|
|
| |
build the OpenMP libraries with clang [1]; shorten a long line
PR: 168804 [1]
Notes:
svn path=/head/; revision=298787
|
|
|
|
| |
Notes:
svn path=/head/; revision=298660
|
|
|
|
| |
Notes:
svn path=/head/; revision=292571
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=284548
|
|
|
|
|
|
|
|
|
|
| |
of the world.
PR: 161896
Submitted by: mandree, wblock (different patch)
Notes:
svn path=/head/; revision=284114
|
|
|
|
|
|
|
|
|
|
|
|
| |
off by default, because some compilers (e.g. clang) don't
support OpenMP; make linking to the fftw3*_threads shared
libraries easier by adding tags for the system thread
library; simplify math library changes for the long flavor
on 7.*; defer patch cleanup, to make debugging easier;
tweak format of post-patch target
Notes:
svn path=/head/; revision=284090
|
|
|
|
|
|
|
|
|
|
| |
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Notes:
svn path=/head/; revision=283695
|
|
|
|
|
|
|
| |
restrict sse2 to machines that support it; re-format a few lines
Notes:
svn path=/head/; revision=282521
|
|
|
|
|
|
|
|
| |
PR: 157936, 161023
Reported by: L.V. Iliev, amdmi3, "break19", G.V. Seibert
Notes:
svn path=/head/; revision=282431
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=258259
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=258254
|
|
|
|
|
|
|
| |
Approved by: ahze
Notes:
svn path=/head/; revision=240325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that USE_FORTRAN was only used to determine what name mangling scheme
it had to use to compile the shim libs for fortran, but compiling everything
using 'C' anyway.
With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran
and fftw3-fortran disapear since the shims are always built, without
necessitating the use of a USE_FORTRAN.
Approved by: ahze (Maintainer)
Notes:
svn path=/head/; revision=240324
|
|
|
|
| |
Notes:
svn path=/head/; revision=239230
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran
- Have to bump PORTREVISION for package builds etc..
- Fix silly spelling mistakes "Percision" -> "Precision" noted.
Reviewed by: itetcu (portmgr)
Approved by: ahze (Maintainer)
Notes:
svn path=/head/; revision=236157
|
|
|
|
|
|
|
| |
With hat: portmgr (quick unbreak)
Notes:
svn path=/head/; revision=235394
|
|
|
|
| |
Notes:
svn path=/head/; revision=235371
|
|
|
|
|
|
|
|
|
| |
PR: ports/129035
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout (ahze; 6 months)
Notes:
svn path=/head/; revision=234142
|
|
|
|
|
|
|
|
|
| |
- Two week maintainer timeout.
PR: ports/134115 [1]
Notes:
svn path=/head/; revision=233931
|
|
|
|
| |
Notes:
svn path=/head/; revision=226529
|
|
|
|
| |
Notes:
svn path=/head/; revision=221512
|
|
|
|
|
|
|
|
| |
PR: ports/127103
Submitted by: Pedro Giffuni <pfgshield-freebsd@yahoo.com>
Notes:
svn path=/head/; revision=220055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=200775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=167048
|
|
|
|
|
|
|
|
|
| |
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use)
Notes:
svn path=/head/; revision=162086
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
| |
Notes:
svn path=/head/; revision=160315
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Requested by: Xride via irc.freenode.org/#FreeBSD-GNOME
Notes:
svn path=/head/; revision=150077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
- Add SIZE to a few ports
Notes:
svn path=/head/; revision=147668
|
|
|
|
|
|
|
| |
math/ldouble
Notes:
svn path=/head/; revision=147148
|