1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Baptiste Daroussin
efe3195bca Cleanup plist 2015-02-05 14:45:17 +00:00
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
9173896a24 One more fix for compat9x dependency
Reported by:	jkim@
2013-10-22 22:16:15 +00:00
Renato Botelho
c75df44848 Fix compat9x dependency 2013-10-22 21:57:25 +00:00
Renato Botelho
1df3bce402 When OSVERSION is >= 1000054, depends of caompat9x to make sure libstdc++.so.6
is installed and satisfy a possible dependency for a 8.x binary
2013-10-16 12:22:16 +00:00
Renato Botelho
368b37045f - Update to 8.4.201310
- Remove liblwres.so.50 (not present on 8.4)
- Remove libstdc++.so.6 to avoid conflict with compat9x [1]
- Support staging

Suggested by:	des@ [1]
2013-10-15 11:39:39 +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
d8d307a212 . Remove pkg-message since there is no COMPAT_FREEBSD8 kernel option
. Bump PORTREVISION

Reported by:	tijl@
2013-09-01 20:53:58 +00:00
Renato Botelho
fff0ec48b7 Update to 8.4.804000.201309:
- Drop broken sparc64 support
- Use XZ
- Add libstdc++, that will be removed from head [1]

Requested by:	bapt@ [1]
2013-09-01 15:05:07 +00:00
Renato Botelho
bfcba2c1cb Change tarbal name and add .1 to version to avoind checksum mismatch because
of tarball was rerolled.

Suggested by:	bdrewery@
2013-08-24 14:16:50 +00:00
Renato Botelho
482932f225 Upload the correct tarball for i386 2013-08-02 11:44:29 +00:00
Renato Botelho
74f6cd823f Update to FreeBSD 8.4 2013-07-29 12:23:04 +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
Renato Botelho
fe6b1a1940 Update compat8x to 8.3-RELEASE 2012-09-10 20:55:53 +00:00
Renato Botelho
56e356d34f - Update to 201203 in order to add a missing lib lib32/compat/libsbuf.so.5
to amd64

Feature safe:	yes
2012-03-10 14:56:34 +00:00
Renato Botelho
88b00774bb Add sparc64
Thanks to:	Michael Moll <kvedulv@kvedulv.de>
2012-01-11 12:35:20 +00:00
Renato Botelho
016e74c26a - Update to 201112 and add following missing libs:
amd64:
liblwres.so.50

amd64 lib32:
libobjc.so.4
libutil.so.8

i386:
liblwres.so.50
libobjc.so.4
libutil.so.8
libz.so.5

PR:		ports/163575 (based on)
Submitted by:	Chris Telting <christopher@telting.org>
2011-12-28 15:20:37 +00:00
Renato Botelho
623a45471b Update to 201109 to catch updates of rev. 225415 2011-09-09 12:20:59 +00:00
Renato Botelho
19271a617a Add compat8x, for i386 and amd64, repocopied from compat7x 2011-08-30 23:16:13 +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