| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 158478
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=276824
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
| |
PR: ports/150662
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Notes:
svn path=/head/; revision=261391
|
|
|
|
|
|
|
|
|
| |
- Changelog: http://eca.cx/relnotes/ecasound_v2_7_2_relnotes.txt
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=260350
|
|
|
|
|
|
|
|
| |
Approved by: itetcu (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=250471
|
|
|
|
|
|
|
|
| |
PR: 140113
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=243649
|
|
|
|
|
|
|
|
|
|
| |
5 to 6.
Forgotten by: araujo@
Reported by: QAT
Notes:
svn path=/head/; revision=233764
|
|
|
|
|
|
|
|
| |
PR: 131822
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=228722
|
|
|
|
|
|
|
|
| |
PR: 126795
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=219177
|
|
|
|
|
|
|
|
| |
PR: 126593
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=218797
|
|
|
|
|
|
|
|
| |
PR: 117330
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=201851
|
|
|
|
|
|
|
|
| |
PR: 116016
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=201100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
letter a-c
Notes:
svn path=/head/; revision=189955
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: pointyhat via kris
Notes:
svn path=/head/; revision=181992
|
|
|
|
|
|
|
|
| |
PR: ports/106988
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=180372
|
|
|
|
|
|
|
|
|
|
| |
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170572
|
|
|
|
|
|
|
|
|
|
| |
program will link it rather than a system one
PR: ports/101437
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes:
svn path=/head/; revision=169795
|
|
|
|
| |
Notes:
svn path=/head/; revision=161245
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
| |
Submitted by: Ports fury
PR: ports/92609
Notes:
svn path=/head/; revision=154906
|
|
|
|
|
|
|
|
| |
PR: ports/90562
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=151471
|
|
|
|
|
|
|
| |
PR: ports/89566
Notes:
svn path=/head/; revision=149544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=110841
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
| |
Respect CPPFLAGS and LDFLAGS
PR: 47651
Submitted by: Simon Schubert
Notes:
svn path=/head/; revision=91986
|
|
|
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
Notes:
svn path=/head/; revision=89169
|
|
|
|
|
|
|
|
|
|
| |
Fix Build.
PR: 50858
Submitted by: "The Anarcat" <anarcat@anarcat.ath.cx>
Notes:
svn path=/head/; revision=83457
|
|
|
|
| |
Notes:
svn path=/head/; revision=80220
|
|
|
|
|
|
|
|
| |
PR: 50580
Submitted by: maintainer
Notes:
svn path=/head/; revision=78371
|
|
|
|
| |
Notes:
svn path=/head/; revision=76030
|
|
|
|
| |
Notes:
svn path=/head/; revision=73083
|
|
|
|
|
|
|
|
| |
there.
Noticed by: portsurvey
Notes:
svn path=/head/; revision=71860
|
|
|
|
|
|
|
| |
Noticed on: bento
Notes:
svn path=/head/; revision=70658
|
|
|
|
|
|
|
|
| |
PR: 34645
Submitted by: maintainer
Notes:
svn path=/head/; revision=54252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Notes:
svn path=/head/; revision=52646
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Style fix: replace all spaces with tabs where appropriate
o Add WITH_OPTMIZED_CFLAGS knob, build without any unless defined
o Advertise WITH* options
PR: 32139
Submitted by: maintainer
Notes:
svn path=/head/; revision=51156
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50306
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 30058
Submitted by: maintainer
Notes:
svn path=/head/; revision=47841
|
|
|
|
|
|
|
|
| |
PR: 20034
Submitted by: maintainer
Notes:
svn path=/head/; revision=46804
|
|
|
|
|
|
|
|
| |
PR: 30033
Submitted by: maintainer
Notes:
svn path=/head/; revision=46803
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Aside from the PR, I also removed the pkg-plist.py file and merged support
for the python plist changes in the standard file, using PLIST_SUB.
The plist has been resynced with the installed files, since "make package"
used to fail.
All patch files have been removed, as stated by related PR ports/26492,
from maintainer.
PR: 26629 (with some changes)
Submitted by: maintainer
Notes:
svn path=/head/; revision=41877
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Actually, the problem is that the ecasound port can optionally be compiled with
python so that you have another interface to the program. The python dependency
wasn't recorded in the makefile and the port was building the python bits by
default, so the process of installing or packaging failed a one point.
The fix is quite simple. And it features a couple of other enhancments.
First off, the current plist must be renamed "pkg-plist.py".
Second, a new plist must be made with the following diff on the original:
me:
The file pkg-plist contains only one revision,
so a repro copy of this file won't be needed.
I changed whitespaces to taps.
PR: 25814
Submitted by: anarcat@tao.ca
Notes:
svn path=/head/; revision=39969
|
|
processing.
PR: 23778
Submitted by: The Anarcat <beaupran@iro.umontreal.ca>
Notes:
svn path=/head/; revision=36366
|