| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
| |
Notes:
svn path=/head/; revision=443094
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=397965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=383107
|
|
|
|
| |
Notes:
svn path=/head/; revision=378454
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=361099
|
|
|
|
|
|
|
| |
running FreeBSD N
Notes:
svn path=/head/; revision=349328
|
|
|
|
|
|
|
|
| |
- Replace USE_XZ by USES=tar:xz
- Fix OSVERSION check, compatNx should be allowed only on systems running N+1
Notes:
svn path=/head/; revision=349124
|
|
|
|
| |
Notes:
svn path=/head/; revision=332305
|
|
|
|
|
|
|
| |
(libvgl.so.5)
Notes:
svn path=/head/; revision=330494
|
|
|
|
|
|
|
|
| |
- Support staging
- Drop sparc64
Notes:
svn path=/head/; revision=330386
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
| |
Notes:
svn path=/head/; revision=305298
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=305261
|
|
|
|
|
|
|
|
| |
agree with his arguments. There are no reasons to deny a compatNx package
being built on a FreeBSD-N version.
Notes:
svn path=/head/; revision=305256
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
| |
problems when umask was 002 and this dir was created with group write perm.
Reported by: ecrist at EFNet
Notes:
svn path=/head/; revision=263293
|
|
|
|
| |
Notes:
svn path=/head/; revision=260097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=240783
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=240275
|
|
--
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
Notes:
svn path=/head/; revision=240253
|