aboutsummaryrefslogtreecommitdiffstats
path: root/lang/librep
Commit message (Collapse)AuthorAgeFilesLines
* Update `databases/gdbm' to version 1.18.1, an important bugfix releasedanfe2018-11-111-1/+1
| | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* lang/librep: Update version 0.92.6=>0.92.7bofh2017-09-202-5/+4
| | | | Relnotes: https://github.com/SawfishWM/librep/releases
* Update devel/readline to 7.0 patch 3sunpoet2017-06-271-0/+1
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* lang/librep: Update version 0.92.5=>0.92.6bofh2016-06-122-4/+5
| | | | - Add USES=autoreconf as dist no longer provides configure script
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* lang/librep: Update version 0.92.4=>0.92.5bofh2015-03-242-4/+4
| | | | - Take maintainership
* - Update to version 0.92.4, the latest stable to datedanfe2014-11-233-33/+12
| | | | | | | | | | - Remove BROKEN on ia64 statement, it was never a first-class architecture and was officially killed in -CURRENT recently - Do not manually strip *.so files in pre-install target, they're already installed stripped - Allow staging as regular user (or stripping fails due to BINMODE == 555) - Remove unneeded (and thus confusing) global suffixes in REINPLACE_CMD's - Fix bogus whitespace on Makefile line 17, sort and wrap long USES line
* Cleanup plistbapt2014-10-271-30/+0
|
* Allow to build with texinfo from portsantoine2014-06-261-1/+1
| | | | With hat: portmgr
* - Convert USE_XZ to USESamdmi32014-06-032-22/+11
| | | | | | - Switch to USES=libtool, drop .la files - Strip libraries - Fix broken shebang
* - Add STAGEDIR supporteadler2013-09-272-10/+10
| | | | | - Modernize LIB_DEPENDS - Pet portlint
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-2/+1
| | | | Convert USE_READLINE by USES=readline
* - Update lang/librep to 0.92.3sperber2013-05-014-16/+31
| | | | | | | | | | | | | | | | | | | | | | - Remove shlib versions - Add USE_READLINE and USES= pkgconfig - Update CPPFLAGS and LDFLAGS - Update pkg-descr - Update x11-toolkits/rep-gtk2 to 0.90.8.1 - Update x11-wm/sawfish to 1.9.1 - Add ART20 license and set LICENSE_COMB to multi - Update USE_XORG to include xtst - Add USES= pkgconfig - Add PORTSCOUT to exclude unstable releases - Trim Makefile headers - Update MASTER_SITES PR: ports/170173 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* - Update devel/libffi to 3.0.11.jkim2013-01-291-1/+1
| | | | | | | - Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm>
* Update to 0.92.1behaupt2011-10-193-7/+11
| | | | | PR: 161625 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - 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
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+2
|
* Also make sure the port builds with gcc.rene2011-08-111-1/+1
| | | | Submitted by: pointyhat via erwin
* - Fix build with clang [1]rene2011-07-311-1/+4
| | | | | | | | - The part to update this port to 0.92.0 of [1] was already done as part of ports/158512 PR: ports/158564 Submitted by: Niclas Zeising
* - Update to 1.8.1miwi2011-07-034-285/+275
| | | | | PR: 158512 Submitted by: Ports Fury
* - Update to 0.91.1miwi2011-04-127-140/+121
| | | | | PR: 155855 Submitted by: Ports Fury
* Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2010-12-021-1/+1
| | | | Hat: portmgr
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Switch to use newer GMP version.ale2010-04-191-1/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* - Fix previous updateanray2009-10-161-1/+1
|
* - Fix buildanray2009-10-161-1/+1
|
* - Update to 0.90.2anray2009-10-164-24/+14
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+0
| | | | starting with H,I,J,K,L
* - Fix pkg-plistanray2009-07-092-0/+3
|
* - Update to 0.90.0anray2009-07-094-33/+14
|
* - Fix pkg-plistanray2009-05-252-1/+1
|
* - Update to 0.17.4anray2009-05-258-61/+44
|
* Assign maintainership to anray who already maintains the sawfish port. Hemarcus2009-05-251-1/+1
| | | | will do a better job of keeping these ports up-to-date.
* Chase libgmp and bump PORTREVISION.ale2009-05-131-2/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* Update to 0.17.marcus2007-06-305-53/+27
|
* - Revert libtool addition to fix the plistpav2007-02-071-1/+0
|
* Fix the build after the removal of objformat.marcus2007-02-041-0/+4
| | | | Reported by: pointyhat via kris
* Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-301-0/+1
|
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-20/+3
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Use the correct mtree when you change the prefix, for example:mezz2006-06-121-0/+6
| | | | | | | | | | | | | | | | | | | | Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================
* portlint:mezz2006-05-161-1/+1
| | | | -Remove quotes from BROKEN.
* Chase gmp library and bump PORTREVISION.ale2006-05-101-2/+2
|
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* BROKEN on ia64: Does not buildkris2005-10-291-0/+5
|
* Remove the now-redundant MTREE file selection code. This is handled inmarcus2005-03-041-6/+0
| | | | | | bsd.port.mk. Requested by: lesi
* farewell to libxpg4.sf2004-11-151-1/+1
|
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* This patch is still needed for -STABLE and older versions of 5.x.marcus2003-11-282-0/+24
| | | | Approved by: portmgr (implicit)
* Use libgmp4 on -CURRENT to allow this port to build on 64-bit architectures.marcus2003-11-272-25/+2
| | | | Approved by: portmgr (implicit)
* Add the virtual category elisp.linimon2003-10-191-1/+1
| | | | Approved by: mainatiner.
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Use INFO.marcus2003-08-172-3/+2
|
* Use makeinfo --no-split to avoid plist problems.marcus2003-07-123-9/+12
| | | | | PR: 54310 Submitted by: nork
* Depend on gmp.h rather than libgmp since newer versions of -CURRENT stillmarcus2003-06-231-1/+2
| | | | | | have a libgmp as a compat library. Suggested by: olgeni
* Update to 0.16.2.marcus2003-06-013-6/+24
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Re-fix the sawfish configurators after switching over to librep.marcus2002-07-032-1/+21
| | | | | Reported by: Anders Andersson <anders@hack.org> Pointy hat to: me
* Update to 0.16.1.sobomax2002-06-253-2/+7
|
* Update to 0.16.sobomax2002-06-213-6/+11
|
* Catch up with libgmp3 death.sobomax2002-04-301-1/+1
| | | | Pointy hat to: ijliao
* 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
* LIB_DEPENDS on the libgmp3 port, not the libgmp port which is currentlykris2002-04-011-3/+3
| | | | broken. This allows the gnome build to complete on 5.0-CURRENT.
* 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
* Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-122-2/+2
|
* Since sawfish (and dependencies) are critical parts of the GNOMEade2002-02-122-4/+5
| | | | | environment, track the versions available on the GNOME sites, to ensure maximum compatibility.
* Don't explicitly link libc in. This is more a style change than the functionalsobomax2002-01-251-3/+15
| | | | one, therefore don't bump PORTREVISION.
* Update to 0.15.2.sobomax2001-10-302-3/+3
|
* Update to 0.15.1.sobomax2001-10-153-9/+17
|
* Provide a replacement for libgmp on 5-CURRENT.sobomax2001-08-291-0/+3
|
* Update to 0.14.sobomax2001-07-033-2/+14
|
* Remove 755 ${WRKSRC}/test script to prevent user from footshooting if for somesobomax2001-05-281-0/+3
| | | | | strange reason he/she has `./' before `/bin' in his/her PATH. Surprisingly, there are *many* such users.
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 0.13.6.sobomax2001-04-123-2/+3
|
* Update to 0.13.4.sobomax2001-01-083-7/+9
|
* Update to 0.13.3.sobomax2000-12-052-2/+2
|
* Update to 0.13.2.sobomax2000-11-092-2/+2
|
* Add WWW.sobomax2000-11-091-1/+3
|
* - Update to 0.13.1;sobomax2000-10-022-3/+20
| | | | | | | | | - Change PREFIX to be X11BASE. The reason why it should be in X11BASE is that sawfish (primary user of librep) installs shared object into one of the librep's directories, so they have to live in the same BASE to make PLISTs working. The way it was done looks like a little hack, because I don't want to use USE_X_PREFIX (the port really doesn't require libX11), so I had to manually set MTREE_FILE.
* MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org>nakai2000-09-241-1/+1
|
* Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doingsobomax2000-09-223-85/+203
| | | | | | this commit urgently, as there are -10 minutes left before ports freeze. OK'ed by: PW
* Update to 0.12.4.sobomax2000-07-253-2/+16
|
* Update librep/rep-gtk/sawfish triplet to the latest versions:sobomax2000-07-183-2/+6
| | | | | | librep: 0.12.3 rep-gtk: 0.13a sawfish: 0.30.2
* Revert previous commit (USE_LIBTOOL) - it breaks sawfish.sobomax2000-07-032-1/+7
|
* Add USE_LIBTOOL to prevent *.la files from being installed.sobomax2000-07-032-7/+1
|
* Update to 12.2sobomax2000-06-253-8/+54
|
* 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
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update to 0.11.3ade2000-04-194-8/+9
| | | | Approved by: nakai
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Update to 0.11.1ade2000-03-254-84/+100
| | | | | | | | Add appropriate LIB_DEPENDS for gdbm and gettext Incorporate building fixes from ports/17387 Make PLIST more version-friendly Approved by: maintainer
* Update to 0.11nakai2000-03-083-78/+83
|
* Update to 0.10nakai2000-01-263-77/+79
|
* Fix about PLIST and i18n.nakai2000-01-093-7/+1
| | | | Submitted by: Youichi Asai <yatt@gnome.gr.jp>
* General comment cleanups.hoek1999-12-291-1/+1
|
* Update to 0.9nakai1999-12-243-78/+87
| | | | | PR: ports/15563 Submitted by: Rod Taylor rod@zort.on.ca
* Update to 0.8nakai1999-12-023-88/+78
|
* Don't create a temp file in ${FILESDIR}cpiazza1999-11-141-2/+2
| | | | | PR: 14857 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Initial import.nakai1999-11-115-0/+133
Lisp interpriter library.