Commit graph

33 commits

Author SHA1 Message Date
Martin Wilke
603329d987 - Update to 3.5
PR:		180691
Submitted by:	orts Fury
2013-07-22 15:25:58 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Martin Wilke
50f0995ea3 - Update to 3.4a
PR:		177908
Submitted by:	Ports Fury
2013-04-26 13:34:25 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Baptiste Daroussin
183612282b Convert to new options framework 2012-05-31 20:11:15 +00:00
Armin Pirkovitsch
3ae359c129 - Update to 3.3
Approved by:  beat (mentor)
2012-04-25 07:14:27 +00:00
Greg Larkin
b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Peter Pentchev
60b3435d8a Update to xvkbd-3.2 and specify the GPL-2+ license as best I can. 2010-06-11 14:43:50 +00:00
Peter Pentchev
37dc1541ae Update to xvkbd-3.1. 2010-01-18 09:34:01 +00:00
Dmitry Marakasov
33e3d901d4 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)
2009-06-09 15:33:28 +00:00
Peter Pentchev
7ee76ecac5 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.
2008-06-03 14:14:04 +00:00
Peter Pentchev
b439f25ad8 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.
2008-05-28 21:54:00 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Peter Pentchev
8541481a0b On second thoughts, maybe we don't really need Xaw3d support by default. 2005-12-12 17:25:29 +00:00
Peter Pentchev
f92c3ff59c 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>
2005-12-12 17:18:22 +00:00
Peter Pentchev
b74ac43541 Update to 2.6, now with the new package URL and distfile location. 2004-12-13 13:54:06 +00:00
Peter Pentchev
641e9357ef 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>
2004-11-01 17:09:55 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Peter Pentchev
78e9a46a5e Update to 2.5a. 2003-12-14 14:35:30 +00:00
Peter Pentchev
51007bd115 Update to 2.4. 2003-03-05 11:42:11 +00:00
Peter Pentchev
33059bd045 Remove pkg-comment files in my ports. 2003-02-19 16:07:30 +00:00
Peter Pentchev
e6f9fa5a9e 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>
2003-01-20 16:55:22 +00:00
Peter Pentchev
a5c939139d Update to xvkbd-2.3. 2002-05-21 18:01:41 +00:00
Peter Pentchev
d6b40e4862 Update to 2.1, installing the manual page, too.
PR:		34877
Submitted by:	Steve Wills <steve@stevenwills.com>
2002-02-22 14:42:20 +00:00
Peter Pentchev
2a6a2671d8 Update to 1.2 2001-02-23 15:52:38 +00:00
Peter Pentchev
f145f58277 Better Perl inline substitution - only one invocation of perl. 2000-12-23 16:58:17 +00:00
Peter Pentchev
3803b2c364 Update to 1.1. 2000-12-23 16:34:03 +00:00
Peter Pentchev
38cd93d7c8 xvkbd is a virtual keyboard for X applications.
PR:		22662
Reviewed by:	kris
2000-11-26 14:03:56 +00:00