Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove USE_REINPLACE from categories starting with X | edwin | 2006-05-13 | 1 | -1/+0 |
| | |||||
* | - add CONFLICT with afterstep-devel | dinoex | 2006-01-27 | 1 | -0/+1 |
| | |||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | edwin | 2006-01-22 | 1 | -1/+1 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. | lesi | 2006-01-22 | 2 | -10/+2 |
| | |||||
* | - NeXTstep spelling | dinoex | 2005-11-19 | 2 | -6/+6 |
| | | | | Submitted by: Alexey Dokuchaev | ||||
* | - add SHA checksum | dinoex | 2005-11-13 | 1 | -0/+1 |
| | |||||
* | - fix option WITH_HICOLOR_ICONS | dinoex | 2005-10-26 | 2 | -1/+4 |
| | |||||
* | - take maintainership | dinoex | 2005-10-24 | 3 | -16/+12 |
| | | | | | - make portlint happy - build without perl | ||||
* | Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). | lesi | 2005-06-15 | 2 | -1/+10 |
| | |||||
* | Add one more patch file to adjust an Alpha architecture specific | kensmith | 2004-09-21 | 1 | -0/+14 |
| | | | | | | | header file. This makes afterstep (a package included on release disc1) buildable on Alpha for 5.3. Approved by: portmgr (kris) | ||||
* | Tidy up whitespace. | trevor | 2004-04-11 | 1 | -1/+1 |
| | |||||
* | SIZEify. | trevor | 2004-01-30 | 1 | -0/+1 |
| | |||||
* | Per distfile survey, remove mastersite that disappeared in 1999. | linimon | 2003-11-01 | 1 | -2/+1 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-11 | 2 | -2/+1 |
| | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | adamw | 2002-11-07 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | Don't install our own copy of asclock, depend on the one from the | petef | 2002-08-26 | 3 | -6/+15 |
| | | | | | | x11-clocks/asclock port. PR: 39441 | ||||
* | Fix a resources leak & bump PORTREVISION. | petef | 2002-05-27 | 2 | -0/+22 |
| | | | | | PR: 35288 Submitted by: Andriy Gapon <agapon@usa.com> | ||||
* | Fix MASTER_SITE_SUBDIR. | demon | 2001-08-08 | 1 | -1/+1 |
| | | | | | PR: 29542 Submitted by: KATO Tsuguru <tkato@prontomail.com> | ||||
* | Layout fixes in x11-wm. | olgeni | 2001-02-06 | 1 | -1/+1 |
| | |||||
* | Remove html man pages -- these are taken care by bsd.port.mk now, and | asami | 2000-11-03 | 1 | -8/+0 |
| | | | | | | aren't installed when XFREE86_VERSION=3 anyway. Submitted by: bento | ||||
* | Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. | will | 2000-10-24 | 1 | -1/+1 |
| | |||||
* | Add a patch to make this port compile (PR), add some missing files to | kris | 2000-09-24 | 2 | -21/+37 |
| | | | | | | | the PLIST and sort it. Submitted by: Toru YANO <toru@maid.ne.jp> PR: ports/21499 | ||||
* | The correct fix for the previous patches is USE_IMAKE, | alex | 2000-08-14 | 1 | -6/+1 |
| | | | | which is handled in bsd.port.mk for XFree86-4. | ||||
* | This port needs xmkmf in order to build. | alex | 2000-08-14 | 1 | -0/+6 |
| | | | | | | Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system). | ||||
* | (1) Add new variable, XFREE86_VERSION, to specify which version of | asami | 2000-08-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm | ||||
* | Add three missing pixmaps. | asami | 2000-05-31 | 1 | -0/+3 |
| | |||||
* | Added bunch of missed WWW's. | sobomax | 2000-05-18 | 1 | -0/+2 |
| | |||||
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -2/+2 |
| | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-11 | 1 | -3/+3 |
| | |||||
* | Modest attempt to improve the afterstep pkg/COMMENTs. I still don't like | hoek | 1999-09-18 | 1 | -1/+1 |
| | | | | them at all. | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -2/+2 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Don't write "This is ..." in pkg/COMMENT. | hoek | 1999-08-30 | 1 | -1/+1 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-28 | 1 | -4/+4 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | hoek | 1999-06-27 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER} | billf | 1999-02-22 | 1 | -5/+3 |
| | | | | This unbreaks the fetching of several of these ports. | ||||
* | Add NO_LATEST_LINK flag. | billf | 1999-01-18 | 1 | -1/+2 |
| | | | | Requested By: asami | ||||
* | Complete the AfterStep division between Classic, Stable, and Devel. | billf | 1999-01-17 | 2 | -11/+13 |
| | | | | | | | | | Updated MASTER_SITE mirrors and made all appropriate upgrade changes. Add the Afterstep virtual category while I'm here. Provoked by: asami, (ports/9324) Kris Kennaway <kkennawa@physics.adelaide.edu.au> | ||||
* | Add another MASTER_SITE. | steve | 1999-01-11 | 1 | -2/+3 |
| | | | | | PR: 9430 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> | ||||
* | Fix for alpha. | simokawa | 1999-01-10 | 1 | -1/+13 |
| | | | | They assume AlphaArchitecture == OSF/1. | ||||
* | MASTER_SITES are getting pretty slim for this port's distfile. | steve | 1999-01-05 | 1 | -2/+2 |
| | | | | PR: 9312 | ||||
* | Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it | asami | 1998-09-17 | 1 | -2/+2 |
| | | | | in the first place. | ||||
* | libXpm major is now 5. Also remove regexp support in preparation for | asami | 1998-09-15 | 1 | -2/+2 |
| | | | | ELF conversion. | ||||
* | As the last PLISTs with manpages, these were a window into the past. | hoek | 1998-08-20 | 1 | -8/+0 |
| | | | | Shut the window. | ||||
* | Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm | asami | 1998-08-08 | 1 | -2/+2 |
| | | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm. | ||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 1 | -2/+2 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Add asclock to PLIST | jfitz | 1997-07-14 | 1 | -0/+1 |
| | | | | Submitted by: Gabor Kincses <gabor@acm.org> | ||||
* | Add a FreeBSD xterm icon to match the Linux Penguin one that already ships | jfitz | 1997-06-07 | 3 | -2/+88 |
| | | | | | with AfterStep Submitted by: Alexander Indenbaum <baum@actcom.co.il> | ||||
* | Upgrade to v1.0 | jfitz | 1997-05-18 | 3 | -6/+7 |
| | |||||
* | Remove two non-existent sound files. | asami | 1997-04-30 | 1 | -2/+0 |
| | |||||
* | Upgrade to v1.06 | jfitz | 1997-03-30 | 5 | -9/+166 |
| | | | | | | | Add conditionals to allow installation of hi-color icons added two 8bit icons that don't come with distribution remove obsolete patchfile. Submitted by: Jeremy Prior <jez@netcraft.co.uk> | ||||
* | Upgrade to v1.0pr5 | jfitz | 1997-03-24 | 5 | -92/+130 |
| | | | | | Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: "Brian N. Handy" <handy@sag.space.lockheed.com> | ||||
* | Switched to using new MANCOMPRESSED variable. | obrien | 1996-12-11 | 1 | -6/+3 |
| | |||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Upgrade to v1.0prerelease-1 | jfitz | 1996-10-30 | 6 | -136/+111 |
| | | | | Now includes manpages! | ||||
* | Fix to Makefile/PLIST to compensate for removal of fvwm dependancy. | jfitz | 1996-10-09 | 2 | -1/+3 |
| | | | | Submitted-by: asami@FreeBSD.ORG | ||||
* | Upgrade to 0.98b33 | jfitz | 1996-10-01 | 3 | -13/+12 |
| | |||||
* | Upgraded to 0.98b32 | jfitz | 1996-09-04 | 4 | -74/+19 |
| | |||||
* | Fixed incorrect use of INSTALL_ aliases in Makefile | jfitz | 1996-08-28 | 5 | -96/+254 |
| | |||||
* | Upgraded to v0.98b27. | jfitz | 1996-08-24 | 3 | -31/+27 |
| | |||||
* | Upgraded to v0.98b24a | jfitz | 1996-08-20 | 2 | -5/+5 |
| | |||||
* | Change AFTERDIR from ${PREFIX}/lib/afterstep to .../lib/X11/afterstep. | asami | 1996-08-17 | 1 | -1/+1 |
| | | | | | | | It's quite amazing it seems to have totally ignored the STEPRC definition just two lines below! Now this port packages fine. | ||||
* | Upgraded to v0.98b23a | jfitz | 1996-08-17 | 3 | -65/+36 |
| | |||||
* | Upgraded to 0.98b19 | jfitz | 1996-08-10 | 2 | -7/+7 |
| | |||||
* | Add $Id$. | asami | 1996-08-07 | 1 | -0/+3 |
| | |||||
* | Upgraded to 0.98b18 | jfitz | 1996-08-04 | 2 | -8/+5 |
| | |||||
* | The afterstep window manager, replacing bowman. It's a NeXTstep wm | asami | 1996-07-23 | 8 | -0/+216 |
clone. Submitted by: James FitzGibbon <james@nexis.net> |