| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
|
|
|
|
|
|
| |
Take back maintainership. I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
| |
operations. This makes these ports installable by users other than root.
PR: 76422
Submitted by: jhb
|
|
|
|
|
|
|
|
|
|
| |
or interest to look after these things any more.
To whomever picks these up, I salute you. I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.
Farewell, autotool hell.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 69967 (repo-copy request)
Submitted by: ade
|
| |
|
|
|
|
|
| |
${PREFIX}/bin to non-versioned files in ${PREFIX}/libexec/<autotool><ver>
so that the PATH magic in bsd.autotools.mk works correctly.
|
|
|
|
| |
that it can actually find files in ${X11BASE}/share/aclocal if need be.
|
| |
|
|
|
|
|
| |
PR: 67228
Submitted by: Brian Candler <B.Candler@pobox.com>
|
| |
|
|
|
|
|
|
| |
configuration files.
Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
|
|
|
|
|
| |
It's likely to be a really bad idea to use these until they're hooked
into the new bsd.autotools.mk
|
| |
|
|
|
|
|
|
| |
use a sensible versioning scheme like the other automake ports.
PORTREVISION bump owing to pointy hat sitting on aDe's head.
|
|
|
|
|
|
| |
away from using the version number twice.
Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[/usr/ports/devel/automake17] root@k7>ls -al
total 54
drwxr-xr-x 3 root wheel 512 May 2 18:42 .
drwxr-xr-x 942 portbuild wheel 46080 Apr 28 08:59 ..
-rw-r--r-- 1 root wheel 1456 Mar 11 12:48 Makefile
-rw-r--r-- 1 root wheel 63 Feb 24 12:00 distinfo
drwxr-xr-x 2 root wheel 512 Feb 24 12:00 files
-rw-r--r-- 1 root wheel 757 Nov 13 12:25 pkg-descr
-rw-r--r-- 1 root wheel 2980 Feb 24 12:00 pkg-plist
[/usr/ports/devel/automake17] root@k7>make
[/usr/ports/devel/automake17] root@k7>ls -al
total 55
drwxr-xr-x 3 root wheel 512 May 2 18:43 .
drwxr-xr-x 942 portbuild wheel 46080 Apr 28 08:59 ..
-rw-r--r-- 1 root wheel 76 May 2 18:43 =
-rw-r--r-- 1 root wheel 1456 Mar 11 12:48 Makefile
-rw-r--r-- 1 root wheel 63 Feb 24 12:00 distinfo
drwxr-xr-x 2 root wheel 512 Feb 24 12:00 files
-rw-r--r-- 1 root wheel 757 Nov 13 12:25 pkg-descr
-rw-r--r-- 1 root wheel 2980 Feb 24 12:00 pkg-plist
[/usr/ports/devel/automake17] root@k7>make -V BROKEN
Needs autoconf >= 254 to build.
[/usr/ports/devel/automake17] root@k7>cat =
===> automake17-1.7.2,1 is marked as broken: Needs autoconf 254 to build..
Informed maintainer.
|
|
|
|
| |
targets in bsd.port.mk
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
either IGNORE or BROKEN.
Since there seems to be some confusion, for the record:
BROKEN is reserved for ports that don't work. This will prevent
users from installing the port, but please note that
ports marked as BROKEN will still be built by bento
IGNORE is reserved for ports that should not be built for one
reason or another (including bento). Users and bento
will not build ports marked as IGNORE.
FORBIDDEN is reserved for security breakages only!!! Only mark a
port as FORBIDDEN if there is a security issue with the
port at the time.
Reviewed by: kris (portmgr)
|
| |
|
|
|
|
|
|
|
|
| |
2. Rewrote pkg-comment and pkg-descr files.
3. Marked pkg-plist file as not done.
4. Made do-build and do-install targets indicating that this port is
not at all ready to even be looked at. The repocopy was a placeholder
for when I can get to it.
|
|
|
|
|
| |
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
|
| |
|
| |
|
|
|
|
| |
2. Updated version & distinfo.
|
|
|
|
| |
Mark as BORKED, BROKEN, and FORBIDDEN.
|
|
|
|
|
| |
2. Made nicer message when USE_AUTOMAKE* is defined.
3. Removed unneeded WRKSRC= line.
|
|
|
|
| |
pretty well.
|
|
|
|
|
|
|
|
|
|
| |
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
|
| |
|
|
|
|
|
|
|
| |
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.
Sponsored by: Mr. Smith and Mr. Wesson. :)
|
|
|
|
| |
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
|
|
|
|
|
| |
commits. Repeat after me: once set PORTEPOCH could not be decreased or
deleted.
|
|
|
|
|
| |
The legacy version is known as 'automake14' for those that find automake 1.5
incompatible.
|
|
|
|
|
|
| |
- 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>
|