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) |
5.1.2_5,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 ) |
5.1.2_5,1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.1.2_5,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.1.2_5,1 07 Nov 2019 19:36:50 |
zeising |
Sprinkle some more USES=xorg |
5.1.2_5,1 19 Mar 2019 16:40:05 |
ler |
devel/t1lib: fix dependencies, parallel build.
If the X11 is on, xglyph and libt1x directly depend on various X libs.
These dependencies are missing from USE_XORG (noticed by stage-qa).
If any of those missing dependencies are removed, t1lib will break.
Relying on indirect dependencies is insufficient since those dependencies can
change on their own.
PR: 236640
Submitted by: jcfyecrayz@liamekaens.com |
5.1.2_4,1 11 Jan 2017 00:28:13 |
ler |
Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9125 |
5.1.2_4,1 26 Dec 2016 16:43:13 |
adamw |
Assign maintainership to Larry Rosenman.
Submitted by: Larry Rosenman (via private email) |
5.1.2_4,1 26 Dec 2016 11:59:12 |
rene |
Reset ports per maintainer request.
PR: 215557
Submitted by: A.J. "Fonz" van Werven (maintainer) |
5.1.2_4,1 08 Sep 2016 15:59:16 |
tcberner |
Add a COMMENT explaining the reason for MAKE_JOBS_UNSAFE.
in r421561 I added MAKE_JOBS_USNAFE, without actually saying why. [Sorry]
===> Building for t1lib-5.1.2_4,1
gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2'
for i in lib type1afm examples xglyph; do \
(cd $i; gmake 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector
-fno-strict-aliasing -DT1LIB_IDENT="\"5.1.2\""
-DGLOBAL_CONFIG_DIR="\"/usr/local/share/t1lib\"" -I/usr/local/include'
'OPTIONS=' ) || exit 1; \
done
gmake[2]: Entering directory
'/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib'
gmake[2]: *** pselect jobs pipe: Bad file descriptor. Stop.
gmake[2]: *** Waiting for unfinished jobs....
[...]
Approved by: mat (mentor) |
5.1.2_4,1 08 Sep 2016 15:36:46 |
tcberner |
Fix build of devel/t1lib
devel/t1lib needs MAKE_JOBS_UNSAFE.
Approved by: rakuco (mentor), just-fix-it-blanket |
5.1.2_4,1 23 May 2016 03:52:52 |
sunpoet |
- Add LICENSE_FILE
- Convert to new options target helper
- Add WWW
Approved by: portmgr (blanket) |
5.1.2_4,1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.1.2_4,1 14 Apr 2015 13:22:15 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
5.1.2_4,1 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
5.1.2_4,1 13 Sep 2014 20:32:14 |
tijl |
Avoid USE_AUTOTOOLS |
5.1.2_3,1 30 Jul 2014 01:15:02 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
5.1.2_2,1 23 Apr 2014 01:09:34 |
amdmi3 |
- Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE
PR: 188033
Submitted by: "A.J. van Werven" <freebsd@skysmurf.nl> |
5.1.2_2,1 10 Oct 2013 00:00:29 |
madpilot |
- Convert to staging
- Use option helpers
- Convert to USES=gmake |
5.1.2_2,1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
5.1.2_2,1 02 Feb 2013 18:28:29 |
gjb |
Bump PORTREVISION, as default options have changed in r311291.
This fixes the textproc/docproj dependency chain. |
5.1.2_1,1 31 Jan 2013 06:00:49 |
danfe |
Restore X11 being the default (lost in previous revision). |
5.1.2_1,1 31 Jan 2013 05:57:45 |
danfe |
- Convert OptionsNG
- Augment COMMENT
PR: ports/175719 |
5.1.2_1,1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
5.1.2_1,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
5.1.2_1,1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
5.1.2_1,1 23 Jan 2009 16:28:36 |
flz |
- 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). |
5.1.2,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
5.1.2,1 20 Jan 2008 22:20:27 |
miwi |
- Update to 5.1.2
PR: 119721
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
5.1.1_2,1 31 Jul 2007 12:18:11 |
mm |
- Depend on xaw explicitly
- Bump PORTREVISION
Approved by: garga (mentor, implicit) |
5.1.1_1,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}. |
5.1.1,1 21 Feb 2007 15:01:15 |
rafan |
- Update to 5.1.1
PR: ports/109357
Submitted by: Martin Matuska <martin at matuska.org> |
5.1.0_1,1 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
5.1.0_1,1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
5.1.0_1,1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
5.1.0,1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
5.1.0,1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
5.1.0,1 18 Sep 2005 18:22:12 |
ahze |
- Update to 5.1.0
- I didn't bump libver because evince and pdf both work with out it being bumped
if anyone has problems please email me.
PR: ports/86264
Submitted by: Ports Fury |
5.0.1,1 31 May 2005 19:00:51 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
5.0.1,1 15 Apr 2004 19:18:49 |
krion |
- Downgrade to version 5.0.1
- 5.0.2 version caused xpdf to crash with almost all PDFs
- Bump PORTEPOCH
Submitted by: naddy, Ports Fury |
5.0.2 14 Apr 2004 18:49:25 |
krion |
- Update to version 5.0.2
PR: ports/65533
Submitted by: Ports Fury |
5.0.1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
5.0.1 02 Mar 2004 08:16:23 |
dinoex |
- Fix package for option WITHOUT_X11 |
5.0.1 28 Feb 2004 14:35:04 |
pav |
- Update to 5.0.1
PR: ports/63485
Submitted by: Toni Viemero <toni.viemero@iki.fi> |
5.0.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
5.0.0 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
5.0.0 24 Mar 2003 01:08:59 |
ijliao |
upgrade to 5.0.0
drop maintainership |
1.3.1 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.3.1 19 Aug 2002 11:37:50 |
ijliao |
WWW removed |
23 Nov 2001 17:19:15 |
ijliao |
upgrade to 1.3.1 |
31 Aug 2001 15:20:29 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
22 Aug 2001 18:12:11 |
ijliao |
upgrade to 1.2 |
11 Jul 2001 20:25:04 |
ijliao |
upgrade to 1.1.1 |
05 Jun 2001 12:38:35 |
sobomax |
Standartise the way used to disable X11 support in various ports. From now on
WITHOUT_X11 is the Only True Way[tm]. |
29 Mar 2001 07:43:52 |
ijliao |
forgot INSTALLS_SHLIB |
18 Feb 2001 18:32:02 |
keith |
libt1.so.1 -> libt1.so.2 libt1x.so.1 -> libt1x.so.2 |
15 Feb 2001 19:09:13 |
ijliao |
update to 1.1.0 |
21 Jan 2001 04:26:37 |
ijliao |
ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.org |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
02 Oct 2000 21:40:15 |
reg |
Correct and sort PLISTs. |
21 Aug 2000 11:07:37 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. |