aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sformat
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/sformat: fix build on powerpc64Piotr Kubaj2020-01-131-8/+3
| | | | | | | | | | | Makefile uses uname -m (which returns powerpc on powerpc64) instead of uname -p (which correctly returns powerpc64). PR: 243152 Approved by: marius (maintainer) MFH: 2020Q1 (fix build blanket) Notes: svn path=/head/; revision=522875
* Only append to MAKE_ENV after bsd.port.pre.mkTobias Kortkamp2019-01-311-1/+1
| | | | Notes: svn path=/head/; revision=491748
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-1/+2
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-3/+4
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440860
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-1/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426201
* Prevent collision with getline(3)Antoine Brodin2016-08-011-1/+2
| | | | Notes: svn path=/head/; revision=419446
* Prevent collision with getline(3)Baptiste Daroussin2016-07-301-0/+8
| | | | Notes: svn path=/head/; revision=419291
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* 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 Notes: svn path=/head/; revision=386312
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-299-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355686
* Support stagingEmanuel Haupt2014-02-262-7/+7
| | | | Notes: svn path=/head/; revision=346150
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Allow to build on powerpc64.Marius Strobl2011-08-131-1/+1
| | | | | | | Approved by: netchild Notes: svn path=/head/; revision=279599
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Rename fexecve() to js_fexecve() so it doesn't clash with the recentlyMarius Strobl2008-04-091-0/+3
| | | | | | | | | | added libc one. Reported by: marcus Approved by: netchild Notes: svn path=/head/; revision=210952
* - Allow this port to be compiled with CC set to something containing aMarius Strobl2006-05-072-10/+11
| | | | | | | | | | | | | path component. [1] - Add the usual MAKE_ENV=LANG=C workaround in order to prevent problems from bad interactions of gmake, the Schily makefile system and certain locales. Requested by: kris [1] Approved by: netchild Notes: svn path=/head/; revision=161618
* - Use the libschily sources taken from cdrtools 2.01.01a07 instead of thoseMarius Strobl2006-04-155-4/+111
| | | | | | | | | | | | | | | | shipping with sformat 3.5 for building sformat; the former include their own version of __dtoa() which is no longer externally visible with libc symbol versioning turned on (thus breaking the build of stock sformat). - While here also use MASTER_SITE_LOCAL for providing a backup mirror of the sformat 3.5 distfile instead of using a private one. - Fix the checksumming of sformat.dat on LP64 platforms so sformat doesn't erroneously complain about that file containing uncertified data there. Bump PORTREVISION for this. Approved by: netchild Notes: svn path=/head/; revision=159576
* - Remove obsolete USE_REINPLACE.Marius Strobl2006-04-022-3/+1116
| | | | | | | | | | | | | | - Fix display of literal examples in sformat.1; bump PORTREVISION for this. [1] - While at the man page remove trailing whitespace, fix spelling errors and adopt better for FreeBSD. Reported by: Alex Teclo [1] Fix by: ru [1] Approved by: netchild Notes: svn path=/head/; revision=158647
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Fix installation when CC is not set to "cc". Inspired by PR 66925.Alexander Leidinger2004-05-251-5/+8
| | | | | | | | | - Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9. Submitted by: marius Notes: svn path=/head/; revision=109979
* Use the @FreeBSD.org address of the maintainer.Alexander Leidinger2004-04-201-1/+1
| | | | | | | Approved by: marius Notes: svn path=/head/; revision=107715
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Fix a typo in PORTREVISION. Doh!Alexander Leidinger2003-07-182-4/+7
| | | | | | | | | | | | | | | | | | | | - Manually replace included copies of config.guess and config.sub with versions from ${PORTSDIR}/Templates. This is necessary as the sformat package doesn't have a valid configure script in it's root directory but one in a sub-directory that is executed by the SING (Schily Is Not Gnu) makefile system further down the road. Therefor the port can't set GNU_CONFIGURE which would automatically copy the relevant files. - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD and the affected code doesn't get compiled on neither pre-CAM nor CAM versions of FreeBSD. - Use DATADIR in pkg-plist. Submitted by: maintainer Notes: svn path=/head/; revision=85118
* - Fix yet another bug that might be used for a root exploit. As with the lastAlexander Leidinger2003-06-044-7/+30
| | | | | | | | | | | bug you are only vulnerable if you locally set the sformat binary suid root. - Respect CC already at the configure-stage of sformat else we end up running configure with GCC and compiling with whatever CC was set to. Submitted by: maintainer Notes: svn path=/head/; revision=82287
* Fix potential root exploit.Alexander Leidinger2003-05-212-0/+12
| | | | | | | | | | | | | THE FREEBSD PORT DOES NOT SET THE SUID BIT, YOU ARE ONLY VULNERABLE IF YOU SET IT ON YOUR OWN! See http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 for more. Submitted by: maintainer Notes: svn path=/head/; revision=81615
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* From the submitter:Alexander Leidinger2003-01-0210-0/+151
Sun format is a util for formatting/partitioning/analysis/repairing of SCSI disks. While formatting and partitioning currently is only usefule on big- endian systems in order to create Sun disk labels, analysis and repairing works on either endian and are very useful to remap defect blocks when AWRE/ARRE fail for some reason. Tested on i386 and sparc64, respawned a disk here. Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=72211