summaryrefslogtreecommitdiff
path: root/misc/gnuls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/opendircolors: add new portCameron Katri2021-05-011-0/+2
| | | | | | | | | A BSD-licensed replacement for GNU dircolors(1), with support for FreeBSD's ls(1) using LSCOLORS. https://github.com/CRKatri/opendircolors Differential Revision: https://reviews.freebsd.org/D30063
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop workaround for qemu-user-static hang after r517350Jan Beich2019-11-131-4/+0
| | | | | | | | | GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an emulated application but no longer hangs. While the behavior differs from real hardware it matches the one from before r456518 that was hardcoded as gl_cv_func_printf_enomem=no workaround. PR: 224740
* Update to 8.30Jochen Neumeister2018-08-272-4/+4
| | | | | | PR: 230159 Submitted by: Nathan <ndowens@yahoo.com> Approved by: bmc@clapper.org (maintainer timeout)
* Skip ENOMEM check for printf when building with qemu, this makesAntoine Brodin2018-03-171-0/+4
| | | | | | | | configure hang PR: 224740 Reported by: pkg-fallout MFH: 2018Q1
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update misc/gnuls to 8.22. [1]Tijl Coosemans2014-03-042-16/+22
| | | | | | | - Add NLS option, USES=gmake, staging. PR: ports/186516 [1] Approved by: Brian Clapper <bmc@clapper.org> (maintainer) [1]
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | misc)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* up date to version 8.20Pawel Pekala2012-12-302-10/+12
| | | | | | PR: ports/174687 Submitted by: Cristiano Rolim Pereira <cristianorolim@outlook.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer)
* - Update to 8.12.Wesley Shields2011-06-032-3/+3
| | | | | | PR: ports/157487 Submitted by: Ryan Steinmetz (rpsfa@rit.edu) Approved by: Brian Clapper <bmc@clapper.org> (maintainer)
* - Update to 8.5Philip M. Gollucci2010-12-072-4/+4
| | | | | | | PR: ports/152850 Submitted by: Anonymous <swell.k@gmail.com> Approved by: bmc@clapper.org (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 8.4Wesley Shields2010-02-142-4/+4
| | | | | | PR: ports/143224 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: bmc@clapper.org (maintainer timeout)
* - Update to 8.1Dmitry Marakasov2009-12-253-31/+5
| | | | | | | | - Unbreak on 8.x and above PR: 141209 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer)
* - Update to 7.5Martin Wilke2009-09-122-4/+4
| | | | | | PR: 138311 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout
* - Update to 7.4 which should solve the ACL issue.Wesley Shields2009-06-222-4/+4
| | | | | | PR: ports/134311 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Brian Clapper <bmc@clapper.org> (maintainer)
* - Update to 7.2Dmitry Marakasov2009-04-212-4/+4
| | | | | | PR: 133832 Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail dot com> Approved by: Brian Clapper <bmc at clapper dot org> (maintainer)
* - Update to 7.1Rong-En Fan2009-02-233-8/+8
| | | | | | PR: ports/131975 Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com> Approved by: maintainer
* - Update to 6.12Wesley Shields2009-01-1314-356/+48
| | | | | | PR: ports/130193 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer)
* SHA256ifyEdwin Groothuis2006-02-011-2/+1
| | | | Approved by: krion@
* ACL support already included in portYen-Ming Lee2005-02-171-15/+1
| | | | | | PR: 77519 Submitted by: Tarc <tarc at po.cs.msu.su> Approved by: Brian Clapper <bmc at clapper.org>
* - fix pkg-plist and unbreak the portYen-Ming Lee2005-02-132-3/+37
| | | | | PR: 77435 Submitted by: Brian Clapper <bmc at clapper.org>
* Roll back my previous commit.Sergey Matveychuk2004-12-141-1/+0
| | | | Requested by: pav
* pkg-plist for gnuls port is missing $PREFIX/lib/charset.aliasSergey Matveychuk2004-12-141-0/+1
| | | | | PR: ports/75020 Submitted by: maintainer
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
|
* - Update to version 4.1Kirill Ponomarev2003-09-0311-112/+142
| | | | | PR: 56370 Submitted by: maintainer
* Change maintainer addressErwin Lansing2003-08-201-1/+1
| | | | | PR: 55757 Submitted by: maintainer
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* strerror_r() returns an exit code, not the error string. This fixes:Chris D. Faulhaber2002-02-072-0/+13
| | | | | | | | | $ gnuls blah gnuls: blah: (null) $ on recent -stable and -current builds after strerror_r() was implemented.
* Update ACL patch to fix a brain-o.Chris D. Faulhaber2001-08-262-2/+2
|
* Add optional ACL support to gnuls. This causes the last fieldChris D. Faulhaber2001-08-252-1/+16
| | | | | | | | | | | | | | | in the mode to show up as a '+' when a file/directory has extended ACLs set (per the POSIX.2e draft): -rw-rw-r--+ 1 jedgar jedgar 267 Aug 14 21:47 TODO This only works on -current systems and can be activated by defining WITH_ACL_SUPPORT when building. New versions of the GNU fileutils (i.e. 4.1) contain native ACL support but will not build without CVS versions of autoconf/automake which are not currently supported. Approved by: Maintainer
* Ditch out "Version required" from comments section.Maxim Sobolev2000-11-231-1/+0
|
* Back out useful `Version required lines' that I'd blindly removed.Akinori MUSHA2000-04-151-0/+1
|
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
|
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+3
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Update to version 4.0.Steve Price1999-03-1513-461/+215
| | | | | PR: 10173 Submitted by: maintainer
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
|
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-2/+0
|
* Add patch to permit colorizing of setuid and setgid programs as well asJustin M. Seger1997-10-291-0/+144
| | | | | | | other-writable dirs and other-writable-stick dirs. PR: ports/4853 Submitted by: bmc@WillsCreek.COM
* Update to use fileutils-3.16 (forgot "cvs add" the first time)Bill Fenner1997-09-184-0/+343
| | | | | PR: ports/4267 Submitted by: Brian Clapper <bmc@WillsCreek.COM>
* Update to use fileutils-3.16Bill Fenner1997-09-186-462/+38
| | | | | PR: ports/4267 Submitted by: Brian Clapper <bmc@WillsCreek.COM>
* Use new variable PATCH_SITE_SUBDIR to avoid messing up the master siteSatoshi Asami1997-04-301-2/+2
| | | | list.
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-3/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+2
|