| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
version. automake14 can live beside the latest 'automake', and is invoked
specifically as 'automake14'.
|
|
|
|
|
|
| |
- Backout recent upgrade because it broke way too many ports;
- assign maintainership to portmgr@FreeBSD.org due to importancy of this port
to the overall ports infrastructure.
|
| |
|
| |
|
| |
|
|
|
|
| |
MAINTAINER timeout.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the inode numbers of files.
This should fix the "duplicated macros" error when aclocal is
invoked with `-I ${X11BASE}/share/aclocal' explicitly.
- Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's
(a symlink to)* a directory)
This should fix the "no such directory" error when you build a non-X
port without X installed. (like on bento)
|
|
|
|
|
|
|
|
|
|
| |
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra
patch and some configure-time substitution
Discussed on: ports (quite a while back)
Original disgusting hack by: ade
Suggested improvements by: asami
Reworked patch by: ade
|
| |
|
|
|
|
|
|
|
| |
in their CVS repository.
PR: 18069
Submitted by: Joe Jih-Shien Lu <JoeLu@joelu.m8.ntu.edu.tw>
|
| |
|
|
|
|
|
|
| |
returns a zero on success and non-zero on failure.
Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
| |
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
|
|
|
|
| |
PR: ports/9767
Submitted by: Steve Coltrin <spcoltri@io.com>
|
| |
|
|
|
|
| |
PR: 7463
|
| |
|
|
|
|
|
| |
PR: ports/6513
Submitted by: maintainer
|
|
|
|
|
| |
remove @dirrm share/aclocal on pkg/PLIST,
because another package use the directory too (guile)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous changes to this port was one of them. This commit fixes:
- We definetely need to check the existence of ${PREFIX}/dir and generate
it if needed before install-info gets invoked.
- Use empty definition of STRIP instead of changing every appearance
of ${INSTALL_SCRIPT} in Makefile.in to ${INSTALL} especially since
this port installs no files that need to be stripped.
- No need to add rule to regenerate .info file when there's one in the
distributed Makefile.in.
- Instead of removing old piece of .info files in post-install target,
leave it to the .texi.info: rule in the distributed Makefile.
|
|
|
|
|
| |
PR: 4577
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
|
| |
|
| |
|
|
|
|
| |
@'ed install-info related commands.
|
|
|
|
|
| |
first words capitalized, modify automake.texi's dir entry in such way,
so that the entries in dir get sorted properly.
|
| |
|
| |
|
| |
|
|
GNU Standards-compliant Makefile generator
PR: 3199
Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|