aboutsummaryrefslogtreecommitdiff
path: root/x11/mrxvt-devel
Commit message (Collapse)AuthorAgeFilesLines
* *: Drop maintainership on most of my ports.Lars Engels2021-07-281-1/+1
| | | | Unfortunately I cannot give them the love they deserve at the moment.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/mxrvt-devel:Lars Engels2021-02-071-2/+5
| | | | | | | | | | | | - Fix build by adding -fnocommon to CFLAGS [1] - Add missing LIB_DEPENDS and USE_XORG components PR: 253330 [1] Submitted by: jjuanino <jjuanino@gmail.com> MFH: 2021Q1 Notes: svn path=/head/; revision=564656
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-141-3/+6
| | | | Notes: svn path=/head/; revision=508914
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=398996
* - Drop 8.x supportDmitry Marakasov2015-10-011-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=398389
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistAntoine Brodin2014-11-241-4/+0
| | | | Notes: svn path=/head/; revision=373367
* Add DOCS option to the remaining staged ports where PORTDOCS appearsAdam Weinberger2014-07-161-1/+1
| | | | | | | in the plist. Notes: svn path=/head/; revision=362026
* - Enable all port options by default [1]Lars Engels2013-12-302-42/+41
| | | | | | | | | | | | | | | - Add license - Stage support - Use shebangfix - Re-word the description for the transparency option - Use new LIB_DEPENDS syntax - Bump PORTREVISION PR: ports/185095 [1] Submitted by: José García Juanino <jjuanino@gmail.com> Notes: svn path=/head/; revision=338165
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Convert to new options framework left unconverted ports in x* categoriesBaptiste Daroussin2013-03-221-31/+27
| | | | Notes: svn path=/head/; revision=314894
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Proper fix for utmpx [1]Lars Engels2011-06-211-9/+6
| | | | | | | | | | | - Disable no longer needed setuid bit - Remove no longer needed CPPFLAGS and LIBS - Bump PORTREVISION Fixed by: ed Notes: svn path=/head/; revision=276020
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Add desktop entryLars Engels2010-10-161-1/+6
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=263113
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Modify Makefile to use the proper CONFIGURE_ARGS to support utmpx.Gary Jennejohn2010-01-211-1/+8
| | | | | | | | | | | Make the binary setuid, otherwise it cannot log to utmp/utx/wtmp. Bump PORTREVISION. Approved-by: lem@ (maintainer, per e-mail) Notes: svn path=/head/; revision=248263
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Update to 0.5.4Lars Engels2008-09-046-66/+4
| | | | Notes: svn path=/head/; revision=219832
* - fix plist for -DNOPORTDOCSIon-Mihai Tetcu2008-07-092-11/+9
| | | | | | | | | | - bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail Notes: svn path=/head/; revision=216626
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-211-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209563
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200795
* Update to 0.5.3.Lars Engels2007-09-0910-103/+72
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=199206
* Change e-mail address of my ports to my FreeBSD.org one.Lars Engels2007-07-121-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195490
* - Add a application icon to mrxvt. (by Stanislav Mekhanoshin <rampitec AT ↵Martin Wilke2007-06-185-5/+85
| | | | | | | | | | | | gmail.com> ) - Bump PORTREVISION PR: 113782 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) Notes: svn path=/head/; revision=193814
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add options knobsMartin Wilke2006-11-181-5/+62
| | | | | | | | | PR: ports/105551 Submitted by: Eygene <rea-fbsd@codelabs.ru> Approved by: maintainer (via irc) Notes: svn path=/head/; revision=177520
* - Add a patch for disable debugMartin Wilke2006-10-312-2/+15
| | | | | | | | PR: ports/104491 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) Notes: svn path=/head/; revision=175749
* - Update to 0.5.2Martin Wilke2006-10-063-6/+6
| | | | | | | | PR: ports/104060 Submitted by: Lars Engels (maintainer) Notes: svn path=/head/; revision=174656
* - Update to 0.5.1 [1]Ion-Mihai Tetcu2006-06-235-40/+12
| | | | | | | | | | | - use pkg-message instead of echo in post-install: so people using packages get the instructions too [2] PR: ports/99358 Submitted by: maintianer [1], itetcu (me) [2] Notes: svn path=/head/; revision=166151
* Mark broken on 4.xEdwin Groothuis2006-05-221-0/+4
| | | | | | | Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=163074
* dirrm etc/mrxt -> dirrmtry etc/mrxtEdwin Groothuis2006-04-281-1/+1
| | | | | | | | PR: ports/96487 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=160693
* Fix pkg-plistEdwin Groothuis2006-04-282-1/+5
| | | | Notes: svn path=/head/; revision=160688
* [New Port] x11/mrxvt-develEdwin Groothuis2006-04-276-0/+154
Add the development version of mrxvt. PR: ports/96361 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=160557