Index: head/cad/pcb/Makefile =================================================================== --- head/cad/pcb/Makefile (revision 457178) +++ head/cad/pcb/Makefile (revision 457179) @@ -1,69 +1,68 @@ # Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= pcb PORTVERSION= 20140316 PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system LICENSE= GPLv2 LIB_DEPENDS= libgd.so:graphics/gd \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext RUN_DEPENDS= m4>=1.4.11:devel/m4 \ ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= gts-[0-9]* -USE_AUTOTOOLS= autoconf USES= gmake pkgconfig tk:run shared-mime-info desktop-file-utils USE_GNOME= intltool INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib PORTDOCS= \ pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \ examples tutorial gcode.png gcode_control_img.png \ gcode_tool_path.png OPTIONS_DEFINE= DOCS NLS OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI=MOTIF GTK NONE OPTIONS_DEFAULT=GTK DOCS_CONFIGURE_ENABLE= doc DOCS_CONFIGURE_ON= --docdir=${DOCSDIR} NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} \ ${ICONV_CONFIGURE_ARG} NLS_CONFIGURE_OFF= --without-libintl \ --without-iconv NLS_USES= gettext iconv .for L in fr nl ru pt_BR NLS_PLIST_FILES+= share/locale/${L}/LC_MESSAGES/pcb.mo .endfor MOTIF_DESC= Motif widgets MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-gui=lesstif MOTIF_CONFIGURE_ENV= WISH=${WISH} GTK_DESC= GIMP ToolKit widgets GTK_USE= GNOME=gtk20 GTK_CONFIGURE_ON= --with-gui=gtk GTK_CONFIGURE_ENV= WISH=${WISH} NONE_DESC= No GUI support NONE_CONFIGURE_ON= --without-gui NONE_CONFIGURE_ENV= WISH=/usr/bin/true ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported DOCS_INFO= pcb .include Index: head/cad/pcb/files/patch-configure.ac =================================================================== --- head/cad/pcb/files/patch-configure.ac (revision 457178) +++ head/cad/pcb/files/patch-configure.ac (nonexistent) @@ -1,31 +0,0 @@ ---- configure.ac.orig 2010-09-30 05:38:34.000000000 +0900 -+++ configure.ac 2010-10-03 22:29:55.000000000 +0900 -@@ -54,20 +54,28 @@ - [ - if test "X$enable_doc" = "Xno" ; then - DOC="" -+ EXAMPLE="" -+ TUTORIAL="" - AC_MSG_RESULT([no]) - docs_yesno=no - else - DOC=doc -+ EXAMPLE=example -+ TUTORIAL=tutorial - AC_MSG_RESULT([yes]) - docs_yesno=yes - fi - ], - [ - DOC=doc -+EXAMPLE=example -+TUTORIAL=tutorial - AC_MSG_RESULT([yes]) - docs_yesno=yes - ]) - AC_SUBST(DOC) -+AC_SUBST(EXAMPLE) -+AC_SUBST(TUTORIAL) - - - AC_MSG_CHECKING([if maintainer mode is required]) Property changes on: head/cad/pcb/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/pcb/files/patch-Makefile.in =================================================================== --- head/cad/pcb/files/patch-Makefile.in (revision 457178) +++ head/cad/pcb/files/patch-Makefile.in (revision 457179) @@ -1,32 +1,16 @@ ---- Makefile.in.orig 2011-09-19 05:06:21.000000000 +0900 -+++ Makefile.in 2012-03-17 19:18:58.000000000 +0900 -@@ -156,6 +156,7 @@ - ECHO_N = @ECHO_N@ - ECHO_T = @ECHO_T@ - EGREP = @EGREP@ -+EXAMPLE = @EXAMPLE@ - EXEEXT = @EXEEXT@ - FONTFILENAME = @FONTFILENAME@ - GDLIB_CONFIG = @GDLIB_CONFIG@ -@@ -259,6 +260,7 @@ - STRIP = @STRIP@ - TEXI2DVI = @TEXI2DVI@ - TOPDIRS = @TOPDIRS@ -+TUTORIAL = @TUTORIAL@ - UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ - UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ - USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -@@ -330,11 +332,11 @@ +--- Makefile.in.orig 2014-03-17 03:14:44 UTC ++++ Makefile.in +@@ -362,11 +362,11 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -DIRS = w32 intl gts src data lib newlib example tools tutorial README_FILES po tests +DIRS = intl gts src data lib newlib example tools tutorial README_FILES po tests SUBDIRS = ${DIRS} @DOC@ DIST_SUBDIRS = ${DIRS} doc INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in -EXTRA_DIST = config.rpath globalconst.h README.git README.w32 icon-theme-installer $(INTLTOOL_FILES) +EXTRA_DIST = config.rpath globalconst.h README.git icon-theme-installer $(INTLTOOL_FILES) DISTCLEANFILES = configure.lineno intltool-extract intltool-merge intltool-update po/.intltool-merge-cache MAINTAINERCLEANFILES = $(INTLTOOL_FILES) ACLOCAL_AMFLAGS = -I m4