| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Jun 2013 22:22:48
5.3_9
|
eadler  |
- Drop alpha support which has not been supported since 7.0
- Clean up the single arch information |
25 Mar 2013 18:44:20
5.3_9
|
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 |
19 Mar 2011 12:38:54
5.3_9
|
miwi  |
- Get Rid MD5 support |
12 Feb 2009 16:46:24
5.3_9
|
pav  |
- Simplify ldconfig handling |
05 Jan 2009 21:05:49
5.3_9
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
23 Nov 2008 15:03:12
5.3_9
|
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> |
19 Apr 2008 17:56:05
5.3_9  |
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) |
04 Oct 2007 10:52:10
5.3_9
|
edwin  |
remove trailing text after the .else at line 91 |
04 Oct 2007 01:53:45
5.3_9
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
26 Jul 2007 17:19:24
5.3_9
|
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 |
21 Jun 2007 15:34:48
5.3_9
|
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> |
15 Aug 2006 00:56:24
5.3_9
|
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> |
07 Jun 2006 12:34:51
5.3_9
|
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 |
21 Feb 2006 11:01:59
5.3_8
|
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 |
22 Jan 2006 05:52:28
5.3_7
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Jan 2006 22:39:07
4.10_7
|
dougb  |
s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB already
Pointed out by: pointyhat via kris |
08 Jan 2006 10:41:48
4.10_7
|
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. |
07 Jan 2006 13:23:48
4.10_6
|
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 |
28 Dec 2005 00:31:11
4.10_5
|
dougb  |
Bump PORTREVISION to bring in the REQUIRE: ldconfig change. |
28 Dec 2005 00:26:41
4.10_4
|
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. |
20 Dec 2005 20:03:57
4.10_4
|
dougb  |
Reduce POLA violation for users who didn't expect to have to enable
this feature.
Prodded by: pav |
18 Dec 2005 21:04:37
4.10_3
|
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. |
18 Dec 2005 05:29:45
4.10_2
|
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 |
08 Dec 2005 02:14:30
4.10_2
|
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) |
25 Nov 2005 16:09:33
4.10_2
|
pav  |
- Add SHA256 |
25 Sep 2005 18:34:45
4.10_2
|
mnag  |
Add message about COMPAT_FREEBSD4 in kernel
PR: ports/83924
Submitted by: Scot W. Hetzel <swhetzel@gmail.com>
Approved by: pav (mentor) |
17 Jun 2005 15:43:42
4.10_2
|
sf  |
fix dependency. rev1.21 did not work at all.
Submitted by: kris |
13 Jun 2005 00:21:16
4.10_1
|
sf  |
hook-up localedata for -CURRENT. |
21 Oct 2004 04:51:10
4.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 |
09 Oct 2004 04:25:39
4.10
|
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 |
02 Jun 2004 17:18:29
4.10
|
netchild  |
Update to libraries from FreeBSD 4.10-RELEASE.
Submitted by: marius |
10 Apr 2004 17:26:55
4.9
|
trevor  |
Tidy up whitespace. |
05 Mar 2004 16:18:04
4.9
|
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> |
28 Mar 2003 04:44:17
4.7
|
knu  |
Update compat4x for 5.0-CURRENT/i386 to 20030328. |
19 Feb 2003 09:41:17
4.7
|
knu  |
Update misc/compat4x for 5.0/i386 to 5.0.20030218.
Have a separate pkg-plist for each platform. |
20 Jan 2003 09:19:47
4.7
|
edwin  |
Add usage-example for the misc/compat[34]x ports |
21 Dec 2002 15:09:58
4.7
|
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. |
25 Sep 2002 19:25:14
4.6.2
|
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. |
24 Jul 2002 08:57:53
4.4.20011227
|
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. |