[38273] trunk/dports/print/enscript
kimuraw at macports.org
kimuraw at macports.org
Mon Jul 14 09:31:11 PDT 2008
Revision: 38273
http://trac.macosforge.org/projects/macports/changeset/38273
Author: kimuraw at macports.org
Date: 2008-07-14 09:31:10 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
print/enscript:
fix #13855, ignore the environment CC to avoid configure errors.
Modified Paths:
--------------
trunk/dports/print/enscript/Portfile
Added Paths:
-----------
trunk/dports/print/enscript/files/patch-configure
Modified: trunk/dports/print/enscript/Portfile
===================================================================
--- trunk/dports/print/enscript/Portfile 2008-07-14 15:21:23 UTC (rev 38272)
+++ trunk/dports/print/enscript/Portfile 2008-07-14 16:31:10 UTC (rev 38273)
@@ -3,7 +3,7 @@
PortSystem 1.0
name enscript
version 1.6.4
-revision 1
+revision 2
categories print
maintainers nomaintainer
description Replacement for Adobe's 'enscript' program
@@ -23,7 +23,8 @@
patchfiles patch-afm_Makefile.in patch-lib_Makefile.in \
patch-src_gsint.h patch-src_main.c patch-src_psgen.c \
- patch-src_util.c patch-states_hl_Makefile.in
+ patch-src_util.c patch-states_hl_Makefile.in \
+ patch-configure
configure.args --mandir=${prefix}/share/man --with-media=Letter \
--infodir=${prefix}/share/info
@@ -33,6 +34,9 @@
${destroot}${prefix}/share/locale/locale.alias
}
+test.run yes
+test.target check
+
variant mediaA4 {
configure.args-delete --with-media=Letter
configure.args-append --with-media=A4
Added: trunk/dports/print/enscript/files/patch-configure
===================================================================
--- trunk/dports/print/enscript/files/patch-configure (rev 0)
+++ trunk/dports/print/enscript/files/patch-configure 2008-07-14 16:31:10 UTC (rev 38273)
@@ -0,0 +1,12 @@
+--- configure.orig 2003-03-05 16:40:58.000000000 +0900
++++ configure 2008-07-15 01:22:09.000000000 +0900
+@@ -314,6 +314,9 @@
+ ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP U ANSI2KNR ALLOCA LIBOBJS RANLIB ac_ct_RANLIB YACC LEX LEXLIB LEX_OUTPUT_ROOT MEDIA SPOOLER PSLEVEL MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os GLIBC21 LIBICONV LTLIBICONV INTLBISON USE_NLS BUILD_INCLUDED_LI
BINTL USE_INCLUDED_LIBINTL CATOBJEXT INTLOBJS DATADIRNAME INSTOBJEXT GENCAT INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB PERL LTLIBOBJS'
+ ac_subst_files=''
+
++# ignore CC environment to fix macports #13855
++CC=
++
+ # Initialize some variables set by options.
+ ac_init_help=
+ ac_init_version=false
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080714/c3b68740/attachment.html
More information about the macports-changes
mailing list