aboutsummaryrefslogtreecommitdiff
path: root/x11/gmrun
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11/gmrun: Fix build with GCC architectures [1]Renato Botelho2019-05-274-16/+29
| | | | | | | | | | | | | | - Add USES=compiler:c++11-lang [1] - Include cstring in src/ci_string.h [1] - Add USES=gnome localbase:ldflags [1] - While here, add mising dependencies and pet portlint PR: 237871 [1] Submitted by: pkubaj@ Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=502783
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-8/+1
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375117
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-081-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364347
* . Support STAGERenato Botelho2013-10-311-5/+2
| | | | | | | . Simplify Makefile Notes: svn path=/head/; revision=332325
* Update LIB_DEPENDS syntax on my ports and silent make check-makefileRenato Botelho2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325961
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Remove unecessary OPTIONS_DEFAULT definitions added on r301957Renato Botelho2012-08-031-1/+0
| | | | | | | Reported by: sunpoet@ Notes: svn path=/head/; revision=301967
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-1/+4
| | | | Notes: svn path=/head/; revision=301957
* Remove lib version from LIB_DEPENDS to silence portlintRenato Botelho2012-07-021-1/+1
| | | | Notes: svn path=/head/; revision=300410
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix WWWRenato Botelho2012-04-071-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294321
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Fix build on 8.x >= 800501Renato Botelho2010-03-041-2/+1
| | | | | | | | Reported by: erwin Feature safe: yes Notes: svn path=/head/; revision=250548
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Adopt it againRenato Botelho2010-01-271-1/+1
| | | | Notes: svn path=/head/; revision=248707
* Fix build on OSVERSION < 900006Renato Botelho2010-01-212-9/+10
| | | | | | | Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=248262
* Unbreak: Fix build with glib > 2.10 and run on amd64Renato Botelho2010-01-203-9/+62
| | | | | | | | PR: ports/143027 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=248235
* This port doesn't build with recent gtk version and it doesn't run on amd64Renato Botelho2010-01-201-1/+5
| | | | | | | | (segmentation fault). Since it's no longer maintainer upstream, i'm dropping maintainership, marking it as BROKEN and set EXPIRATION_DATE to 2010-03-20 Notes: svn path=/head/; revision=248217
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+1
| | | | Notes: svn path=/head/; revision=231204
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fixed pkg-descrRenato Botelho2008-04-293-12/+5
| | | | | | | - Change simple patch to reinplace_cmd Notes: svn path=/head/; revision=212283
* - Remove BROKEN since it's working again on amd64 (tested on 7-STABLE)Renato Botelho2008-04-131-5/+1
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=211179
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - Mark as BROKEN on amd64, it doesn't run, got a segfault whtn try to start.Renato Botelho2008-01-221-1/+7
| | | | | | | Patches are welcome Notes: svn path=/head/; revision=206028
* Use system compiler on CURRENTTilman Keskinoz2007-05-311-1/+1
| | | | Notes: svn path=/head/; revision=192500
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149464
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* - Update to version 0.9.2Kirill Ponomarev2004-05-234-21/+19
| | | | | | | | PR: ports/67085 Submitted by: Ports Fury Notes: svn path=/head/; revision=109812
* Drop maintainership on most of my ports. Feel free to grab 'em if youAdam Weinberger2004-05-161-1/+1
| | | | | | | want 'em. Notes: svn path=/head/; revision=109302
* Add missing directoryKris Kennaway2004-04-181-0/+1
| | | | Notes: svn path=/head/; revision=107398