non port: x11/mrxvt/Makefile |
SVNWeb
|
Number of commits found: 40 |
Wed, 13 Oct 2021
|
[ 14:01 Stefan Eßer (se) ] fa86663
x11/mrxvt: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
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.
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 2 Sep 2015
|
[ 22:52 amdmi3 ]
- Switch to USES=tar:tgz
- Drop 8.x support
- Switch to options helpers
Approved by: portmgr blanket
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Wed, 16 Jul 2014
|
[ 08:44 bapt ] (Only the first 10 of 38 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Fri, 4 Jul 2014
|
[ 23:16 adamw ]
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Fri, 10 Jan 2014
|
[ 09:32 vanilla ] (Only the first 10 of 31 ports in this commit are shown above. )
Support stagedir.
Approved by: portmgr (blanket infrastructure)
|
Sun, 13 Oct 2013
|
[ 02:01 eadler ] (Only the first 10 of 21 ports in this commit are shown above. )
Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Mon, 25 Mar 2013
|
[ 19:14 eadler ] (Only the first 10 of 22 ports in this commit are shown above. )
For some of the unmaintained ports in the x11 category convert them to OptionsNG
While here, trim the headers
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 21 Jan 2010
|
[ 10:15 gj ]
Make the binary setuid, otherwise it cannot log to utmp/utx/wtmp.
Bump PORTREVISION.
|
Fri, 15 Jan 2010
|
[ 16:37 gj ]
Add patch-src-logging.c to fix the "can't parse pts/xx" error.
Bump PORTREVISION.
|
[ 15:03 gj ]
Really change this to use utx by replacing --disable-utmp with
--disable-lastlog.
The binary now does use utx routines. However, due to other bugs
('mrxvt: can't parse tty name "pts/5"') it doesn't really do any logging.
Thanks to ed@ for the hit with the clue-bat.
|
[ 11:54 gj ]
Allow this to compile after the switch from utmp to utmpx in HEAD.
|
Sat, 22 Aug 2009
|
[ 00:39 amdmi3 ] (Only the first 10 of 148 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Wed, 1 Apr 2009
|
[ 14:22 skreuzer ]
Make port honor NOPORTDOCS which resolves mtree errors identified by QAT
Approved by: wxs (mentor)
|
Mon, 2 Feb 2009
|
[ 23:44 linimon ] (Only the first 10 of 75 ports in this commit are shown above. )
Reset dyeske@gmail.com at his request.
Hat: portmgr
|
Sun, 23 Mar 2008
|
[ 21:48 beech ]
- Add USE_XORG
- Fix include and lib paths
Reported by: pointyhat via pav
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
|
Fri, 21 Mar 2008
|
[ 20:30 beech ]
- Remove USE_X_PREFIX
- Use SF macro
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
|
Thu, 5 Jul 2007
|
[ 23:39 edwin ] (Only the first 10 of 79 ports in this commit are shown above. )
dyeske at yahoo dot com -> dyeske at gmail dot com
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 27 Apr 2006
|
[ 01:22 edwin ]
Mark port conflicting with x11/mrxvt-devel
PR: ports/96361
Submitted by: Lars Engels <lars.engels@0x20.net>
|
Sun, 29 Jan 2006
|
[ 23:31 pav ]
- Update to 0.4.2
PR: ports/91860
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Approved by: maintainer timeout (14 days)
|
Sun, 15 Jan 2006
|
[ 19:41 az ]
- Add WITH_XFT knob
- Add SHA265
- Bump PORTREVISION
PR: ports/91794
Submitted by: Sergey Glushchenko <deen@freebsd.org.ua>
Approved by: David Yeske (maintainer)
|
Fri, 16 Sep 2005
|
[ 19:50 pav ]
- Add knob for enabling EUC Japanese support
PR: ports/86202
Submitted by: Scott Robbins <scottro@nyc.rr.com>
Approved by: maintainer
|
Fri, 22 Jul 2005
|
[ 22:38 pav ]
- Update to 0.4.1
PR: ports/83896
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Approved by: David Yeske <dyeske@yahoo.com> (maintainer)
|
Thu, 6 Jan 2005
|
[ 08:39 krion ]
Fix plist and cleanup after repocopy.
Pointyhat to: edwin
Approved by: portmgr (implicit)
|
Thu, 23 Dec 2004
|
[ 05:08 edwin ]
new port: x11/mrxvt
Mrxvt (previously named as materm) is a lightweight and
powerful multi-tabbed X terminal emulator based on the
popular rxvt and aterm. It implements many useful features
seen in some modern X terminal emulators, like gnome-terminal
and konsole, but keep to be lightweight and independent
from the GNOME and KDE desktop environment. The following
are the major features of mrxvt (* are new features compared
with rxvt, + are enhanced features compared with rxvt):
PR: ports/74470
Submitted by: David Yeske <dyeske@yahoo.com>
|
Number of commits found: 40 |