Commit graph

1812 commits

Author SHA1 Message Date
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
joerg
d9b2837b6e Since vim-kde is linked against qt-mt, also link against pthread.
Add the missing files to PLIST. Bump revision.
2006-03-28 22:29:53 +00:00
uebayasi
95434d4ac8 Fix build on sh3el. PR pkg/33418 from Yasushi Oshima. 2006-03-25 02:48:22 +00:00
minskim
d57a93563a Remove BROKEN_IN because this package is not broken in recent bulk builds
on i386.
2006-03-21 18:53:59 +00:00
minskim
b885ba0aaf Make patches general so that the package builds on more platforms. 2006-03-21 18:48:45 +00:00
joerg
2c38d13ebc Explicitly link against pthread, since libpython is multithreaded.
Bump revision.
2006-03-21 15:34:03 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
e10b319ed7 Fix xemacs packages to honor PKGINFODIR in the default INFOPATH when
reading info files.  Also strip the split info files from the PLIST
as the plist module handles them automatically.  Lastly, define
INFO_FILES so that the pkginstall framework properly manages the "dir"
info file database index in the xemacs info directory.

Bump the PKGREVISION.
2006-03-20 18:21:29 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
7ed707faba Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditional
dependency on xemacs-packages.
2006-03-20 05:27:50 +00:00
jlam
87a4e19255 Remove a patch made unnecessary since the tools framework already
appropriately hides "makeinfo".  Install possibly split info files
correctly, and install them all into ${EMACS_INFOPREFIX}, which is
correct for either Emacs or XEmacs.  List the info files in the PLIST.
Bump the PKGREVISION to 2.
2006-03-20 04:59:08 +00:00
drochner
b395528a29 add one (needed for plugins) 2006-03-14 14:22:36 +00:00
rillig
303fca70a0 Readded the CONFLICTS line for pkg_alternatives. This package does not
really conflict with pkg_alternatives, but with the various vim packages
that can be installed via pkg_alternatives. Thanks to wiz for noting
this.
2006-03-12 17:05:08 +00:00
rillig
818f5a9dcc Removed the references to the working directory. Removed the BROKEN_IN.
Fixed pkglint warnings. Bumped PKGREVISION.
2006-03-12 13:47:35 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
rillig
bbb049a2af Fixed pkglint warnings. 2006-03-10 23:53:49 +00:00
rillig
c4d2c1bb47 Fixed pkglint warnings. 2006-03-10 23:39:24 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
ghen
23a3bdbb82 Use REPLACE_INTERPRETER instead of SUBST. 2006-03-09 14:20:59 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
reed
24e4139b6d Use PKGMANDIR instead of "man". 2006-03-04 00:31:43 +00:00
wiz
2cae0b16a2 Fix build on NetBSD>=3.0. 2006-03-02 19:52:01 +00:00
drochner
463e6123ec update to 2.12.1
changes: two fixes for crashes
2006-03-02 19:51:00 +00:00
ghen
7bcaace8bb Fix the configure (qmake) stage. With the right environment, it works correct
without patch-aa.
2006-03-02 15:09:49 +00:00
martti
7c71746670 More pkglint -Wall fixes. 2006-03-02 11:32:34 +00:00
martti
939622cb0f Fix pkglint -Wall warnings. 2006-03-02 10:41:41 +00:00
martti
f4501668b1 Make cscope support optional. PKGREVISION++ 2006-03-02 07:27:44 +00:00
wiz
32c2e0c29e Complete previous fix for font handling. Bump PKGREVISION. 2006-02-28 17:43:08 +00:00
martti
54c259f0cf Remove PKGREVISION after 6.4.8 upgrade. 2006-02-28 11:09:47 +00:00
martti
9cb66a8689 Updated editors/vim-share to 6.4.8
1717  6.4.007  Unix: crash when expanding backticks
  2199  6.4.008  hang for 'hlsearch' highlighting in multi-byte character
2006-02-28 11:03:17 +00:00
ghen
85e67ad9a6 Since we now have x11/qt4 in pkgsrc, we can finally upgrade texmaker.
ChangeLog:

