aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak after r450353Antoine Brodin2017-09-231-30/+3
| | | | | | | | Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=450468
* Cleanup after removal of libexecinfo from ports.Mathieu Arnold2017-09-225-14/+7
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450353
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Prefer -std=gnu89 over -fgnu89-inlineJan Beich2017-02-051-1/+1
| | | | Notes: svn path=/head/; revision=433346
* x11-wm/afterstep-stable: unbreak with clang 4.0Jan Beich2017-02-0111-151/+2
| | | | | | | | | | | | | | | ../../libAfterStep/libAfterStep.a(colorscheme.o): In function `make_ascolor_scheme': colorscheme.c:(.text+0x1e1b): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e40): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e65): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e89): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1eb1): undefined reference to `make_grad_argb' ../../libAfterStep/libAfterStep.a(colorscheme.o):colorscheme.c:(.text+0x1ed1): more undefined references to `make_grad_argb' follow Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=433089
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* It seems some people keep adding $FreeBSD$ to patch files.Mathieu Arnold2015-09-161-2/+0
| | | | | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=397064
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-2218-36/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* MASTER_SITES cleanup.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=386312
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-76/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* x11-wm/afterstep-stable: Use execinfo test instead of OSVERSION checkJohn Marino2014-09-161-3/+1
| | | | | | | | | | STATIC_LIBEXECINFO value has to track the inclusion of devel/libexecinfo so use the same test as USES+=execinfo uses and avoid using the discouraged (and wrong for DragonFly) OSVERSION check. This is really a follow-up to a previous commit that added USES+=execinfo. Notes: svn path=/head/; revision=368301
* 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
* USES=execinfoBaptiste Daroussin2014-08-051-2/+1
| | | | Notes: svn path=/head/; revision=364075
* . Fix the packing list (I hope).Greg Lewis2014-05-242-1/+7
| | | | Notes: svn path=/head/; revision=355096
* . Convert LIB_DEPENDS to the new format.Greg Lewis2014-05-232-19/+43
| | | | | | | | . Move MAN1 man pages to the packing list. . Remove a @dirrmtry I didn't need. Notes: svn path=/head/; revision=354936
* . Convert to staging (and remove NO_STAGE).Greg Lewis2014-05-185-5/+59
| | | | | | | | | | | | | | . Fix the build on 8.x and 9.x by using a static libexecinfo link on them (not yet verified). . Remove USE_BZIP2 in favour of USES tar:bzip2 . Fix up some of the Perl script Perl executable usage. . Set HOME=- to prevent touching .afterstep in /root (suggested by swills@) . Fix additional packing list problems. Still need to fix LIB_DEPENDS format and the use of MAN1. Notes: svn path=/head/; revision=354419
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+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) Notes: svn path=/head/; revision=351411
* . Don't statically link libexecinfo.a. This doesn't appear to be necessaryGreg Lewis2014-04-151-27/+0
| | | | | | | | and actually breaks the build on 10.x where libexecinfo.a is part of the base rather than a port. Notes: svn path=/head/; revision=351305
* . Don't use inline on functions that are intended to be used in multipleGreg Lewis2014-04-1310-0/+170
| | | | | | | | | | | files. This fixes compilation with clang. My understanding is that the C99 standard treats inline methods as having static linkage by default. This is different from the GNU C definition of inline, which is why this compiled with gcc. Notes: svn path=/head/; revision=351234
* . Don't try to represent a unicode literal in a character literal. In thisGreg Lewis2014-04-131-3/+14
| | | | | | | | case just use the decimal literal. . Add $FreeBSD$. Notes: svn path=/head/; revision=351232
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-092-1/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326840
* . More portlint petting (fix patch file names).Greg Lewis2013-07-078-0/+0
| | | | Notes: svn path=/head/; revision=322466
* . Update to 2.2.12.Greg Lewis2013-07-076-124/+82
| | | | | | | | | | . Pet portlint some: . Switch to new style header. . Use MASTER_SITE_AFTERSTEP. . s/file/f/ in .for loops. Notes: svn path=/head/; revision=322465
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - update png to 1.5.10Dirk Meyer2012-06-013-1/+32
| | | | Notes: svn path=/head/; revision=297915
* . Change gif dependency from libungif to giflib due to the latter being theGreg Lewis2012-02-251-2/+2
| | | | | | | | | | | | | | preferred library of the two. I actually think this is superfluous as this library is never linked in (nor is the inbuilt version used). I'll investigate this further. . Mark as MAKE_JOBS_UNSAFE. . Pet portlint. PR: 165383 Submitted by: swills@ Notes: svn path=/head/; revision=292234
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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
* . Update to 2.2.11.Greg Lewis2011-04-182-4/+3
| | | | Notes: svn path=/head/; revision=272865
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* . Fix a whitespace bogon.Greg Lewis2009-09-061-3/+3
| | | | | | | | | . Move the include of <bsd.port.pre.mk> to prior to attempting to detect a patch that includes ${PREFIX}. This fixes the detection and unbreaks the packing list. Notes: svn path=/head/; revision=240942
* . Update to 2.2.9.Greg Lewis2009-08-238-81/+12
| | | | | | | | . Get the packing list right in both the case where share/gnome/wm-properties does and doesn't exist. Notes: svn path=/head/; revision=240226
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Fix build on sparc64Pietro Cerutti2008-09-152-1/+15
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220381
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* . Asymptotically approaching packing list correctness.Greg Lewis2008-04-042-1/+2
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=210467
* . Fix how the packing list is done with respect to the Gnome desktop file.Greg Lewis2008-04-022-9/+2
| | | | | | | | | | | This is extermely unlikely to have been broken in practise, but it was affecting pointyhat. I think I now understand why the correct way is breaking my test script. Pointed out by: pointyhat (via pav) Notes: svn path=/head/; revision=210363
* . Update to 2.2.8.Greg Lewis2008-03-294-53/+26
| | | | | | | | | . Fix handling of the GNOME desktop files in the packing list. . Remove BROKEN since this release fixes the problems with doc generation crashing or timing out. Notes: svn path=/head/; revision=210090
* . Seeing intermittent build failures on 7.x and 8.x, so mark it asGreg Lewis2008-03-031-0/+3
| | | | | | | BROKEN on those versions until a fix is obtained. Notes: svn path=/head/; revision=208367
* Remove BROKEN: now installs.Erwin Lansing2008-01-031-3/+0
| | | | Notes: svn path=/head/; revision=204938
* Mark as broken in i386: gets core dump while trying to install.Mark Linimon2007-11-241-0/+3
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202824
* - Fix plistPav Lucistnik2007-11-122-0/+2
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202648