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) |
0.6.4_1 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 ) |
0.6.4_1 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
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 ) |
0.6.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.4_1 05 Nov 2019 15:48:41 |
zeising |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
0.6.4_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6.4_1 21 Jun 2015 14:13:49 |
bapt |
Convert to USES=autoreconf |
0.6.4_1 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 |
0.6.4_1 27 Oct 2014 12:24:23 |
bapt |
Clean up plist |
0.6.4_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.6.4_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.6.4_1 24 Oct 2013 12:00:18 |
danfe |
Stagify the port. |
0.6.4_1 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.6.4_1 03 Sep 2013 09:59:01 |
bapt |
Add an explicit dependency on pkgconf |
0.6.4_1 06 May 2013 01:14:56 |
danfe |
Fix the build against Clang. |
0.6.4_1 01 May 2013 08:32:11 |
danfe |
- It looks like SX ROM revision J is working fine now, use it instead of E
- Convert another trivial patch to REINPLACE_CMD statement
- Delete stale patch file, touch port description while I am here |
0.6.4 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
0.6.4 19 Apr 2013 04:38:32 |
danfe |
- Update to version 0.6.4
- Tighten Makefile header and COMMENT
- Register run-time dependency on required fonts
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Convert trivial patch to sed(1) in-place editing
PR: ports/176935 (version bump)
Submitted by: pfg
Feature safe: yes |
0.6.3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.3 19 Aug 2011 18:17:28 |
danfe |
- Update to version 0.6.3, which features number of bug fixes and "netbook"
look for small/short screens. Unfortunately, SX ROM revision J still does
not seem to work
- Build is done with GNU make now (was Imake before)
- Contract ${MASTER_SITE_BERLIOS} -> BERLIOS
- Augment CATEGORIES (add math): x48 can be used as powerful calculator
- Add LICENSE (GPLv3), utilize PORTDOCS
- Touch a COMMENT (use HP's official "graphic calculator" spelling) and add
couple of small comments about HP ROM images in Makefile |
0.4.3_3 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
0.4.3_3 13 May 2011 19:54:29 |
danfe |
Reformat description text. |
0.4.3_3 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.4.3_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) |
0.4.3_2 01 Jun 2009 13:21:28 |
pav |
- Fix corrupted display on xorg-7.4
PR: ports/133398
Submitted by: Esa Karkkainen <ejk@iki.fi>
Approved by: maintainer timeout (danfe; 7 weeks) |
0.4.3_1 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.4.3_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}. |
0.4.3 05 Sep 2006 20:34:24 |
danfe |
- Reformat Makefile header, expand `Whom:' to full name
- Fix a minor typo in COMMENT
- Kill useless ROMPATH variable (it was always = DATADIR)
- Pacify portlint(1)
- Improve on pkg-descr, fix WWW line [1], and kill spaces EOL
Submitted by: jylefort |
0.4.3 05 Sep 2006 20:24:10 |
danfe |
- Update to version 0.4.3 [1]
- Respect PREFIX better
Submitted by: jylefort [1] |
0.4.1e_1 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
0.4.1e_1 22 Jan 2006 09:47:28 |
edwin |
SHA256ify
Approved by: krion@ |
0.4.1e_1 29 Nov 2004 19:56:09 |
danfe |
Fix build with GCC 2.95.4.
Reported by: kris
Approved by: fjoe (mentor, implicit) |
0.4.1e_1 22 Nov 2004 12:27:16 |
danfe |
- Add SX ROM revision E (rev J does not work)
- Fix terminal allocation code under FreeBSD
- Catch up with PHK's cuaa->cuad rework in -CURRENT
- Avoid direct use of `unzip' command in Makefile in favor of ${UNZIP_CMD}
- Utilize DATADIR and DOCSDIR marcos in pkg-plist
- SIZEify
- Take maintainership
Approved by: fjoe (mentor, implicit) |
0.4.1e 21 Jul 2003 02:23:18 |
maho |
1. files/src+X48.ad is not doing anything so removed.
2. typo in pkg-descr
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> |
0.4.1e 09 Jul 2003 07:40:21 |
daichi |
update emulators/x48: enhancements to emulators/x48
PR: 53912
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> |
0.4.1e 20 Feb 2003 17:21:51 |
knu |
De-pkg-comment. |
05 Nov 2001 09:55:07 |
petef |
- update to 0.4.1e - fix MASTER_SITES - use ${DOCSDIR} - add NOPORTDOCS
support to pkg-plist |
21 Oct 2000 13:58:46 |
kevlo |
Fix Imakefile breakage under XFree86 4.x |
08 Oct 2000 02:02:29 |
asami |
Convert category emulators to new layout. |
18 Aug 2000 17:44:41 |
kevlo |
Update to version 0.4.1 |
30 May 2000 00:40:53 |
steve |
Update to version 0.4.1d. |