version 1.2.1 -> 1.3 :
----------------------
- Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support
  library is no more required. The editor is now based on the qt4 QtextEdit
  object and the symbols icon view is an qt4 QTableWidget object.
- For each file, three bookmarks can be used to speed up navigation.

version 1.2 -> 1.2.1 : Bugs fixed
---------------------------------
- Don't use anymore double-clic to open a file from the structure view
  (Qt-4.0.0 bug). A simple clic must be used now.
- Don't use anymore / to separate commands (quick build and users commands) but
  | to avoid confusion with the directories separator.
- A selected icon is no more highlighted (trouble on windows and macosx - the
  selected icon was masked).
- Added the option '-line' for the application.
  New synopsis for texmaker : texmaker document.tex [-line xxx]
  Can be used for inverse search.

Changes between 1.12 and 1.2: not documented (anymore).
2006-02-27 14:47:54 +00:00
ghen
997711a696 Since we now have x11/qt4 in pkgsrc, we can finally upgrade texmaker.
ChangeLog:

version 1.2.1 -> 1.3 :
----------------------
- Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support
  library is no more required. The editor is now based on the qt4 QtextEdit
  object and the symbols icon view is an qt4 QTableWidget object.
- For each file, three bookmarks can be used to speed up navigation.

version 1.2 -> 1.2.1 : Bugs fixed
---------------------------------
- Don't use anymore double-clic to open a file from the structure view
  (Qt-4.0.0 bug). A simple clic must be used now.
- Don't use anymore / to separate commands (quick build and users commands) but
  | to avoid confusion with the directories separator.
- A selected icon is no more highlighted (trouble on windows and macosx - the
  selected icon was masked).
- Added the option '-line' for the application.
  New synopsis for texmaker : texmaker document.tex [-line xxx]
  Can be used for inverse search.

Changes between 1.12 and 1.2: not documented (anymore).
2006-02-27 14:46:18 +00:00
wiz
49f2fffc46 Accept newer versions of libXgFonts. 2006-02-23 17:36:19 +00:00
darcy
5e53a0c932 If one version of a package works, later versions should be OK. Change
confirmed with agc@.
2006-02-22 11:36:37 +00:00
ghen
f6540d325f Sync with Texmaker homepage. 2006-02-21 12:49:22 +00:00
markd
306b2c07a2 Add motif option from Juha-Matti Liukkonen in PR 32703, changed somewhat
by me.  Also fixes PR 20883.
2006-02-20 12:16:24 +00:00
wiz
03736d5d8a Add missing file to PLIST. Bump PKGREVISION. 2006-02-17 19:22:30 +00:00
wiz
0c0eab91ec Fix font handling. Bump PKGREVISION. 2006-02-17 19:21:53 +00:00
martti
e9f3e44177 Fixed warnings found by pkglint -Wall. 2006-02-17 07:43:36 +00:00
drochner
09f10fb76d add missing files (seen in bulk build) 2006-02-16 10:44:50 +00:00
heinz
33388c3989 Enabled tests by adding TEST_TARGET. 2006-02-10 20:56:57 +00:00
adam
b06d19878a * Added WordPerfect plug-in 2006-02-08 10:00:55 +00:00
ghen
8dde3859ef - update to TeXmacs 1.0.6
- reindent a bit
- take maintainership (ok with recht@)

Changes in TeXmacs 1.0.6:
* Improved LaTeX and html converters and support for MathML.
* An alpha-version of a graphical mode for drawing technical pictures.
* Default use of Type 1 fonts.
* New plug-ins for Maple and Mathematica.
* Simple animations.
* Faster booting.
* Started documentation of the Scheme API.
2006-02-07 22:41:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
martti
50466a1e22 Optional support for cscope. From Simon Schubert in a private mail. 2006-02-03 10:49:53 +00:00
rxg
d11e6e3d90 Add & enable rox-edit. 2006-01-29 17:40:52 +00:00
rxg
7f346da867 Intial import rox-edit-2.0.
Simple text editor for ROX.
2006-01-29 17:39:33 +00:00