non port: x11-wm/afterstep/Makefile |
SVNWeb
|
Number of commits found: 47 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] f65f20b (Only the first 10 of 92 ports in this commit are shown above. )
x11-wm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Anton Tornqvist <antont@inbox.lv>
* Aragon Gouveia <aragon@phat.za.net>
* Babak Farrokhi <babak@farrokhi.net>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Brian Handy <handy@physics.montana.edu>
* Bruce A. Mah <bmah@ca.sandia.gov> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 4 May 2020
|
[ 19:53 dinoex ]
- bump
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
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.
|
Sat, 21 Jan 2017
|
[ 16:48 dinoex ]
- add LICENSE
- fix a possible problem if PREFIX differs from LOCALBASE
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 8 Oct 2015
|
[ 03:57 dinoex ]
- cleanup
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Thu, 18 Sep 2014
|
[ 12:31 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
|
Sun, 3 Aug 2014
|
[ 14:27 dinoex ]
- make HICOLOR_ICONS default
- rename patch files
|
Tue, 29 Jul 2014
|
[ 16:17 adamw ]
Use OPTIONS instead of WITH_*
|
Mon, 28 Oct 2013
|
[ 20:17 dinoex ] (Only the first 10 of 29 ports in this commit are shown above. )
- revert r331810
|
[ 06:08 dinoex ]
- use STAGEDIR
|
Sat, 5 Oct 2013
|
[ 13:30 dinoex ]
- add PKGNAMESUFFIX
|
Sat, 21 Sep 2013
|
[ 11:06 dinoex ] (Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
[ 00:01 bapt ] (Only the first 10 of 165 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
|
Fri, 28 Jun 2013
|
[ 11:51 bapt ] (Only the first 10 of 111 ports in this commit are shown above. )
New USES imake to handle the dependency on imake.
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
|
Fri, 21 Jun 2013
|
[ 09:10 dinoex ]
- fix broken commit r320732
|
Thu, 13 Jun 2013
|
[ 05:53 bapt ]
Better fix with clang
Submitted by: tijl
|
Wed, 12 Jun 2013
|
[ 17:34 bapt ]
Fix build with clang
|
Sat, 26 Jan 2013
|
[ 15:05 dinoex ]
- whitespaces
|
Sat, 29 Sep 2012
|
[ 19:23 dinoex ]
- cleanup comments
|
Mon, 8 Aug 2011
|
[ 15:45 dinoex ]
- use MASTER_SITE_LOCAL
|
Mon, 17 Mar 2008
|
[ 18:56 dinoex ]
- set USE_XORG
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 13 Apr 2007
|
[ 12:16 dinoex ]
- update PORTSCOUT
|
Thu, 12 Apr 2007
|
[ 14:49 dinoex ]
- add PORTSCOUT hint
|
Sat, 13 May 2006
|
[ 05:00 edwin ] (Only the first 10 of 191 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with X
|
Fri, 27 Jan 2006
|
[ 04:22 dinoex ]
- add CONFLICT with afterstep-devel
|
Sat, 21 Jan 2006
|
[ 18:55 lesi ] (Only the first 10 of 29 ports in this commit are shown above. )
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
|
Sat, 19 Nov 2005
|
[ 09:28 dinoex ]
- NeXTstep spelling
Submitted by: Alexey Dokuchaev
|
Tue, 25 Oct 2005
|
[ 21:35 dinoex ]
- fix option WITH_HICOLOR_ICONS
|
Mon, 24 Oct 2005
|
[ 14:19 dinoex ]
- take maintainership
- make portlint happy
- build without perl
|
Wed, 15 Jun 2005
|
[ 02:42 lesi ] (Only the first 10 of 64 ports in this commit are shown above. )
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
|
Sat, 10 Apr 2004
|
[ 17:26 trevor ] (Only the first 10 of 218 ports in this commit are shown above. )
Tidy up whitespace.
|
Fri, 31 Oct 2003
|
[ 21:58 linimon ]
Per distfile survey, remove mastersite that disappeared in 1999.
|
Thu, 20 Feb 2003
|
[ 19:21 knu ] (Only the first 10 of 40 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 26 Aug 2002
|
[ 00:38 petef ]
Don't install our own copy of asclock, depend on the one from the
x11-clocks/asclock port.
PR: 39441
|
Mon, 27 May 2002
|
[ 00:53 petef ]
Fix a resources leak & bump PORTREVISION.
PR: 35288
Submitted by: Andriy Gapon <agapon@usa.com>
|
Wed, 8 Aug 2001
|
[ 12:49 demon ]
Fix MASTER_SITE_SUBDIR.
|
Mon, 5 Feb 2001
|
[ 21:06 olgeni ] (Only the first 10 of 33 ports in this commit are shown above. )
Layout fixes in x11-wm.
|
Mon, 23 Oct 2000
|
[ 22:03 will ] (Only the first 10 of 77 ports in this commit are shown above. )
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
|
Sun, 13 Aug 2000
|
[ 20:46 alex ]
The correct fix for the previous patches is USE_IMAKE, which is handled in
bsd.port.mk for XFree86-4.
|
[ 17:06 alex ]
This port needs xmkmf in order to build.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ] (Only the first 10 of 285 ports in this commit are shown above. )
(1) Add new variable, XFREE86_VERSION, to specify which version of 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.
|
Number of commits found: 47 |