Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.804000.20151116 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.4.804000.20151116 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.4.804000.20151116 31 Jan 2019 17:35:26 |
tobik |
Do not override RUN_DEPENDS after bsd.port.pre.mk |
8.4.804000.20151116 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
8.4.804000.20151116 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
8.4.804000.20151116 17 Nov 2015 21:56:41 |
des |
Forgot to change MAINTAINER line |
8.4.804000.20151116 17 Nov 2015 21:39:09 |
des |
Take over maintainership. Regenerate the tarball. Replace the conditional
dependency on compat9x with an unconditional one. Use INSTALL_LIB instead
of INSTALL_DATA. |
8.4.804000.201310_2 26 Sep 2015 12:25:53 |
antoine |
Remove @exec lines redundant with USE_LDCONFIG32 |
8.4.804000.201310_2 15 Jul 2015 12:31:10 |
garga |
Drop maintainership of compat*x ports |
8.4.804000.201310_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
8.4.804000.201310_2 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
8.4.804000.201310_2 05 Feb 2015 14:45:17 |
bapt |
Cleanup plist |
8.4.804000.201310_2 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
8.4.804000.201310_2 27 Mar 2014 12:26:52 |
garga |
Undo a bad change on latest commits, let user install compatNx on systems
running FreeBSD N |
8.4.804000.201310_2 25 Mar 2014 11:05:34 |
garga |
- Fix LICENSE
- Replace USE_XZ by USES=tar:xz
- Fix OSVERSION check, compatNx should be allowed only on systems running N+1 |
8.4.804000.201310_2 31 Oct 2013 23:38:29 |
garga |
Add LICENSE |
8.4.804000.201310_2 22 Oct 2013 22:16:15 |
garga |
One more fix for compat9x dependency
Reported by: jkim@ |
8.4.804000.201310_2 22 Oct 2013 21:57:25 |
garga |
Fix compat9x dependency |
8.4.804000.201310_1 16 Oct 2013 12:22:16 |
garga |
When OSVERSION is >= 1000054, depends of caompat9x to make sure libstdc++.so.6
is installed and satisfy a possible dependency for a 8.x binary |
8.4.804000.201310 15 Oct 2013 11:39:40 |
garga |
- Update to 8.4.201310
- Remove liblwres.so.50 (not present on 8.4)
- Remove libstdc++.so.6 to avoid conflict with compat9x [1]
- Support staging
Suggested by: des@ [1] |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
8.4.804000.201309_1 01 Sep 2013 20:53:58 |
garga |
. Remove pkg-message since there is no COMPAT_FREEBSD8 kernel option
. Bump PORTREVISION
Reported by: tijl@ |
8.4.804000.201309 01 Sep 2013 15:05:08 |
garga |
Update to 8.4.804000.201309:
- Drop broken sparc64 support
- Use XZ
- Add libstdc++, that will be removed from head [1]
Requested by: bapt@ [1] |
8.4.804000.201306.1 24 Aug 2013 14:16:51 |
garga |
Change tarbal name and add .1 to version to avoind checksum mismatch because
of tarball was rerolled.
Suggested by: bdrewery@ |
8.4.804000.201306 02 Aug 2013 11:44:29 |
garga |
Upload the correct tarball for i386 |
8.4.804000.201306 29 Jul 2013 12:23:04 |
garga |
Update to FreeBSD 8.4 |
8.3.803000.201209 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
8.3.803000.201209 04 Oct 2012 15:35:14 |
bapt |
lower a bit more the minimal version to install it.
we want to be able to create the package from a N jail to be use on N+ systems
Approved by: garga (maintainer via irc) |
8.3.803000.201209 04 Oct 2012 12:34:51 |
garga |
Lower OSVERSION checking for compat[789]x. This was requested by bapt@ and i
agree with his arguments. There are no reasons to deny a compatNx package
being built on a FreeBSD-N version. |
8.3.803000.201209 10 Sep 2012 20:55:53 |
garga |
Update compat8x to 8.3-RELEASE |
8.2.802000.201203 10 Mar 2012 14:56:34 |
garga |
- Update to 201203 in order to add a missing lib lib32/compat/libsbuf.so.5
to amd64
Feature safe: yes |
8.2.802000.201112 11 Jan 2012 12:35:20 |
garga |
Add sparc64
Thanks to: Michael Moll <kvedulv@kvedulv.de> |
8.2.802000.201112 28 Dec 2011 15:20:37 |
garga |
- Update to 201112 and add following missing libs:
amd64:
liblwres.so.50
amd64 lib32:
libobjc.so.4
libutil.so.8
i386:
liblwres.so.50
libobjc.so.4
libutil.so.8
libz.so.5
PR: ports/163575 (based on)
Submitted by: Chris Telting <christopher@telting.org> |
8.2.802000.201109 09 Sep 2011 12:20:59 |
garga |
Update to 201109 to catch updates of rev. 225415 |
8.2.802000.201108 30 Aug 2011 23:16:14 |
garga |
Add compat8x, for i386 and amd64, repocopied from compat7x |
7.3.703000.201008_1 30 Aug 2011 23:09:53 |
garga |
Forced commit to note repocopy compat7x -> compat8x
PR: ports/160302
Submitted by: garga
Repocopied by: marcus@ |