Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0_6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
3.0_6 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0_6 27 Nov 2019 11:24:07
  |
olgeni  |
x11-fonts/jmk-x11-fonts: update MASTER_SITES and unbreak. |
3.0_6 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
3.0_6 14 Aug 2019 12:25:52
  |
mat  |
Convert to UCL & cleanup pkg-message (categories x) |
3.0_6 11 Mar 2019 21:25:57
  |
zeising  |
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init |
3.0_5 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.0_5 21 Mar 2015 23:05:21
  |
bapt  |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
3.0_4 19 Mar 2015 18:08:57
  |
bapt  |
Fix missing build dependency
Reported by: antoine |
3.0_4 19 Mar 2015 17:56:54
  |
bapt  |
Convert to USES=fonts |
3.0_3 09 Jan 2014 15:18:55
  |
olgeni  |
Add staging support and cleanup. |
3.0_3 20 Sep 2013 23:51:15
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts) |
3.0_3 28 Jun 2013 11:51:06
  |
bapt  |
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 |
3.0_3 26 Jan 2013 14:50:30
  |
olgeni  |
Convert Makefile headers to the new format in my ports. |
3.0_3 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
3.0_3 09 Jun 2009 15:33:28
 |
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
3.0_2 20 Jun 2008 22:11:24
 |
olgeni  |
Remove references about /usr/X11R6 from pkg-message.
PR: ports/113756
Submitted by: tomdean(at)speakeasy.org |
3.0_2 19 Apr 2008 17:56:05
 |
miwi  |
- 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) |
3.0_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.0 24 Jan 2006 03:16:52
 |
edwin  |
SHA256ify
Approved by: krion@ |
3.0 23 Jul 2004 19:10:32
 |
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
3.0 01 May 2004 16:24:47
 |
olgeni  |
Display install instructions using pkg-message. |
3.0 18 Mar 2004 20:45:09
 |
olgeni  |
Add SIZE data.
Submitted by: trevor |
3.0 26 Apr 2003 17:06:06
 |
olgeni  |
Always use "/etc/X11/XF86Config" as the default file for font
configuration.
Suggested by: Matt Mills <matt_mills@btopenworld.com> |
3.0 08 Mar 2003 22:17:15
 |
olgeni  |
Home page and MASTER_SITE moved.
Approved by: kris |
3.0 23 Feb 2003 11:07:26
 |
olgeni  |
Suppress command echo. |
3.0 23 Feb 2003 10:51:29
 |
olgeni  |
De-pkg-comment my ports + some more. |
24 Jan 2001 12:43:15
    |
olgeni  |
Use proper capitalization (freebsd.org -> FreeBSD.org) |
24 Jan 2001 12:05:16
    |
olgeni  |
Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) |
18 Nov 2000 12:23:15
    |
sanpei  |
jmk-x11-fonts, Jim Knoble's font package for X |