summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix the packing list (I hope).Greg Lewis2014-05-241-1/+6
| | | | Notes: svn path=/head/; revision=355096
* . Convert LIB_DEPENDS to the new format.Greg Lewis2014-05-231-18/+8
| | | | | | | | . 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-181-4/+14
| | | | | | | | | | | | | | . 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
* 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-091-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326840
* . Update to 2.2.12.Greg Lewis2013-07-071-33/+29
| | | | | | | | | | . 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-011-1/+2
| | | | 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-181-2/+1
| | | | Notes: svn path=/head/; revision=272865
* - 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-231-3/+8
| | | | | | | | . 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-151-1/+1
| | | | | | | | | - 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-041-1/+1
| | | | | | | 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-021-6/+1
| | | | | | | | | | | 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-291-29/+13
| | | | | | | | | . 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-121-0/+1
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202648
* . Update to 2.2.7.Greg Lewis2007-10-291-6/+6
| | | | | | | . Use a better set of dependencies. Notes: svn path=/head/; revision=202260
* . Restore file mistakenly removed from the packing list in the lastGreg Lewis2007-07-211-0/+1
| | | | | | | | | | update. . Bump PORTREVISION. Pointed out by: pointyhat (via pav) Notes: svn path=/head/; revision=196020
* . Update to 2.2.6.Greg Lewis2007-07-121-4/+7
| | | | Notes: svn path=/head/; revision=195477
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* . Sort LIB_DEPENDS and CONFIGURE_ARGS.Greg Lewis2007-02-051-11/+11
| | | | Notes: svn path=/head/; revision=184302
* . Update to 2.2.4.Greg Lewis2007-02-041-2/+3
| | | | Notes: svn path=/head/; revision=184095
* . Update to 2.2.3.Greg Lewis2007-02-041-1/+1
| | | | Notes: svn path=/head/; revision=184092
* . Fix the packing list.Greg Lewis2006-10-181-2/+3
| | | | | | | | Pointed out by: pointyhat (kris) Approved by: portmgr (kris) Notes: svn path=/head/; revision=175388
* . Make portlint little bit happier.Greg Lewis2006-09-061-1/+1
| | | | | | | | PR: 100705 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=172425
* . Update to 2.2.2.Greg Lewis2006-08-011-8/+17
| | | | | | | | | | . Use ${REINPLACE} rather than ${PERL}. This isn't based on the changes in PR 100705. Extra changes present there will be incorporated in the near future. Notes: svn path=/head/; revision=169372
* - Use canonical (official) spelling of `NeXTstep' in pkg-descrAlexey Dokuchaev2005-12-261-1/+1
| | | | | | | | | - Kill attribution, and include submitter's email in Makefile header Approved by: maintainer timeout (over a month) Notes: svn path=/head/; revision=152099
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* . Update to 2.1.2.Greg Lewis2005-07-191-4/+5
| | | | Notes: svn path=/head/; revision=139635
* . Update to 2.1.1.Greg Lewis2005-06-101-1/+1
| | | | Notes: svn path=/head/; revision=137210
* . Update to 2.1.0.Greg Lewis2005-05-181-13/+6
| | | | | | | | . Quieten seach and replace. . Remove a warning message that is no longer relevant. Notes: svn path=/head/; revision=135557
* . Update to 2.00.05.Greg Lewis2005-05-041-2/+3
| | | | | | | . Add the canonical AfterStep master site to MASTER_SITES. Notes: svn path=/head/; revision=134624
* . Update to 2.00.04.Greg Lewis2005-04-041-2/+2
| | | | Notes: svn path=/head/; revision=132498
* BROKEN on sparc64: Does not buildKris Kennaway2005-03-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132014
* . Update to 2.00.03.Greg Lewis2005-03-171-1/+1
| | | | Notes: svn path=/head/; revision=131517
* . Add missing dependencies.Greg Lewis2005-02-221-1/+3
| | | | Notes: svn path=/head/; revision=129573
* . Update to 2.00.02.Greg Lewis2005-02-201-2/+1
| | | | | | | . Sort packing list. Notes: svn path=/head/; revision=129414
* . Add missing manual pages.Greg Lewis2004-12-181-2/+3
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=124364