non port: x11-wm/fvwm/Makefile |
SVNWeb
|
Number of commits found: 33 |
Mon, 30 Sep 2019
|
[ 11:32 sunpoet ]
Merge DEPRECATED and remove latter EXPIRATION_DATE
|
Sun, 15 Sep 2019
|
[ 17:28 antoine ] (Only the first 10 of 354 ports in this commit are shown above. )
Deprecate a few ports
|
Tue, 6 Aug 2019
|
[ 17:25 jgh ]
- set deprecation
- set expiration to 2019-10-05
PR: 239661
Submitted by: w.schwarzenfeld@utanet.at (based on)
|
Mon, 5 Aug 2019
|
[ 13:22 antoine ] (Only the first 10 of 77 ports in this commit are shown above. )
Mark BROKEN: unfetchable
|
Thu, 5 Oct 2017
|
[ 06:36 cy ]
Register a conflict with fvwm2.
Reported by: rodrigo
|
Wed, 15 Feb 2017
|
[ 20:31 tijl ]
Remove -fPIC and fix the real problem where a variable is defined as an
array in one file and declared as a pointer in another.
|
Thu, 9 Feb 2017
|
[ 18:53 linimon ] (Only the first 10 of 21 ports in this commit are shown above. )
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
|
Sun, 25 Sep 2016
|
[ 16:39 dinoex ]
- drop maintainership
|
Thu, 8 Oct 2015
|
[ 04:02 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
|
Sat, 30 Nov 2013
|
[ 06:53 dinoex ]
- use STAGEDIR
|
Sat, 5 Oct 2013
|
[ 13:36 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)
|
Mon, 2 Sep 2013
|
[ 13:26 tijl ] (Only the first 10 of 20 ports in this commit are shown above. )
Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
For ports that don't need -a introduce USES=imake:notall.
This way ports no longer have to redefine XMKMF.
2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf
runs make Makefiles. This Makefiles target runs imake for each
subdirectory but these imake invocations did not have the flags from
IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
imake let imake handle IMAKECPPFLAGS itself just like it handles
IMAKEINCLUDE.
This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.
Approved by: portmgr (bapt)
|
Wed, 3 Jul 2013
|
[ 17:18 dinoex ]
- remove now obsolete comment to imake macro
|
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
|
Sat, 26 Jan 2013
|
[ 16:34 dinoex ] (Only the first 10 of 42 ports in this commit are shown above. )
- cleanup header
|
Mon, 8 Aug 2011
|
[ 05:12 dinoex ]
- cleanup MASTER_SITES
|
Fri, 27 Mar 2009
|
[ 19:41 dinoex ]
- MAKE_JOBS_UNSAFE
|
Sat, 14 Mar 2009
|
[ 20:10 dinoex ] (Only the first 10 of 39 ports in this commit are shown above. )
- make fvwm compile w/o Warnings apart from one usage of mkstemp
by adding needed #includes, adding return statements to
non-void functions and declaring functions returning a int
instead of void if they do return an return code.
- start using one central safemalloc.
- do not mangle pointers which makes FvwmWinList work on
amd64/7-STABLE again.
PR: 132571
Submitted by: Bjoern A. Zeeb
|
Tue, 18 Mar 2008
|
[ 10:10 dinoex ]
- add Xmu in USE_XORG
|
Mon, 17 Mar 2008
|
[ 19:01 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}.
|
Thu, 20 Apr 2006
|
[ 13:12 dinoex ]
- update MASSTER_SITES
|
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.
|
Mon, 24 Oct 2005
|
[ 14:25 dinoex ]
- make portlint happier
- honor PREFIX in defaults and sample.fvwmrc
|
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).
|
Tue, 13 Jan 2004
|
[ 05:00 dinoex ]
- take maintainership
|
Mon, 12 Jan 2004
|
[ 00:24 linimon ]
Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparently
me@ has not been active in the FreeBSD community for some time now.
Reviewed by: portmgr@FreeBSD.org (a month or so ago)
|
Fri, 7 Mar 2003
|
[ 06:14 ade ] (Only the first 10 of 66 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
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.
|
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: 33 |