diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-02 01:28:17 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-02 01:28:17 +0800 |
commit | 3faa8845b28c901780a3a4b7488d6236a8282a12 (patch) | |
tree | 749f4f39c0633a1d8ddffe3ef1917d396b853f43 /devel/linux-f8-libglade | |
parent | 1cbb1cc4f74650df31523d50cb04de767fd857f7 (diff) | |
download | freebsd-ports-gnome-3faa8845b28c901780a3a4b7488d6236a8282a12.tar.gz freebsd-ports-gnome-3faa8845b28c901780a3a4b7488d6236a8282a12.tar.zst freebsd-ports-gnome-3faa8845b28c901780a3a4b7488d6236a8282a12.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]
Diffstat (limited to 'devel/linux-f8-libglade')
-rw-r--r-- | devel/linux-f8-libglade/Makefile | 12 | ||||
-rw-r--r-- | devel/linux-f8-libglade/distinfo.alpha | 2 | ||||
-rw-r--r-- | devel/linux-f8-libglade/distinfo.i386 | 8 | ||||
-rw-r--r-- | devel/linux-f8-libglade/pkg-plist.alpha | 10 | ||||
-rw-r--r-- | devel/linux-f8-libglade/pkg-plist.i386 | 16 |
5 files changed, 22 insertions, 26 deletions
diff --git a/devel/linux-f8-libglade/Makefile b/devel/linux-f8-libglade/Makefile index 3b2d4549be63..b9d8402ebe5c 100644 --- a/devel/linux-f8-libglade/Makefile +++ b/devel/linux-f8-libglade/Makefile @@ -6,13 +6,17 @@ # PORTNAME= libglade -PORTVERSION= 0.14 -PORTREVISION= 3 +PORTVERSION= 0.17 CATEGORIES= devel linux +DISTNAME= ${PORTNAME}-${PORTVERSION}-15 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libglade -RPM_SET= libglade-${PORTVERSION}-3.${ARCH}.rpm +USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 +INSTALLS_SHLIB= yes +PLIST= pkg-plist.${LINUX_RPM_ARCH} +PLIST_SUB= LIBVERSION="0.4.2" PORTVERSION="${PORTVERSION}" -.include "../../x11-toolkits/linux-gtk/Makefile" +.include <bsd.port.mk> diff --git a/devel/linux-f8-libglade/distinfo.alpha b/devel/linux-f8-libglade/distinfo.alpha deleted file mode 100644 index edca3e1882c2..000000000000 --- a/devel/linux-f8-libglade/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libglade-0.14-3.alpha.rpm) = c3a9aacdc0ccada3922bfcca35cf826c -SIZE (rpm/libglade-0.14-3.alpha.rpm) = 181497 diff --git a/devel/linux-f8-libglade/distinfo.i386 b/devel/linux-f8-libglade/distinfo.i386 index 47b650aa52c0..3316be9b05eb 100644 --- a/devel/linux-f8-libglade/distinfo.i386 +++ b/devel/linux-f8-libglade/distinfo.i386 @@ -1,2 +1,6 @@ -MD5 (rpm/libglade-0.14-3.i386.rpm) = e0b9a3f9a3e6569c90dead7835de830c -SIZE (rpm/libglade-0.14-3.i386.rpm) = 103807 +MD5 (rpm/i386/fedora/3/libglade-0.17-15.i386.rpm) = c527e8e71514e708764f3722ed689e4f +SHA256 (rpm/i386/fedora/3/libglade-0.17-15.i386.rpm) = cb03dafc4e4ecde1fc4d892ee6772cd63c55e22c0fd88ba1b725d81b0ce5a811 +SIZE (rpm/i386/fedora/3/libglade-0.17-15.i386.rpm) = 99959 +MD5 (rpm/i386/fedora/3/libglade-0.17-15.src.rpm) = e995b33d8c7bdb17a1fa406906b337a0 +SHA256 (rpm/i386/fedora/3/libglade-0.17-15.src.rpm) = badbd9cdc21645bf532ab28e28fd827f7071df968dc7173deceefa7fb8f04e1c +SIZE (rpm/i386/fedora/3/libglade-0.17-15.src.rpm) = 430111 diff --git a/devel/linux-f8-libglade/pkg-plist.alpha b/devel/linux-f8-libglade/pkg-plist.alpha deleted file mode 100644 index c5767b11deea..000000000000 --- a/devel/linux-f8-libglade/pkg-plist.alpha +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README -usr/lib/libglade-gnome.so.0 -usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 diff --git a/devel/linux-f8-libglade/pkg-plist.i386 b/devel/linux-f8-libglade/pkg-plist.i386 index c5767b11deea..6fd063534468 100644 --- a/devel/linux-f8-libglade/pkg-plist.i386 +++ b/devel/linux-f8-libglade/pkg-plist.i386 @@ -1,10 +1,10 @@ -usr/lib/libglade-gnome.so.0.4.0 -usr/lib/libglade.so.0.4.0 -usr/share/doc/libglade-0.14/AUTHORS -usr/share/doc/libglade-0.14/COPYING -usr/share/doc/libglade-0.14/ChangeLog -usr/share/doc/libglade-0.14/NEWS -usr/share/doc/libglade-0.14/README +usr/lib/libglade-gnome.so.%%LIBVERSION%% +usr/lib/libglade.so.%%LIBVERSION%% +usr/share/doc/libglade-%%PORTVERSION%%/AUTHORS +usr/share/doc/libglade-%%PORTVERSION%%/COPYING +usr/share/doc/libglade-%%PORTVERSION%%/ChangeLog +usr/share/doc/libglade-%%PORTVERSION%%/NEWS +usr/share/doc/libglade-%%PORTVERSION%%/README usr/lib/libglade-gnome.so.0 usr/lib/libglade.so.0 -@dirrm usr/share/doc/libglade-0.14 +@dirrm usr/share/doc/libglade-%%PORTVERSION%% |