diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
commit | c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4 (patch) | |
tree | ae044c026c4c8ae63ae3e6cd375428c689780f05 /graphics/linux-f10-png10 | |
parent | 205f4f916c424ba649de05e7db3c1c34afa55d33 (diff) | |
download | ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.tar.gz ports-c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4.zip |
- convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]
- use fixed plists [1]
- category "linux" added to those ports without it [1]
- update some ports to a recent FC3 one [1]
- remove plists/... for Alpha (there's no support since linux_base-8 for
Alpha anymore)
- don't hardcode version numbers in some plists, use PLIST_SUB instead
(any errors are mine, don't keep them, send them to me)
Regarding linux-ungif I declare a maintainer timeout (one month, Boris tried
to contact the maintainer) and also pull the "sweeping commit"-card (the
port which it uses as some kind of master port can not be used for this
anymore). Besides this, I don't think he will be upset when other people
do the work instead of adding an entry to his TODO list. :-)
This commit brings us just before the switch of the default linux base
port to the fc3 one, modulo some bugs which may appear. So:
Beta testers wanted!
To test:
sed -i.old -e 's:linux-XFree86-libs:linux-xorg-libs:' /usr/ports/Mk/bsd.port.mk
echo OVERRIDE_LINUX_BASE_PORT=fc3 >> /etc/make.conf
portupgrade -f -o emulators/linux_base-fc3 -f linux_base-8
portupgrade -o x11/linux-xorg-libs linux-XFree86-libs
portupgrade linux-\*
The first two steps are necessary to switch to fc3 as the new default linux
base port, the last 3 steps to upgrade to fc3.
And feel free to send a big "Thank you!" to Boris, he did a lot of the work!
I just provided some hints and answered some questions (besides from
committing all the necessary changes for FC3 and doing some minor
changes+comments/improvements to/of his work), even when he tries to tell
you something else. ;-)
Submitted by: Boris Samorodov <bsam@ipt.ru> [1]
Notes
Notes:
svn path=/head/; revision=161107
Diffstat (limited to 'graphics/linux-f10-png10')
-rw-r--r-- | graphics/linux-f10-png10/Makefile | 12 | ||||
-rw-r--r-- | graphics/linux-f10-png10/distinfo.i386 | 8 |
2 files changed, 12 insertions, 8 deletions
diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile index 5307a31714f5..7adefa0d6c88 100644 --- a/graphics/linux-f10-png10/Makefile +++ b/graphics/linux-f10-png10/Makefile @@ -7,23 +7,23 @@ PORTNAME= png PORTVERSION= 1.0.16 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics linux -MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ - http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ +DISTNAME= libpng10-${PORTVERSION}-1 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the PNG lib (old 1.0 version) LATEST_LINK= linux-png10 -DIST_SUBDIR= rpm/i386/fc3 ONLY_FOR_ARCHS= i386 -RPM_SET= libpng10-${PORTVERSION}-1.i386.rpm +USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 +INSTALLS_SHLIB= yes PLIST_FILES= usr/lib/libpng.so.2.1.0.16 \ usr/lib/libpng.so.2 DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-1.0.16 PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt -.include "../../x11-toolkits/linux-gtk/Makefile" +.include <bsd.port.mk> diff --git a/graphics/linux-f10-png10/distinfo.i386 b/graphics/linux-f10-png10/distinfo.i386 index 3fb95b9032b2..5dc28d08c979 100644 --- a/graphics/linux-f10-png10/distinfo.i386 +++ b/graphics/linux-f10-png10/distinfo.i386 @@ -1,2 +1,6 @@ -MD5 (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = b9a3180c7d9038f0af92b00655bb6e11 -SIZE (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = 150813 +MD5 (rpm/i386/fedora/3/libpng10-1.0.16-1.i386.rpm) = b9a3180c7d9038f0af92b00655bb6e11 +SHA256 (rpm/i386/fedora/3/libpng10-1.0.16-1.i386.rpm) = 6bbcf1ed1388357e3c81e13dd13e9e853603f3399c0366c6b940c82407bf3f4f +SIZE (rpm/i386/fedora/3/libpng10-1.0.16-1.i386.rpm) = 150813 +MD5 (rpm/i386/fedora/3/libpng10-1.0.16-1.src.rpm) = 1174c6f9c2ba2326cae9cb6c61a3aeee +SHA256 (rpm/i386/fedora/3/libpng10-1.0.16-1.src.rpm) = 90f72ec8081e847a57e18186b8b8db1a46f442a442161ac3507a88ca4fddc186 +SIZE (rpm/i386/fedora/3/libpng10-1.0.16-1.src.rpm) = 388311 |