summaryrefslogtreecommitdiff
path: root/sysutils/libieee1284 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.2.11. Changes:Boris Samorodov2016-09-302-5/+5
| | | | | | . new MASTER_SITE (SF); . refined mannual pages; . dragonfly* target added to the building environment.
* - Clarify LICENSEDmitry Marakasov2016-02-181-4/+6
| | | | | | - Add LICENSE_FILE - Strip library - Switch to options helpers
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* - Remove libtool hacks and patches that are now handled by USES=libtoolTijl Coosemans2015-04-181-4/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+1
| | | | With hat: python@
* Cleanup plistAntoine Brodin2014-11-221-2/+0
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-222-3/+4
|
* Some minor, non-functional wording and grammar nits.Alexey Dokuchaev2014-04-091-1/+1
|
* Stagify, use OPTIONS helpers, cleanup the port, augment port description.Alexey Dokuchaev2014-03-144-72/+63
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | sysutils)
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | - 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)
* - Fix an objformat removal related bug.Stanislav Sedov2007-07-051-0/+4
| | | | Reported by: pav
* - Change my email.Stanislav Sedov2007-03-271-1/+1
| | | | Suggested by: skv
* - Update to 0.2.10Rong-En Fan2006-08-074-28/+78
| | | | | | | | | - Move manpage list to separate file - Add python bindings support - Pass maintainership to submitter PR: ports/101372 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Tag ONLY_FOR_ARCHS=i386Kirill Ponomarev2005-01-311-0/+1
|
* - Add new ports sysutils/libieee1284Michael Johnson2005-01-163-0/+54
IEEE1284 communications library