aboutsummaryrefslogtreecommitdiff
path: root/cad/freehdl
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* cad/freehdl: fix build with clangWilliam Grzybowski2013-09-066-1/+92
| | | | | | | | | | - Fix build with clang PR: ports/181830 Obtained from: NetBSD Notes: svn path=/head/; revision=326515
* Fix a hidden USE_GNOME=pkgconfigBaptiste Daroussin2013-09-021-9/+3
| | | | Notes: svn path=/head/; revision=326083
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.0.7Beat Gaetzi2009-05-073-77/+76
| | | | | | | | | PR: ports/134330 Submitted by: Dominic Fandrey <kamikaze AT bsdforen.de> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=233368
* - Update to 0.0.6Martin Wilke2008-09-263-85/+90
| | | | | | | | PR: 127357 Submitted by: Dominic Fandrey <LoN_Kamikaze@gmx.de> (maintainer) Notes: svn path=/head/; revision=220797
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-211-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209563
* - Unbroken, this port now builds successfuly on 7Li-Wen Hsu2007-10-141-7/+1
| | | | | | | | PR: ports/117141 Submitted by: Dominic Fandrey <lon_kamikaze AT gmx.de> (maintainer) Notes: svn path=/head/; revision=201463
* Mark as broken with gcc4.2.Mark Linimon2007-10-021-1/+7
| | | | Notes: svn path=/head/; revision=200622
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Add backup MASTER_SITESMartin Wilke2007-06-091-1/+2
| | | | | | | | PR: 112382 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) Notes: svn path=/head/; revision=193105
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.0.4Martin Wilke2007-04-112-13/+12
| | | | | | | | | | - Drop FreeBSD 4.X gruft PR: 111472 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) Notes: svn path=/head/; revision=189812
* Fix the plist target.Ion-Mihai Tetcu2006-11-122-80/+88
| | | | | | | | PR: 105454 Submitted by: Dominic Fandrey (maintainer) Notes: svn path=/head/; revision=177139
* The goals of the FreeHDL project are to develop a VHDL simulator that hasAlejandro Pulver2006-11-054-0/+171
a graphical waveform viewer and a source level debugger. It also aims at VHDL-93 compliancy. The project is at a very early development stage. WWW: http://www.freehdl.seul.org/ PR: ports/104634 Submitted by: lon_kamikaze at gmx.de Notes: svn path=/head/; revision=176541