| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
- Add SHA256 checksum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
| |
- utilize DOCSDIR, EXAMPLESDIR
- respect NOPORTDOCS
- apply OPTIONS
PR: 78942
Submitted by: leeym
Approved by: demon
|
| |
|
|
|
|
|
|
| |
option, not --with-latin2.
Submitted by: Tomasz Baranowski <tb@cybertech.pl>
|
|
|
|
| |
Nitoced by: Forrest Aldrich <forrie@forrie.com>
|
| |
|
|
|
|
|
|
| |
Add --with-pic to CONFIGURE_ARGS on amd64 to fix build.
Submitted by: arved
|
|
|
|
|
|
| |
PR: ports/66418
Submitted by: Lars Thegler
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Submitted by: "Leonid A. Lyamanov" <leonas@demos.su>
|
|
|
|
|
| |
PR: 65696
Submitted by: Helge Oldach <rrdtoolapr04@oldach.net>
|
|
|
|
|
|
|
|
| |
version of perl (5.005).
I have no spare machine with that version of perl to develop a proper fix.
Noticed by: many
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 58993
Submitted by: Helge Oldach <1464424446@oldach.net>
|
| |
|
|
|
|
|
| |
PR: 58297
Submitted by: Toni Viemero <toni.viemero@iki.fi>
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
|
|
|
| |
Slightly adjust pkg-descr.
|
|
|
|
| |
Submitted by: Corey Smith <csmith@bonddesk.com>
|
| |
|
|
|
|
| |
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> (with modifications).
|
| |
|
|
|
|
| |
Submitted by: Mark Rowlands <mark.rowlands@minmail.net> (partially).
|
|
|
|
|
|
| |
Fix MASTER_SITES.
Spotted by: Forrest Aldrich <forrie@forrie.com>
|
|
|
|
| |
Submitted by: knu
|
|
|
|
|
|
| |
PR: ports/25750 (problem report)
Submitted by: kuriyama
Approved by: dima (maintainer)
|
| |
|
|
|
|
|
|
| |
I am now at FreeBSD dot org
Approved by: sobomax
|
|
|
|
|
| |
PR: 21744
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 20316
Submitted by: Domas Mituzas <midom@dammit.lt>
|
|
|
|
|
| |
PR: 19250
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|