diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-11 22:31:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-11 22:31:24 +0000 |
commit | 21d8a2205d10b81d59239b410afe80fd3ea56710 (patch) | |
tree | 02ac1d55ebb64c5927abc4653613c4c2a5f713fe /UPDATING | |
parent | 80a70f80e4797e17202c00d782c9221deb8a513b (diff) | |
download | ports-21d8a2205d10b81d59239b410afe80fd3ea56710.tar.gz ports-21d8a2205d10b81d59239b410afe80fd3ea56710.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -7,6 +7,32 @@ time you update your ports collection, before attempting any port upgrades. 20041111: + AFFECTS: users of audio/faad, multimedia/mpeg4ip + AUTHOR: lioux@FreeBSD.org + + mpeg4ip has been updated and broken down into 2 separate ports: + mpeg4ip and mpeg4ip-libmp4v2. Furthermore, mpeg4ip now depends + on faad. Moreover, faad now depends on mpeg4ip-libmp4v2 rather + than on mpeg4ip which avoids a cyclic dependency (mpeg4ip depends + on faad which depends on mpeg4ip). + + If any of the old ports are installed, mpeg4ip will not compile. + Therefore, + + 1) Remove old faad and mpeg4ip ports which conflict with new + mpeg4ip + + pkg_delete -f /var/db/pkg/mpeg4ip* + pkg_delete -f /var/db/pkg/faad* + + 2) Install faad, mpeg4ip and mpeg4ip-libmp4v2 in the following + order + + cd /usr/ports/multimedia/mpeg4ip-libmp4v2 && make install clean + cd /usr/ports/audio/faad && make install clean + cd /usr/ports/multimedia/mpeg4ip && make install clean + +20041111: AFFECTS: users of java AUTHOR: glewis@FreeBSD.org |