Skip site navigation (1)Skip section navigation (2)

CVS log for ports/misc/compat4x/Makefile

[BACK] Up to [FreeBSD] / ports / misc / compat4x

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 12 16:46:23 2009 UTC (2 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -12 lines
- Simplify ldconfig handling

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jan 5 21:05:48 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -5 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Nov 23 15:03:12 2008 UTC (3 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- 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>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:52:10 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- 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)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 4 10:52:10 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
remove trailing text after the .else at line 91

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Oct 4 01:53:44 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -27 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jul 26 17:19:24 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- 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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jun 21 15:34:48 2007 UTC (4 years, 7 months ago) by rafan
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -0 lines
- 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>

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 15 00:56:13 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- 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>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jun 7 12:34:50 2006 UTC (5 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +24 -54 lines
- 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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Feb 21 11:01:59 2006 UTC (5 years, 11 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +15 -12 lines
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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 8 10:41:48 2006 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +22 -4 lines
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.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 7 13:23:47 2006 UTC (6 years, 1 month ago) by hrs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- 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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 28 00:31:11 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Bump PORTREVISION to bring in the REQUIRE: ldconfig change.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Dec 20 20:03:56 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +13 -1 lines
Reduce POLA violation for users who didn't expect to have to enable
this feature.

Prodded by: pav

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 18 21:04:37 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +10 -10 lines
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.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 18 05:29:45 2005 UTC (6 years, 1 month ago) by lesi
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Dec 8 02:14:30 2005 UTC (6 years, 2 months ago) by lesi
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +20 -0 lines
Add support for installing i386 4.x libraries on the amd64 architecture.

PR:		ports/87525
Submitted by:	Simun Mikecin (numisemis at yahoo dot com)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 25 18:34:45 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -0 lines
Add message about COMPAT_FREEBSD4 in kernel

PR:		ports/83924
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
Approved by:	pav (mentor)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 17 15:43:42 2005 UTC (6 years, 7 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
fix dependency. rev1.21 did not work at all.

Submitted by:	kris

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 13 00:21:16 2005 UTC (6 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -0 lines
hook-up localedata for -CURRENT.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Oct 9 04:25:39 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -2 lines
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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 2 17:18:28 2004 UTC (7 years, 8 months ago) by netchild
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Update to libraries from FreeBSD 4.10-RELEASE.

Submitted by:	marius

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Apr 10 17:26:44 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Tidy up whitespace.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 5 16:18:03 2004 UTC (7 years, 11 months ago) by netchild
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +22 -28 lines
- 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>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 28 04:44:16 2003 UTC (8 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update compat4x for 5.0-CURRENT/i386 to 20030328.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 19 09:41:16 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -8 lines
Update misc/compat4x for 5.0/i386 to 5.0.20030218.

Have a separate pkg-plist for each platform.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Dec 21 15:09:58 2002 UTC (9 years, 1 month ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -9 lines
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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:11 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:46:09 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 25 19:25:14 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +34 -18 lines
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 24 08:57:53 2002 UTC (9 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Mark FORBIDDEN due to buffer overflow in resolver in libc.
(FreeBSD-SA-02:28.resolv)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 26 09:05:47 2002 UTC (9 years, 11 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update to latest available snapshot for i386/5-CURRENT:
    - 5.0-20020219-CURRENT

PR:		34517

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:45:25 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 28 17:22:34 2001 UTC (10 years, 1 month ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
Update compat4x for i386/4-STABLE.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 12 07:19:29 2001 UTC (10 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +40 -11 lines
- Update to the latest available versions:

  4-STABLE/alpha:	4.4-RELEASE
  4-STABLE/i386:	4.4-20011011-STABLE
  5-CURRENT/alpha:	5.0-20010721-CURRENT
  5-CURRENT/i386:	5.0-20011011-CURRENT

  I could not find up-to-date snapshots available for alpha.  If
  anyone knows one, please let me know.

- Transfer the maintainership to ports@, because this rather belongs
  to the base/ports infrastructure.

  We greatly appreciate your inititial idea and work, Scott! :)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 12 05:05:38 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update compat4x for the 5-CURRENT/i386 platform.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 24 14:55:36 2001 UTC (10 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Create target directories before installation.

Submitted by:	bento

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 15 18:17:47 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -8 lines
Change PREFIX from /usr to the default not to harm bento.

Prepare rc.d scripts that do ldconfig on startup, because
$PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included
in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 15 07:40:36 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines
Use other way to disconnect compatX ports from the bento build.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 13 04:32:06 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
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.

PR:		ports/29371
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
Altered by:	knu

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options