non port: misc/compat5x/Makefile |
SVNWeb
|
Number of commits found: 38 |
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b832da1 (Only the first 10 of 349 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 3 Nov 2016
|
[ 16:27 linimon ]
Now build on sparc64.
Approved by: portmgr (tier-2 blanket)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 26 Sep 2015
|
[ 12:25 antoine ] (Only the first 10 of 14 ports in this commit are shown above. )
Remove @exec lines redundant with USE_LDCONFIG32
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Tue, 29 Jul 2014
|
[ 21:43 adamw ] (Only the first 10 of 277 ports in this commit are shown above. )
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 26 Feb 2014
|
[ 04:45 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 20:50 bapt ] (Only the first 10 of 491 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
|
Tue, 4 Jun 2013
|
[ 22:24 eadler ]
Drop alpha support
|
Thu, 28 Mar 2013
|
[ 15:51 eadler ] (Only the first 10 of 53 ports in this commit are shown above. )
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
|
Mon, 25 Mar 2013
|
[ 18:44 eadler ] (Only the first 10 of 43 ports in this commit are shown above. )
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
|
Tue, 19 Oct 2010
|
[ 17:49 garga ]
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
|
Tue, 24 Aug 2010
|
[ 19:32 amdmi3 ]
- 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@
|
Fri, 4 Dec 2009
|
[ 06:34 linimon ]
Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.
Hat: portmgr
|
Thu, 3 Sep 2009
|
[ 13:13 garga ]
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)
(Only the first 15 lines of the commit message are shown above )
|
Thu, 27 Aug 2009
|
[ 15:49 garga ]
When installing on 8.x (>= 800105), don't install libpthread.so.1 but create a
symlink to /usr/lib/libpthr.so
Discussed with: jhb
|
Thu, 12 Feb 2009
|
[ 16:46 pav ]
- Simplify ldconfig handling
|
Mon, 5 Jan 2009
|
[ 21:05 pav ] (Only the first 10 of 31 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Wed, 28 May 2008
|
[ 12:25 edwin ]
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>
|
Sat, 22 Dec 2007
|
[ 15:12 nork ]
Drop schg file flag.
|
Sat, 21 Apr 2007
|
[ 03:24 nork ]
chflags noschg before pkg_delete.
Pointed out by: pointy hat via kris over gnn
Special Commiting Thanks with: gnn
|
Mon, 26 Mar 2007
|
[ 04:58 nork ]
Fix "make clean" error.
|
Tue, 15 Aug 2006
|
[ 00:56 clsung ] (Only the first 10 of 68 ports in this commit are shown above. )
- 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>
|
Wed, 7 Jun 2006
|
[ 12:34 mnag ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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
|
Sat, 3 Jun 2006
|
[ 18:02 sat ]
- Reset maintainer back to ports@ pending further discussion
Asked by: mnag
|
[ 13:55 sat ]
- Take maintainership
- Pet portlint(1)
PR: ports/97965
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
|
Tue, 30 May 2006
|
[ 18:51 ume ]
Oops, I forgot to bump PORTREVISION for my previous commit.
|
[ 18:49 ume ]
It was too late to add the path for compat5x on 6.1 and later.
|
Sun, 8 Jan 2006
|
[ 10:41 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.
|
Sat, 7 Jan 2006
|
[ 13:23 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
|
Wed, 28 Dec 2005
|
[ 00:31 dougb ]
Bump PORTREVISION to bring in the REQUIRE: ldconfig change.
|
Tue, 20 Dec 2005
|
[ 20:03 dougb ]
Reduce POLA violation for users who didn't expect to have to enable
this feature.
Prodded by: pav
|
Sun, 18 Dec 2005
|
[ 21:04 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.
|
Tue, 25 Oct 2005
|
[ 12:34 lesi ]
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
|
Thu, 6 Oct 2005
|
[ 23:18 lesi ]
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
|
Fri, 26 Aug 2005
|
[ 05:21 krion ]
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)
|
Number of commits found: 38 |