Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6_10,1 21 Feb 2024 11:08:25 |
Muhammad Moinur Rahman (bofh) |
graphics/plotutils: Moved man to share/man
Approved by: portmgr (blanket) |
2.6_9,1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.6_9,1 25 Jun 2023 18:09:48 |
Muhammad Moinur Rahman (bofh) |
graphics/plotutils: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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) |
2.6_9,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 ) |
2.6_9,1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.6_9,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6_9,1 14 Jan 2021 22:39:46 |
stephen |
- Define the license. Register some missing dependencies. Recreate patches
using make makepatch. |
2.6_8,1 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2.6_8,1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.6_7,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.6_7,1 23 Dec 2015 23:12:22 |
stephen |
- Switch from open-motif to libXaw.
PR: ports/205489
Submitted by: Raphael Kubo da Costa |
2.6_6,1 13 Dec 2015 22:34:54 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
2.6_6,1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.6_5,1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.6_5,1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2.6_5,1 04 Sep 2014 19:23:28 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
2.6_4,1 10 May 2014 21:07:44 |
stephen |
- Change AUTOTOOLS=libtool to USES=libtool:keepla.
- Bump portrevision.
Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html |
2.6_3,1 26 Jan 2014 22:54:53 |
stephen |
- Implement staging. |
2.6_3,1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.6_3,1 15 Aug 2013 07:35:20 |
danfe |
- Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) is
bmake(1), which does not play nice with libtool way of building things
- While here, convert LIB_DEPENDS to new form, sort the knobs a bit, and
hook test target to our standard "regression-test" one
Reported by: marino
Tested by: marino (poudriere testport)
Approved by: miwi, bapt (portmgr, implicit) |
2.6_3,1 10 Jul 2013 06:55:29 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake |
2.6_3,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.6_2,1 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 |
2.6_2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
2.6_2,1 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
2.6_2,1 14 Jun 2011 07:26:50 |
stephen |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
2.6_2 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
2.6_1,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.6_1,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.6,1 30 Jan 2010 15:30:13 |
wxs |
- Add missing patch file.
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> |
2.6,1 26 Jan 2010 14:28:22 |
wxs |
- Update to 2.6
- Respect CPPFLAGS and LDFLAGS
- Add a test: target
PR: ports/143204
Submitted by: bf <bf1783@gmail.com>
Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) |
2.5,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 |
2.5,1 23 Apr 2009 11:28:20 |
amdmi3 |
- Roll back to 2.5, bump PORTEPOCH. Version 2.5.1 was withdrawn due to GPL
violation
PR: 133903
Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu>
(maintainer) |
2.5.1 05 Apr 2009 20:50:49 |
dhn |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
2.5.1 13 Feb 2009 15:25:27 |
wxs |
- Pass maintainership along. |
2.5.1 08 Nov 2008 11:24:29 |
phk |
Fix a longstanding bug in tek2plot(1) which causes optimized Tek4014
datastreams to render wrongly by up to -1 to -3 points in both X
and Y direction:
The Extra Byte is a persistent register, and it it only present in
the datastream when it changes.
This patch has been submitted to FSF. |
2.5.1 02 Aug 2008 22:34:32 |
miwi |
- Update to 2.5.1
PR: 126173
Submitted by: Ports Fury |
2.5_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}. |
2.5 14 Aug 2006 23:06:39 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
2.5 12 Jun 2006 01:39:49 |
ijliao |
upgrade to 2.5
PR: 98825
Submitted by: Ports Fury |
2.4.1_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
2.4.1_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.4.1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
2.4.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. |
2.4.1 01 Jun 2005 19:56:04 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
2.4.1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.4.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. |
2.4.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.4.1 31 Oct 2003 10:14:37 |
tg |
Unbreak. |
2.4.1 16 Oct 2003 02:19:39 |
kris |
BROKEN on 5.x: does not compile |
2.4.1 10 Aug 2003 06:34:38 |
krion |
Fix build on -current
PR: 55351
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> |
2.4.1 08 Jun 2003 00:30:49 |
kris |
Remove chuckr as maintainer of his ports. He has not committed since
09/2000 and has been unresponsive to mail about his ports for at least
2 years.
Approved by: portmgr |
2.4.1 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.4.1 12 Sep 2002 16:44:15 |
sobomax |
Fix build on -current. |
2.4.1 04 Sep 2002 18:35:50 |
tom |
Remove version-specific information, replacing it with summary
information from the plotutils Web site.
The patch is mine, inspired by a patch by Craig Rodrigues posted to
-ports.
Submitted by: Craig Rodrigues <rodrigc@attbi.com> |
2.4.1 31 Aug 2002 02:40:56 |
kris |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
11 Sep 2001 03:22:51 |
ache |
Bump png major |
23 Mar 2001 11:57:08 |
tg |
Upgrade to 2.4.1. |
07 Nov 2000 23:28:20 |
asami |
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
21 Aug 2000 11:07:37 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 |
sobomax |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45 |
sobomax |
Third round of INSTALL_SHLIBS=yes fixes. |
07 Jun 2000 23:32:11 |
asami |
Add "ode.1 plot.1 spline.1 tek2plot.1" as MAN1. |