aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* - add LICENSEDirk Meyer2017-01-211-0/+3
| | | | | | | - fix a possible problem if PREFIX differs from LOCALBASE Notes: svn path=/head/; revision=432059
* - fix a possible problem if PREFIX differs from LOCALBASEDirk Meyer2017-01-215-172/+115
| | | | Notes: svn path=/head/; revision=432058
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-202-145/+145
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* 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
* - cleanupDirk Meyer2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398794
* 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
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* 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-5/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* Retire MANCOMPRESSED.Mathieu Arnold2014-09-181-1/+0
| | | | | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=368446
* - make HICOLOR_ICONS defaultDirk Meyer2014-08-033-8/+9
| | | | | | | - rename patch files Notes: svn path=/head/; revision=363905
* Rename x11-*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-295-0/+0
| | | | | | | Finally, this is the last of it. Notes: svn path=/head/; revision=363358
* Use OPTIONS instead of WITH_*Adam Weinberger2014-07-291-7/+7
| | | | Notes: svn path=/head/; revision=363353
* - revert r331810Dirk Meyer2013-10-282-3/+9
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-281-15/+14
| | | | Notes: svn path=/head/; revision=331830
* - add PKGNAMESUFFIXDirk Meyer2013-10-051-0/+1
| | | | Notes: svn path=/head/; revision=329453
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-3/+4
| | | | Notes: svn path=/head/; revision=327804
* 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
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=321957
* - fix broken commit r320732Dirk Meyer2013-06-211-1/+0
| | | | Notes: svn path=/head/; revision=321451
* Better fix with clangBaptiste Daroussin2013-06-131-2/+1
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=320732
* Fix build with clangBaptiste Daroussin2013-06-121-0/+4
| | | | Notes: svn path=/head/; revision=320708
* - whitespacesDirk Meyer2013-01-261-1/+1
| | | | Notes: svn path=/head/; revision=311020
* - cleanup commentsDirk Meyer2012-09-291-5/+1
| | | | Notes: svn path=/head/; revision=305049
* - use MASTER_SITE_LOCALDirk Meyer2011-08-081-2/+2
| | | | Notes: svn path=/head/; revision=279246
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - set USE_XORGDirk Meyer2008-03-171-2/+2
| | | | Notes: svn path=/head/; revision=209242
* - 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
* - update PORTSCOUTDirk Meyer2007-04-131-1/+1
| | | | Notes: svn path=/head/; revision=189900
* - add PORTSCOUT hintDirk Meyer2007-04-121-0/+1
| | | | Notes: svn path=/head/; revision=189853
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* - add CONFLICT with afterstep-develDirk Meyer2006-01-271-0/+1
| | | | Notes: svn path=/head/; revision=154554
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.Dejan Lesjak2006-01-212-10/+2
| | | | Notes: svn path=/head/; revision=154074
* - NeXTstep spellingDirk Meyer2005-11-192-6/+6
| | | | | | | Submitted by: Alexey Dokuchaev Notes: svn path=/head/; revision=148776
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - fix option WITH_HICOLOR_ICONSDirk Meyer2005-10-252-1/+4
| | | | Notes: svn path=/head/; revision=146352
* - take maintainershipDirk Meyer2005-10-243-16/+12
| | | | | | | | - make portlint happy - build without perl Notes: svn path=/head/; revision=146253
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).Dejan Lesjak2005-06-152-1/+10
| | | | Notes: svn path=/head/; revision=137467
* Add one more patch file to adjust an Alpha architecture specificKen Smith2004-09-211-0/+14
| | | | | | | | | | header file. This makes afterstep (a package included on release disc1) buildable on Alpha for 5.3. Approved by: portmgr (kris) Notes: svn path=/head/; revision=118311
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Per distfile survey, remove mastersite that disappeared in 1999.Mark Linimon2003-10-311-2/+1
| | | | Notes: svn path=/head/; revision=92753
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Don't install our own copy of asclock, depend on the one from thePete Fritchman2002-08-263-6/+15
| | | | | | | | | x11-clocks/asclock port. PR: 39441 Notes: svn path=/head/; revision=65005
* Fix a resources leak & bump PORTREVISION.Pete Fritchman2002-05-272-0/+22
| | | | | | | | PR: 35288 Submitted by: Andriy Gapon <agapon@usa.com> Notes: svn path=/head/; revision=60052