Index: head/sysutils/nvtv/Makefile =================================================================== --- head/sysutils/nvtv/Makefile (revision 202624) +++ head/sysutils/nvtv/Makefile (revision 202625) @@ -1,38 +1,34 @@ # New ports collection makefile for: nv-tv-out # Date Created: 19 May 2004 # Whom: Samuel Tardieu # # $FreeBSD$ # PORTNAME= nvtv PORTVERSION= 0.4.7 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nv-tv-out DISTNAME= nvtv-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= TV output on nvidia card LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci ONLY_FOR_ARCHS= i386 CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib GNU_CONFIGURE= yes -USE_GETOPT_LONG= yes USE_GNOME= gtk12 MAN1= nvtv.1x MAN8= nvtvd.8 PLIST_FILES= bin/nvtv bin/nvtvd - -post-patch: - @${REINPLACE_CMD} -e 's|-lgnugetopt||g' ${WRKSRC}/configure .include Property changes on: head/sysutils/nvtv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/nvtv/files/patch-configure =================================================================== --- head/sysutils/nvtv/files/patch-configure (nonexistent) +++ head/sysutils/nvtv/files/patch-configure (revision 202625) @@ -0,0 +1,46 @@ +--- configure.orig 2004-04-13 19:20:51.000000000 +0200 ++++ configure 2007-11-10 22:48:39.000000000 +0100 +@@ -5540,13 +5540,13 @@ + + ;; + *-*-freebsd*) +- echo "$as_me:$LINENO: checking for getopt_long in -lgnugetopt" >&5 +-echo $ECHO_N "checking for getopt_long in -lgnugetopt... $ECHO_C" >&6 ++ echo "$as_me:$LINENO: checking for getopt_long in -lc" >&5 ++echo $ECHO_N "checking for getopt_long in -lc... $ECHO_C" >&6 + if test "${ac_cv_lib_gnugetopt_getopt_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lgnugetopt $LIBS" ++#LIBS="-lgnugetopt $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -5595,7 +5595,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_gnugetopt_getopt_long" >&5 + echo "${ECHO_T}$ac_cv_lib_gnugetopt_getopt_long" >&6 + if test $ac_cv_lib_gnugetopt_getopt_long = yes; then +- LIBS="$LIBS -lgnugetopt" ++# LIBS="$LIBS -lgnugetopt" + else + { { echo "$as_me:$LINENO: error: FreeBSD gnugetopt library required" >&5 + echo "$as_me: error: FreeBSD gnugetopt library required" >&2;} +@@ -5677,7 +5677,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpci $LIBS" ++LIBS="-lpci -lz $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -5726,7 +5726,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_pci_pci_init" >&5 + echo "${ECHO_T}$ac_cv_lib_pci_pci_init" >&6 + if test $ac_cv_lib_pci_pci_init = yes; then +- LIBS="$LIBS -lpci" pciutils_libname="pci" ++ LIBS="$LIBS -lpci -lz" pciutils_libname="pci" + else + echo "$as_me:$LINENO: checking for pci_init in -lpciutils" >&5 + echo $ECHO_N "checking for pci_init in -lpciutils... $ECHO_C" >&6 Property changes on: head/sysutils/nvtv/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property