diff options
author | mita <mita@FreeBSD.org> | 2003-05-19 14:26:25 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2003-05-19 14:26:25 +0800 |
commit | 0e8ad5da51a4388a581b2ed19c5c7188129a3ae5 (patch) | |
tree | 418133acc231b292b773a6d8385c7c957c3dee2c /emulators/linux_base-rh-9/Makefile | |
parent | 1d52de428b2ec3a5ce45928d5933836546499bcd (diff) | |
download | freebsd-ports-graphics-0e8ad5da51a4388a581b2ed19c5c7188129a3ae5.tar.gz freebsd-ports-graphics-0e8ad5da51a4388a581b2ed19c5c7188129a3ae5.tar.zst freebsd-ports-graphics-0e8ad5da51a4388a581b2ed19c5c7188129a3ae5.zip |
Make libstdc++-2.96-112.7.1.i386.rpm to be extracted and included into
package. libstdc++-2.96 is a core package that is referenced by many
linux_base applications such as linux-eagle. For instance, linux-eagle
doesn't work with linux_base-7.1_3.
Despite the importance, libstdc++-2.96 has been forgotten to be extracted
since 6 months. (Actually, the RPM package is listed in the Makefile,
but was badly defined so that no extraction was performed.)
Since linux_base is an important package, I hesitated to commit this
correction (for a long time :). If there is any incovenience in the
way of package definition, please feel free to correct my change.
Diffstat (limited to 'emulators/linux_base-rh-9/Makefile')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 5d358c832c7..8b2869a7e5b 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux_base PORTVERSION= 7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS @@ -85,7 +85,7 @@ RPM_COMPAT_LIBSTDCXX= compat-libstdc++-6.2-2.9.0.14.i386.rpm RPM_SETSERIAL= setserial-2.17-2.i386.rpm RPM_SETUP= setup-2.4.7-1.noarch.rpm RPM_XFREE86_LIBS= XFree86-libs-4.0.3-5.i386.rpm -UPDATES+= libstdc++-2.96-112.7.1.i386.rpm +UPD_SET2+= libstdc++-2.96-112.7.1.i386.rpm .else RPM_BZIP2= bzip2-1.0.1-4.alpha.rpm RPM_FREETYPE= freetype-2.0.1-5.alpha.rpm @@ -95,7 +95,7 @@ RPM_COMPAT_LIBSTDCXX= RPM_SETSERIAL= setserial-2.17-3.alpha.rpm RPM_SETUP= setup-2.4.7-2.noarch.rpm RPM_XFREE86_LIBS= XFree86-libs-4.0.3-21.alpha.rpm -UPDATES+= +UPD_SET2+= .endif DBPATH= /var/lib/rpm |