Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3_11 28 Feb 2024 16:21:35 |
Brooks Davis (brooks) |
misc/compat4x: remove obsolete plist comment
Fixes: efe3195bcafa Cleanup plist |
5.3_11 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
5.3_11 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
5.3_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.3_11 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
5.3_11 29 Oct 2016 09:30:14 |
mat |
Fix file modes after extracting.
Some port's archives contains files modes that are a bit too restrictive
for some usage. For example:
BUILD_DEPENDS= ${NONEXISTENT}:foo/bar:configure
When building as a regular user, dependencies are installed/built as
root, so if the archive contains files that have a mode of, say, 600,
they will not be readable by the port requesting the dependency.
This will also fix broken distribution files where directories don't
have the executable bit on.
OSVERSION 1100077 is after base r283997:
Change directory permissions in pre-order.
In this order, it won't try to recurse into a directory for which it
doesn't have permission, before changing that permission.
This follows an existing behavior in other BSDs, linux, OS X.
PR: 213574
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.3_11 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.3_11 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.3_11 08 Oct 2015 13:25:59 |
amdmi3 |
- Remove obsolete logic used to coexist with compat3x, fix stage-qa
PR: 203272
Approved by: mat |
5.3_10 26 Sep 2015 12:25:53 |
antoine |
Remove @exec lines redundant with USE_LDCONFIG32 |
5.3_10 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 |
5.3_10 05 Feb 2015 14:45:17 |
bapt |
Cleanup plist |
5.3_10 02 Jul 2014 18:27:01 |
sbruno |
Declare ONLY_FOR_ARCHS correctly
PR: 191567
Reviewed by: bdrewery (implicit) |
5.3_10 11 Apr 2014 04:14:18 |
bdrewery |
- Fix packaging on i386
Reported by: pkg-fallout |
5.3_9 11 Apr 2014 04:08:42 |
bdrewery |
No need for cat PKGMESSAGE in staged port |
5.3_9 26 Feb 2014 04:46:05 |
miwi |
- Stage support |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
5.3_9 04 Jun 2013 22:22:48 |
eadler |
- Drop alpha support which has not been supported since 7.0
- Clean up the single arch information |
5.3_9 25 Mar 2013 18:44:20 |
eadler |
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint |
5.3_9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
5.3_9 12 Feb 2009 16:46:24 |
pav |
- Simplify ldconfig handling |
5.3_9 05 Jan 2009 21:05:49 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
5.3_9 23 Nov 2008 15:03:12 |
miwi |
- Fix a minor typo in misc/compat4x port's Makefile:
it says "in unsupported" instead of "is unsupported".
PR: 129087
Submitted by: Pankov Pavel <pankov_p@mail.ru> |
5.3_9 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
5.3_9 04 Oct 2007 10:52:10 |
edwin |
remove trailing text after the .else at line 91 |
5.3_9 04 Oct 2007 01:53:45 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
5.3_9 26 Jul 2007 17:19:24 |
rafan |
- Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/empty
that has the flag set and that directory is not under ${WRKSRC}
PR: ports/114878
Submitted by: Scot Hetzel <swhetzel at gmail.com |
5.3_9 21 Jun 2007 15:34:48 |
rafan |
- Remove schg flags before 'make clean', otherwise we can not remove
WRKSRC/var/empty. This only happens on 7.x.
PR: ports/112899
Submitted by: Lars Engels <lars.engels at 0x20.net> |
5.3_9 15 Aug 2006 00:56:24 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
5.3_9 07 Jun 2006 12:34:51 |
mnag |
- Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fix
rc.d script starting too late. With this, ldconfig run automaticaly on
startup and doesn't need add compat{4,5}x_enable in rc.conf.
No objection: freebsd-rc, portmgr |
5.3_8 21 Feb 2006 11:01:59 |
lesi |
Avoid clobbering ${ARCH} variable for amd64 which resulted in this port
being unfechable as a dependency of another port. Introduce instead
COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386"
and replace relevant occurances of ARCH with it.
This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH
was modified to "i386" before.
While here, avoid installing ldconfig/compat4x for amd64 which only needs
ldconfig32/compat4x.
Unfetchability hinted at by: pointyhat via kris |
5.3_7 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
4.10_7 14 Jan 2006 22:39:07 |
dougb |
s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB already
Pointed out by: pointyhat via kris |
4.10_7 08 Jan 2006 10:41:48 |
dougb |
Make use of the ldconfig_local_dirs mechanism just committed to
7-CURRENT.
flz has plans to develop the USE_LDCONFIG code in bsd.port.mk,
but this will serve as a POC for now. |
4.10_6 07 Jan 2006 13:23:48 |
hrs |
- Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh to
prevent non-rcNG scripts from being invoked before it.
- Bump PORTREVISION.
PR: conf/91444 |
4.10_5 28 Dec 2005 00:31:11 |
dougb |
Bump PORTREVISION to bring in the REQUIRE: ldconfig change. |
4.10_4 28 Dec 2005 00:26:41 |
dougb |
Make the boot scripts REQUIRE: ldconfig so that just in case
the script gets ordered prior to ldconfig, that script won't
blow away the work done by this one. |
4.10_4 20 Dec 2005 20:03:57 |
dougb |
Reduce POLA violation for users who didn't expect to have to enable
this feature.
Prodded by: pav |
4.10_3 18 Dec 2005 21:04:37 |
dougb |
Provide new style rc.d boot scripts, using the infrastructure that
is present in both bsd.port.mk and rc.subr to make things as simple
as possible. |
4.10_2 18 Dec 2005 05:29:45 |
lesi |
Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same in
output of 'make describe' for both native and crossbuild.
Spotted by: kris |
4.10_2 08 Dec 2005 02:14:30 |
lesi |
Add support for installing i386 4.x libraries on the amd64 architecture.
PR: ports/87525
Submitted by: Simun Mikecin (numisemis at yahoo dot com) |
4.10_2 25 Nov 2005 16:09:33 |
pav |
- Add SHA256 |
4.10_2 25 Sep 2005 18:34:45 |
mnag |
Add message about COMPAT_FREEBSD4 in kernel
PR: ports/83924
Submitted by: Scot W. Hetzel <swhetzel@gmail.com>
Approved by: pav (mentor) |
4.10_2 17 Jun 2005 15:43:42 |
sf |
fix dependency. rev1.21 did not work at all.
Submitted by: kris |
4.10_1 13 Jun 2005 00:21:16 |
sf |
hook-up localedata for -CURRENT. |
4.10 21 Oct 2004 04:51:10 |
kris |
Regenerate with the -BETA7 version of the alpha compat4x distribution,
not the random earlier version I previously used (which doesn't have
the newly-bumped libraries). Only affects alpha.
Submitted by: kensmith |
4.10 09 Oct 2004 04:25:39 |
kris |
Update this port for FreeBSD 5.3. The new libraries are taken from
the compat4x distribution of 5.3-BETA7 (based in turn upon libraries
from 4.10), hosted in MASTER_SITE_LOCAL since that beta will soon
disappear from the ftp site.
Approved by: portmgr |
4.10 02 Jun 2004 17:18:29 |
netchild |
Update to libraries from FreeBSD 4.10-RELEASE.
Submitted by: marius |
4.9 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
4.9 05 Mar 2004 16:18:04 |
netchild |
- Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE.
- Collapse PLISTs to one PLIST per FreeBSD version.
Submitted by: Marius Strobl <marius@alchemy.franken.de> |
4.7 28 Mar 2003 04:44:17 |
knu |
Update compat4x for 5.0-CURRENT/i386 to 20030328. |
4.7 19 Feb 2003 09:41:17 |
knu |
Update misc/compat4x for 5.0/i386 to 5.0.20030218.
Have a separate pkg-plist for each platform. |
4.7 20 Jan 2003 09:19:47 |
edwin |
Add usage-example for the misc/compat[34]x ports |
4.7 21 Dec 2002 15:09:58 |
knu |
Update misc/compat4x for 5.0/i386 to 5.0.20021221 and fix a fetch
problem.
Update misc/compat4x for 4.x to 4.7 while I'm at it. |
4.6.2 25 Sep 2002 19:25:14 |
knu |
Update to the latest library set and unmark FORBIDDEN excpet:
- On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r
is available yet.
- By default, OpenSSL libraries are not installed because they are
known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are
installed only when FORCE_VULNERABLE_OPENSSL is defined, although
in that case the port is marked FORBIDDEN. So, one must specify
-DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with
vulnerable OpenSSL libraries. |
4.4.20011227 24 Jul 2002 08:57:53 |
knu |
Mark FORBIDDEN due to buffer overflow in resolver in libc.
(FreeBSD-SA-02:28.resolv) |
26 Feb 2002 09:05:47 |
petef |
Update to latest available snapshot for i386/5-CURRENT: -
5.0-20020219-CURRENT |
29 Jan 2002 11:45:35 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
28 Dec 2001 17:22:34 |
knu |
Update compat4x for i386/4-STABLE. |
12 Oct 2001 08:19:30 |
knu |
- Update to the latest available versions: |
12 Sep 2001 06:05:38 |
knu |
Update compat4x for the 5-CURRENT/i386 platform. |
24 Aug 2001 15:55:36 |
asami |
Create target directories before installation. |
15 Aug 2001 19:17:48 |
knu |
Change PREFIX from /usr to the default not to harm bento. |
15 Aug 2001 08:40:36 |
sobomax |
Use other way to disconnect compatX ports from the bento build. |
13 Aug 2001 05:32:06 |
knu |
Add compat22, compat3x and compat4x. These packages allow you to install the
compat libraries on your system, so you can use legacy binaries that depend on
them. |