Index: head/lang/guile/Makefile =================================================================== --- head/lang/guile/Makefile (revision 27973) +++ head/lang/guile/Makefile (revision 27974) @@ -1,28 +1,23 @@ # New ports collection makefile for: guile # Date created: 2 November 1997 # Whom: jseger@FreeBSD.org # # $FreeBSD$ # PORTNAME= guile PORTVERSION= 1.3.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.guile.org/pub/ MASTER_SITE_SUBDIR= guile MAINTAINER= jseger@FreeBSD.org -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-threads - USE_LIBTOOL= yes LIBTOOLFILES= configure guile-readline/configure +CONFIGURE_ARGS= --with-threads PLIST_SUB= GUILE_VER=1.3.4 - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/lang/guile/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/lang/guile/files/patch-ag =================================================================== --- head/lang/guile/files/patch-ag (nonexistent) +++ head/lang/guile/files/patch-ag (revision 27974) @@ -0,0 +1,11 @@ +--- qt/Makefile.in.orig Mon Apr 24 14:53:57 2000 ++++ qt/Makefile.in Mon Apr 24 14:54:33 2000 +@@ -407,7 +407,7 @@ + + + .s.lo: +- $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $< ++ $(LIBTOOL) --mode=compile $(CC) $(qthread_asflags) -c $< + qtmds.s: + ${LN_S} ${srcdir}/${qtmds_s} qtmds.s + qtmdc.c: Property changes on: head/lang/guile/files/patch-ag ___________________________________________________________________ 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