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

CVS log for ports/devel/libtecla/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Oct 24 03:32:53 2011 UTC (3 months, 2 weeks ago) by stas
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Nov 20 22:52:56 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:41:08 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -5 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 27 22:11:55 2007 UTC (4 years, 10 months ago) by stas
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- Change my email.

Suggested by:	skv

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 14 15:38:31 2006 UTC (5 years, 5 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -7 lines
- Update to 1.6.1
- Respect CFLAGS
- Take maintainership

ChangeLog for this version:
  - added feature - the ability to call gl_normal_io() from
    callbacks registered by gl_watch_fd() and
    gl_inactivity_timeout(). This allows these callbacks to cleanly
    suspend line editing before either reading from the terminal, or
    writing to the terminal; and then subsequently causes the input line
    to be automatically redisplayed, and line-editing to be resumed by
    gl_get_line(), as soon as the callback returns.
  - bugfixes

PR:		ports/101929
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:54 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jul 18 10:06:00 2004 UTC (7 years, 6 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -4 lines
Uppdate to 1.6.0

Approved by:	krion (mentor) (implicitly)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Apr 21 21:24:50 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -1 lines
- Fix plist
  configure uses getpwuid_r() to detect if threads are supported or not.
  getpwuid_r is only in -CURRENT.

Approved by: 	marcus (portmgr)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:20 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:06:50 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
De-pkg-comment.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 13 12:05:23 2002 UTC (9 years, 3 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
builds and installs shlib

PR:		45261
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>

Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +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.11: 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.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 31 16:57:03 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
upgrade to 1.4.1

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 25 09:19:18 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Add USE_SUBMAKE, where it might be necessary.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 13 07:25:31 2001 UTC (10 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +15 -16 lines
upgrade to 1.4.0

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 4 07:32:03 2001 UTC (10 years, 7 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
upgrade to 1.3.3

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 23 09:00:04 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
upgrade to 1.3.2
drop maintainership

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 8 05:32:29 2001 UTC (10 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
upgrade to 1.3.1

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 1 10:51:41 2001 UTC (10 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
upgrade to 1.3.0

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 16 18:25:43 2001 UTC (10 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -9 lines
upgrade to 1.2.3

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 8 03:23:58 2001 UTC (10 years, 11 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
upgrade to 1.2b

Submitted by:	fenner log

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:15:03 2001 UTC (11 years ago) by ijliao
Branches: MAIN
add libtecla, a interactive command line editing facilities

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