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: x11/rxvt-unicode/files/patch-configure

Number of commits found: 9

Friday, 14 May 2021
17:32 Thierry Thomas (thierry) search for other commits by this committer
x11/rxvt-unicode: upgrade to 9.25

Changelog at
	<http://lists.schmorp.de/pipermail/rxvt-unicode/2021q2/002606.html>.

PR:		234276
commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 commit hash: 34e89e40c1d7e0c5b5256d10e7dc377cc2f502e7 34e89e40
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Monday, 23 Jan 2006
22:25 thierry search for other commits by this committer
Actually patch-configure can be removed.
Original commit
21:56 thierry search for other commits by this committer
Since v. 7.2, gmake is not necessary, and it's possible to remove the
-lsupc++ patch.

Suggested by:   Marc Lehmann <schmorp (at) schmorp.de> (author)
Original commit
Sunday, 22 Jan 2006
22:23 thierry search for other commits by this committer
Upgrade to 7.2.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Thursday, 19 Jan 2006
21:35 thierry search for other commits by this committer
Upgrade to 7.1.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Thursday, 3 Feb 2005
22:57 thierry search for other commits by this committer
Upgrade to 4.9.

Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Original commit
Wednesday, 29 Dec 2004
21:29 thierry search for other commits by this committer
Upgrade to 4.7.
Original commit
Saturday, 28 Aug 2004
16:33 thierry search for other commits by this committer
Fix a C++ linkage problem in some cases.
Original commit

Number of commits found: 9