Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.14.1_5 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
3.14.1_5 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
3.14.1_5 08 Nov 2019 14:36:06 |
tobik |
graphics: Add missing USES={gl,gnome,sdl} |
3.14.1_5 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.14.1_5 21 Apr 2017 14:13:43 |
amdmi3 |
- Add LICENSE_FILE
- Switch to USES=localbase
- Fix shebangs |
3.14.1_4 12 Apr 2016 15:05:53 |
mat |
Unbreak.
PR: 208712
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
3.14.1_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.14.1_3 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
3.14.1_3 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
3.14.1_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
3.14.1_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
3.14.1_2 21 Oct 2014 16:36:12 |
mva |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
3.14.1_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.14.1_1 17 Aug 2014 12:29:07 |
mva |
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.
With hat: python@ |
3.14.1_1 28 Apr 2014 21:31:32 |
nemysis |
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above ) |
3.14.1 24 Apr 2014 17:34:46 |
tijl |
Remove USE_GNOME=lthack. This port does not use libtool. |
3.14.1 29 Mar 2014 15:39:57 |
antoine |
Do not create a corrupted package
With hat: portmgr |
3.14.1 26 Mar 2014 12:17:00 |
nemysis |
- Update to 3.14.1
- Take maintainership
- Change license BSD to BSD3CLAUSE
- Use the new format for LIB_DEPENDS
- USES pathfix instead of USE_GNOME gnomehack
- Add USES desktop-file-utils pkgconfig shared-mime-info
- Use PYDISTUTILS_AUTOPLIST=yes and PLIST_FILES instead of pkg-plist
- Add USE_GCC=yes and add REINPLACE, fix bad gcc usage
- Support STAGEDIR
- Comply with OptionsNG
- Simplify DOCS installation handling, install conditional and add Option
- Remove obsolete REINPLACE, changed by upstream
- Strip library
- Add manual page
- Change pkg-descr
PR: ports/177352
Submitted by: nemysis (self)
Approved by: maintainer |
3.14_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
3.14_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.14 26 Nov 2011 20:28:16 |
pav |
- Mark BROKEN: does not compile
fract4d/c/imageIO.cpp:191:21: error: jpeglib.h: No such file or directory
Reported by: pointyhat
Feature safe: yes |
3.14 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
3.14 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> |
3.14 20 May 2011 18:55:10 |
sylvio |
- Update to 3.14
- Add license |
3.13 12 May 2011 20:25:36 |
sylvio |
- Remove MD5 checksum |
3.13 17 Apr 2010 20:11:54 |
sylvio |
- Update to 3.13
Approved by: itetcu (mentor, implicit) |
3.11_2 30 Mar 2010 08:13:54 |
dinoex |
- fix build for png-1.4.1 |
3.11_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.11_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.11 03 Nov 2009 00:34:39 |
sylvio |
- Fix problem reported for QAT
- Changed pkg-plist
Submitted by: myself
Approved by: miwi,itetcu(mentors,implict) |
3.11 02 Nov 2009 19:13:13 |
sylvio |
- Update to 3.11
- Sort in pkg-plist
- Moved LIB_DEPENDS to position correct
- Take maintainership
PR: ports/139729
Submitted by: myself
Approved by: miwi (mentor) |
3.10_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
3.10 17 Jan 2009 12:27:08 |
miwi |
- Update to 3.10
- Use SF macro
PR: 130068
Submitted by: Dennis Herrmann <adox@mcx2.org> |
3.8_1 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
3.8_1 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.8 30 Apr 2008 00:45:12 |
edwin |
Update to 3.8 |
3.1_2 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
3.1_2 31 May 2007 22:04:01 |
arved |
Use system compiler on CURRENT |
3.1_2 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.1_1 17 Nov 2006 14:55:41 |
pav |
- Fix png, jpeg library detection
PR: ports/105027
Submitted by: Derek Marcotte <derek.4548bfb0@razorfever.net>
- Fix plist |
3.1 09 Nov 2006 14:02:30 |
dinoex |
- fix package problems
- update to 3.1 |
3.0 02 Sep 2006 16:51:10 |
kris |
Schedule these broken ports for termination on 2006-12-01 |
3.0 03 Aug 2006 11:16:57 |
erwin |
Mark BROKEN for leaving files behind |
3.0 28 Jun 2006 05:59:53 |
ijliao |
upgrade to 3.0 |
2.6_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
2.6_1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
2.6_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.6 29 Apr 2005 11:38:32 |
lawrance |
Re-add USE_X_PREFIX that I accidentally removed.
Reported by: krismail
Diagnosed by: pav
Approved by: pav (rent-a-mentor) |
2.6 26 Apr 2005 12:45:31 |
lawrance |
Update the entertaining gnofract4d to version 2.6.
- contain the installation to its own DATADIR, rather than spreading
bits everywhere
PR: ports/76868
Submitted by: Edwin Young <edwin@bathysphere.org> (author)
Approved by: clement (mentor) |
1.9_4 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.9_3 23 Nov 2004 02:23:08 |
mezz |
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav |
1.9_3 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.9_2 18 Sep 2004 17:28:21 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.9_2 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 |
1.9_2 28 Apr 2004 20:12:26 |
krion |
- Fix build
PR: ports/65994
Submitted by: Ports Fury |
1.9_2 19 Apr 2004 04:24:06 |
kris |
BROKEN: Does not compile |
1.9_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.9_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. |
1.9_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.9 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.9 15 Dec 2003 18:18:54 |
krion |
- Update to version 1.9
PR: 60268
Submitted by: Ports Fury |
1.8_1 04 Dec 2003 09:06:15 |
krion |
- Fix build against rerolled tarball
PR: 59612
Submitted by: Ports Fury |
1.8 22 Nov 2003 17:17:45 |
linimon |
Mark as broken (not dependent on 5.x) due to checksum failure. This
port is unmaintained. |
1.8 05 Nov 2003 16:08:58 |
krion |
- Update to version 1.8
PR: 58963
Submitted by: Ports Fury |
1.7_1 18 Oct 2003 18:14:07 |
krion |
- Fix build on -current
PR: 58220
Submitted by: Ports Fury |
1.7_1 16 Oct 2003 02:26:03 |
kris |
BROKEN on 5.x: does not compile |
1.7_1 19 May 2003 01:07:18 |
petef |
- respect CXXFLAGS/LDFLAGS
- bump PORTREVISION
PR: 52275
Submitted by: Ports Fury |
1.7 20 Apr 2003 19:22:00 |
marcus |
Remove USE_GNOMENG. |
1.7 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
1.7 08 Feb 2003 10:07:46 |
ijliao |
upgrade to 1.7 |
1.6 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 |
1.6 30 Aug 2002 20:53:45 |
naddy |
Update to use GNOMENG.
PR: 42127
Submitted by: Juan Salaverria <rael@vectorstar.net> |
1.6 08 Jul 2002 10:41:30 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
22 Dec 2001 13:48:05 |
kevlo |
Avoid making empty directory |
17 Dec 2001 19:23:10 |
ijliao |
upgrade to 1.6 |
12 Jun 2001 17:08:34 |
kevlo |
Update to version 1.5 |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
22 Dec 2000 16:49:46 |
kevlo |
Update to 1.4 |
12 Oct 2000 22:31:37 |
ade |
Update to 1.3 |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
05 Oct 2000 08:10:50 |
reg |
Implement USE_GNOME, part 1. |
22 Jun 2000 06:52:16 |
will |
Unleash all of these ports upon the people. I no longer have any interest in
any of them, but will be happy to assign MAINTAINER to others and commit
updates for them. |
14 Jun 2000 14:21:38 |
sobomax |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |
01 Jun 2000 17:25:45 |
ade |
Updates for new shared library versions in GNOME 1.2 |