aboutsummaryrefslogtreecommitdiffstats
path: root/editors/cooledit
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Fix build by not looking for STREAMS headerssahil2010-05-281-0/+11
| | | | | Reported by: QAT Approved by: wxs@ (mentor)
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-052-7/+11
| | | | | | PR: 117749 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* BROKEN with gcc 4.2kris2007-05-271-1/+7
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-15/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove FreeBSD 4.X support from unmaintained ports in categories starting withgabor2007-04-161-6/+1
| | | | letter d-e
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Fix PLIST: Remove locale dirs not contained in BSD.local.distgarga2006-08-072-1/+15
| | | | | | | - Use USE_LDCONFIG instead INSTALLS_SHLIB PR: ports/101511 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Remove USE_REINPLACE from all categories starting with Eedwin2006-05-071-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 3.17.17lawrance2005-06-234-9/+6
| | | | | PR: ports/82529 Submitted by: Ports Fury
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 3.17.14krion2004-12-154-15/+31
| | | | | PR: ports/75110 Submitted by: Ports Fury
* Add missing directorykris2004-11-261-0/+1
|
* Update to version 3.17.krion2004-07-319-169/+62
| | | | | PR: ports/69812 Submitted by: Ports Fury
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* SIZEify.trevor2004-01-291-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* - update to 3.17.7petef2003-05-1617-165/+87
| | | | | | | | | - fix master sites - spell 'FreeBSD.org' correctly in the MAINTAINER field - sort pkg-plist PR: 52048 Submitted by: Ports Fury
* Reset Maintainer addressarved2003-04-301-1/+1
| | | | | Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer) PR: 51601-51606
* Update WWW and MASTER_SITESarved2003-02-242-2/+3
| | | | | PR: 48300 Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* - Update to 3.17.5pat2002-02-163-6/+7
| | | | | | | | - Add missing dependency PR: 34564 Submitted by: Adam Weinberger <monkey@crackula.com>, maintainer Approved by: maintainer
* Fix linker errors by undefining HAVE_WCHAR_H (ours seems incomplete)alex2001-08-242-2/+11
| | | | | | | and defining DO_NOT_USE_VGALIB manually in config.h. Works great now. Reported by: bento
* Upgrade the distfile to 3.17.4 in an attempt to get this port buildingkris2001-08-202-2/+4
| | | | | | again. Note failure of attempt and give up; this port is still broken in the same way as the previous (looks like it's expecting some missing libraries; ncurses and at least one other). Therefore, mark BROKEN.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-5/+5
|
* Upgrade to 3.17.2.mph2000-11-043-3/+7
| | | | | PR: 22593 Submitted by: brett@peloton.runet.edu
* Correct and sort PLISTs.reg2000-10-031-1/+3
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update to 3.15.3nbm2000-06-223-2/+3
| | | | | PR: ports/19421 Submitted by: Brett Taylor <brett@peloton.runet.edu> (maintainer)
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Use installed intl shared library instead of the port's own. Plus severalsobomax2000-05-241-4/+8
| | | | cosmetic cleanups (group USE_* and add USE_XLIB).
* Update to 3.14.1. Add a WWW while I'm here.sobomax2000-05-194-2/+10
| | | | | PR: 18517 Submitted by: maintainer
* portname/portversion updatemharo2000-04-141-2/+2
|
* Update port to 3.13.2jedgar2000-03-113-4/+9
| | | | | PR: 17273 Submitted by: Maintainer
* Update to 3.12.0. This port now works on 4.0.cpiazza2000-01-297-16/+29
| | | | | PR: 16414 Submitted by: maintainer
* Update MAINTAINER's email addresscpiazza1999-09-091-1/+1
| | | | | PR: 13648 Submitted by: maintainer
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* This port also BUILD_DEPENDS on gettext for its documentation.steve1999-06-231-2/+3
|
* Update cooledit to 3.11.3.cpiazza1999-06-194-12/+12
| | | | PR: 12162
* Update to version 3.11.2.steve1999-06-0912-62/+205
| | | | | PR: 12047 Submitted by: Chris Piazza <cpiazza@home.net>
* Add the .so symlink for the library.steve1999-06-061-0/+1
|
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-062-7/+2
| | | | the .la file.
* fix plistmharo1999-05-021-1/+1
|
* Upgrade to cooledit-3.9.0jseger1999-04-073-6/+22
| | | | | PR: ports/10986 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Update to 3.8.3.fenner1999-01-302-4/+4
| | | | | PR: ports/9735 Submitted by: brett@peloton.physics.montana.edu
* Update to version 3.8.2.steve1999-01-113-3/+5
| | | | | PR: 9378 Submitted by: maintainer
* Unbreak.jseger1998-10-142-5/+5
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | | | | | ===> Building package for cooledit-3.7.4 Creating package /usr/ports/packages/All/cooledit-3.7.4.tgz Registering depends: XFree86-3.3.2 xpm-3.4k. Creating gzip'd tar ball in '/usr/ports/packages/All/cooledit-3.7.4.tgz' tar: can't add file lib/libCw.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1
* Update to 3.7.4msmith1998-10-083-8/+16
| | | | Submitted by: MAINTAINER
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Remove manpages, but _NOT_ from the multi-lingualhoek1998-08-171-4/+0
| | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
* MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.fenner1998-05-261-2/+2
|
* Upgrade to 3.6.2.mph1998-05-152-3/+3
| | | | | PR; 6635 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Make this port use libtool v1.2 instead of the included 1.0. This fixesjseger1998-05-031-1/+5
| | | | | building on current. I have sent a message to the developer of cooledit, so hopefully this won't be needed for long.
* Import of cooledit, a graphical application suite including anmph1998-04-195-0/+87
editor. PR: 5111 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>