summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add USE_GMAKE to avoid rebuild at install timeMario Sergio Fujikawa Ferreira2001-06-011-0/+1
| | | | | | | | PR: 27795 Submitted by: Michael Harnois <mdharnois@home.com> Notes: svn path=/head/; revision=43389
* Fix typoMario Sergio Fujikawa Ferreira2001-05-301-1/+1
| | | | | | | | PR: 27763 Submitted by: Kevin Way <kevin.way@overtone.org> Notes: svn path=/head/; revision=43308
* - Update port to version 2.7.6Mario Sergio Fujikawa Ferreira2001-05-263-8/+20
| | | | | | | | | - Remove extra spaces at end of lines - Use MASTER_SITE_SUBDIR so that when the version of this is outdated, it will have a good chance of fetching the distfiles Notes: svn path=/head/; revision=43085
* - Advertise WITH_* optionsMario Sergio Fujikawa Ferreira2001-04-111-2/+29
| | | | | | | | | | | | - Enable XIM support per default unless required to disable - Add WITH_* options to set the default encoding for multi-char glyph languages including setting to noenc (no encoding) PR: 26490 Submitted by: The Anarcat <anarcat@tao.ca> Notes: svn path=/head/; revision=41256
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-2/+2
| | | | Notes: svn path=/head/; revision=38321
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994
* Add several WITH_* configure time options to the ports.Mario Sergio Fujikawa Ferreira2000-12-012-1/+39
| | | | | | | | | | Also, enable rxvt-devel shared lib build. PR: ports/23201 Submitted by: Jay Sachs <jay@avacet.com> Notes: svn path=/head/; revision=35581
* Update to version 2.7.5Mario Sergio Fujikawa Ferreira2000-10-224-12/+11
| | | | | | | Added language support as of chinese/rxvt Notes: svn path=/head/; revision=34094
* Maintainer is now a committer, update email accordinglyMario Sergio Fujikawa Ferreira2000-10-031-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33350
* *** empty log message ***Maxim Sobolev2000-09-191-4/+5
| | | | Notes: svn path=/head/; revision=32859
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Re-assign MAINTAINER to Mario Sergio Fujikawa Ferriera <lioux@linf.unb.br>.Will Andrews2000-06-221-1/+1
| | | | Notes: svn path=/head/; revision=29770
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Add a patch that adds some extra chinese support as well as fixes someWill Andrews2000-05-222-0/+5
| | | | | | | | | | terminfo problems. PR: 18406 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=28657
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27497