Bug 111249 - graphics/xfig: upgrade to version 3.2.5
Summary: graphics/xfig: upgrade to version 3.2.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 04:50 UTC by Eric P. Scott
Modified: 2007-06-10 02:00 UTC (History)
0 users

See Also:


Attachments
xfig.diff.gz (47.67 KB, text/plain)
2007-04-05 04:50 UTC, Eric P. Scott
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric P. Scott 2007-04-05 04:50:03 UTC
Prerequisite PRs:
	ports/111242 (graphics/xfig)
	ports/111244 (print/transfig)
Comment 1 eps+pcmt0704 2007-04-05 05:06:14 UTC
Due to an editing error, the following text was inadvertently
omitted from the problem description:

Do not proceed with this PR until the above two are closed

XFig depends on Transfig, so PR ports/111246 has to come first if
they're separately committed.

An argument can be made that the default for I18N should be
off, and -i18n appended to PKGNAMESUFFIX if it's enabled.

This diff is very large, so it's been gzipped and uuencoded.

Note that the Makefile diff is against CVS Revision 1.57.

Removed files:
	files/patch-figx.h
	files/patch-w_layers.c
	files/patch-w_modepanel.c
	files/patch-w_mousefun.c
	files/patch-w_rulers.c
	files/patch-w_util.c

Added files:
	files/patch-d_arc.c
	files/patch-d_picobj.c
	files/patch-d_text.c
	files/patch-e_chop.c
	files/patch-e_edit.c
	files/patch-e_edit.h
	files/patch-e_placelib.c
	files/patch-e_scale.c
	files/patch-e_update.h
	files/patch-f_readgif.c
	files/patch-f_readjpg.c
	files/patch-fig.h
	files/patch-main.c
	files/patch-u_draw.c
	files/patch-u_error.c
	files/patch-u_error.h
	files/patch-u_search.c
	files/patch-u_search.h
	files/patch-u_smartsearch.c
	files/patch-u_smartsearch.h
	files/patch-w_canvas.c
	files/patch-w_color.c
	files/patch-w_export.c
	files/patch-w_fontpanel.c
	files/patch-w_indpanel.h
	files/patch-w_keyboard.c
	files/patch-w_print.c
	files/patch-w_setup.c
	files/patch-w_snap.c
	files/patch-w_snap.h
	files/patch-w_style.c
Comment 2 eps+pcmt0704 2007-04-05 05:45:47 UTC
A note on "stealth dependencies" -- xfig originally used acroread
and netscape as its PDF viewer and web browser.  My patches
change the defaults to xpdf and firefox.  These are only used to
read documents on the Help menu; they are not required for normal
operation, so I have not listed either one as a run dependency.

End-users can override these values by specifying the
appropriate X Resources, e.g. through $HOME/.Xdefaults or xrdb.
For example,  Fig.browser: seamonkey %f
(Note that FreeBSD's wrapper scripts eliminate the need to use
the -remote construct present in the app-defaults file.)
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-04-07 18:38:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-04-15 18:07:27 UTC
Responsible Changed
From-To: rafan->miwi

