notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/compat8x/Makefile

Number of commits found: 34

Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 31 Jan 2019
17:35 tobik search for other commits by this committer
Do not override RUN_DEPENDS after bsd.port.pre.mk
Original commitRevision:491740 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 17 Nov 2015
21:56 des search for other commits by this committer
Forgot to change MAINTAINER line
Original commitRevision:401832 
21:39 des search for other commits by this committer
Take over maintainership.  Regenerate the tarball.  Replace the conditional
dependency on compat9x with an unconditional one.  Use INSTALL_LIB instead
of INSTALL_DATA.
Original commitRevision:401829 
Saturday, 26 Sep 2015
12:25 antoine search for other commits by this committer
Remove @exec lines redundant with USE_LDCONFIG32
Original commitRevision:397965 
Wednesday, 15 Jul 2015
12:31 garga search for other commits by this committer
Drop maintainership of compat*x ports
Original commitRevision:392129 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
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
Original commitRevision:383107 
Monday, 7 Jul 2014
15:31 olgeni search for other commits by this committer
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)
Original commitRevision:361099 
Thursday, 27 Mar 2014
12:26 garga search for other commits by this committer
Undo a bad change on latest commits, let user install compatNx on systems
running FreeBSD N
Original commitRevision:349328 
Tuesday, 25 Mar 2014
11:05 garga search for other commits by this committer
- Fix LICENSE
- Replace USE_XZ by USES=tar:xz
- Fix OSVERSION check, compatNx should be allowed only on systems running N+1
Original commitRevision:349124 
Thursday, 31 Oct 2013
23:38 garga search for other commits by this committer
Add LICENSE
Original commitRevision:332305 
Tuesday, 22 Oct 2013
22:16 garga search for other commits by this committer
One more fix for compat9x dependency

Reported by:	jkim@
Original commitRevision:331333 
21:57 garga search for other commits by this committer
Fix compat9x dependency
Original commitRevision:331329 
Wednesday, 16 Oct 2013
12:22 garga search for other commits by this committer
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
Original commitRevision:330500 
Tuesday, 15 Oct 2013
11:39 garga search for other commits by this committer
- 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]
Original commitRevision:330387 
Friday, 20 Sep 2013
20:50 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Original commitRevision:327745 
Sunday, 1 Sep 2013
20:53 garga search for other commits by this committer
. Remove pkg-message since there is no COMPAT_FREEBSD8 kernel option
. Bump PORTREVISION

Reported by:	tijl@
Original commitRevision:325917 
15:05 garga search for other commits by this committer
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]
Original commitRevision:325861 
Saturday, 24 Aug 2013
14:16 garga search for other commits by this committer
Change tarbal name and add .1 to version to avoind checksum mismatch because
of tarball was rerolled.

Suggested by:	bdrewery@
Original commitRevision:325298 
Monday, 29 Jul 2013
12:23 garga search for other commits by this committer
Update to FreeBSD 8.4
Original commitRevision:323883 
Friday, 5 Oct 2012
12:41 garga search for other commits by this committer
Change headers of all ports maintained by me to new format
Original commitRevision:305298 
Thursday, 4 Oct 2012
15:35 bapt search for other commits by this committer
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)
Original commitRevision:305261 
12:34 garga search for other commits by this committer
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.
Original commitRevision:305256 
Monday, 10 Sep 2012
20:55 garga search for other commits by this committer
Update compat8x to 8.3-RELEASE
Original commitRevision:304066 
Saturday, 10 Mar 2012
14:56 garga search for other commits by this committer
- Update to 201203 in order to add a missing lib lib32/compat/libsbuf.so.5
  to amd64

Feature safe:   yes
Original commit
Wednesday, 11 Jan 2012
12:35 garga search for other commits by this committer
Add sparc64

Thanks to:      Michael Moll <kvedulv@kvedulv.de>
Original commit
Wednesday, 28 Dec 2011
15:20 garga search for other commits by this committer
- 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>
Original commit
Friday, 9 Sep 2011
12:20 garga search for other commits by this committer
Update to 201109 to catch updates of rev. 225415
Original commit
Tuesday, 30 Aug 2011
23:16 garga search for other commits by this committer
Add compat8x, for i386 and amd64, repocopied from compat7x
Original commit
23:09 garga search for other commits by this committer
Forced commit to note repocopy compat7x -> compat8x

PR:             ports/160302
Submitted by:   garga
Repocopied by:  marcus@
Original commit

Number of commits found: 34