aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-devel
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Fix build on headMartin Wilke2010-05-094-3/+68
| | | | | | | | | PR: 143954 Submitted by: bf <bf1783@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=253990
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251277
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Allow the port to be built with different compilersMartin Wilke2009-07-131-0/+3
| | | | | | | | | PR: 136595 Submitted by: bf <bf1783@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=237671
* Silence error generated by rxvt-devel, caused by pts(4) naming scheme.Ed Schouten2009-03-062-1/+13
| | | | | | | | | | | | In FreeBSD -CURRENT, pseudo-terminals are named /dev/pts/%u. This confuses rxvt-devel. Change the source to allow this naming scheme as well. I still have to write a similar patch for rxvt, because this version does not apply. Approved by: port maintainer Notes: svn path=/head/; revision=229590
* - Convert to OPTIONSMartin Wilke2008-08-031-88/+85
| | | | | | | | | | - Pass maintainership to submitter PR: 125877 / 125882 Submitted by: Andy Kosela <akosela@andykosela.com> Notes: svn path=/head/; revision=217984
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Add knob for enabling 256 color support [1]Rong-En Fan2008-04-061-2/+6
| | | | | | | | | | - Correct comment: we don't have chinese/rxvt these days PR: ports/122281 [1] Submitted by: Yoshiaki Kasahara <kasahara at nc.kyushu-u.ac.jp> [1] Notes: svn path=/head/; revision=210629
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* - Fix a runtime crash on amd64Pav Lucistnik2008-01-042-1/+12
| | | | | | | | PR: ports/98590 Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> Notes: svn path=/head/; revision=205002
* Get distfile from authoritative master site (i.e. Sourceforge), and dropDag-Erling Smørgrav2007-12-292-18/+4
| | | | | | | dependency on wget. Notes: svn path=/head/; revision=204684
* Drop maintainershipMario Sergio Fujikawa Ferreira2007-12-251-1/+1
| | | | Notes: svn path=/head/; revision=204529
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* - Add a new know WITH_XGETDEFAULTCheng-Lung Sung2006-05-291-1/+7
| | | | | | | | | | | | | | | | | - from submitter WITH_XGETDEFAULT which enables resource checking via X's function instead of rxvt's own version. I'm using this option for a long time, it would be better if I can turn it on via a knob.Add a new know WITH_XGETDEFAULT which enables resource checking via X's function instead of rxvt's own version. I'm using this option for a long time, it would be better if I can turn it on via a knob. PR: 96152 Submitted by: Rong-En Fan <rafan_AT_infor dot org> Notes: svn path=/head/; revision=163838
* Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITESMario Sergio Fujikawa Ferreira2006-04-281-0/+9
| | | | | | | Submitted by: pointyhat (kris) Notes: svn path=/head/; revision=160624
* o Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2006-03-222-8/+7
| | | | | | | | | | | | o Add fresh MASTER_SITES o Remove WWW tag from DESCR since developer's domain has expired [1] o Pass DESCR file through fmt(1) Submitted by: Ted Cabeen <ted@cabeen.org> [1] Notes: svn path=/head/; revision=157924
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Add ERASE2 supportMario Sergio Fujikawa Ferreira2005-10-102-0/+23
| | | | | | | | PR: 84647 Submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=144753
* PortlintKris Kennaway2005-07-101-1/+1
| | | | Notes: svn path=/head/; revision=138831
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* Add WITH_LINESPACE knob: add support for line-spacingMario Sergio Fujikawa Ferreira2004-03-151-0/+6
| | | | | | | | PR: 62734 Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> Notes: svn path=/head/; revision=104032
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Fix building on FreeBSD 5.x (link with libutil) after maintainerJacques Vidrine2003-08-095-32/+24
| | | | | | | | | timeout (43 days). While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me. Notes: svn path=/head/; revision=86680
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81219
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Assign CATEGORIES with += so that the slave port (chinese/rxvt) canAkinori MUSHA2002-12-081-1/+1
| | | | | | | define its CATEGORIES properly. Notes: svn path=/head/; revision=71437
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2002-09-201-1/+0
| | | | | | | Submitted by: fenner's distfile survey Notes: svn path=/head/; revision=66845
* o Teach rxvt about FreeBSD's pty: it goes all the way to letter vMario Sergio Fujikawa Ferreira2002-05-151-0/+5
| | | | | | | | | o Bump PORTREVISION Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de> Notes: svn path=/head/; revision=59176
* o Update to 2.7.8Mario Sergio Fujikawa Ferreira2001-12-054-7/+42
| | | | | | | | | | | | | o USE_GMAKE is no longer necessary o Add knobs WITHOUT_BACKSPACE_KEY, WITHOUT_DELETE_KEY, WITH_GRAPHICS, WITH_SMART_RESIZE o Change message target from pre-fetch to pre-everything o Re-indent the echo messages to visually align them Prompted by: statue <statue@cnpa.adsldns.org> Notes: svn path=/head/; revision=51082
* Fix missed the lib version bump on the packaging list when the portMario Sergio Fujikawa Ferreira2001-11-261-1/+1
| | | | | | | | | was updated to version 2.7.7 Submitted by: bento Notes: svn path=/head/; revision=50574
* bump PORTREVISION due to patch file patch-src::command.c rev 1.3Mario Sergio Fujikawa Ferreira2001-11-201-0/+1
| | | | Notes: svn path=/head/; revision=50247
* Remove the (char *) from the sizeof the vsnprintf line since thisMario Sergio Fujikawa Ferreira2001-11-191-1/+1
| | | | | | | | | | | restricts the buffer size to 4 bytes rather than the 256 bytes intended PR: 32100 Submitted by: Christopher Hall <hsw@acm.org> Notes: svn path=/head/; revision=50221
* Update to 2.7.7Mario Sergio Fujikawa Ferreira2001-11-073-7/+6
| | | | Notes: svn path=/head/; revision=49821
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-9/+23
| | | | | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury Notes: svn path=/head/; revision=49418
* typo fix: libtoo -> libtoolMario Sergio Fujikawa Ferreira2001-10-061-1/+1
| | | | Notes: svn path=/head/; revision=48499
* o style fix, use PKGNAMESUFFIX instead of PORTNAME for -develMario Sergio Fujikawa Ferreira2001-10-064-14/+19
| | | | | | | o don't install .*\.la files (based on an idea from sobomax) Notes: svn path=/head/; revision=48498
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* o Add a buffer overflow patch in sync with rxvt port Makefile revMario Sergio Fujikawa Ferreira2001-08-232-0/+12
| | | | | | | | | | 1.49 o Bump PORTREVISION Obtained from: OpenBSD Notes: svn path=/head/; revision=46752
* Add missing fileMario Sergio Fujikawa Ferreira2001-06-011-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=43417