Commit graph

16 commits

Author SHA1 Message Date
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
Renato Botelho
211ee5cc7a Undo a bad change on latest commits, let user install compatNx on systems running FreeBSD N 2014-03-27 12:26:51 +00:00
Renato Botelho
30ee48094c - Fix LICENSE
- Replace USE_XZ by USES=tar:xz
- Fix OSVERSION check, compatNx should be allowed only on systems running N+1
2014-03-25 11:05:33 +00:00
Renato Botelho
4aaf57cc09 Add LICENSE 2013-10-31 23:38:29 +00:00
Renato Botelho
d5d3b12e6b Update to 7.4.704000.201310.1 and add a missing lib on i386 tarball
(libvgl.so.5)
2013-10-16 10:47:01 +00:00
Renato Botelho
222ce80c82 - Update to 7.4
- Support staging
- Drop sparc64
2013-10-15 11:37:43 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Baptiste Daroussin
e65d0885c0 lower a bit more the minimal version to install it.
we want to be able to create the package from a N jail to be use on N+ systems

Approved by:	garga (maintainer via irc)
2012-10-04 15:35:13 +00:00
Renato Botelho
cdbf587df0 Lower OSVERSION checking for compat[789]x. This was requested by bapt@ and i
agree with his arguments. There are no reasons to deny a compatNx package
being built on a FreeBSD-N version.
2012-10-04 12:34:50 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Renato Botelho
5021dac9eb 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
2010-10-19 17:49:34 +00:00
Renato Botelho
2401050f3b Update binaries to 7.3-RELEASE 2010-08-27 19:47:58 +00:00
Renato Botelho
5dbe6d76b5 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
2009-09-03 13:13:39 +00:00
Renato Botelho
9348cf4df2 - Reroll compat7x distfiles with correct directory name
- Bump PORTREVISION
2009-08-24 17:39:15 +00:00
Renato Botelho
6da594e8cc * Please welcome compat7x
--
This package allows you to install the compat7x libraries on your
system, so you can use legacy binaries that depend on them.
--

Thanks to:	tabthorpe, all testers
2009-08-24 11:03:03 +00:00