/x11/numlockx/

reebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mtools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Use @sample keywordantoine2014-08-261-3/+0
|
* Remove some instances of WITHOUT_X11 and use an X11 OPTIONadamw2014-07-221-1/+1
| | | | instead.
* Allow to build with texinfo from portsantoine2014-06-261-2/+1
|
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Fix build when WITH_X11 is definedskreuzer2014-03-111-2/+4
| | | | | | | | | Define License Switch to USES framework Change MSDOS to MS-DOS in COMMENT PR: ports/187008 Submitted by: Anton Yuzhaninov <citrin+hius@citrin.ru>
* - Stage supportmiwi2014-02-211-12/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | emulators)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Convert to options ngskreuzer2013-03-261-13/+14
| | | | | PR: ports/177209 Submitted by: William Grzybowski <william88@gmail.com>
* Mark as CONFLICTS_INSTALL because they both install to bin/mmdskreuzer2012-01-121-0/+2
| | | | | | PR: ports/163238 Submitted by: Peter Vereshagin <peter@vereshagin.org> Approved by: Adam Weinberger <adamw@adamw.org> (multimarkdown maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Don't overwrite mtools.confskreuzer2011-07-061-4/+4
| | | | | PR: ports/157910 Submitted by: Max Brazhnikov <makc@FreeBSD.org>
* Respect WITHOUT_X11 in plistskreuzer2011-06-071-6/+5
| | | | | PR: ports/157428 Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
* Handle FAT partitions bigger then 4GBytesskreuzer2009-04-081-0/+4
| | | | | | PR: ports/133123 Submitted by: Dmitry <hanabana@mail.ru> Approved by: wxs (mentor)
* Change MAINTAINER on my ports to my FreeBSD email addressskreuzer2009-03-281-1/+1
| | | | Approved by: wxs (mentor)
* - Update to 4.0.10.wxs2009-03-241-4/+3
| | | | | | | | - Use new MASTER_SITES. - Fix up pkg-descr. PR: ports/132759 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
* - Pass maintainership to Steven Kreuzer (skreuzer@exit2shell.com)miwi2009-02-271-1/+1
|
* - Update to 4.0.5miwi2009-02-211-1/+1
| | | | | PR: 131847 Submitted by: Ports Fury
* - Reset Maintainermiwi2009-02-171-1/+1
| | | | | PR: 131742 Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
* - Pass maintainership to submittertabthorpe2009-02-131-1/+1
| | | | Submitted by: Sergey Voronkov via freebsd-ports@
* - Update to 4.0.1miwi2009-01-141-34/+42
| | | | | PR: 130453 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,linimon2008-11-291-1/+1
| | | | | | and no commit activity for 3 months. Hat: portmgr
* Fix compilation when WITHOUT_X11 is defined. Don't rely on the configuretimur2008-03-311-2/+2
| | | | | | defaults, use explicit values. Approved by: maintainer
* - Fix buildmiwi2008-03-261-2/+2
| | | | | Submitted by: timur@ Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to version 3.9.10-20060525jmz2006-05-291-2/+2
| | | | | PR: ports/97992 Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
|
* use INFO macroedwin2005-12-041-0/+1
|
* Fix typo.jmz2005-11-201-1/+1
|