Skip to content

Commit

Permalink
Don't compile with -static [1].
Browse files Browse the repository at this point in the history
Drop MAINTAINERship.

PR:		ports/42556 [1]
Requested by:	Mikhail Teterin <mi@aldan.algebra.com> [1]
Approved by:	maintainer timeout (a long time)
  • Loading branch information
nanorkyo committed Jul 11, 2003
1 parent 92acfff commit 3cb93e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions archivers/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

PORTNAME= rpm
PORTVERSION= 3.0.6
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/

MAINTAINER= nakai@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= The Red Hat Package Manager

LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
Expand Down
24 changes: 16 additions & 8 deletions archivers/rpm/files/patch-bc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
--- configure.in.orig Wed Sep 13 15:39:40 2000
+++ configure.in Tue Oct 15 12:58:08 2002
@@ -367,9 +367,8 @@
--- configure.in.orig Thu Sep 14 04:39:40 2000
+++ configure.in Sat Jul 12 04:48:16 2003
@@ -41,6 +41,7 @@
case "$target" in
*-*-solaris*) LDFLAGS_STATIC="";;
*-*-hpux*) LDFLAGS_STATIC="";;
+ *-*-freebsd*) LDFLAGS_STATIC="";;
*-*-*) LDFLAGS_STATIC="-all";;
esac
elif test X"$CC" = Xcc ; then
@@ -367,9 +368,8 @@
AC_CHECK_HEADERS(sys/mman.h sys/resource.h sys/utsname.h sys/wait.h)

AC_CHECK_HEADERS(netinet/in_systm.h)
Expand All @@ -11,7 +19,7 @@
AC_CHECK_HEADERS(bzlib.h libio.h zlib.h)
AC_CHECK_HEADERS(err.h mcheck.h)

@@ -431,6 +430,9 @@
@@ -431,6 +431,9 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
Expand All @@ -21,7 +29,7 @@
#include <sys/mount.h> ],
[struct statfs sfs;],
[AC_MSG_RESULT(in sys/mount.h)
@@ -744,7 +746,7 @@
@@ -744,7 +747,7 @@
AC_SUBST(ROOT_GROUP)

if test "x$varprefix" = "x"; then
Expand All @@ -30,7 +38,7 @@
test "x$prefix" = xNONE && varprefix=`echo $ac_default_prefix | sed 's/usr/var/'`
fi
AC_SUBST(varprefix)
@@ -872,7 +874,7 @@
@@ -872,7 +875,7 @@
RPMCONFIGDIR="`echo ${usrprefix}/lib/rpm`"
AC_DEFINE_UNQUOTED(RPMCONFIGDIR, "$RPMCONFIGDIR")
AC_SUBST(RPMCONFIGDIR)
Expand All @@ -39,15 +47,15 @@
AC_DEFINE_UNQUOTED(SYSCONFIGDIR, "$SYSCONFIGDIR")
AC_SUBST(SYSCONFIGDIR)
LIBRPMRC_FILENAME="${RPMCONFIGDIR}/rpmrc"
@@ -911,7 +913,6 @@
@@ -911,7 +914,6 @@
dnl # XXX Propagate -lucb to popt ...
dnl export LIBS INCPATH CONFIG_SITE

-AC_CONFIG_SUBDIRS(popt)
AC_OUTPUT([Doxyfile Makefile rpmrc macros platform rpmpopt scripts/brp-redhat
lib/Makefile build/Makefile tools/Makefile scripts/Makefile
tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
@@ -919,8 +920,7 @@
@@ -919,8 +921,7 @@
doc/Makefile doc/manual/Makefile
doc/ja/Makefile doc/pl/Makefile doc/ru/Makefile doc/sk/Makefile
python/Makefile perl/Makefile perl/Makefile.PL],
Expand Down

0 comments on commit 3cb93e4

Please sign in to comment.