aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/scrollkeeper
Commit message (Collapse)AuthorAgeFilesLines
* Remove the now-redundant MTREE file selection code. This is handled inmarcus2005-03-041-9/+1
| | | | | | bsd.port.mk. Requested by: lesi
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-1/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Fix build with Perl < 5.6.marcus2003-12-071-0/+11
| | | | Reported by: krion
* Update to 0.3.14.marcus2003-12-0710-466/+65
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* Fix build on -STABLE.bland2003-11-042-5/+5
|
* Convert scrollkeeper over to use the system catalog location. This helpsmarcus2003-11-0411-79/+186
| | | | | | | | | | to unbreak gtk-doc as well as removes a ton of gross hacks to support the old location. Also, import some CVS patches from SK to fix some potential crashes when installing bad catalogs. While I tested this with a full SK database rebuild, problems may still occur. Please let me know if you encounter any issues with OMF files after this commit.
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-2/+0
|
* Start the find at ${LOCALBASE}/share to avoid a potential search throughmarcus2003-04-291-3/+3
| | | | | | something like a cvsup server's symlinks. Pointed out by: sf
* Bump PORTREVISION to pick up -pthread from libxml2. As of libxml2-2.5.7,marcus2003-04-281-0/+1
| | | | | thread support is enabled by default. This fixes undefined symbol errors when running scrollkeeper apps.
* Tell find to follow symlinks when searching for DocBook files.marcus2003-04-261-5/+3
| | | | | PR: 51429 Submitted by: Martyn J.Pearce <fluffy@sixears.com>
* Update to 0.3.12.marcus2003-04-2311-203/+99
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix a long-standing bug that required scrollkeeper to build as root.marcus2003-02-012-13/+10
| | | | | | | | | Instead, make configure check for a file installed by docbook-sk, and move the catalog creation to a pre-install target. Prompted by: Andrew J Caines <A.J.Caines@halplant.com> Tested by: myself Andrew J Caines <A.J.Caines@halplant.com>
* * Allow bento to generate the necessary XML catalogsmarcus2003-01-242-8/+4
| | | | * Update the XSL versions
* Allow the XML catalogs to be built if BATCH is defined.marcus2003-01-222-3/+3
| | | | Reported by: Hung Michael Nguyen <nguyenhm16@mac.com>
* Fix two long-standing bugs where scrollkeeper would overwrite themarcus2003-01-2010-54/+93
| | | | | | | | | | SGML catalogs in favor of its own XML format catalogs as well as prevent scrollkeeper from making HTTP connections to obtain DTDs for OMF validation. PR: 39504 46179 Tested by: Stephen Hilton <nospam@hiltonbsd.com> Mezz bsdforums.org <reigncracks@hotmail.com>
* Set the MTREE_FILE explicitly since we're setting PREFIX explicitly.marcus2003-01-131-2/+10
| | | | Modeled after: lang/librep
* Add support for Docbook 4.2.marcus2002-10-103-21/+26
| | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Apply the vendor patch for the recent security exploit.marcus2002-10-102-1/+140
| | | | See http://online.securityfocus.com/bid/5602/info/ for more details.
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Attempt to fix a security bug in scrollkeeper in which the code will followmarcus2002-09-132-1/+12
| | | | | | | | | | | symlinks when attempting to locate a temp file. Note, this is not the author's patch, but one of my own. I think this should fix it, but I'm not sure if I'm missing something. The patch is based on the description from securityfocus.com. See http://online.securityfocus.com/bid/5602/info/ for more details. Reported by: Daniel Harris <dh@askdh.com>
* Fix build when /usr/local is a symlink.marcus2002-09-031-1/+1
| | | | PR: 42320
* Remove -L from the find command used to locate dtds. This flag provedmarcus2002-08-281-3/+3
| | | | | | | | problematic for some users. Instead, fix it so that only ${LOCALBASE} will be followed if it is a symlink. PR: 42096 Tested by: John-David Childs <jdc@nterprise.net>
* We backup the original SGML catalog files before converting them to XML.marcus2002-08-142-0/+3
| | | | | | | | When we uninstall scrollkeeper, revert back to the original catalog files so the dependecny chain has a better chance of being preserved. Bump PORTREVISION. PR: 41300
* Add an explicit dependency on docbook-xml to get around a problem wheremarcus2002-08-121-0/+4
| | | | | | | the implicit dependency fails due to the catalog file not being removed when docbook-xml is deleted. PR: 41300
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Attempt to detect docbook-xml while package building.marcus2002-07-291-4/+10
| | | | Submitted by: bento
* Update to 0.3.11.marcus2002-07-256-46/+12
|
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-121-6/+4
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Allow the pkg-install script to traverse symbolic links looking for DTD files.marcus2002-07-012-4/+4
| | | | | | This fixes a problem where /usr/local might be a symlink. Reported by: Eric W. Bates <ericx@vineyard.net>
* Forced commit to test cvs email.marcus2002-06-261-3/+1
|
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* Update to 0.3.9.marcus2002-06-1916-235/+476
| | | | Approved by: silence from the GNOME user group
* Chase the _right_ version number for libintl.marcus2002-06-091-1/+1
|
* Add dependency on gettext after it was removed from gmake.marcus2002-06-091-1/+2
| | | | Reported by: bento
* Revert back to 0.2 to fix some conflicts with the GNOME 1.4 OMF files.marcus2002-05-2711-130/+234
| | | | | | | | | | Also, fix it so scrollkeeper 0.2 will produce a correct XML database. Bump PORTEPOCH. scrollkeeper 0.3.x will be looked at further to see if there is a good way to make it work with both GNOME 1.4 and GNOME 2.0. PR: 38581
* Update to 0.3.6.marcus2002-05-2610-210/+139
| | | | | | | | With this new version, GNOME 2.0 documentation works, and scrollkeeper updates for GNOME 1.x applications work as well. I have tested builds of most of the GNOME 1.x applications, and none of them fail. Reviewed by: sobomax
* Use `@unexex /bin/rm' to remove symlinks to dirs, otherwise weird thingssobomax2001-08-012-32/+32
| | | | | | happen and as a result bento can't build gnomelibs package. Submitted by: bento
* Add -p to the one of `@exec mkdir' to silence possible warning if directorysobomax2001-05-201-1/+1
| | | | | | to be created already exists. Submitted by: olgeni
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Use a PREFIX hack (from lang/librep) instead of USE_X_PREFIX (which hasade2001-04-241-6/+6
| | | | | | a few extra undesired consequences) Submitted by: sobomax
* Fix a number of issues with scrollkeeper, install things in the rightade2001-04-246-255/+258
| | | | | | places (see Makefile for more details), fix a bug, bump PORTREVISION Obtained from: GNOME 1.4 RC* code (which MAINTAINER is fully aware of)
* Add scrollkeeper 0.2, an Open Document Cataloging Project.sobomax2001-04-218-0/+328
Obtained from: NetBSD