Commit graph

23 commits

Author SHA1 Message Date
Ade Lovett
2e0bdfcebb Use INFO [1]
Other miscellaneous cleanups with info files

PR:		72651 [1]
Submitted by:	leeym [1]
2004-10-14 20:47:30 +00:00
Ade Lovett
1e4e9a3717 Fix missed patch, resulting in aclocal looking for itself in the wrong
place after the upgrade.

Submitted by:	marcus
2004-05-14 16:43:10 +00:00
Ade Lovett
67541bb532 Update to 1.4.6, the last of the 1.4.x automake branch. 2004-05-13 20:49:04 +00:00
Alan Eldridge
6ad848c5bc Fixed Dirk Meyer's bug that the GTK m4 macro wasn't found. No PR, reported
on ports@ list. Updating PORTREVISION to push this out.
2002-10-19 16:33:12 +00:00
Alan Eldridge
ae35220ffa Unbreak automake/aclocal from my changes this morning. My test case wasn't
thorough enough. PORTREVISION bump to force the change out (my judgement).
2002-10-14 00:33:17 +00:00
Alan Eldridge
07a43438a3 1. Made post-install DESTDIR-safe.
2. Made install put files in the RIGHT place (no extra level of dirs;
	changing 'datadir' is not the right thing to do).
3. Made nice exit when you have USE_AUTOMAKE* defined.
4. Renamed patch files so I can tell what they do.
5. Portrevision bump => 3.
2002-10-13 12:54:48 +00:00
Ade Lovett
8dab0b4e49 Eliminate file conflicts with devel/automake
Add ${PREFIX}/libexec/automake14/* links

PR:		36077
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-07-09 22:51:45 +00:00
Maxim Sobolev
a05641363a (portmgr@ hat on)
- 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.
2001-10-08 07:24:07 +00:00
Dmitry Sivachenko
df1936f130 Update to version 1.5. 2001-10-07 12:18:35 +00:00
Maxim Sobolev
22d14000a5 Turn famous `duplicated macro ...' into a warning rather than an error. 2001-08-11 09:32:09 +00:00
Dmitry Sivachenko
c8c306b3eb Update to 1.4-p4. patch-ac was integrated into distribution.
MAINTAINER timeout.
2001-07-20 18:00:50 +00:00
Akinori MUSHA
2ed974f158 - Do not read a file more than once, where the sameness is judged by
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)
2000-07-19 10:44:14 +00:00
Ade Lovett
bb104d8a03 Persuade automake to look not only in ${PREFIX}/share/aclocal
(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
2000-07-15 19:07:48 +00:00
Steve Price
257b4b3851 Fix a typo. This will be in the next release of automake as it is already
in their CVS repository.

PR:		18069
Submitted by:	Joe Jih-Shien Lu <JoeLu@joelu.m8.ntu.edu.tw>
2000-04-29 23:39:16 +00:00
Steve Price
80f3b33174 Fix a problem when using the --copying function. Perl's system() call
returns a zero on success and non-zero on failure.

Submitted by:	Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1999-11-24 22:12:56 +00:00
Vanilla I. Shu
10edeb347a Fix info page problem. 1998-09-23 16:13:20 +00:00
Vanilla I. Shu
9ae4304d66 Upgrade to 1.3,
remove @dirrm share/aclocal on pkg/PLIST,
because another package use the directory too (guile)
1998-05-04 03:03:36 +00:00
Masafumi Max NAKANE
a2d884314b Some patches submitted as PR are not suitable to be committed blindly and
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.
1997-09-19 09:29:05 +00:00
Thomas Gellekum
b93837e125 Upgrade to 1.2.
PR:		4577
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-09-19 07:13:31 +00:00
Satoshi Asami
6c81b673fa Add `.' to end of info dir entry. 1997-06-17 07:23:46 +00:00
Masafumi Max NAKANE
40c0b7cac4 Since the dir entry for info files of many other programs has their
first words capitalized, modify automake.texi's dir entry in such way,
so that the entries in dir get sorted properly.
1997-06-13 07:20:16 +00:00
Masafumi Max NAKANE
9ec2121eed Patch up Makefile.in so that automake.info gets regenerated appropriately. 1997-06-13 06:47:48 +00:00
Masafumi Max NAKANE
a259e6cadd Patch up automake.texi and add @dircategory. 1997-06-13 06:46:19 +00:00