1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Kurt Jaeger
711754561f x11/xxkb: 1.11 -> 1.11.1, change of license from ART10 to ART20
PR:		204288
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	alexander.pohoyda@gmx.net (maintainer timeout)
2015-11-21 17:31:10 +00:00
Dmitry Marakasov
b76f430612 - Add missing USES=pkgconfig, fix build with LIBRSVG2
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-18 14:47:16 +00:00
Baptiste Daroussin
21a7573d19 Cleanup plist 2014-12-08 19:34:35 +00:00
Antoine Brodin
0baedeecbe Finish stage support 2014-01-30 22:32:45 +00:00
Vanilla I. Shu
82b3ec3f0d Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-10 09:32:14 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +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
Alexey Dokuchaev
ce14deb490 - Sanitize Makefile formatting, trim header and clean it up a bit
- Define LICENSE (Artistic 1.0)
- Drop shlib version number from LIB_DEPENDS
- Convert to the new OPTIONS framework, utilize PORTDOCS
- Drop indefinite article from COMMENT and bring it close to official
  description on sf.net
- Convert Russian language docs from archaic KOI8-R to modern UTF-8
- Rephrase, reformat, and generally augment port description

Approved by:	maintainer timeout
Feature safe:	yes
2012-11-13 14:25:00 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +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
Timur I. Bakeyev
37f8c3b9a8 Update port to the new version 1.11 and add optional SVG support.
PR:		ports/113798
Submitted by:	timur
Approved by:	Alexander Pohoyda <alexander.pohoyda@gmx.net> (maintainer),
		shaun (mentor)
2007-06-18 08:50:51 +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
Renato Botelho
c4a534134c - Use DATADIR macro
PR:		ports/94753
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	maintainer
2006-03-21 15:26:08 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Kirill Ponomarev
52241f53e6 Restore break.
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-08-14 10:45:15 +00:00
Kirill Ponomarev
30cd14fe16 Handle 'default' in switch more neatly.
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-08-14 06:50:05 +00:00
Kirill Ponomarev
a0cfd57dc7 Fix build with gcc-3.4
Submitted by:	maintainer
2004-08-13 20:35:50 +00:00
Volker Stolz
51f1495269 Move port to better category:
The xxkb port is a general keyboard layout switcher application
and it is not limited to russian language.

PR:		ports/65556
Submitted by:	Alexander Pohoyda (maintainer)
2004-05-12 07:10:39 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Clement Laforet
93fcfe516a - Maintainer gave maintainership to Alexander Pohoyda (alexander.pohoyda@gmx.net)
PR:             61758
Submitted by:   Alexander Matey <ports@matey.org> (old maintainer)
2004-01-23 02:11:22 +00:00
Sergey A. Osokin
73a18e105f Unbreak russian/xxkb by updating MASTER_SITES [1]
Update distfile name [1]
Use ${DOCSDIR} for Makefile [2]
Use %%PORTDOCS%%%%DOCSDIR%% for pkg-plist [2]

Submitted by:	maintainer [1]
		osa [2]
PR:		54403
2003-07-16 14:52:58 +00:00
Maxim Sobolev
dccb6add28 - Update to 1.10;
- update maintainer's e-mail.

Submitted by:	maintainer
2003-05-20 04:46:59 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Maxim Sobolev
e38e6ac0ef Update to 1.6.
Submitted by:	maintainer
2001-04-02 09:35:05 +00:00
Maxim Sobolev
bf1669b751 Add xxkb 1.5.1, an XKB keyboard layout switcher and indicator.
PR:		25558
Submitted by:	Alexander Matey <matey@cis.ohio-state.edu>
2001-03-28 17:45:41 +00:00