Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4_8 07 Apr 2021 17:54:26 |
Rene Ladan (rene) |
Remove expired ports:
2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-04-01 games/drm: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 games/cre: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11) (Only the first 15 lines of the commit message are shown above ) |
0.4_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4_8 30 Aug 2020 09:47:50 |
zeising |
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe) |
0.4_7 29 Aug 2020 10:39:06 |
tcberner |
ftp/: Fix build with clang11 and deprecate ports@ ports |
0.4_7 08 Nov 2019 14:47:00 |
tobik |
Add missing USES={gnome,php,sdl} to the rest |
0.4_7 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.4_6 31 Jan 2016 21:46:34 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers |
0.4_6 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
0.4_6 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
0.4_6 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.4_6 08 Feb 2014 22:35:59 |
danilo |
- Add DOCS option
- Add stage support
- Add LICENSE |
0.4_6 05 Feb 2014 22:32:42 |
marino |
ftp/pureadmin: Explicitly link libm (taken from dports) |
0.4_6 04 Jan 2014 23:40:44 |
antoine |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
0.4_6 23 Oct 2013 20:45:10 |
ak |
- Return ports to the pool
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) |
0.4_6 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
0.4_6 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
0.4_6 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
0.4_6 23 Apr 2013 10:23:54 |
bapt |
Convert f* to USES=pkgconfig |
0.4_6 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
0.4_6 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.4_6 23 Jul 2012 01:33:56 |
dougb |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
0.4_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4_5 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.4_5 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> |
0.4_5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.4_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.4_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.4_2 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
0.4_2 26 Nov 2009 00:36:49 |
linimon |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
0.4_2 19 Sep 2009 04:19:56 |
wxs |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes |
0.4_2 28 Aug 2009 16:52:33 |
linimon |
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr |
0.4_2 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
0.4_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.4_1 06 Jun 2008 13:28:21 |
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) |
0.4 23 Jan 2008 22:43:36 |
beech |
- Adopt orphan ports in ftp category.
Approved by: linimon (mentor, implicit) |
0.4 24 Oct 2007 12:24:44 |
miwi |
- Fix plist
Submitted by: pointyhat |
0.4 17 Oct 2007 09:57:59 |
miwi |
- Update to 0.4
PR: 116925
Submitted by: ports fury
Thanks to: beech/nox |
0.3_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}. |
0.3_1 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.3 07 May 2006 11:09:22 |
edwin |
Remove USE_REINPLACE from all categories starting with F |
0.3 22 Jan 2006 01:55:36 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.3 26 Nov 2005 15:54:32 |
pav |
- Update to 0.3
PR: ports/89576
Submitted by: Ports Fury |
0.2.2_1 24 Nov 2005 16:27:27 |
pav |
- Add SHA256 |
0.2.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.2.2 04 Apr 2005 08:44:41 |
flz |
- Update to version 0.2.2.
PR: ports/79471
Submitted by: Ports Fury |
0.2.1_1 17 Mar 2005 06:40:31 |
ahze |
- Readd gnomeprefix and add USE_X_PREFIX since there is gnome stuff in plist |
0.2.1_1 17 Mar 2005 06:35:25 |
ahze |
- Remove gnomeprefix to fix plist
Pointed out by: krion via pointyhat |
0.2.1_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.2.1 04 Mar 2005 06:37:54 |
ijliao |
add pureadmin 0.2.1
Management utility for the PureFTPd |