| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
| |
Pointed out by: kris
|
| |
|
|
|
|
|
| |
PR: ports/67370
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: ports/62423
Submitted by: maintainer
|
|
|
|
| |
(Part 2)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- portlint
PR: ports/45206
Submitted by: maintainer
Pointed out by: Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp> at FreeBSD-users-jp[71924]
|
|
|
|
|
|
|
| |
list, a linker option "-znocombreloc" can solve this problem.
PR: ports/44926
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
|
|
|
|
|
|
|
| |
sys_nerr variable.
This patch is copied from editors/emacs20/files/patch-src_emacs.c.
Approved by: maintaner
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
need to check if they are defined. Remove the checks and correct
conditional PLIST_SUB+= assignment.
Submitted by: bento
|
|
|
|
|
|
|
| |
- Fix package generation for various options.
PR: ports/41571
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> (MAINTAINER)
|
|
|
|
|
|
|
| |
Don't build info (this package does not need info).
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12612
|
|
|
|
|
| |
PR: 36922
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
|
|
|
|
|
|
|
| |
in install stage.
Submitted by: MAINTAINER
Reviewed by: knu(mentor)
|
|
|
|
|
|
| |
PR: ports/32320
Submitted by: MAINTAINER
Reviewed by: ports-jp@jp.freebsd.org,knu(mentor)
|
|
|
|
|
|
| |
PR: ports/32320
Submitted by: MAINTAINER
Reviewed by: ports-jp@jp.freebsd.org,knu(mentor)
|
|
PR: ports/22107
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|