| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
. Remove Author:
. Use space on WWW
Notes:
svn path=/head/; revision=332295
|
|
|
|
| |
Notes:
svn path=/head/; revision=328488
|
|
|
|
| |
Notes:
svn path=/head/; revision=328225
|
|
|
|
|
|
|
| |
converters)
Notes:
svn path=/head/; revision=327715
|
|
|
|
| |
Notes:
svn path=/head/; revision=326406
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
Notes:
svn path=/head/; revision=305610
|
|
|
|
| |
Notes:
svn path=/head/; revision=305298
|
|
|
|
|
|
|
| |
Reported by: sunpoet@
Notes:
svn path=/head/; revision=301967
|
|
|
|
| |
Notes:
svn path=/head/; revision=301957
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293050
|
|
|
|
|
|
|
|
| |
Approved by: portmgr
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=284139
|
|
|
|
| |
Notes:
svn path=/head/; revision=276694
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=250568
|
|
|
|
| |
Notes:
svn path=/head/; revision=245872
|
|
|
|
|
|
|
| |
starting with B,C
Notes:
svn path=/head/; revision=240067
|
|
|
|
| |
Notes:
svn path=/head/; revision=231204
|
|
|
|
| |
Notes:
svn path=/head/; revision=221061
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=215347
|
|
|
|
| |
Notes:
svn path=/head/; revision=209417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=172252
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=172146
|
|
|
|
|
|
|
|
|
| |
PR: 96946
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=163222
|
|
|
|
|
|
|
|
| |
PR: ports/96106
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Notes:
svn path=/head/; revision=161106
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
| |
PR: 87680
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: Cyrus Rahman <cr@jcmax.com> (maintainer)
Notes:
svn path=/head/; revision=145907
|
|
|
|
|
|
|
|
|
| |
PR: ports/81407
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=136845
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
|
| |
- Nuke pkg-plist while here
PR: ports/68748 [1]
Submitted by: Matt Peterson
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=116114
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a x-test target that runs the tnef tests
- Shorten COMMENT to fit the limit
While I'm here:
- Install some documentation
PR: 59459
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=95380
|
|
|
|
| |
Notes:
svn path=/head/; revision=76030
|
|
|
|
|
|
|
|
| |
PR: 29948
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=48754
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=40070
|
|
|
|
|
|
|
| |
Reviewed by: maintainer
Notes:
svn path=/head/; revision=39709
|
|
|
|
|
|
|
| |
Reviewed by: maintainer
Notes:
svn path=/head/; revision=35337
|
|
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format
PR: 21392
Submitted by: Cyrus Rahman <cr@jcmax.com>
Notes:
svn path=/head/; revision=34122
|