non port: emulators/spim/Makefile |
SVNWeb
|
Number of commits found: 32 |
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:21 Tobias C. Berner (tcberner) ] 27eb52a (Only the first 10 of 118 ports in this commit are shown above. )
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (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.
|
Thu, 7 Nov 2019
|
[ 20:20 zeising ] (Only the first 10 of 70 ports in this commit are shown above. )
Sprinkle more USES=xorg
|
Sat, 21 Nov 2015
|
[ 12:03 amdmi3 ]
- Add LICENSE
- Switch to options helpers
|
Sat, 20 Dec 2014
|
[ 18:17 bapt ] (Only the first 10 of 12 ports in this commit are shown above. )
cleanup plist
|
Sat, 26 Oct 2013
|
[ 16:06 danilo ]
- Add stage support
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
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)
|
Thu, 22 Aug 2013
|
[ 17:53 wg ]
emulators/spim: fix package
- Fix package, man files are not compressed
Reported by: pointyhat
|
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
|
Tue, 12 Jun 2012
|
[ 10:34 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert to new options framework
|
Thu, 21 Jan 2010
|
[ 21:14 miwi ]
- Update to 8.0
PR: 142980
Submitted by: Ports Fury
|
Wed, 2 Sep 2009
|
[ 16:43 miwi ]
- Update to 7.5
PR: 138451
Submitted by: Ports Fury
|
Fri, 20 Feb 2009
|
[ 16:35 miwi ]
- Update to 7.4
PR: 131850
Submitted by: Ports Fury
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Thu, 22 May 2008
|
[ 00:49 miwi ]
- Update to 7.3
PR: 123871
Submitted by: Ports Fury
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
|
Thu, 10 Apr 2008
|
[ 09:15 jkoshy ]
Reset maintainership.
|
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}.
|
Mon, 17 Jul 2006
|
[ 14:23 jkoshy ]
Propagate ${PREFIX} and other environment variables to child sub-makes.
|
[ 10:25 jkoshy ]
Update this port's description; as of version 7.0 'spim' simulates
the MIPS32 architecture.
|
[ 10:12 jkoshy ]
Upgrade to v7.2.1.
Upstream changes from the previous ported version include:
- bug fixes and documentation cleanups
The port now offers a 'GUI' knob that controls whether the X GUI
interface is built.
Take maintainership.
|
Thu, 30 Dec 2004
|
[ 08:39 krion ]
Update to version 7.0
PR: ports/75621
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 17:21 knu ] (Only the first 10 of 38 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 18 Jan 2003
|
[ 20:57 arved ]
Update to 6.5
PR: 47135
Submitted by: Richard Arends <richard@mail.unixguru.nl>
|
Fri, 21 Jun 2002
|
[ 06:58 jkoshy ]
Update to version 6.4.
|
Wed, 28 Feb 2001
|
[ 14:16 kevlo ]
- Remove USE_IMAKE - Add WWW: line
|
Tue, 27 Feb 2001
|
[ 04:55 steve ]
Update to version 6.3.
|
Mon, 26 Feb 2001
|
[ 02:45 obrien ]
Drop maintainer ship. Too many people did not like the direction I took this
port.
|
Mon, 13 Nov 2000
|
[ 12:26 obrien ]
"Update" to version 6.2.
|
Wed, 7 Jun 2000
|
[ 23:52 asami ]
Remove two directories. Also, move manpages to Makefile while I'm here.
|
Number of commits found: 32 |