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

CVS log for ports/x11/xvkbd/Makefile

[BACK] Up to [FreeBSD] / ports / x11 / xvkbd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 11 14:43:49 2010 UTC (20 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -1 lines
Update to xvkbd-3.2 and specify the GPL-2+ license as best I can.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:34:01 2010 UTC (2 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
Update to xvkbd-3.1.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jun 9 15:33:24 2009 UTC (2 years, 8 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 3 14:14:04 2008 UTC (3 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
Fix a whole lot of C compiler warnings during the xvkbd build.
This practically brings it up to BDECFLAGS with the exception of
-Wunused-parameter -Wcast-qual -Wwrite-strings -Wbad-function-cast.

Fix the manual page - escape ("\-") a lot of minus signs in command-line
options and literal values so that groff does not try to convert them to
hyphens, thus breaking the ability to copy them directly from the manpage
to the command line.

Bump PORTREVISION.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed May 28 21:54:00 2008 UTC (3 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -3 lines
Update to xvkbd-3.0; also:
- add a couple of "just in case" string routine fixes - use of snprintf() or
  strncpy() where appropriate;
- add some more sscanf() result code checking where needed;
- fix the build when XTEST is not selected;
- change all references to /usr/dict/words to /usr/share/dict/words instead;
- fix a small error in the text of an error message.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:47 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 19 20:28:20 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 13 05:00:23 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1 lines
Remove USE_REINPLACE from categories starting with X

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 12 17:25:29 2005 UTC (6 years, 2 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
On second thoughts, maybe we don't really need Xaw3d support by default.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 12 17:18:22 2005 UTC (6 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -16 lines
OPTIONS'ify and let all three knobs be enabled by default.
Bump PORTREVISION for the change in the default behavior.

Requested by:	Satoshi Kimura <satosi.kimura@nifty.com>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 13 13:54:06 2004 UTC (7 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 2.6, now with the new package URL and distfile location.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 1 17:09:55 2004 UTC (7 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
A long-overdue dequoting of COMMENT.  D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:	Brian Poole <raj@cerias.purdue.edu>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 14 14:35:30 2003 UTC (8 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update to 2.5a.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 5 11:42:11 2003 UTC (8 years, 11 months ago) by roam
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.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update to 2.4.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:07:30 2003 UTC (8 years, 11 months ago) by roam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Remove pkg-comment files in my ports.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 20 16:55:22 2003 UTC (9 years ago) by roam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
USE_REINPLACE.

The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl.  I think
this might need to be changed when I get the time to look into it.

Submitted by:	Ulrich Spoerlein <q@uni.de>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 21 18:01:41 2002 UTC (9 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update to xvkbd-2.3.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 22 14:42:20 2002 UTC (9 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Update to 2.1, installing the manual page, too.

PR:		34877
Submitted by:	Steve Wills <steve@stevenwills.com>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 23 15:52:37 2001 UTC (10 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to 1.2

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 23 16:58:17 2000 UTC (11 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -6 lines
Better Perl inline substitution - only one invocation of perl.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 23 16:34:02 2000 UTC (11 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -4 lines
Update to 1.1.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 26 14:03:50 2000 UTC (11 years, 2 months ago) by roam
Branches: MAIN
xvkbd is a virtual keyboard for X applications.

PR:		22662
Reviewed by:	kris

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