Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/libtool15/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / devel / libtool15

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.63
Sun Aug 2 19:33:26 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.62: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:44 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jun 6 02:35:59 2008 UTC (3 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Major autotools-related update:

	automake	1.10   -> 1.10.1
	gettext		0.16.1 -> 0.17
	libtool		1.5.24 -> 1.5.26
	m4		1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:		123450
Tested by:	Full -exp package building run
Thanks to:	linimon, pav
Approved by:	portmgr

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Sep 30 05:43:29 2007 UTC (4 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -2 lines
Update to 1.5.24

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:42 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Mar 27 01:44:25 2007 UTC (4 years, 10 months ago) by linimon
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
I meant to revert the previous commit, not change the assignment to
something else.

Pointed out by:		mezz

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Mar 27 01:23:57 2007 UTC (4 years, 10 months ago) by linimon
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
I do not appreciate the attempt to play politics with the reassignment of
maintainership of these two files.  I insist that further commits be run
through portmgr@ first.

Hat:		portmgr

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Mar 27 00:34:04 2007 UTC (4 years, 10 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Take maintainership.

Approved by:	maintainer timeout (16 days)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Feb 28 15:59:04 2007 UTC (4 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
* Correctly patch devel/libltdl15 with the upstream hack to
  prevent eg: gnucash from taking several aeons to start up.

* Hack around the fact that the above then wants to call various
  autotools to rebuild parts of the build infrastructure which,
  depending on the ports installed can cause things to fail in
  weird and wonderful ways.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jan 31 01:45:16 2007 UTC (5 years ago) by ade
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Remove massive overheads from loading programs that use many
libtool-generated shared libraries by forcing libtool into understanding
that FreeBSD can correctly handle shared library dependencies.

This code already exists in the libtool CVS repository but without knowing
the release schedule (if any) for a new libtool 1.5.x series, and the
exceptional performance gains (gnucash for example uses 122 shared libraries
and with things rebuilt now starts up in ~10 seconds as opposed to 15
*minutes*).  Further, a number of people have assisted in extensive testing
of this code in a series of different environments, so I am therefore
adding this patch to the tree.

PR:		94826
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Tested by:	too many to list - thank you all

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu May 4 21:40:52 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:02 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -30 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Dec 24 20:15:41 2005 UTC (6 years, 1 month ago) by ade
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Fix pthread handling

Submitted by:	marcus

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Dec 21 02:26:44 2005 UTC (6 years, 1 month ago) by ade
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Update to 1.5.22

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Sep 2 21:28:07 2005 UTC (6 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Update to 1.5.20

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jun 17 17:12:00 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -4 lines
Update to 1.5.18
More robust -pthread hack obtained from dfports.

Tested with:	full build of x11/gnome2 and x11/kde3

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jun 16 17:29:45 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN

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.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jun 15 06:28:34 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
All that we see or seem, is but a dream, within a dream.

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.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:13 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:57 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Mar 7 18:09:28 2005 UTC (6 years, 11 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Add a patch to support gnome 2.10 sharedlib version.
Patch made by ahze limited testing done by me.

Obtained from:	libtool cvs.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Feb 28 23:32:14 2005 UTC (6 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Relinquish maintainership.  I no longer have the time, energy,
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.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Oct 15 04:58:00 2004 UTC (7 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -2 lines
Too clever for my own good.  Unbreak libltdl15.

Submitted by:	sf

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Oct 14 20:48:17 2004 UTC (7 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -3 lines
Update to 1.5.10, use INFO, and other minor cleanups.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Aug 16 17:48:27 2004 UTC (7 years, 5 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Update to 1.5.8

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Aug 3 22:58:11 2004 UTC (7 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -10 lines
Long-overdue cosmetic cleanups.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jul 1 17:06:38 2004 UTC (7 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu May 13 20:50:42 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -5 lines
Update to 1.5.6

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Feb 15 06:03:23 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Fix pkg-plist.

Reported by:	many
Typo by:	ade

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 13 20:19:48 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -5 lines
Symlink vulnerability:  http://www.securityfocus.com/archive/1/352333
Fix:                    http://www.securityfocus.com/archive/1/352519

PR:             ports/62786
Submitted by:   eik

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Feb 11 19:14:58 2004 UTC (8 years ago) by ade
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Minor COMMENT cosmetic changes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Oct 16 23:54:03 2003 UTC (8 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Switch pre-everything: target to pre-everything::

PR:		ports/58148 (partial)
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Oct 14 03:46:46 2003 UTC (8 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -2 lines
Repoint to known-good copies of libtool distfiles, prior to the FSF
ftp.gnu.org compromise and resultant trashing of lots of files.

Why they haven't gotten things back into a proper state yet is an
entirely different question.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 2 18:26:53 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +9 -7 lines
Upgrade to libtool 1.5 after repo-copy.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jun 29 01:41:22 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +15 -13 lines
Minor cosmetic changes to use a single BUILD_VERSION variable to
differentiate between versions in Makefile and PLIST

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jun 28 20:27:57 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Fix "dreaded thread problem" on -current where multithreaded apps are
not linked with libc_r.  Bump PORTREVISION since this is a CRITICAL patch.

Submitted by:	marcus

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:24 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +39 -12 lines
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue May 13 16:27:54 2003 UTC (8 years, 9 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_5_1_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Tag 'em and grab 'em from freebsd-ports@

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 28 17:27:29 2003 UTC (8 years, 9 months ago) by alane
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
do not have time for these

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:45 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 13 21:13:17 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
I may as well be a masochist and take this one too, since I've got the
auto* twin terrors already.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:38 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:32 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 14 13:32:01 2002 UTC (9 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_7_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -0 lines
Due to popular demant into each port which might be inserted into dependency
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.)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 7 08:44:49 2002 UTC (9 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Relinquish all my ports.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:38:31 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Stage a mini-coup, and borrow these ports from portmgr@ for a while,
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. :)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jun 8 08:57:33 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Recognise ar(1) archives (.a) as a valid entities to link with. This fixes
many places when it is necessary to link shared object with a static library.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 2 07:49:56 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_6_2, old_old_RELEASE_4_6_1, old_old_RELEASE_4_6_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Set EXPR_COMPAT environment variable to workaround a problem with expr(1)
on -current.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 22 09:21:05 2001 UTC (10 years, 8 months ago) by reg
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1, old_old_RELEASE_4_5_0, old_old_RELEASE_4_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -5 lines
Change maintainer to portmgr and update note about not upgrading.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 5 08:21:50 2001 UTC (11 years ago) by reg
Branches: MAIN
CVS tags: old_old_RELEASE_4_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Install the ltdl library, so that packages can use it.  If this breaks any
ports, please let me know...

Submitted by:	sobomax
Reviewed by:	ade

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 24 16:00:52 2000 UTC (11 years, 3 months ago) by reg
Branches: MAIN
CVS tags: old_old_RELEASE_4_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -1 lines
Explain why this port has not been upgraded to 1.3.5.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 25 07:38:14 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Add --build no-op to ltconfig to make USE_LIBTOOL working with configure scripts
generated for libtool1.4.

No responce from:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:28:49 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: old_old_RELEASE_4_1_1, old_old_RELEASE_4_1_0, old_old_RELEASE_3_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
PORTNAME/PORTVERSION update

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 2 08:26:15 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update to 1.3.4.

Submitted by:	maintainer

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 29 22:15:54 2000 UTC (12 years ago) by steve
Branches: MAIN
CVS tags: old_old_RELEASE_4_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Oops, left off the @FreeBSD.org part. :)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 29 21:22:08 2000 UTC (12 years ago) by steve
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Maintainer is now a committer.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Sep 11 01:04:42 1999 UTC (12 years, 5 months ago) by asami
Branches: MAIN
CVS tags: old_old_RELEASE_3_4_0, old_old_RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Submitted by:	maintainer

He says:
    Update libtool to 1.3.3 and modify it's behaviour a bit.  It now
    behaves like a stock libtool unless we start sending one of three
    flags:
    --disable-ltlibs	Don't install .la files
    --release-suffix	Add the release to the end of all the libs (like
			GLib/GTK+)
    --release-ignore	Don't add the release to any libs.

PR:		13114

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:29 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Change Id->FreeBSD.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 29 03:45:07 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -6 lines
Changes from maintainer:

    1. Add a -prefix arguement to libtool, to find where the installed
       copies of ltconfig and ltmain.sh reside.
    2. Don't install the .la files unless --install-ltlibs is passed to
       ltconfig.
    3. Don't force linking with -lc, and allow -?thread to be passed to
       the linker.
    4. Don't build static libs if not using version numbers (for
       plugins).
    5. Install                      instead of
         lib${release}.a              lib.a
         lib${release}.so             lib.so
         lib${release}.so.${ver}      lib${release}.so.${ver}
       to support multi-release installations.
    6. Change version to "1.3-freebsd-ports" so people know who to
       blame.
    7. Misc fixes.

PR:		11839
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 4 22:35:26 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
CVS tags: old_old_RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -9 lines
Update to version 1.3.

PR:		11356
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:08 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: old_old_RELEASE_3_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 23 16:15:53 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: old_old_RELEASE_3_0_0, old_old_RELEASE_2_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Fix info page problem, and add elf patch.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu May 7 15:58:20 1998 UTC (13 years, 9 months ago) by vanilla
Branches: old_old_MKASASHA
CVS tags: old_old_libtool_1_2, old_old_RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import libtool-1.2, It's a generic library support script.
PR:		ports/6531
Submitted by:	Motoyuki Kasahara <m-kasahr@sra.co.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 7 15:58:20 1998 UTC (13 years, 9 months ago) by vanilla
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options