# New ports collection makefile for: corkscrew # Date created: Apr 12, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= corkscrew PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= http://www.agroman.net/corkscrew/ MAINTAINER= markp@FreeBSD.org GNU_CONFIGURE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include hics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.6.0krion2004-07-1110-134/+14
| | | | | PR: ports/68897 Submitted by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Latest update from Orlando Bassotto, includes bettersilby2004-07-0813-139/+473
| | | | network support.
* Update to 0.83.1vs2004-07-023-4/+4
| | | | | PRs: ports/68550, ports/68551 Submitted by: maintainer
* - Unbreak on 4.xpav2004-07-011-0/+5
| | | | | Reported by: bento via kris Pointy hat: mezz
* - Fix plist. No portrevision raise as this is minor change.pav2004-06-271-0/+2
| | | | | PR: ports/68360 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Fix build on 4-xkrion2004-06-264-4/+12
| | | | | PR: ports/68349 Submitted by: maintainer
* Fix kernel module build.matusita2004-06-253-6/+6
| | | | | | | | | | | | | Since 'OBJS=' line is inserted _after_ bsd.kmod.mk, OBJS value is overridden by the line (ahh...) Hopefully, 'OBJS=' line is inserted after 'SRCS=' line, but there's no handy way I suppose (sed's command 'i' requires to follow a newline, but how can I put a newline within a one line?) Since the contents (actually, kernel module) are changed, bump PORTREVISION. Submitted by: sobomax
* Update to version 20040624krion2004-06-2510-8/+314
| | | | | | | Add ppc system emulation PR: ports/68298 Submitted by: maintainer
* Fix a comparison that was giving false "you need a patch" messagessilby2004-06-241-1/+1
| | | | on 4.x systems. No need for port revision bump.
* Update to keep up with the recent dev_t change in -current. No need forsilby2004-06-242-13/+62
| | | | a port revision bump, functionality is unchanged.
* Patch to keep up with the recent cdev changes. No need for a portsilby2004-06-241-5/+34
| | | | revision bump, the functionality is unchanged.
* Update to 4.5.2 build-8848.matusita2004-06-246-15/+15
|
* Update to 3.2.0vs2004-06-248-94/+44
| | | | | | Based on PR: ports/63663 Submitted by: Miguel Mendez Approved by: maintainer timeout
* Update to 06/22 snapshotkrion2004-06-236-10/+12
| | | | | PR: ports/68214 Submitted by: maintainer
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-222-1/+5
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* Remove expired ports, plus the three ports that depended on them.kris2004-06-217-119/+0
|
* use libtools from portseik2004-06-192-1/+4
|
* - Drop nvidia_driver dependency, it proved to be not neededpav2004-06-182-4/+9
| | | | | | | - Reword pkg-message accordingly PR: ports/68024 Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer)
* Update to 0.2.0.mezz2004-06-175-51/+4
| | | | | PR: ports/68010 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Update to 0.4.3cpav2004-06-174-7/+28
| | | | | | | | - Respect CFLAGS - Provide WITH_OPTIMIZED_CFLAGS knob PR: ports/67878 Submitted by: Radim Kolar <hsn@netmag.cz>
* Update to 0615 snapshot.mezz2004-06-156-16/+34
| | | | | PR: ports/67950 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Remove extra qemu/.nork2004-06-132-2/+2
|
* Renamed etc/rc.d/vmware.sh into etc/rc.d/001.vmware.sh to make sureedwin2004-06-123-5/+5
| | | | | | | it is started before any other programs which require the vmnet interface (like isc-dhcp etc) Approved by: orlando.bassotto@ieo-research.it (via email)
* - Update to version 0.5.5.s.20040610krion2004-06-114-8/+8
| | | | | PR: ports/67812 Submitted by: maintainer
* - Update to version 0.5.5.s.20040609krion2004-06-116-18/+14
| | | | | | | | - Remove BROKEN - portlint PR: ports/67802 Submitted by: Christopher Nehren <apeiron@comcast.net>
* BROKEN: Unfetchablekris2004-06-092-0/+4
|
* Update to 20040607, some work on IP30 support, more IP22 support, ARCSjmallett2004-06-082-3/+3
| | | | | | | input support, dsub support and sign-extension changes for 32-bit binaries. Approved by: marcus (mentor)
* - Update to 20040606 snapshotpav2004-06-0710-272/+390
| | | | | PR: ports/67639 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Remove trailing whitespace.linimon2004-06-072-2/+0
|
* Add mips64emul:jmallett2004-06-064-0/+30
| | | | | | | | A 64-bit MIPS emulator which emulates a variety of machines. WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/ Approved by: marcus (mentor)
* - Restore prefix cleannesspav2004-06-062-2/+2
| | | | Reported by: perky
* - Update to 20040604pav2004-06-058-22/+292
| | | | | PR: ports/67583 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
|
* Add port for qemu 0.5.5 snapshot of 04/05/30,perky2004-06-0331-0/+1337
| | | | | | | A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* - Unbreak WITH_QTpav2004-06-011-0/+2
| | | | | PR: ports/67421 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Fix build on 4.xpav2004-05-314-0/+164
| | | | | PR: ports/67411 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Update SIZE in distinfo toopav2004-05-301-1/+1
| | | | Spotted by: kris
* - Update to 1.42pav2004-05-309-184/+84
| | | | | | PR: ports/62158 Submitted by: Ports Fury Approved by: maintainer timeout (4 months)
* - Add WITH_QT knob to enable Qt GUIpav2004-05-251-2/+9
| | | | | PR: ports/67174 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Add WITH_OPTIMIZED_CFLAGS knob to build with optimizationspav2004-05-251-2/+27
| | | | | | | - Add WITH_JITC knob to select jitc_x86 CPU, only for i386 PR: ports/67132 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Remove empty file, which was a leftover from a previous port version.edwin2004-05-241-0/+0
|
* Add pearpc 0.1.2, powerPC emulator.clement2004-05-249-0/+99
| | | | | | | | | | PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems. WWW: http://pearpc.sourceforge.net/ PR: ports/67034 Submitted by: Roman Bogorodskiy
* - Fix build on 4.xkrion2004-05-212-12/+48
| | | | Reported by: bento via kris
* - Update to version 0.98.10krion2004-05-196-8/+52
| | | | | PR: ports/66847 Submitted by: maintainer
* - Transfer maintainership to the submitter of last updatepav2004-05-182-2/+2
| | | | | | PR: ports/66033 Offered by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (old maintainer) Accepted by: "Greg J." <xcas@cox.net> (new maintainer)
* Workaround broken .if (${OSVERSION}...), cf.vs2004-05-181-1/+1
| | | | | | | http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html PR: ports/66739 Submitted by: Scott Lipcon
* - Update to 0.98.8pav2004-05-1812-116/+22074
| | | | | | PR: ports/66033 Submitted by: Greg J. <xcas@cox.net> Approved by: maintainer
* - Update to version 0.82.1krion2004-05-174-8/+6
| | | | | | PR: ports/66727 Submitted by: Christopher Nehren <apeiron@comcast.net> Approved by: maintainer
* - Remove dead MASTER_SITESkrion2004-05-171-1/+0
| | | | | PR: ports/66695 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)edwin2004-05-152-2/+1
| | | | | | - use install -d instead of mkdir Thanks to kris@
* Maintainer update of emulators/linux-geepee32edwin2004-05-144-10/+18
| | | | | | | | update of emulators/linux-geepee32 - (minor things) PR: ports/64613 Submitted by: No Name <arundel@gmx.net>
* maintainer update of emulators/vbaedwin2004-05-144-12/+13
| | | | | | | | Update of emulators/vba to 1.7.1_2 (this time for real!) PR: ports/64612 Submitted by: No Name <arundel@gmx.net>
* maintainer update of emulators/vbaedwin2004-05-143-6/+7
| | | | | | | | | | | Update of emulators/vba to 1.7.1_2 Also added a pkg-message to explain about the configuration file, and made sure that the default configuration file didn't get left behind when make deinstall is done. PR: ports/64612 Submitted by: No Name <arundel@gmx.net>
* Chase Debian-package update.vs2004-05-072-4/+4
| | | | | PR: ports/66179 Submitted by: Mehmet Köse
* Update to the 20040505 snapshot.gerald2004-05-076-6/+34
|
* Makefilevs2004-05-021-1/+1
|
* These broken ports are scheduled for deletion on June 18 if they arekris2004-04-191-0/+2
| | | | still broken at that time and no PRs have been submitted containing a fix.
* As announced 2 months ago, remove these broken ports.kris2004-04-19