miwi will handle these
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-06-10 01:53:11 UTC
miwi        2007-06-10 00:53:05 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xfig        Makefile distinfo pkg-plist 
    graphics/xfig/files  patch-Fig.ad patch-Imakefile 
                         patch-w_cmdpanel.c patch-w_drawprim.c 
                         patch-w_indpanel.c patch-w_library.c 
  Added files:
    graphics/xfig/files  patch-d_arc.c patch-d_picobj.c 
                         patch-d_text.c patch-e_chop.c 
                         patch-e_edit.c patch-e_edit.h 
                         patch-e_placelib.c patch-e_scale.c 
                         patch-e_update.h patch-f_readgif.c 
                         patch-f_readjpg.c patch-fig.h 
                         patch-main.c patch-u_draw.c 
                         patch-u_error.c patch-u_error.h 
                         patch-u_search.c patch-u_search.h 
                         patch-u_smartsearch.c 
                         patch-u_smartsearch.h patch-w_canvas.c 
                         patch-w_color.c patch-w_export.c 
                         patch-w_fontpanel.c patch-w_indpanel.h 
                         patch-w_keyboard.c patch-w_print.c 
                         patch-w_setup.c patch-w_snap.c 
                         patch-w_snap.h patch-w_style.c 
  Removed files:
    graphics/xfig/files  patch-figx.h patch-u_fonts.h 
                         patch-w_layers.c patch-w_modepanel.c 
                         patch-w_mousefun.c patch-w_rulers.c 
                         patch-w_util.c 
  Log:
  - Update to 3.2.5
  
  PR:             111249
  Submitted by:   Eric P. Scott <eps+pbug0704@ana.com>
  
  Revision  Changes     Path
  1.59      +30 -8      ports/graphics/xfig/Makefile
  1.13      +3 -3       ports/graphics/xfig/distinfo
  1.2       +20 -6      ports/graphics/xfig/files/patch-Fig.ad
  1.2       +107 -90    ports/graphics/xfig/files/patch-Imakefile
  1.1       +11 -0      ports/graphics/xfig/files/patch-d_arc.c (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-d_picobj.c (new)
  1.1       +47 -0      ports/graphics/xfig/files/patch-d_text.c (new)
  1.1       +12 -0      ports/graphics/xfig/files/patch-e_chop.c (new)
  1.1       +29 -0      ports/graphics/xfig/files/patch-e_edit.c (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-e_edit.h (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-e_placelib.c (new)
  1.1       +38 -0      ports/graphics/xfig/files/patch-e_scale.c (new)
  1.1       +10 -0      ports/graphics/xfig/files/patch-e_update.h (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-f_readgif.c (new)
  1.1       +15 -0      ports/graphics/xfig/files/patch-f_readjpg.c (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-fig.h (new)
  1.2       +0 -10      ports/graphics/xfig/files/patch-figx.h (dead)
  1.1       +32 -0      ports/graphics/xfig/files/patch-main.c (new)
  1.1       +45 -0      ports/graphics/xfig/files/patch-u_draw.c (new)
  1.1       +19 -0      ports/graphics/xfig/files/patch-u_error.c (new)
  1.1       +10 -0      ports/graphics/xfig/files/patch-u_error.h (new)
  1.2       +0 -32      ports/graphics/xfig/files/patch-u_fonts.h (dead)
  1.1       +161 -0     ports/graphics/xfig/files/patch-u_search.c (new)
  1.1       +15 -0      ports/graphics/xfig/files/patch-u_search.h (new)
  1.1       +40 -0      ports/graphics/xfig/files/patch-u_smartsearch.c (new)
  1.1       +15 -0      ports/graphics/xfig/files/patch-u_smartsearch.h (new)
  1.1       +38 -0      ports/graphics/xfig/files/patch-w_canvas.c (new)
  1.2       +13 -278    ports/graphics/xfig/files/patch-w_cmdpanel.c
  1.1       +51 -0      ports/graphics/xfig/files/patch-w_color.c (new)
  1.2       +11 -10     ports/graphics/xfig/files/patch-w_drawprim.c
  1.1       +11 -0      ports/graphics/xfig/files/patch-w_export.c (new)
  1.1       +38 -0      ports/graphics/xfig/files/patch-w_fontpanel.c (new)
  1.2       +117 -183   ports/graphics/xfig/files/patch-w_indpanel.c
  1.1       +11 -0      ports/graphics/xfig/files/patch-w_indpanel.h (new)
  1.1       +22 -0      ports/graphics/xfig/files/patch-w_keyboard.c (new)
  1.2       +0 -126     ports/graphics/xfig/files/patch-w_layers.c (dead)
  1.2       +18 -150    ports/graphics/xfig/files/patch-w_library.c
  1.2       +0 -143     ports/graphics/xfig/files/patch-w_modepanel.c (dead)
  1.2       +0 -56      ports/graphics/xfig/files/patch-w_mousefun.c (dead)
  1.1       +20 -0      ports/graphics/xfig/files/patch-w_print.c (new)
  1.2       +0 -69      ports/graphics/xfig/files/patch-w_rulers.c (dead)
  1.1       +20 -0      ports/graphics/xfig/files/patch-w_setup.c (new)
  1.1       +21 -0      ports/graphics/xfig/files/patch-w_snap.c (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-w_snap.h (new)
  1.1       +11 -0      ports/graphics/xfig/files/patch-w_style.c (new)
  1.2       +0 -19      ports/graphics/xfig/files/patch-w_util.c (dead)
  1.13      +1606 -473  ports/graphics/xfig/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2007-06-10 01:53:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!