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

CVS log for ports/misc/compat5x/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 19 17:49:34 2010 UTC (15 months, 3 weeks ago) by garga
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Set mode 0755 on MKDIR to create ${PREFIX}/lib/compat. Some users experienced
problems when umask was 002 and this dir was created with group write perm.

Reported by:	ecrist at EFNet

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Aug 24 19:32:18 2010 UTC (17 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -8 lines
- Reroll compat5x distfiles to clean schg flag, which makes it possible to install compat5x with securelevel > 0

PR:		144264
Submitted by:	Youssef Ghorbal <djo@pasteur.fr>
Discussed on:	freebsd-ports@

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 4 06:34:49 2009 UTC (2 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -0 lines
Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.

Hat:		portmgr

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Sep 3 13:13:39 2009 UTC (2 years, 5 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
After discuss with jhb@ and kib@, here are fixed version of compat[567]x ports
working fine when installed on 8.0.

compat5x:

  Installed under a FreeBSD 6.x or 7.x:
      /usr/local/lib/compat/libpthread.so.1 (file)
    on amd64:
      /usr/local/lib32/compat/libpthread.so.1 (fine)

  Installed under a FreeBSD 8.x:
      /usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink)
    on amd64:
      /usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink)

compat6x:

  Installed under a FreeBSD 7.x:
      /usr/local/lib/compat/libpthread.so.2 (file)
    on amd64:
      /usr/local/lib32/compat/libpthread.so.2 (fine)

  Installed under a FreeBSD 8.x:
      /usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink)
    on amd64:
      /usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink)

compat7x:

  Installed under a FreeBSD 8.x:
      /usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink)
    on amd64:
      /usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink)

Reported by:	kib
Thanks to:	jhb and kib

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Aug 27 15:49:48 2009 UTC (2 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -1 lines
When installing on 8.x (>= 800105), don't install libpthread.so.1 but create a
symlink to /usr/lib/libpthr.so

Discussed with:	jhb

Revision 1.20: 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_7_2_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -11 lines
- Simplify ldconfig handling

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +2 -8 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed May 28 12:25:15 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
compat5x port can fail to extract if you're root.

	If you are building the misc/compat5x port as root, it can
	fail to extract properly, if your ports dir is not owned
	by root:wheel, but for example by root:src.

This is because the files in the distfile archive have the schg flag set.
That flag is killed btw in the post-extract phase.

PR:		ports/122306
Submitted by:	Dimitry Andric <dimitry@andric.com>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Dec 22 15:12:55 2007 UTC (4 years, 1 month ago) by nork
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Drop schg file flag.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 21 03:24:32 2007 UTC (4 years, 9 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
chflags noschg before pkg_delete.

Pointed out by:			pointy hat via kris over gnn
Special Commiting Thanks with:	gnn

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 26 04:58:06 2007 UTC (4 years, 10 months ago) by nork
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
Fix "make clean" error.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 15 00:56:14 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +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.13: download - view: text, markup, annotated - select for diffs
Wed Jun 7 12:34:51 2006 UTC (5 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +19 -44 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.12: download - view: text, markup, annotated - select for diffs
Sat Jun 3 18:02:51 2006 UTC (5 years, 8 months ago) by sat
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Reset maintainer back to ports@ pending further discussion

Asked by:	mnag

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 3 13:55:51 2006 UTC (5 years, 8 months ago) by sat
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Take maintainership
- Pet portlint(1)

PR:		ports/97965
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 30 18:51:30 2006 UTC (5 years, 8 months ago) by ume
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Oops, I forgot to bump PORTREVISION for my previous commit.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 30 18:49:58 2006 UTC (5 years, 8 months ago) by ume
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
It was too late to add the path for compat5x on 6.1 and later.

Revision 1.8: 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
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +24 -6 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.7: download - view: text, markup, annotated - select for diffs
Sat Jan 7 13:23:48 2006 UTC (6 years, 1 month ago) by hrs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +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.6: 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.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Bump PORTREVISION to bring in the REQUIRE: ldconfig change.

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +15 -1 lines
Reduce POLA violation for users who didn't expect to have to enable
this feature.

Prodded by: pav

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +7 -8 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.3: download - view: text, markup, annotated - select for diffs
Tue Oct 25 12:34:10 2005 UTC (6 years, 3 months ago) by lesi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -3 lines
Upgrade to 5.4-RELEASE-p8 libraries for potential SSL 2.0 rollback
vulnerability.
While here, add a note about libc.so.5 tweak for localedata.

Reminded by:	delphij
Security:	FreeBSD-SA-05:21.openssl

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 6 23:18:00 2005 UTC (6 years, 4 months ago) by lesi
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Remove liblwres.so.3. It will have same version on 6.x [1]
While here, remove temporary master site that no longer works anyway.

[1]
Pointed out by:	Antoine Brodin (antoine.brodin at laposte.net)
Discussed with:	re, dougb

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 26 05:21:02 2005 UTC (6 years, 5 months ago) by krion
Branches: MAIN
This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.

Submitted by:	lesi
Discussed with:	lesi, ru
Approved by:	portmgr (self)

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