FreeBSD Bugzilla – Attachment 39318 Details for
Bug 62012
Update port: misc/pointless Update to version 0.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pointless.patch
pointless.patch (text/plain), 4.86 KB, created by
xi
on 2004-01-28 00:10:19 UTC
(
hide
)
Description:
pointless.patch
Filename:
MIME Type:
Creator:
xi
Created:
2004-01-28 00:10:19 UTC
Size:
4.86 KB
patch
obsolete
>diff -urN pointless.orig/Makefile pointless/Makefile >--- pointless.orig/Makefile Wed Jan 28 01:02:04 2004 >+++ pointless/Makefile Wed Jan 28 01:02:19 2004 >@@ -6,8 +6,7 @@ > # > > PORTNAME= pointless >-PORTVERSION= 0.4 >-PORTREVISION= 1 >+PORTVERSION= 0.5 > CATEGORIES= misc > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -27,17 +26,16 @@ > ${LOCALBASE}/bin/mpost:${PORTSDIR}/print/teTeX > RUN_DEPENDS= ${BUILD_DEPENDS} > >-USE_MESA= yes >+USE_GL= yes > USE_PYTHON= yes >-PYTHON_VERSION= python2.2 > > HAS_CONFIGURE= yes > CONFIGURE_ARGS+= --prefix=${PREFIX} >-CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include >+CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib/${PYTHON_VERSION}/config/ > > MAN1= pointless.1 > >-CXXFLAGS= -DHAVE_PYTHON2_2 >+INSTALL_TARGET= install install-modules > > pre-fetch: > .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes >diff -urN pointless.orig/distinfo pointless/distinfo >--- pointless.orig/distinfo Wed Jan 28 01:02:04 2004 >+++ pointless/distinfo Wed Jan 28 01:02:19 2004 >@@ -1 +1 @@ >-MD5 (pointless-0.4.tar.gz) = 06d76e9d46a410e4a8401e2a2bb26718 >+MD5 (pointless-0.5.tar.gz) = f1723211504fbcebe71de92e5b978b75 >diff -urN pointless.orig/pkg-plist pointless/pkg-plist >--- pointless.orig/pkg-plist Wed Jan 28 01:02:04 2004 >+++ pointless/pkg-plist Wed Jan 28 01:02:19 2004 >@@ -1,4 +1,39 @@ >+bin/pointless >+bin/xml2pll > etc/pointlessrc >+share/pointless/lib/python/pointless/eps.py >+share/pointless/lib/python/pointless/eps.pyc >+share/pointless/lib/python/pointless/tex.py >+share/pointless/lib/python/pointless/tex.pyc >+share/pointless/lib/python/pointless/metapost.py >+share/pointless/lib/python/pointless/metapost.pyc >+share/pointless/lib/python/pointless/a2pscode.py >+share/pointless/lib/python/pointless/a2pscode.pyc >+share/pointless/lib/python/pointless/unicode.py >+share/pointless/lib/python/pointless/unicode.pyc >+share/pointless/lib/python/pointless/gnuplot.py >+share/pointless/lib/python/pointless/gnuplot.pyc >+share/pointless/lib/python/pointless/libpointless.so >+share/pointless/lib/python/pointless/libpointless.so.0 >+share/pointless/lib/python/pointless/libpointless.la >+share/pointless/lib/python/pointless/merger.py >+share/pointless/lib/python/pointless/plfiles.py >+share/pointless/lib/python/pointless/pllcontroller.py >+share/pointless/lib/python/pointless/pllmodules.py >+share/pointless/lib/python/pointless/pllog.py >+share/pointless/lib/python/pointless/pllshared.py >+share/pointless/lib/python/pointless/ploptions.py >+share/pointless/lib/python/pointless/plsetup.py >+share/pointless/lib/python/pointless/pllbasics.py >+share/pointless/lib/python/pointless/merger.pyc >+share/pointless/lib/python/pointless/plfiles.pyc >+share/pointless/lib/python/pointless/pllcontroller.pyc >+share/pointless/lib/python/pointless/pllmodules.pyc >+share/pointless/lib/python/pointless/pllog.pyc >+share/pointless/lib/python/pointless/pllshared.pyc >+share/pointless/lib/python/pointless/ploptions.pyc >+share/pointless/lib/python/pointless/plsetup.pyc >+share/pointless/lib/python/pointless/pllbasics.pyc > share/pointless/samples/bgtiled.pll > share/pointless/samples/bgstretched.pll > share/pointless/samples/code.pll >@@ -9,6 +44,9 @@ > share/pointless/samples/latex.pll > share/pointless/samples/mpost.pll > share/pointless/samples/pointless.png >+share/pointless/samples/pointless.xpm >+share/pointless/samples/shell.pll >+share/pointless/samples/unicode.pll > share/pointless/samples/vegetative_fog.png > share/pointless/samples/viewme.pll > share/pointless/fonts/FreeSans.ttf >@@ -19,28 +57,19 @@ > share/pointless/templates/html/firstsingleshot.html > share/pointless/templates/html/lastsingleshot.html > share/pointless/templates/html/singleshot.html >+share/pointless/templates/xml/pointless.css >+share/pointless/templates/xml/pointless.dtd >+share/pointless/templates/xml/pointless.xsl >+share/pointless/templates/xml/pointless2html.xsl >+share/pointless/templates/xml/pointlesshtml.css > share/pointless/pointless.xpm > share/pointless/README >-share/pointless/python/modules/code.py >-share/pointless/python/modules/pllbasics.py >-share/pointless/python/modules/eps.py >-share/pointless/python/modules/gnuplot.py >-share/pointless/python/modules/metapost.py >-share/pointless/python/modules/tex.py >-share/pointless/python/merger.py >-share/pointless/python/plfiles.py >-share/pointless/python/pllcontroller.py >-share/pointless/python/pllog.py >-share/pointless/python/pllshared.py >-share/pointless/python/pllmodules.py >-share/pointless/python/ploptions.py >-share/pointless/python/plsetup.py >-share/pointless/python/pointless.py >-bin/pointless >+@dirrm share/pointless/lib/python/pointless >+@dirrm share/pointless/lib/python >+@dirrm share/pointless/lib > @dirrm share/pointless/samples > @dirrm share/pointless/fonts > @dirrm share/pointless/templates/html >+@dirrm share/pointless/templates/xml > @dirrm share/pointless/templates >-@dirrm share/pointless/python/modules >-@dirrm share/pointless/python > @dirrm share/pointless
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62012
: 39318