Commit graph

25 commits

Author SHA1 Message Date
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Renato Botelho
71184fc15b - Fix following bug:
If you execute an application (e.g. mc), which uses devel/libslang2 to
do screen I/O on a non-unicode terminal then the line drawing characters
will appear as spaces.

PR:		ports/131857
Submitted by:	Szalai Andras <szalai.bandi@gmail.com>
Reviewed by:	John E. Davis (author)
2009-02-21 20:34:13 +00:00
Philip M. Gollucci
d8d2cf17f9 - devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
2009-02-08 03:14:14 +00:00
Renato Botelho
00cd1fa2f2 - Update to 2.1.4
- Fix WWW since jedsoft website seems to be down
- Use a macro SHLIB_VERSION at pkg-plist and export it with PLIST_SUB, no more
  changes will be needed in libversion on next versions.
- Remove one MASTER_SITE that is nor working
2008-09-30 18:40:36 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Renato Botelho
59f3a02b9f - Respect NOPORTDOCS, no bump PORTREVISION is needed since it's not default
and package will be the same

Reported by:	itetcu
2008-05-19 20:14:18 +00:00
Renato Botelho
b3c2cf1ad9 - Update to 2.1.3 2007-12-11 19:18:05 +00:00
Renato Botelho
6e74c6be1b - Update to 2.1.2 2007-10-09 15:13:43 +00:00
Renato Botelho
d66f1422cd - Force empty dir creation on pkg-plist to create it when installed using a
package
- Bump PORTREVISION

Notified by:	pointyhat via linimon
2007-09-20 13:59:15 +00:00
Renato Botelho
60fa95cc7f - Remove PORTSDATA and back files to pkg-plist to prevent removing modules
files
- Bump PORTREVISION
2007-09-12 14:16:42 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Renato Botelho
3fdc86ae02 - Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS
2007-07-11 12:04:42 +00:00
Renato Botelho
d780a93bb2 - Update to 2.1.1 2007-07-05 19:21:20 +00:00
Renato Botelho
7248eebe09 - Fix libs installation
- Bump PORTREVISION

PR:		ports/114277
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2007-07-04 13:07:42 +00:00
Renato Botelho
3f2ce94f79 - Add devel/libslang2-devel, 2.1-PRE development version.
- Fix CONFLICTS on related ports

Repocopied by:	marcus@
2007-03-03 12:27:43 +00:00
Renato Botelho
022206f2d4 Update to 2.0.7 2006-11-10 18:55:06 +00:00
Renato Botelho
3159210409 s/INSTALLS_SHLIB/USE_LDCONFIG/ 2006-08-29 15:41:00 +00:00
Renato Botelho
bf8347e1d4 - Update to 2.0.6
- Drop USE_REINPLACE
- Change WWW line to master site
2006-04-05 11:33:48 +00:00
Renato Botelho
7a909ab33a - Update to 2.0.5 2005-10-27 12:21:38 +00:00
Renato Botelho
b738de3d27 - Update to 2.0.4
PR:		ports/84947
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
2005-08-29 10:13:07 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Pav Lucistnik
2c00f3f226 - Update to 2.0.3
PR:		ports/82368
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-17 18:44:11 +00:00
Roman Bogorodskiy
08cd6baaf3 OPTIONS'ify.
PR:		81310
Submitted by:	Renato Botelho (maintainer)
2005-05-20 15:41:46 +00:00
Roman Bogorodskiy
a95c4c592f Add WITHOUT_PCRE and WITHOUT_PNG knobs and fix plist.
Reported by:	pointyhat via kris
2005-05-20 12:07:50 +00:00
Roman Bogorodskiy
b775014ff5 Add devel/libslang2 - a multi-platform programmer's library designed to
allow a developer to create robust multi-platform software.

PR:		81110
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-05-16 17:13:02 +00:00